﻿.main {
    padding-bottom: 0 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-warning {
    border-color: #c19100;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .sidebar-toggle {
        margin-left: 8px;
    }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

/*body {
    background-color: #ecf0f5 !important;
}*/

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #30393e !important;
}

.border-bottom {
    border-bottom: 1px solid #30393e !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Change input control border color */
.form-control, .input-group-text {
    border: 1px solid #3c8dbc !important;
}

    .form-control:focus {
        box-shadow: 0px 2px 2px #3c8dbc !important;
    }

.ctable thead tr th .form-control.header-filter {
    padding: 6px 4px;
}

a.btn:hover {
    cursor: pointer !important;
}

a.btn:focus {
    background-color: #3c8dbc !important;
}

/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    /*left: 0px;
    top: 0px;*/
    left: 40px;
    top: 35px;
    position: absolute;
    background-color: #ecf0f5;
    /*z-index: 2147483647;*/
    z-index: 101;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 40%;
    left: 46%;
}

.progressor {
    width: 100%;
    /*height: 92vh;
    left: 50px;
    top: 50px;*/
    height: 100vh;
    position: absolute;
    background-color: #ecf0f5;
    z-index: 2147483647;
}

@media screen and (max-width:767px) {
    .progressor {
        left: 0;
        top: 100px;
    }

    .loaderbody {
        left: 0;
    }

    .loader {
        left: 40%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

/*---------login--start*/
.login-box {
    /*width: 360px;*/
    width: 100%;
    margin: 6% auto;
    box-shadow: 2px 2px 6px #4444;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border: 1px solid #3c8dbc;
    border-radius: 8px;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
}

.login-comp-logo {
    font-size: 34px;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 0px 20px;
}

.login-logo a, .register-logo a {
    color: #444;
}

/*---------company--start*/
.company-box {
    width: 465px;
    margin: 9% auto;
    box-shadow: 2px 2px 6px #4444;
}

.company-box-body {
    background: #fff;
    padding: 3em 20px;
    border-top: 0;
    color: #666;
    border: 1px solid #3c8dbc;
    border-radius: 8px;
}

@media screen and (min-width:767px) {
    .company-minwidth {
        width: 30% !important;
    }

    .login-box {
        width: 35%;
    }
}

@media screen and (max-width:767px) {
    .login-box-body {
        width: 90% !important;
        margin-left: 5%;
    }

    .company-box {
        width: 92% !important;
    }

    .login-comp-logo {
        font-size: 32px;
    }
}

a {
    color: #7b7b7b;
    text-decoration: none;
}

a {
    background-color: transparent;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        color: #444;
    }

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 34px;
    padding: 6px 12px;
    font-size: inherit;
}

label {
    /*    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;*/
    display: inline;
    margin-bottom: 0;
    /*font-size: 11px;
    font-weight: bold;
    color: #666666;*/
}

.form-check-label {
    vertical-align: text-top;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn {
    font-size: 14px;
}

    .btn[disabled], .form-control[disabled] {
        cursor: not-allowed;
    }
/*---------login--end*/
/*----------nav - tab start*/
.tab-content {
    border: 1px solid #c4c7cb;
    padding: 12px;
    color: #6c6c6d;
}

.tab li a {
    border: none;
    border-right: 1px solid #394d58;
    border-radius: 0;
    background: #23323a;
    color: #fff;
    margin: 0;
    /*padding: 9px 15px;*/
    padding: 4px 10px;
}

    .tab li a:hover {
        border: none;
        border-right: 1px solid #394d58;
        background: #23323a !important;
        color: #fff !important;
    }

.tab li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover {
    /*background: #3c8dbc !important;*/
    background: #dc005a !important;
    color: #fff !important;
    border: none;
}

.tab .tab-content {
    border-top: 3px solid #dc005a;
    /*border-top: 3px solid #3c8dbc;*/
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #fff !important;
    background: #23323a !important;
}
/*----------nav-tab end*/
/*--select with options (single/multiple) -bbotstrap--*/

button.multiselect {
    background: white;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #3c8dbc;
    text-align: left;
}

    button.multiselect:hover {
        border: 1px solid #3c8dbc;
    }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    border-color: #3c8dbc !important;
}

    .btn-default:hover, .btn-default.focus, .btn-default:focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background: white !important;
        box-shadow: none !important;
    }

.btn-group > .btn:focus {
    box-shadow: 0px 2px 2px #3c8dbc !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ffffff !important;
    color: #000000;
}

.multiselect-filter .input-group .input-group-addon, .multiselect-filter .input-group .input-group-btn {
    display: none;
}

.multiselect-container > li > a > label {
    padding: 3px 12px 3px 32px;
}

.multiselect-container.dropdown-menu {
    border-color: #a8c6d8;
    box-shadow: 0px 2px 0px #3c8dbc;
}

.dropdown-menu > li > a {
    padding: 2px 0;
    border-bottom: 1px solid #eee;
}

.btn.btn-primary {
    background-color: #3c8dbc;
}

.btn:focus {
    box-shadow: 0px 2px 0px #3c8dbc;
}

.multiselect .caret {
    position: sticky;
    left: 100%;
}

.chosen-single {
    border-radius: 0 !important;
    height: 34px !important;
    padding: 6px 12px !important;
    background: none !important;
    border: 1px solid #3c8dbc !important;
}
/*---ui-autocomplete---------*/
input.ui-widget-content.ui-autocomplete {
    width: 91%;
    padding: 6px 12px;
}
/*background-color: #38cbda;*/
.ui-widget-content.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    /*z-index: 1000;*/
    float: left;
    min-width: 160px;
    padding: 6px 0;
    margin-left: 15px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-menu-item {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 0px !important;
}

.ui-autocomplete {
    border-color: #a8c6d8;
    box-shadow: 0px 2px 0px #3c8dbc;
}

    .ui-autocomplete > li > div.ui-menu-item-wrapper {
        padding: 6px 10px;
        color: #777;
    }
/*.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front 
.ui-menu-item:hover, .ui-menu-item:focus {
    padding: 3px 0px !important;
    background-color: #3c8dbc !important;
}*/
/*.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front
.ui-menu-item-wrapper:hover {
    background-color: #3c8dbc !important;
    color: #fff !important;
    outline: none !important;
}*/

.table-content {
    overflow-x: auto;
    min-height: 264px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #3c8dbc !important;
}

.ctable {
    /*margin-bottom: 10px !important;*/
    margin-bottom: 0px !important;
}

    .ctable .response-tbody {
        min-height: 35%;
    }

    .ctable thead tr th, .response-tbody tr td {
        white-space: nowrap;
    }

    .ctable > thead > tr > th {
        border-bottom: 2px solid #f4f4f4;
        background-color: #3c8dbc;
        color: white;
        border: 2px solid #dff3ff75 !important;
        padding: 5px !important;
        text-align: center;
    }

        .ctable > thead > tr > th input {
            height: 22px !important;
        }

    .ctable > tbody > tr > td {
        padding: 6px !important;
    }

.ctable-tr-hover {
    background-color: #cae8ff;
}

.ctable-tr-select {
    background-color: #cae8ff;
}

.ctable > tbody > tr > td .row-add, .ctable > tbody > tr > td .row-remove {
    cursor: pointer;
}

.modal-content {
    border-radius: 4px !important;
}

.input-validation-error, .danger-control {
    /*border-color: red !important;*/
    box-shadow: inset 0 0 4px 1px red !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.ml-3 {
    margin-left: 3px;
}

/*----------------------Pagination----------*/
.pager {
    margin: 0;
}

.pager-fixed {
    /*position: absolute;*/
    bottom: 0;
    /*width: 100%;*/
}

.pager .bg-pager {
    background-color: #acc8de5c;
}

.pagination.pagination-circle {
    /*margin: 0;*/
    margin: 2.5px 0;
}

.pagination .page-item:not(:disabled) {
    cursor: pointer;
}

.pagination .page-item.active .page-link {
    background-color: #3c8dbc;
}

.pagination.pagination-circle .page-item.active .page-link, .pagination.pagination-circle .page-item:not(.active) .page-link:hover {
    border-radius: 50%;
}

.pagination.pagination-circle .page-item:not(.active) .page-link:hover {
    color: #000;
}

.pagination.pagination-circle .page-item .page-link {
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 50%;
}

.pagination .page-item .page-link {
    font-size: .9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #3c8dbc;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.pagination .page-item:not(.active) .page-link:hover {
    background-color: rgb(237 249 255);
    -webkit-box-shadow: 0 1px 0px 0 #669db9, 1px 0px 0px 1px #669db9;
    box-shadow: 0 2px 2px 0 #bbc3c7, 0 2px 2px 0 #a3c6da;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pagination .page-item.active .page-link:hover {
    -webkit-box-shadow: 0 1px 0px 0 #669db9, 1px 0px 0px 1px #669db9;
    box-shadow: 0 2px 2px 0 #bbc3c7, 0 2px 2px 0 #a3c6da;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.ctable-det input {
    border: 0 !important;
}

    .ctable-det input:focus {
        box-shadow: inset 0 0 5px 1px #77cdff !important;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

.ctable-det tbody tr td {
    background-color: white;
    min-width: 30px;
}

.ctable .tbody tr td span.spani {
    padding: 7px;
    font-size: 20px;
    color: #d03a3a;
}

.ctable .tbody tr.deleted-row {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    display: none;
}

.sidebar-form .form-control {
    border-color: transparent !important;
}

/*@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.main-header .sidebar-toggle {
    padding: 10px 10px;
}
.navbar {
    min-height: 40px !important;
}*/

.table-list2 {
    width: 100% !important;
    word-wrap: anywhere;
    word-break: break-word;
}

    .table-list2 td {
        font-size: 11px;
        height: 20px !important;
        border: 1px solid #c5dbec;
        padding: 4px;
    }

    .table-list2 th {
        background: #3c8dbc;
        color: #ffffff;
        position: sticky;
        top: 0; /* Don't forget this, required for the stickiness */
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
        white-space: nowrap;
        padding: 4px;
        border-right: 1px solid #dedede;
    }

#divSQL2Statement {
    position: relative;
    min-height: 75vh;
    height: 75vh;
    overflow-y: auto;
}

.d-none {
    display: none !important;
}

.navbar-nav > .tasks-menu > .dropdown-menu.myfavourites {
    /*width: 420px;*/
    width: 24em;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}

    .navbar-nav > .tasks-menu > .dropdown-menu.myfavourites > li .menu > li.myfav-li > a:not(.ext) {
        display: inline-block;
        border-bottom: none;
        cursor: pointer;
        color: #2a2a2a/*dodgerblue*/;
        width: 75%;
        padding-left: 0.25rem;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu.myfavourites > li .menu > li.myfav-li > a.ext {
        width: 10%;
        display:inline;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu.myfavourites > li .menu > li.myfav-li {
        font-size: 15px;
        border-bottom: 1px solid #e9ecef;
        padding-left: 1em;
        list-style: inside;
        list-style-type: decimal-leading-zero;
    }

        .navbar-nav > .tasks-menu > .dropdown-menu.myfavourites > li .menu > li.myfav-li > span.menutrash {
            float: right;
            margin-right: 1em;
            line-height: 2.2em;
            font-weight: bold;
            cursor: pointer;
            text-shadow: 1px 1px 8px #f90000;
        }

    .navbar-nav > .tasks-menu > .dropdown-menu.myfavourites > li.header {
        font-weight: 600;
        box-shadow: 0 0rem 1rem rgba(0, 0, 0, .125);
    }

.navbar-nav > .dropdown.home > a {
    font-size: 21px;
    color: #fdcc4e !important;
}

.fa-power-off.text-red {
    color: #ff0000 !important;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-menu-lg {
    max-width: 850px;
    min-width: 520px;
    max-height: 330px;
    box-shadow: 4px 4px #ccc;
    padding: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.2rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-footer, .dropdown-header {
    display: block;
    font-size: .875rem;
    padding: 0.2rem 1rem;
    text-align: center;
}

.dropdown-notify {
    max-height: 296px;
    overflow-y: auto;
}

    .dropdown-notify a.dropdown-item {
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /*border: 0;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
}

.float-right {
    float: right !important;
}

.dropdown-btn {
    background-color: #234683;
    border: 0;
    color: white;
    border-radius: 4px;
    padding: 2px 8px;
}

table.notifytable {
    width: 100%;
    border-collapse: collapse;
}

    table.notifytable thead th {
        position: sticky;
        top: 0;
        background-color: white;
        text-align: center;
    }

    table.notifytable tbody td {
        padding: 3px 3px;
    }

        table.notifytable tbody td .btndisable {
            background-color: #8ab0f3;
        }

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.navbar-custom-menu .navbar-nav .dropdown.user.user-menu a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*@media (min-width: 767px) and (max-width:788px) {
    .navbar-custom-menu .navbar-nav .dropdown.user.user-menu {
        width: 66%;
    }
}*/

@media (max-width: 768px) {
    .navbar-custom-menu {
        width: 89%;
    }

    .btnextrapanel {
        margin-top: 5px;
        display: flow;
        width: 100%;
        overflow-x: auto;
    }
}

