
/*
Version: 1.0.0
*/

@import url("assets/styles/bootstrap.min.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css");
@import url("assets/styles/sweetalert.css");
@import url("assets/styles/font-awesome.min.css");
/*@import url("assets/styles/toastr.min.css");*/
@import url("assets/styles/jquery.nestable.css");


body {
    background: lightgrey;
}

#mainNav {
    background-color: #dff0d8;
    font-weight: bold;
    text-transform: uppercase;
    border-color: green;
    padding-top: 0px;
    padding-bottom: 0px;
}

#mainNav .navbar-brand {
    /*     color: green;*/
    color: #73A011;
    font-family: 'Exo', sans-serif;
    /*     font-size: 24px;*/
    padding: 15px 5px;
    text-transform: none;
    font-weight: bold;
    font-size: 21px;
}

#mainNav .navbar-brand img {
    max-height: 46px;

    margin-right: 5px;
}

#mainNav .navbar-brand span{
    color: orange !important;
}

#mainNav .navbar-brand:hover #mainNav .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

#mainNav .navbar-nav>li>a {
    padding: 15px 10px;
}

.btn {
    text-transform: uppercase;
}

.panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0px;
}

#screen-panel .panel {
    margin-bottom: 20px;
}

#content-panel {
    margin-bottom: 0 !important;
}

.panel-heading {
    border-radius: 0;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#copyright-footer {
    border-radius: 0;
    background-color: green; /*//#dff0d8 !important;*/
    color: #dff0d8;
    /*    background: #FEF161;
        border-top: 1px solid green;*/
}

.category-panel {
    margin-bottom: 20px;
    /*      border: 1px solid #B9B6B6;*/
}

.btn {
    /*    border-radius: 0;
        margin-left: 4px;
        font-weight: bold;*/
}

.btn-default {
    border: 1px solid green;
    color: green;
}

#screen-panel {
    background:  linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url(../doshajhna/assets/img/VVV.png) no-repeat center center;
    background-size: contain;
    background: #f6f8fb;
}

#screen-title, #content-title {
    padding-top: 4px;
    font-size: 16px;
}

#screen-heading {
    /*      background: rgba(254, 237, 44, 0.75);
          color: green;
          border-bottom-color: green;*/
}

.form-control {
    /*    box-shadow: none;
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #B9B6B6;
        color: #333;
        border-radius: 0;*/
}


.form-clear {
    color: #ccc;
    cursor: pointer;
    pointer-events: all;
    width: 0px;
    height: 0px;
    top: 34px;
    right: 38px;
    padding-top: 0 !important;
}

.form-control-feedback {
    padding-top: 9px;
    height: 32px;
    box-shadow: none;
    /*right: 15px;*/
}

.control-label {
    font-size: 12px;
    font-weight: bold;
    font-style: oblique;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}

#divLoading, #logoutAlert {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;
    left: 0;
    /*background: #7386D5;*/
    background: rgba(210, 105, 30,.15);
    color: green;
    padding: 0;
    font-weight: bold;
    /*border: 1px solid white;*/
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    font-size: 80px;
    padding-top: 20%;

}


#progress{
    position:fixed;
    z-index:2147483647;
    top:0;
    left:-6px;
    width:0;
    height:3px;
    background: #73A011;/*//#B91F1F;*/
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    border-radius:1px;
    -moz-transition:width 500ms ease-out,opacity 400ms linear;
    -ms-transition:width 500ms ease-out,opacity 400ms linear;
    -o-transition:width 500ms ease-out,opacity 400ms linear;
    -webkit-transition:width 500ms ease-out,opacity 400ms linear;
    transition:width 500ms ease-out,opacity 400ms linear
}
#progress dd,#progress dt{
    -moz-border-radius:100%;
    position:absolute
}
#progress.waiting dd,#progress.waiting dt{
    -moz-animation:pulse 2s ease-out 0s infinite;
    -ms-animation:pulse 2s ease-out 0s infinite;
    -o-animation:pulse 2s ease-out 0s infinite;
    -webkit-animation:pulse 2s ease-out 0s infinite;
    animation:pulse 2s ease-out 0s infinite
}
#progress dt{
    opacity:.6;
    width:180px;
    right:-80px;
    clip:rect(-6px,90px,14px,-6px)
}
#progress dd{
    opacity:.6;
    width:20px;
    right:0;
    clip:rect(-6px,22px,14px,10px);
    top:0;
    height:2px;
    box-shadow:#B91F1F 1px 0 6px 1px;
    border-radius:100%
}
#progress dd,#progress dt{
    -webkit-border-radius:100%;
    -webkit-box-shadow:#B91F1F 1px 0 6px 1px;
    -ms-box-shadow:#b91f1f 1px 0 6px 1px;
    -moz-box-shadow:#b91f1f 1px 0 6px 1px
}
#progress dt{
    top:0;
    height:2px;
    box-shadow:#B91F1F 1px 0 6px 1px;
    border-radius:100%
}


.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.affix {
    top: 50px;
    width: 16.66666667%;
}


.unit-row {
    font-weight: bold;
    background: #dff0d8 !important;
}

.total-row {
    font-weight: bold;
    border-bottom: double #dedede;
    font-size: 16px;
}

.table>thead {
    background: gold;
    /*color: white;*/
}

.header-row {
    background: gold !important;
    /*color: white;*/
}

.header-row->tr>th {
    border-bottom: 2px solid #ddd;
}

.label-normal {
    font-weight: normal;
    font-size: 12px;
    font-style: oblique;
}


.modal-header {
    border-bottom: 2px solid green;
    background: gold;
    color: darkred;
}

.modal-footer {
    border-top: 1px solid green;
}

.sms-balanceDiv {
    border: 1px solid;
    margin: 1.66%;
    width: 30%;
    padding: 10px;
}

.pop-arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #81a35b;
    border-bottom: 15px solid transparent;
    top: 25px;
    position: absolute;
    left: -15px;
}

.pop-arrow2-white {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid white;
    border-bottom: 25px solid transparent;
    top: 5px;
    position: absolute;
    right: -24.1px;
}

.input-xs {
    height: 26px;
}

.menu-panel {
    position: absolute;
    width: 100%;
    z-index: 999;
    height:  calc(100% - 105px);
    background: lightgoldenrodyellow;
    overflow-y: auto;
    padding-bottom: 30px;
}

.menu-panel .panel{
    border-radius: 0;
}

.menu-panel .panel+.panel {
    margin-top: 0 !important;
    border-top: 1px solid red !important;
}

.menu-panel .pop-arrow {
    width: 100%;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #81a35b;
    border-bottom: 20px solid transparent;
    top: 0 !important;
    float: right !important;
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.menu-panel .active-list-group-item {
    background: rgba(148, 209, 137, 0.42);
}

.menu-panel .active-panel{
    background: red;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.menu-panel .active-panel a{
    color: white !important;
}

/* width */
.menu-panel::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.menu-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu-panel::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu-panel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-panel .header-chevron {
    float: right;
    color: #92961a;
    cursor: pointer;
    margin-top: 2px;
}


#panel-nopermission {
    position:  absolute;
    height:  100%;
    width: 100%;
    vertical-align: middle;
    z-index: 1029;
    background: rgba(252, 246, 213, .5);
}

#panel-nopermission #span1 {
    width: 100%;
    font-size: 30px;
    color: #ef4430;
    position:  absolute;
    padding: 20%;
}

#panel-nopermission #span2 {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 5px;
    background: #fdce30;
}

/*Time sheet*/
.invalid-row{
    background-color: #f58677 !important;
}

.td_tr1 {
    padding: 2px !important;
}

.ts_day{
    font-weight: 100;
    color: darkslategray;
}

.ts_date{
    font-weight: bold;
    -webkit-text-stroke-width: medium;
    font-size: x-large;
}

.ts_empname{
    font-weight: bold;
}

.ts_empdesig{
    font-size: smaller;
    font-style: oblique;
}

.day_holiday > .ts_day, .day_holiday > .ts_date{
    color : red !important;
}


/*Time sheet end*/

/*********************  LEFT SUB MENU  ********************/

#leftNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#leftNavPills{
    background: lightgoldenrodyellow; /*//#DFF0D8;*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}
#leftNavPills .nav-pills{
    height: 100%;
    background: lightgoldenrodyellow; /*//#DFF0D8;*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}

#leftNavPills .nav-pills>li {
    /*border: 1px solid #5F763D;*/

}
#leftNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42); /*//#DFF0D8;//lightblue;  //transparent;*/
    font-weight: bold;
    color: #5F763D;
}

#leftNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42); /*//#DFF0D8;//lightblue; // //transparent; */
    padding-left: 10px;

    border-left: 5px solid #5F763D;
    border-right: 0px;
    color: #5F763D;
    /*transition: all .15s ease-in-out;*/
    /*	-webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;*/

}

#leftNavPills a {
    color: #73A011;
    font-weight: bold;
    font-size: 13px;
}

#leftNavPills .btn-group>.btn:first-child{
    width: calc(100% - 25px) !important;
}

#lNav-heading {
    padding: 16px;
    display: block;
    font-weight: bold;
    color: red;
    text-decoration: underline;
    background: gold;
}

.lnav-subheading {
    padding: 10px;
    background: red;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

#lNav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

}

#sidemenu-pullleft {
    width: 40px;
    height: 30px;
    background: white;
    text-align:  center;
    vertical-align:  middle;
    position: absolute;
    top: 10px;
    right:  0px;
    font-size: 20px;
    color: red;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor:  pointer;
    pointer-events: auto;
}
#sidemenu-pullright {
    width: 40px;
    height: 30px;
    background: white;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 20px;
    color: red;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    pointer-events: auto;
}
/************************ TOP SUB MENU ***************/


#topNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#topNavPills{
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}
#topNavPills .nav-pills{
    height: 100%;
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}

#topNavPills .nav-pills>li {
    /*float: none;*/
    margin-bottom: -1px;
}

#topNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42); /* //#DFF0D8;; // //transparent; */
    font-weight: bold;
    color: #5F763D;

}

#topNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42); /* //#DFF0D8; // //transparent; */
    padding-left: 10px;
    border-right: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    color: #5F763D;
}

#topNavPills a {
    color: #73A011;
    font-weight: bold;
}


/*--- userdefined type nestable start ---*/
/*.dd-handle {
    background: #fcf6d5 !important;
}*/


/*yserdefinedtypes nestable end*/


/*Event Calender Start*/

.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
}
.calendar-table {
    margin: 0 auto;
    /*width: 700px;*/
    width: 70%;
}
.selected {
    background-color: #eee;
}
.outside .date {
    color: #ccc;
}
.timetitle {
    white-space: nowrap;
    text-align: right;
    text-align: left;
    width: 10%;
}
.event {
    border-top: 1px solid #b2dba1;
    border-bottom: 1px solid #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    color: #3c763d;
    border-width: 1px;
    font-size: .75em;
    padding: 0 .75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.event.begin {
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event.end {
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.all-day {
    border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
    background-repeat: repeat-x;
    color: #31708f;
    border-width: 1px;
}
.event.all-day.begin {
    border-left: 1px solid #9acfea;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event.all-day.end {
    border-right: 1px solid #9acfea;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.clear {
    background: none;
    border: 1px solid transparent;
}
.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
}
.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}


.normal-days{

}

.prevmonth-days, .nextmonth-days {
    /*background: grey;*/
    background: #a9a9a926;
    color: lightslategrey;
}

.today {
    background: #fcf6d5;
    border: 1px solid greenyellow;
}

.calendar-header{
    text-align: center;
}

.calendar_event {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.row_week{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 60px;
    font-weight: 700;
    font-size: 22px;
}

.row_weekdays{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
    font-weight: 700;
    font-size: 20px;
}

.col_prevnxt{
    text-align: left;
}

.col-mode{
    text-align: right
}

.row_heading{
    font-size: 26px;
}

.btn_addeventplus{
    font-size: 16px;
    color: green;
    border: 1px green solid;
}

.curs_pointer{
    cursor: pointer;
}

.eventdatetime{
    height: 30px;
    font-weight: 700;
    font-size: 20px;
}

/*Event Calender End*/

.radio_residingcountry{
    height: 10px;
}

.residingcountry{
    font-size: 10px;
}

.sms_rcpt{
    float: right;
    font-size: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d0d6db;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}


////********* Side bar ********///
.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    /*padding: .25rem .5rem;*/
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    /*background-color: #d2f4ea;*/
}

.btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    margin-left: auto;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    padding-left: 1.5rem; /* margin-left */
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus,
.btn-toggle-nav a.active{
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}
.lh-tight {
    line-height: 1.25;
}

#dashboard-sidebar .nav-pills .nav-link.active, #dashboard-sidebar .nav-pills .show>.nav-link {
    color: #849516;
    background-color: #e3edd9;
}

.dd-item, .dd-empty, .dd-placeholder {

    font-size: initial;
}

input[type=checkbox]{
    width: 19px;
    height: 19px;
}

.form-floating>label {
    opacity: .65;
}

.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.avatars > li + li {
    margin-left: -0.75rem;
}

.avatars > li {
    display: inline-block;
}

.avatar {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    border: 2px solid #f8f9fa;
    background: #f8f9fa;
    color: #fff;
}

.filter-dropdowns {
    text-decoration: none;
}


