/* here you can put your own css to customize and override the theme */
#custom .c-label {
    padding-top: 10px;
    /* margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 7px; */
}

#custom .c-form-input {
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-top: 1px;*/
    padding-right: 0px;
    min-width: 260px;
}

.custom-margin-left{
    margin-left:-128px;
}

#custom .c-form-span {
    padding-top: 15px;
    padding-bottom: 7px;
    margin-top: 1px;
}


#custom .control-label .required {
    font-size: 14px;
}

#custom .c-btn {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-top: 3px;
}

#custom .c-border {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(238, 238, 238);
}

#custom .required:after {
    content: " *";
    /*background-image:url(/path/to/your/images/dir/required-field.png);*/
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 0px;
    color: #FF3300;
    font-size: 14px;
    font-weight: bold;
}


#custom .note p, .page-loading, .panel .panel-body {
    font-size: 14px;
}

.has-error span {
    font-size: smaller;
}

.control-label .required, .form-group .required {
    color: black;
}

.table-checkable tr > td:first-child, .table-checkable tr > th:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.25rem 0.35rem;
}

table select.input-sm {
    height: 25px;
    line-height: 25px;
}

table input.input-sm {
    height: 25px;
    line-height: 25px;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #ffffff !important;
}

.padding-botton-15 {
    padding-bottom: 15px;
}


#incidentCustom .mt-checkbox {
    margin-bottom: 0px;
}

#incidentCustom .form-group {
}

#incidentCustom .incidentDiv {
    padding-bottom: 0px;
    padding-top: 10px;
}

#incidentCustom .descriptionDiv {
    padding-bottom: 12px;
}

.portlet > .portlet-title {
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.portlet.light.form-fit {
    /* border: 1px solid #3388bb; */
}

.checkBoxCustom {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.page-header .page-header-top .page-logo {
    height: 54px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.portlet.light > .portlet-title {
    background-color: #f9f9f9;
    min-height: 40px;
}

.portlet.light .portlet-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.page-content {
    padding-top: 5px;
    padding-bottom: 0px;
}

.portlet {
    margin-bottom: 10px;
}


.page-head .page-title {
    padding: 10px 0;
    padding-left: 18px;
}

.portlet.light.form-fit > .portlet-title {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-header .page-header-top {
    height: 60px;
}

    .page-header .page-header-top .top-menu {
        margin-top: 6px;
    }

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.form .form-bordered .form-group .control-label {
    padding-top: 10px;
}


.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            color: #fff;
            background-color: #3390FF;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.btn-theme-panel {
    margin-top: 20px;
}

.theme-panel {
    min-width: 338px;
}
/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }*/


.form-control::-webkit-input-placeholder {
    opacity: 0.75 !important;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    opacity: 0.75 !important;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    opacity: 0.75 !important;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    opacity: 0.75 !important;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    opacity: 0.75 !important;
}
/* Microsoft Edge */


input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}


.page-header {
    height: 50px;
}

    .page-header .page-header-menu {
        height: 50px;
    }

.form .form-actions, .portlet-form .form-actions {
    padding-top: 10px;
    padding-bottom: 10px;
}

.portlet.light > .portlet-title > .actions {
    padding-bottom: 6px;
}

.ModifyUser {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.pull-right {
    /* padding-top: 5px;
    padding-bottom: 5px;*/
}

.loading-icon {
    padding: 0px;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0px !important;
}

    .loading-icon img {
        height: 40px;
    }

.navbar-brand {
    padding-left: 13px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*#img1:hover {
    content: url('../../../../Images/DBLogoHover.png');
}*/

#userProfile {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-group > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .dropdown > .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #e0e0e0;
    border-left: 0px solid transparent;
    content: '';
}

.btn-group > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .dropdown > .dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #fff;
    border-left: 0px solid transparent;
    content: '';
}

.hor-menu {
    float: none;
}


    .hor-menu .navbar-nav {
        float: left;
    }

        .hor-menu .navbar-nav > li > a {
            padding: 16px 15px 9px;
            color: #ffffff;
        }

        .hor-menu .navbar-nav > li .dropdown-menu li > a {
            font-size: 12px;
            padding: 5px 10px;
            color: #000000;
            font-weight: 600;
        }


/*#Menu0 a:before {
    content: "\F00A";
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: 300;
}*/


#OneWebMainMenu a[href="/OneWeb/Dashboard.aspx"]:before {
    content: "\F00A";
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: 300;
    line-height: 1;
}


nav navbar-nav {
}

.hor-menu .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 600;
}


.page-header .page-header-menu, .navbar-blue {
    background: #3b5998;
}

.page-footer {
    margin-top: 1rem;
    background: #3b5998;
    color: #ffffff;
}

.hor-menu .navbar-nav > li.active > a,
.hor-menu .navbar-nav > li.active > a:hover,
.hor-menu .navbar-nav > li.current > a,
.hor-menu .navbar-nav > li.current > a:hover {
    background: #3B5CA0 !important;
    color: #ffffff;
}


.hor-menu .navbar-nav > li:hover > a,
.hor-menu .navbar-nav > li.open > a,
.hor-menu .navbar-nav > li > a:hover,
.hor-menu .navbar-nav > li > a:focus,
.hor-menu .navbar-nav > li > a:active {
    background: #3B5CA0 !important;
    color: #ffffff;
}

.hor-menu .navbar-nav > li .dropdown-menu {
    margin-top: 0px;
    background: #ffffff !important;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);*/
}

    /*.dropdown-menu {
    margin-top: 0px;
    border-top: 0px;
    border-bottom: 0px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.50);
}*/

    .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
        background: #4267b2 !important;
        color: #ffffff;
    }

    .hor-menu .navbar-nav > li .dropdown-menu li > a {
        font-family: Lato, "Open Sans",sans-serif;
    }

.btn.green:not(.btn-outline) {
    background-color: #006b96 !important;
    border-color: #006b96 !important;
}


.dropdown-menu .divider {
    margin: 0px 0;
}

.navbar {
    border: 0px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: inherit;
    border-color: #3b5998;
}

/*.logo-default img {
    height: 45px;
}
*/
.PagingRecordsDiv {
    font-size: 0.75rem;
    /*margin-top: 25px !important;*/
}

    .PagingRecordsDiv select {
        padding: 0.15rem 0.15rem;
        height: 25px;
        line-height: 20px;
    }

.pagination {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #3B5998;
        border-color: ##3B5998;
    }


.schedulerModal {
    width: 800px;
    margin: 30px auto;
}

.modal-product {
    width: 1120px;
}

.model-header-custom {
    padding-bottom: 0px;
    border-bottom: 0px !important;
}

.model-body-custom {
    padding-top: 0px;
}


.user-photo {
    margin-top: 1rem;
}


.modal-content {
    border-radius: 2px;
}

.selectedProditem {
    background-color: #67a7dc !important;
}


#userProfileImage {
    vertical-align: unset;
}

.user-profile {
    height: 50px;
}

    .user-profile:hover {
        height: 50px;
    }

    .user-profile #userProfileMenu {
        height: 50px;
    }

span#userNameSpan {
    vertical-align: super;
}


@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}


/*@media only screen and (min-width: 768px) {
    .menu-dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown:hover .dropdown-menu {
    display:block;
    }
}*/

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav > li, .nav > li > a {
        position: unset;
    }

    .collapsing, .dropdown, .dropup {
        position: unset;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
    }

    .user-profile #userNameLink {
        min-width: 175px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .hor-menu .navbar-nav > li > a {
        padding: 20px 10px 10px 6px;
    }
}

.dropdown-menu > li:first-child:hover > a {
    border-radius: 0px 0px 0 0;
}

.dropdown-menu > li:last-child:hover > a {
    border-radius: 0 0 0px 0px;
}

.open > .dropdown-menu {
    display: block;
}

.aboutlink:before {
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 2.2ex;
    height: 2.2ex;
    font-size: 2.4ex;
    line-height: 2.0ex;
    border-radius: 1.9ex;
    margin-right: 6px;
    padding: 1px;
    color: #3b5998;
    background: white;
    border: 1px solid #3b5998;
    text-decoration: none;
}

.aboutlink:hover:before {
    color: white;
    background: #3b5998;
    border-color: white;
    text-decoration: none;
}

#thAboutVersion {
    color: #fff;
}

#modelheader {
    background-color: #3b5998;
    color: #fff;
}

.modal-dialog {
    border-color: #3b5998;
}



.UploadedImage {
    border-radius: 20px;
}

.tble-border-left {
    border-left: 1px solid #9ba8ab;
}

.tble-border-right {
    border-right: 1px solid #9ba8ab;
}

.tble-col-with {
    width: 87px;
    padding: 7px 7px;
}
