﻿

.margin-left-190 {
    margin-right: 190px;
}

.no-padding-left {
    padding-right: 0px !important;
}

.no-padding-right {
    padding-left: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}


.no-border-left {
    border-right: 0px none !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.no-border-right {
    border-left: 0px none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .no-padding-sm {
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .no-padding-md {
        padding: 0px;
    }
}

@media (min-width: 1200px) {
    .no-padding-lg {
        padding: 0px;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.font-size-largest {
    font-size: 120%;
}

.font-size-larger {
    font-size: 115%;
}

.font-size-large {
    font-size: 110%
}
.font-size-small {
    font-size: 90%;
}

.font-size-smaller {
    font-size: 85%;
}

.font-size-smallest {
    font-size: 80%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.esk-svg-light {
    fill: #585858;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative;
}

.esk-svg-sm {
    height: 14px;
    width: 14px;
}


.esk-svg-text-sm {
    font-size: 12px;
}

body {
    background-color: rgb(252, 252, 252) !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dcdcdc;
}
.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
        visibility: hidden;
    }
}

.esPopover {
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #51a7fc;
}
.esPopover-group-btn {
    vertical-align: top;
}

.esPopover .glyphicon {
    font-size: 12px;
}

.esPopover-lg .popover {
    min-width: 400px;
}

.esPopover-lg .popover-title {
    font-size: 13px;
}

.esPopover-lg .popover-content {
    font-size: 13px;
}

.input-group-sm .esPopover .glyphicon {
    top: 2px;
}

.popover {
    min-width: 200px;
}

@media (min-width: 692px) {
    .modal-md {
        width: 700px;
    }

    .modal-sd {
        width: 450px;
    }
}


a.aspNetDisabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    /*background-color: #fff;*/
    border-color: #ccc;
}

.hide {
    display: none;
}

.padding-right-remove {
    padding-left: 0px !important;
}

.padding-left-remove {
    padding-right: 0px !important;
}

.inline-glyphicon {
    color: #737373;
}

.glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1; /*removed inherit because in search input groups the height is exceeding form-control heights*/
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-media {
    color: #fff;
    text-shadow: 1px 1px #110B05;
    padding: 5px 15px !important;
}

.section-header {
    font-size: 25px;
    font-weight: normal;
    color: #585858;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    
}

.section-header-2 {
    font-size: 21px;
    font-weight: normal;
    color: #585858;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.section-header-3 {
    font-size: 19px;
    font-weight: normal;
    color: #585858;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

/* section-title is obsolete*/
.section-title {
    opacity: 0.9;
    font-size: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-bottom: 10px;
}

.c-bg-green {
    background-color: rgb(122, 193, 79) !important;
    color: #fff !important;
}

.c-border-green {
    border-color: rgb(122, 193, 79) !important;
}

.c-font-green {
    color: rgb(122, 193, 79) !important;
}

.c-bg-red {
    background-color: rgb(252, 86, 88) !important;
    color: #fff !important;
}

.c-border-red {
    border-color: rgb(252, 86, 88) !important;
}

.c-font-red {
    color: rgb(252, 86, 88) !important;
}

.c-bg-color-1 {
    background-color: #337ab7 !important;
    color: #fff !important;
}

    .c-bg-color-1 a {
        color: #fff;
    }

.c-bg-color-2 {
    background-color: #d58512 !important;
    color: #fff !important;
}

.c-border-color-1 {
    border-color: #337ab7 !important;
}

.c-border-color-2 {
    border-color: #d58512 !important;
}

/*###############################      Pager Styles    ###############################*/
.pager-first, .pager-prev, .pager-next, .pager-last {
    min-width: 65px;
}

.pager-current {
    text-align: center;
    float: right;
    width: auto;
    border-radius: 0px !important;
    border-left: 0px;
    border-right: 0px;
    padding-left: 17px !important;
    padding-right: 17px !important;
    max-height: 36px;
}

#page_wrapper {
    background-color: rgb(252, 252, 252) !important;
}

#ContentBody {
    background-color: rgb(252, 252, 252) !important;
}

/*####################################################################################*/

/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

.navbar-toggle {
    float: right;
    
}



#hlHeaderTitle > img {
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

@media (min-width: 768px) {
    #hlHeaderTitle {
        width: 250px;
        text-align: center;
    }

    #dvSidebarMenu {
        margin-top: 55px !important;
    }
}

@media (max-width: 768px) {
    #hlHeaderTitle, #dvPageTitle {
        width: 100% !important;
        text-align: center;
        font-size: smaller;
        line-height: normal;
    }

    #dvPageTitle {
        padding-top: 10px;
        /*padding-bottom: 10px;*/
    }

    #ulUserbar {
        text-align: left;
    }
}

/* Remove the jumbotron's default bottom margin */
.jumbotron {
    margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

/*@media (min-width: 768px) {
    .form-horizontal .control-label, .form-group .control-label {
        padding-top: 6.5px;
    }
}*/

.form-horizontal .control-label, .form-group .control-label {
    padding-top: 8.5px;
}

.form-group-sm .control-label {
    font-size: 14px;
    padding-top: 5.5px;
}

.form-group-md .control-label {
    font-size: 90%;
    padding-top: 6px;
}

.form-horizontal {
    background-color: transparent;
    margin-top: 15px;
    float: right;
    width: 100%;
}

.form-horizontal .form-group {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .form-horizontal.form-condensed .form-group {
        margin-left: 0px;
        margin-right: 5px;
    }

        .form-horizontal.form-condensed .form-group div.col-xs-1, .form-horizontal.form-condensed .form-group div.col-xs-2, .form-horizontal.form-condensed .form-group div.col-xs-3, .form-horizontal.form-condensed .form-group div.col-xs-4,
        .form-horizontal.form-condensed .form-group div.col-xs-5, .form-horizontal.form-condensed .form-group div.col-xs-6, .form-horizontal.form-condensed .form-group div.col-xs-7, .form-horizontal.form-condensed .form-group div.col-xs-8,
        .form-horizontal.form-condensed .form-group div.col-xs-9, .form-horizontal.form-condensed .form-group div.col-xs-10, .form-horizontal.form-condensed .form-group div.col-xs-11, .form-horizontal.form-condensed .form-group div.col-xs-12,
        .form-horizontal.form-condensed .form-group div.col-sm-1, .form-horizontal.form-condensed .form-group div.col-sm-2, .form-horizontal.form-condensed .form-group div.col-sm-3, .form-horizontal.form-condensed .form-group div.col-sm-4,
        .form-horizontal.form-condensed .form-group div.col-sm-5, .form-horizontal.form-condensed .form-group div.col-sm-6, .form-horizontal.form-condensed .form-group div.col-sm-7, .form-horizontal.form-condensed .form-group div.col-sm-8,
        .form-horizontal.form-condensed .form-group div.col-sm-9, .form-horizontal.form-condensed .form-group div.col-sm-10, .form-horizontal.form-condensed .form-group div.col-sm-11, .form-horizontal.form-condensed .form-group div.col-sm-12,
        .form-horizontal.form-condensed .form-group div.col-md-1, .form-horizontal.form-condensed .form-group div.col-md-2, .form-horizontal.form-condensed .form-group div.col-md-3, .form-horizontal.form-condensed .form-group div.col-md-4,
        .form-horizontal.form-condensed .form-group div.col-md-5, .form-horizontal.form-condensed .form-group div.col-md-6, .form-horizontal.form-condensed .form-group div.col-md-7, .form-horizontal.form-condensed .form-group div.col-md-8,
        .form-horizontal.form-condensed .form-group div.col-md-9, .form-horizontal.form-condensed .form-group div.col-md-10, .form-horizontal.form-condensed .form-group div.col-md-11, .form-horizontal.form-condensed .form-group div.col-md-12,
        .form-horizontal.form-condensed .form-group div.col-lg-1, .form-horizontal.form-condensed .form-group div.col-lg-2, .form-horizontal.form-condensed .form-group div.col-lg-3, .form-horizontal.form-condensed .form-group div.col-lg-4,
        .form-horizontal.form-condensed .form-group div.col-lg-5, .form-horizontal.form-condensed .form-group div.col-lg-6, .form-horizontal.form-condensed .form-group div.col-lg-7, .form-horizontal.form-condensed .form-group div.col-lg-8,
        .form-horizontal.form-condensed .form-group div.col-lg-9, .form-horizontal.form-condensed .form-group div.col-lg-10, .form-horizontal.form-condensed .form-group div.col-lg-11, .form-horizontal.form-condensed .form-group div.col-lg-12 {
            padding-left: 0px;
            padding-right: 5px;
        }
.form-control label {
    font-weight: normal;
    padding-left: 20px;
    padding-right: 5px;
    margin-bottom: 0px;
}
.form-control table {
    background-color: transparent;
}

/*.English-content {
    font-size: smaller !important;
    direction: rtl;
}

textarea.English-content, input.English-content {
    text-align: left !important;
    font-size: smaller !important;
    direction: rtl;
}

.English-content.text-info {
    float: left;
    text-align: left !important;
    font-size: smaller !important;
    direction: rtl;
}

select.English-content {
    font-size: smaller !important;
}

.form-control.English-content {
    font-size: inherit !important;
}*/



.form-control {
    background-color: #ffffdc;
    font-size: 15px; /* inherit;*/
    height: 36px;
    line-height: 1.4;
    padding: 7.75px 9px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e7eaec !important;
    color: #4a6582;
    border-radius: 8px;
}
    .form-control.date-field:not(.input-xs):not(.input-sm):not(.input-md) {
        width: 110px;
    }

    .form-control.input-xs {
        font-size: 12px;
        height: 24px;
        padding: 1px 5px;
        border-radius: 6px;
    }

        .form-control.input-xs.date-field {
            min-width: 70px;
        }

    .form-control.input-sm {
        font-size: 14px;
        height: 28px;
        padding: 4px 6px;
        border-radius: 6px;
    }

.form-group-sm select.form-control {
    height: 28px;
}

        .form-control.input-sm.date-field {
            min-width: 85px;
        }

    .form-control.input-md {
        font-size: 90%;
        height: 32px;
        padding: 4px 8px;
    }

    .form-control.input-md.date-field {
        min-width: 95px;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f2f2f2;
    }

    .form-control.disabled {
        background-color: #fbfbfb;
    }

    .form-control input[type=checkbox], .form-control input[type=radio] {
        margin: 0px;
        vertical-align: text-top;
        margin-top: 1px;
    }

.english-content, .English-content {
    font-size: 13px !important;
    direction: rtl;
}

    .english-content.text-info, .English-content.text-info {
        float: left;
        text-align: left !important;
    }

.english-label, .english-label {
    font-size: 90% !important;
    direction: rtl;
}

.small {
    font-size: 65%;
}

.aspNetDisabled.form-control {
    background-color: #f2f2f2;
}

.validator-has-error:not([style*='display']) + .form-control {
    border-color: #dd4b39 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.validator-has-error {
    position: absolute;
    visibility: hidden;
}

table.form-control:not(.input-md) {
    height: auto !important;
}


div.form-control {
    height: auto !important;
}

label.form-control {
    height: auto !important;
    min-height: 36px;
    font-weight: bold;
    background-color: #fbfbfb;
}


span.form-control:not(.input-xs):not(.input-sm):not(.input-md):not(.is-checkbox) {
    height: auto !important;
    min-height: 36px;
    font-weight: bold;
    background-color: #fbfbfb;
    border: 1px solid rgb(230,230,230);
}

span.form-control.input-xs {
    height: auto !important;
    min-height: 21px;
    background-color: #fbfbfb;
    border: 1px solid rgb(230,230,230);
}


    span.form-control.input-sm:not(.is-checkbox) {
        height: auto !important;
        min-height: 28px;
        font-weight: bold;
        background-color: #fbfbfb;
        border: 1px solid rgb(230,230,230);
    }

span.form-control.is-checkbox.input-sm {
    height: auto !important;
    min-height: 28px;
    font-weight: bold;
}


    span.form-control.input-md:not(.is-checkbox) {
        height: auto !important;
        min-height: 32px;
        font-weight: bold;
        background-color: #fbfbfb;
        border: 1px solid rgb(230,230,230);
    }

span.form-control.is-checkbox.input-md {
    height: auto !important;
    min-height: 32px;
    font-weight: bold;
}


span.form-control.checkbox, span.form-control.radio, span.form-control.checkbox-inline, span.form-control.radio-inline {
    background-color: #ffffdc;
    min-height: 32px;
}

    span.form-control.checkbox.input-sm, span.form-control.radio.input-sm, span.form-control.checkbox-inline.input-sm, span.form-control.radio-inline.input-sm {
        background-color: #ffffdc;
        min-height: 28px;
    }

    span.form-control.checkbox.input-md, span.form-control.radio.input-md, span.form-control.checkbox-inline.input-md, span.form-control.radio-inline.input-md {
        background-color: #ffffdc;
        min-height: 30px;
    }



.control-has-error {
    border-color: #dd4b39 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.control-has-error-input-group-addon {
    border-radius: 0;
    border-color: #dd4b39;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
}

.input-group-addon {
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(242,242,242);
    color: #8c8c8c;
    font-size: 12px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 4px 8px;
}

.label-has-error {
    color: #dd4b39;
}


.control-label {
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 2px;
}

    .control-label.required:before {
        font-family: 'Courier New';
        color: rgb(217, 83, 79);
        content: "\272D";
        font-size: 10px;
        padding: 0px 3px;
        vertical-align: top;
        line-height: 2.2;
    }

label.form-control {
    height: auto !important;
}

.btn-wide {
    min-width: 100px;
}

.dropdown-menu {
    font-size: inherit;
}

.dropdown-menu-right {
    left: 0;
    right: auto;
}

    /*  #############   Add extra functionality for a button inside a dropdown-menu, e.g., in AdminGuardian.aspx */
    .dropdown-menu > li > .btn-link {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        border-width: 0px;
    }

        .dropdown-menu > li > .btn-link:hover,
        .dropdown-menu > li > .btn-link:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > .btn-link,
    .dropdown-menu > .active > .btn-link:hover,
    .dropdown-menu > .active > .btn-link:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > .btn-link,
    .dropdown-menu > .disabled > .btn-link:hover,
    .dropdown-menu > .disabled > .btn-link:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > .btn-link:hover,
        .dropdown-menu > .disabled > .btn-link:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

/*############################################################*/

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 4px;
}

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
    margin-right: 15px;
}

.checkbox-condensed label {
    margin-right: 12px;
}

.checkbox, .radio {
    /* commented because it was adding unnecessary space in the controls in toolbar
        margin-top: 5px;
    margin-bottom: 5px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
    margin-top: 0px !important;
}

.btn {
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    direction: ltr;
}

.btn-default {
    border-color: rgb(228,228,228);
}
    .btn-primary, .btn-default .btn-primary, .btn-default, .btn-warning, .btn-error, .btn-success, .btn-danger {
        padding: 7px 12px 7px 12px;
        /*padding: 5px 12px 5px 12px;*/
    }

.btn-md,
.btn-group-md > .btn {
    padding: 4px 10px 3.5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
  
}

/*.btn-group-md > a.btn:after, .new-window:after {
    font-family: 'Glyphicons Halflings';
    content: "\e066";
    font-size: 11px;
    padding-left: 0px;
    padding-right: 5px;
}*/
.text-truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sorting-header > a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e150";
    font-size: 10px;
    padding-left: 0px;
    padding-right: 3px;
}
.toolbar {
    background-color: rgb(235, 235, 235);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 0px none;
    display: inline-block;
}

    .btn-md .badge, .btn-group-md .badge {
        font-size: 10px;
    }

.btn-group-sm > .btn, .btn-sm {
    
    padding: 5px 10px 4.5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
}

.btn-group-xs > .btn, .btn-xs {
  

    padding: 4px 6px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 4px;
    min-height: 24px;
}

.btn-xxs {
    padding: 2px 6px !important;
    min-height: 18px !important;
}


.AlignedTD {
    text-align: right;
    padding: 4px 4px 4px 4px;
}

.AlignedTD2 {
    text-align: left;
    padding: 4px 4px 4px 4px;
}

.AlignedTD2b {
    text-align: left;
    padding: 4px 4px 4px 4px;
}

.AlignedDiv2 {
    float: left !important;
}

.AlignedDiv {
    float: right !important;
}

.AlignedDivAbsolute {
    position: absolute;
    right: 0px;
}

.AlignedDivAbsolute2 {
    position: absolute;
    left: 0px;
}

.AlignedText {
    text-align: right !important;
}

.AlignedText2 {
    text-align: left !important;
}


.esOptionsPanel {
    border: 1px solid #ddd;
    background-color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.progress {
    background-color: rgb(236, 240, 245);
    border: 1px solid rgb(236, 240, 245);
    width: 420px;
    height: 65px !important;
    padding: 5px 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 3px 10px rgb(129,174,237);
}

/*#########################################################################*/
/*#########################     Modal Form Styles     #####################*/
/*#########################################################################*/

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content.form-horizontal {
    background: #eee;
    border-top: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.modal-header {
    border-bottom: 1px solid #ddd;
    padding: 15px 25px 10px 25px;
}

/*.modal-title:before {
    font-family: 'Courier New';
    color: rgb(227,29,26);
    content: "\25E5";
    font-size: 18px;
    padding: 0px 3px;
    vertical-align: top;
}*/

.modal-body {
    padding: 15px 10px;
    background-color: #fff;
    min-height: 80px;
}

    .modal-body > label {
        font-weight: normal;
        font-size: 15px;
    }

.modal-footer {
    padding: 10px 30px;
    background-color: #fff;
}

.modal-title {
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

    .modal-title > label {
        font-weight: normal;
    }

.modal-message {
    width: 100%;
    padding: 0px 15px 15px 15px;
}

/*#########################################################################*/
/*#########################     GridView Styles       #####################*/
/*#########################################################################*/
table-margin-custom {
    margin-top: 0px;
}
table {
    /*background-color: #fff;*/
}

.table .control-label {
    padding-left: 0px;
    padding-right: 0px;
}

.table .force-wrap {
    white-space: break-spaces;
    word-break: break-word;
}

.table-caption {
    background-color: #fff;
    border-top: 2px solid rgb(29,112,183);
    width: 100%;
    padding: 5px 15px 5px 15px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    /*border-top: 1px solid rgb(29,112,183);
    border-left: 1px solid rgb(29,112,183);
    border-right: 1px solid rgb(29,112,183);
    border-bottom: 1px solid rgb(29,112,183);
    background-color: rgb(29,112,183);
    color: #fff;
    font-weight: normal;*/
    font-weight: normal;
    background-color: rgb(49,139,198);
    color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid rgb(242,242,242);
    font-size: 14px;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    /*word-break: break-word;*/
    
}



.table-striped > tbody > tr:nth-of-type(odd) {
    /*:not(.eDocGridHeaderStyle)*/
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(242, 242, 242);
}

.table-striped > tbody > tr:nth-of-type(even):not(.eDocGridHeaderStyle) {
    background-color: #fff;
    border-bottom: 1px solid rgb(242, 242, 242);
}

/*.table-striped-custom > tbody > tr:nth-of-type(odd) {
    background-color: #fff; 
    border-bottom: 1px solid rgb(235,235,235);
}

.table-striped-custom > tbody > tr:nth-of-type(even) {
    background-color: #fff;
    border-bottom: 1px solid rgb(235,235,235);
}*/

.table-hover > tbody > tr:not(.eDocGridHeaderStyle):not(.eDocGridEditStyle):hover {
    /*background-color: #ddd;*/
    /*background-color: rgb(49,136,198);*/
    background-color: rgb(211, 219, 226);
    /*color: #fff !important;*/
}


.table-responsive {
    width: 100%;
}

/*.table-hover > tbody > tr:not(.eDocGridHeaderStyle):not(.eDocGridEditStyle):hover a:not(.btn):not(.dropdown-menu-item) {
        color: #fff !important;
    }

    .table-hover > tbody > tr:not(.eDocGridHeaderStyle):not(.eDocGridEditStyle):hover td {
        color: #fff !important;
    }*/

.table > tbody > tr.eDocGridEditStyle {
    background-color: #ddd;
    text-align: right;
}

   .table > tbody > .eDocGridHeaderStyle > .glyphicon {
       top: 0px;
       display: table-cell;
   }

/*added on 20180811 */
.table > tbody > .eDocGridHeaderStyle,
.table > tbody > .eDocGridHeaderStyle:hover,
.table > thead > .eDocGridHeaderStyle,
.table > thead > .eDocGridHeaderStyle:hover {
    color: rgb(0, 45, 83);
    background-color: rgb(252, 252, 252);
    border-bottom: 1px solid rgb(230, 230, 230) !important;
    /*border-top: 1px solid rgb(230, 230, 230);*/
    font-size: 14px;
    font-weight: bold;
}

    .table > tbody > .eDocGridHeaderStyle > td,
    .table > tbody > .eDocGridHeaderStyle > th,
    .table > thead > tr > th {
        vertical-align: bottom;
        padding: 20px 8px 10px 8px;
    }

        .table > tbody > .eDocGridHeaderStyle > td > a,
        .table > tbody > .eDocGridHeaderStyle > th > a {
            color: rgb(0, 45, 83);
            font-size: 14px;
            font-weight: bold;
        }

    .table-condensed > tbody > .eDocGridHeaderStyle > td, .table > tbody > .eDocGridHeaderStyle > th, .table > thead > tr > th {
        padding: 15px 5px 5px 5px;
    }
/*####################### */

.row.eDocGridHeaderStyle > div {
    color: rgb(0, 45, 83) /*!important*/;
    font-weight: bold;
    background-color: rgb(252, 252, 252) /*!important*/;
    border-bottom: 1px solid rgb(230, 230, 230) !important;
    /*!important*/
    font-size: 14px;
    vertical-align: bottom;
    padding: 20px 8px 10px 8px;
}




table.table-borderless td, table.table-borderless th {
    border: none !important;
}

table.table-borderless {
    border: 0;
}

.table > tbody > tr.no-padding > td {
    padding: 0px;
}

.table-extra-condensed > thead > tr > th,
.table-extra-condensed > tbody > tr > th,
.table-extra-condensed > tfoot > tr > th,
.table-extra-condensed > thead > tr > td,
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td {
    padding: 2px;
}
/*#########################################################################*/
/*#########################     Message Styles       #####################*/
/*#########################################################################*/

.message {
    /*display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    min-height: 33px;*/
    margin-top: 0px;
    color: #fff;
    border-radius: 4px;
    height: auto;
    overflow: auto;
    padding: 1px 5px;
    width: auto;
    display: inline-table;
    margin-bottom: 0px;
    min-height: 25px;
}

.message-info {
    background-color: rgb(106, 194, 236);
}

.message-success {
    background-color: rgb(122, 193, 79);
}

.message-error {
    background-color: rgb(252, 86, 88);
}

.message-warning {
    background-color: rgb(248, 186, 74);
}

.message-icon {
    font-size: 20px;
    padding: 0px 4px;
    top: 4px;
}

.validation {
    font-weight: bold;
    color: rgb(252, 86, 88);
}

.validation-summary {
    padding: 3px;
    margin: 10px 1px;
    background-color: rgb(252, 86, 88);
    border: 1px solid rgb(252, 86, 88);
    color: #fff;
    min-height: 34px;
    border-radius: 4px;
}

/*#########################################################################*/
/*#########################     AJAX Tab Styles       #####################*/
/*#########################################################################*/
.ajax__tab_xp .ajax__tab_header {
    background-image: none !important;
    border-bottom: 2px solid rgb(49,136,198);
    font-family: inherit !important;
    font-size: inherit !important;
}

.ajax__tab_default .ajax__tab {
    height: 40px !important;
    float: right !important; /*fix rtl alignment*/
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
    height: 41px !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-image: none !important;
    padding: 0px 15px !important;
    border: 1px solid rgb(238,238,238);
    border-top-width: 3px !important;
    border-radius: 4px 4px 0 0;
    background-color: rgb(242,242,242);
    height: 40px;
    line-height: 35px;
}


.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background-image: none !important;
    border: 1px solid rgb(49,136,198);
    border-bottom-color: transparent;
    border-top-color: rgb(49,136,198);
    background-color: #fff;
    font-weight: bold;
    background-color: rgb(49,136,198);
    color: #fff;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .badge {
    background-color: rgb(129,174,237);
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    padding: 0px !important;
    background-color: transparent !important;
}

/*#########################     Bootstrap Tab Styles       #####################*/
.nav-tabs {
    border-bottom-color: rgb(49,136,198);
    border-bottom-width: 2px;
}

    .nav-tabs > li > a {
        border-top-width: 3px;
        border-color: rgb(238,238,238);
        background-color: rgb(242,242,242);
        margin-right: 6px;
        margin-bottom: 1px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-top-width: 3px;
        border-top-color: rgb(49,136,198);
        font-weight: bold;
        background-color: rgb(49,136,198);
        color: #fff;
    }

/*##############################    Calendar Styles     #######################*/
.MyCalendar .ajax__calendar_container {
    border: 1px solid #ccc;
    background-color: rgb(255, 255, 238);
    color: navy !important;
    border-radius: 5px 5px;
    margin: 0px;
    padding: 0px;
}

.MyCalendar .ajax__calendar_days table, .MyCalendar .ajax__calendar_months table, .MyCalendar .ajax__calendar_years table {
    background-color: transparent;
}

.MyCalendar .ajax__calendar_dayname, .MyCalendar .ajax__calendar_day {
    color: navy !important;
    padding: 2px 3px;
    margin: 0px;
    height: auto;
    width: auto;
}

.MyCalendar .ajax__calendar_month, .MyCalendar .ajax__calendar_year {
    color: navy !important;
}

.MyCalendar .ajax__calendar_today {
    color: navy !important;
    font-weight: bold;
    border: 0px solid navy;
    background-color: antiquewhite;
}

.MyCalendar .ajax__calendar_header {
    background-color: antiquewhite;
    padding: 2px;
}

.MyCalendar .ajax__calendar_hover {
    text-decoration: underline;
}

    .MyCalendar .ajax__calendar_hover .ajax__calendar_day {
        background-color: antiquewhite;
    }


/* #################      Dashboard Styles    ##################*/

.dashboard-box {
    height: 90px;
    border: 1px solid rgb(244, 244, 244);
    min-width: 170px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 6px;
    overflow: auto;
}

.dashboard-icon {
    font-size: 20px !important;
    position: absolute !important;
    top: 13px !important;
    left: 20px;
    color: #a5a5a5;
}

.dashboard-figure {
    color: #636363;
    
    font-size: 26px;
    width: 100%;
}

.dashboard-text {
    color: gray;
    font-size: 16px;
    width: 100%;
}

.kpi-container {
   /* padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 0px;*/
   padding: 10px;
}

.kpi-box {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #eaecf7;
    box-shadow: 7px 8px 20px 0px rgb(221, 225, 247);
}

.kpi-header {
    /*background-color: #ecf0f1;*/
    width: 100%;
    height: 35px;
    /*border: 1px solid #eee;
    border-top-color: #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    line-height: 30px;
    padding: 0px 8px;
}

.kpi-icon {
    font-size: 20px;
    line-height: 30px;
    color: #636363;
    display: none !important;
}

.kpi-title {
    font-size: 18px;
    padding: 0px 6px;
    line-height: 35px;
    /*color: #000;*/
}

.kpi-filter {
    font-size: 16px;
    line-height: 30px !important;
    color: #636363;
}

.kpi-loading {
    height: 25px;
    margin-top: 3px;
}

.kpi-content {
    width: 100%;
    padding: 0px;
    /*border: 1px solid #eee;
    border-top: none;*/
    font-size: 15px;
}

.kpi-content-header {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 55px;
    padding: 7px 15px;
}

.kpi-content-header-figure {
    font-size: 24px;
    line-height: 24px;
}

.kpi-content-header-figure-sm {
    font-size: 22px;
}

.kpi-content-header-figure-xs {
    font-size: 18px;
}

.kpi-content-header-smtext {
    font-size: 11px;
    color: gray;
}

.kpi-caption {
    font-size: 15px;
}

.kpi-subcaption {
    font-size: 13px;
    color: gray;
}

.kpi-content-body {
    width: 100%;
    overflow-y: auto;
    max-height: 170px;
    min-height: 170px;
    background-color: #fff;
    padding: 15px;
}

.kpi-content-body-wofooter {
    width: 100%;
    overflow-y: auto;
    max-height: 190px;
    min-height: 190px;
    background-color: #fff;
    padding: 15px;
}

.kpi-content-footer {
    background-color: #eff1fc;
    width: 100%;
    height: 20px;
    padding: 0px 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*#########################################################################*/
/*#########################     Bootstrap RTL Fixes       #####################*/
/*#########################################################################*/
@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}



.border-top-right-radius-none {
    border-top-left-radius: 0px !important;
}

.border-top-left-radius-none {
    border-top-right-radius: 0px !important;
}

.border-bottom-right-radius-none {
    border-bottom-left-radius: 0px !important;
}

.border-bottom-left-radius-none {
    border-bottom-right-radius: 0px !important;
}





/* #################     Switch Style    ##################*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #51a7fc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #51a7fc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 36px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.Stars {
    --percent: calc(var(--rating) / 100 * 100%);
    display: inline-block;
    font-size: 22.5px;
    font-family: Times;
    line-height: 0.8;
}

    .Stars:before {
        content: '★★★★★';
        letter-spacing: -2px;
        background: linear-gradient(90deg, #f0ad4e var(--percent), #d8d8d8 var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.inline-progress-bar {
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    background: #e6e6e6;
    position: relative;
    margin: 7px 0px 5px 0px;
}

.inline-progress-bar-value {
    border-radius: 5px;
    height: 8px;
    margin: -4px 0px;
    padding: 4px;
    color: #fff;
}