body {
    background: lightblue;
}

.nav-logout input {
    float: left;
    border: 0;
    padding-left: 15px;
    cursor: pointer;
    height: 49px;
    background: rgb(248, 248, 248);
}

.article-body_main {
}

.media-instruction {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.video-description {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}


.content-text_body {
}

.context_detail {
    height: auto;
    padding: 0px 15px;
    font-size: 20px;
}

.FAQ_context-body {
    font-size: 25px;
}

    .FAQ_context-body > li {
        padding: 15px 0;
    }

    .FAQ_context-body li > a {
        cursor: pointer;
    }

.image-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.head-title {
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}


/*Search Engine styling*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/* Form wrapper styling */
.form-wrapper {
    position: relative;
    padding: 15px;
    max-width: 450px;
    margin-bottom: 25px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

    /* Form text input */

    .form-wrapper #Main_TextBox1 {
        box-sizing: border-box;
        width: 81%;
        border: 1px solid #999;
        background: #fff;
        padding: 10px;
        font: bold 15px/21px 'lucida sans', 'trebuchet MS', 'Tahoma';
    }

        .form-wrapper #Main_TextBox1:focus {
            outline: 0;
            background: #fff;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }

        .form-wrapper #Main_TextBox1::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper #Main_TextBox1:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper #Main_TextBox1:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    /* Form submit button */
    .form-wrapper #Main_Button1 {
        float: right;
        border: 1px solid grey;
        padding: 0;
        cursor: pointer;
        height: 43px;
        width: 85px;
        font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: white;
        text-transform: uppercase;
        background: grey;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
        position: absolute;
        top: 15px;
        right: 10px;
    }

.print-wrapper {
    height: 70px;
}

    .print-wrapper .print-button {
        float: right;
    }




#print_table {
    border: 1px solid grey;
    padding: 0 5px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    background: grey;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
}

.print-wrapper #print_table:hover, .form-wrapper #Main_Button1:active, .form-wrapper #Main_Button1:focus, .form-wrapper #Main_Button1:hover {
    background: #615757;
    outline: 0;
}



.form-wrapper #Main_Button1:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #808080 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper #Main_Button1:hover:before {
    border-right-color: #615757;
}

.form-wrapper #Main_Button1:focus:before, .form-wrapper #Main_Button1:active:before {
    border-right-color: #615757;
}

.form-wrapper #Main_Button1::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.footer-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .table-responsive label {
        border-bottom: 1px solid #cecece;
        background: #fff;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .table-responsive > label {
        font-size: 12px;
        padding: 0px;
    }
}

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login {
    padding-top: 20px;
}

    #login .form-wrap {
        width: 30%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

@media (min-width:768px) and (max-width:991px) {
    #login .form-wrap {
        width: 50%;
    }
}

@media (max-width:768px) {
    #login .form-wrap {
        width: 80%;
    }
}

#login h1 {
    color: black;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

#login .form-group {
    margin-bottom: 0px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    #login .checkbox.show:before {
        content: '\e013';
        color: grey;
        font-size: 17px;
        margin: 1px 0 0 3px;
        position: absolute;
        pointer-events: none;
        font-family: 'Glyphicons Halflings';
    }

    #login .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        display: inline-block;
    }

    #login .checkbox .label {
        color: #6d6d6d;
        font-size: 13px;
        font-weight: normal;
    }

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

.login-info {
    text-align: right;
    padding: 10px 15px 0 0;
}

@media (max-width:767px) {
    .login-info {
        text-align: left;
        padding-left: 0px !important;
    }
}
/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}

.btn-custom {
    color: white;
    background-color: #52b9e9;
}

    .btn-custom:hover, .btn-custom:focus {
        background-color: #337ab7 !important;
        color: #fff !important;
    }

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

    #footer p {
        margin-bottom: 0;
    }

    #footer a {
        color: inherit;
    }


.checkbox-selected {
    color: White;
}

    .checkbox-selected label {
        background-color: grey !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 8px 6px 4px lightgray;
    }

    .checkbox-selected input {
        box-shadow: 3px 4px 3px lightgray;
    }

/*Search area*/
.search-area-control {
    float: right !important;
    margin: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footable-filtering > th {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ra_head-title {
    padding-left: 0px !important;
    text-align: left;
    margin-top: 0px;
}


.ra_head-title-mobile {
    font-size: 22px;
    margin-top: 35px;
    padding: 9px;
    text-align: center;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: white;
    font-weight: 700;
    margin-bottom: 0px;
}



.countTotal_box {
    text-align: right;
    padding: 15px 20px 10px;
}

    .countTotal_box span {
        font-size: 20px;
        font-weight: 900;
    }


/*Master Page css styling*/
@media(min-width:768px) and (max-width:797px) {

    .pull-into_viewport {
        padding-left: 10px;
    }
}

@media(max-width:767px) {

    .pull-into_viewport {
        padding-left: 25px;
    }
}

#modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/Image/loading.gif') 50% 50% no-repeat;
}

.dropdown-menu {
    left: auto !important;
    margin: 0px;
}

.user-msg {
    font-size: 20px;
}

.breadcrumb-custom {
    padding: 8px 30px;
    background: none;
    margin-bottom: 0px;
}

@media (max-width:797px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

.rep-select {
    margin-top: 15px;
    padding: 5px;
    font-size: 18px;
    width: 100%;
}

.remove-padding {
    padding: 0px !important;
}

.foo-table_custom {
    padding: 5px 10px;
}

    .foo-table_custom > table.table-striped,
    tfoot > tr.footable-paging > td,
    .footable-filtering > th {
        border: none !important;
    }

#sales_monthlydetail .hold_fg {
    color: red;
}

#search-order.table-cell {
    display: table-cell;
}