.btn {
    border-radius: 0;
}
.content-header>h1 {
    font-size: 20px !important;
}
.datepicker {
    z-index: 99999 !important;
}
.input-group .input-group-addon {background-color: #EEE; padding: 3px 8px; }
.addon-support-border {
    border: 1px solid #D2D6DE;
    padding: 5px;
}
.reset-btn {
    margin-top: 10px;
}
.acl_module_name {
    background: #f2f2f2;
    padding: 8px 15px;
    font-size: 10.5pt;
    font-weight: bold;
    cursor: pointer;
}
.acl_respond ul {
    padding: 20px 30px;
    display: table;
    width: 100%;
    clear: both;
    background: #fbfbfb;
}
.acl_respond ul li {
    list-style: none;
    width: 33%;
    float: left;
}
.all_check  { 
    margin-bottom: 10px; 
    padding-left: 5px; 
}
h3.update_respond {
    padding: 0 20px;
    font-size: 20px;
}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px; !important;}

.w_hrs {
    width: 60px;
}
.w_hrs .form-control {
    padding: 6px;
}

ul.tabsmenu {    
    border-bottom: 3px solid #2ca01c;
    padding: 0;
    margin: 0;  
}
ul.tabsmenu li {     
    display: inline-block;
    background:#929292;
    margin-right: 2px;
    font-size: 10pt;
    
    font-weight: bold;
}
ul.tabsmenu li a {       
    color: #fff;
    padding: 5px 15px;
    display: block;    
}
ul.tabsmenu li a:hover,
ul.tabsmenu li a.active { background: #2ca01c;   }


.profile-photo >img {
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.nav-tabs-custom>.nav-tabs>li:hover {
    border-top-color: #3c8dbc;
    
}
.nav-tabs-custom>.nav-tabs>li:hover a {    
    color: #ff6600;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    color: #ff6600;
}

/*added by abdul bari start*/

.btn-success {
    color: #fff;
    background-color: #2ca01c;
    border-color: #2ca01c;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #2ca01c;
    border-color: #2ca01c;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #2ca01c;
    border-color: #2ca01c;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #2ca01c;
    border-color: #2ca01c;
}

.btn-warning {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}

/*universal modal*/
.todo .modal-header, 
#universalModal .modal-header{
    border-color: #2ca01c !important;
    background: #2ca01c;
    color: #fff;
    border: 1px solid #C2C2C2;
    height: 34px;
    padding: 0px 10px;
    line-height: 30px;
    display: block;
}
.todo .modal-header .close,
#universalModal .modal-header .close {
    margin-top: 5px;
}
.todo .modal-footer,
#universalModal .modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #c2c2c2;
}
.todo .modal-body,
#universalModal .modal-body {
    position: relative;
    padding: 10px;
}
.todo .modal-dialog-centered,
#universalModal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.inline-block {
    display: inline-block !important;
}
.invalid-form-error-message{
    border-left: 2px solid #FF0000;
    padding: 5px 0px 5px 15px;
    display: block;
    background: #eaeaea;
    margin: 2px 0px;
}
/*added by abdulbari end*/




/*added by Kamran*/

.skin-green-light .main-header .logo {
    background-color: #2ca01c !important;
}
.skin-green-light .main-header .navbar {
    background-color: #2ca01c !important;
}
.skin-green-light .main-sidebar {
    border-right: 1px solid #eaeaea !important;
    background-color: #f4f5f8 !important;
}

.skin-green-light .sidebar-menu>li:hover>a, 
.skin-green-light .sidebar-menu>li.active>a {
    color: #290f0f !important;
    background: #eceef1 !important;
    border-left: 3px solid #ff8000;
}
.nav-tabs-custom>.nav-tabs {
    border-radius: 0 !important;
    padding-left: 10px !important;
    border-top: 0px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ff8000 !important;
}
.nav-tabs-custom>.nav-tabs>li:hover {
   border-top-color: #ff8000 !important;
   background: #fff;
   
}
.nav-tabs-custom>.nav-tabs>li:hover a {    
    /*  color: #111111 !important; */
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    /*  color: #111111 !important; */
}

.white_bg {background-color: #FFF;/* min-height: 80vh; */}

.content {       
    padding: 0;
}

.content>div.row{
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs-custom>.tab-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.nav-tabs-custom {
    box-shadow: none;
    border-radius: 0;
}

.content-wrapper {
    background-color: #f4f4f5;    
}

.content-header {
    /*border-bottom: 1px solid #d2d6de;*/
    /*background: #f7f7f7 !important;*/
    padding: 10px;
}
.content-header>.breadcrumb {
    top: 10px;
}

#search-fld {
    border-color: #2cba18;
    background: #18780b;
    color: #ffffff;
    min-width: 250px;
    margin-top: 8px;
    height: 35px;
    padding: 5px 8px;
}
#search-fld::placeholder {    
    color: #5ee74b;
}
.main-header .logo {
    text-align: left;
}
.box {
    box-shadow: none;
    border-radius: 0;
    border-top: 0px solid #ebebeb;
}
.box .box-header {cursor: pointer;}

.main-footer {    
    padding: 8px 15px;    
}
.content-header>h1 {        
    color: #7f7f81;
}

/*.content-header>h1>a.btn-success {
    color: #fff;
    border-color: #77b16f;
}*/

.nav-tabs-custom {
    margin-bottom: 0;
}
.done.text-center {
    text-decoration: none;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff9a06;
    border-color: #ff9a06;
}
.pagination>li>a {
    background: #f1f0f0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #dfdcdc;
}
.pagination>li>a, .pagination>li>span {
    border: 0px;
}

.pagination { margin: 0 0;}

/*=============== note section ===============*/

.notewrapper .box-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}
.notewrapper .editor-wrapper {
    /*height: 60px;*/
    overflow: hidden;
}
.notewrapper .editor {
    border: 8px solid #f1f1f1;
    /* border-radius: 5px; */
    display: table;
    width: 100% !important;
    float: none;
    height: 60px;
    padding: 10px;
    resize: none;
}
.who img {
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
    border-radius: 50%;
}
.ml50 {margin-left: 50px !important;}
.mt5 {margin-top: 5px !important;}
.who {padding: 20px 0px;}
.note-edit{display:none;float: right;position: absolute;right: 3px;}
.note-edit button{margin-right:5px;}
#allNoteView .who:hover .note-edit{ display:block; cursor:pointer;}
.show { display: block !important;}

.table-responsive {overflow-x: inherit;}
@media only screen and (max-width:991px) {
    .table-responsive {overflow-x: auto;}
}

.noteimg{display:inline-block;float:left;width: 7%;}
.name{display: inline-block;float:left;width: 93%;}
@media only screen and (max-width: 800px) and (min-width: 360px) {
    .noteimg{width: 15%;}
    .name{width: 85%;}
}

sup,sup.re_sch { color: red; }

span.past.no_alert, span.past.no_alert sup {color: #F00; font-weight: bold; }
span.future { color: #21b50c;}
span.on_alert, span.on_alert sup { color: #ff8000; }
span.no_alert, span.no_alert sup { color: #333333; }

/*  ==================================------=====================*/
 /* do not remove code if you have no idea about tabcontrolling */
 
.-more button {
  cursor: pointer;
  border: 0;
  padding: 10px;
}

.tabs {
  position: relative;
}
.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabs .--hidden {
  display: none;
}

.tabs .-primary {
  display: flex;
}
.tabs .-primary > li {
   flex-grow: 3;
}


.tabs .-primary .-more {
  /* background-color: #b61a3e; */
}
.tabs .-primary .-more > button span {
  display: inline-block;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tabs.--show-secondary .-primary .-more > button span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  -webkit-animation: nav-secondary 0.2s;
          animation: nav-secondary 0.2s;
}
.tabs .-secondary li {
  /* border-top: 1px solid #D51E49; */
  /* padding: 5px; */
}
.tabs .-secondary a,
.tabs .-secondary button {
  padding: 0.6em;
  border-bottom: 1px solid #ccc;
  display: block;
  border-top: 3px solid #fff;
}
.tabs .-secondary a:hover,
.tabs .-secondary button:hover {
  /* background-color: #961534; */
  border-top: 3px solid #ff8000;
}
.tabs .-secondary a:active,
.tabs .-secondary button:active {
  /* background-color: #D51E49; */
}
.tabs.--show-secondary .-secondary {
  display: block;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  z-index: 99999;
  /* position: absolute; */
  background: #fff;
}

@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

 .-primary a {
    min-width: 170px;
}


/*             tabs end             */


.ui-autocomplete {
    z-index: 99999!important;
}
.ui-autocomplete-loading {
    background: white url("../img/select2-spinner.gif") right center no-repeat;
}


/*shortcut for dashboard*/

    #shortcut {
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 99999 !important;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
        border-bottom: 1px solid #423F3F;
    }

    #shortcut ul {
        padding: 15px 20px 2px;
        list-style: none;
        margin: 0;        
    }

    #shortcut ul li {
        display: inline-block;
        width: auto;
    }
    #shortcut ul li>div:hover {
/*        color: #1CA02C;*/
        /*color: #ff9a06;*/
        background-color: #ff9a06 !important;
    }
    

    .jarvismetro-tile {
        float: left;
        display: block;
       
        width: 100px;
        height: 70px;
        cursor: pointer;
        box-shadow: inset 0 0 1px #FFC;
        border: 1px dotted #1CA02C;
        text-decoration: none;
        color: #fff;
        font-weight: 300;
        font-smooth: always;
        margin: 0 10px 20px 0;
        padding: 5px;
        position: relative;
    }



    #shortcut ul li .jarvismetro-tile {
        margin: 0 3px 3px;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #shortcut .selected {
        border: 1px solid #1CA02C !important;
        position: relative;
    }
    
    #shortcut ul li>div.selected {
        background-color: #2ca01c !important;
    }

    .jarvismetro-tile.big-cubes {
        width: 80px;
        height: 80px;
    }
    
    .jarvismetro-tile .iconbox i {
        display: block;
        margin: 15px auto 0;
    }



    [class*=" bg-"], [class^=bg-] {
        filter: none!important;
    }
/* 
     #shortcut .selected:after {
        width: 0;
        height: 0;
        border-top: 35px solid #1CA02C;
        border-left: 35px solid rgba(0, 0, 0, 0);
        position: absolute;
        display: block;
        right: 0;
        content: "";
        top: 0;
        z-index: 1;
    }

   #shortcut .selected:before {
        display: block;
        position: absolute;
        content: "\f00c";
        color: #fff;
        right: 4px;
        top: 3px;
        font-family: FontAwesome;
        z-index: 2;
    }*/
    .jarvismetro-tile .iconbox {
        text-align: center;
    }
    

    .jarvismetro-tile .iconbox span {
        display: block;

    }

   
    #shortcut .fa:hover{
        cursor: pointer;
    }


.txt-color-blue {
    color: #57889c!important
}
.txt-color-blueLight {
    color: #92a2a8!important
}
.txt-color-blueDark {
    color: #4c4f53!important
}
.txt-color-green {
    color: #356e35!important
}
.txt-color-greenLight {
    color: #71843f!important
}
.txt-color-greenDark {
    color: #496949!important
}
.txt-color-red {
    color: #a90329!important
}
.txt-color-yellow {
    color: #b09b5b!important
}
.txt-color-orange {
    color: #b19a6b!important
}
.txt-color-orangeDark {
    color: #a57225!important
}
.txt-color-pink {
    color: #ac5287!important
}
.txt-color-pinkDark {
    color: #a8829f!important
}
.txt-color-purple {
    color: #6e587a!important
}
.txt-color-darken {
    color: #404040!important
}
.txt-color-lighten {
    color: #d5e7ec!important
}
.txt-color-white {
    color: #fff!important
}
.txt-color-grayDark {
    color: #525252!important
}
.txt-color-magenta {
    color: #6e3671!important
}
.txt-color-teal {
    color: #568a89!important
}
.txt-color-redLight {
    color: #a65858!important
}
.bg-color-blue {
    background-color: #57889c!important
}
.bg-color-blueLight {
    background-color: #92a2a8!important
}
.bg-color-blueDark {
    background-color: #4c4f53!important
}
.bg-color-green {
    background-color: #356e35!important
}
.bg-color-greenLight {
    background-color: #71843f!important
}
.bg-color-greenDark {
    background-color: #496949!important
}
.bg-color-red {
    background-color: #ff5252!important
}
.bg-color-yellow {
    background-color: #b09b5b!important
}
.bg-color-orange {
    background-color: #c79121!important
}
.bg-color-orangeDark {
    background-color: #a57225!important
}
.bg-color-pink {
    background-color: #ac5287!important
}
.bg-color-pinkDark {
    background-color: #a8829f!important
}
.bg-color-purple {
    background-color: #6e587a!important
}
.bg-color-darken {
    background-color: #404040!important
}
.bg-color-lighten {
    background-color: #d5e7ec!important
}
.bg-color-white {
    background-color: #fff!important
}
.bg-color-grayDark {
    background-color: #525252!important
}
.bg-color-magenta {
    background-color: #6e3671!important
}
.bg-color-teal {
    background-color: #568a89!important
}
.bg-color-redLight {
    background-color: #a65858!important
}


/* ============================floating button bottom================================ */

.fixed-action-btn{
    position:fixed;
    right:23px;
    bottom:8px;
    padding-top:15px;
    margin-bottom:0;
    z-index:997
}
.fixed-action-btn.active ul{
    visibility:visible
}
.fixed-action-btn.direction-left,.fixed-action-btn.direction-right{
    padding:0 0 0 15px
}
.fixed-action-btn.direction-left ul,.fixed-action-btn.direction-right ul{
    text-align:right;
    right:36px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    height:100%;
    left:auto;
    width:236px
}
.fixed-action-btn.direction-left ul li,.fixed-action-btn.direction-right ul li{
    display:inline-block;
    margin:5.5px 15px 0 0
}
.fixed-action-btn.direction-right{
    padding:0 15px 0 0
}
.fixed-action-btn.direction-right ul{
    text-align:left;
    direction:rtl;
    left:64px;
    right:auto
}
.fixed-action-btn.direction-right ul li{
    margin:7.5px 0 0 15px
}
.fixed-action-btn.direction-bottom{
    padding:0 0 15px 0
}
.fixed-action-btn.direction-bottom ul{
    top:64px;
    bottom:auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse
}
.fixed-action-btn.direction-bottom ul li{
    margin:15px 0 0 0
}
.fixed-action-btn.toolbar{
    padding:0;
    height:56px
}
.fixed-action-btn.toolbar.active>a i{
    opacity:1
}
.fixed-action-btn.toolbar ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    top:0;
    bottom:0;
    z-index:1
}
.fixed-action-btn.toolbar ul li{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    display:inline-block;
    margin:0;
    height:100%;
    -webkit-transition:none;
    transition:none
}
.fixed-action-btn.toolbar ul li a{
    display:block;
    overflow:hidden;
    position:relative;
    width:100%;
    height:100%;
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff;
    line-height:56px;
    z-index:1
}
.fixed-action-btn.toolbar ul li a i{
    line-height:inherit
}
.fixed-action-btn ul{
    left:0;
    right:0;
    text-align:center;
    position:absolute;
    bottom:64px;
    margin:0;
    visibility:hidden
}
.fixed-action-btn.active ul{
    visibility:visible;
    transition: all 0.4s ease;
}
.fixed-action-btn ul li{
    margin-bottom:15px
}
/*.fixed-action-btn.active ul a.btn-floating{
    opacity:1
}*/
/*.fixed-action-btn .fab-backdrop{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100;
    background-color:#26a69a;
    border-radius:50%;
    -webkit-transform:scale(0);
    transform:scale(0)
}*/

.fab-backdrop {
    background-color: transparent;
}
.fab-backdrop-transparent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}
.fab-backdrop-orange {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8BC34A;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 995;
}
.fab-backdrop-blue {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: blue;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1040;
}
.fab-transition {
    transition: all 0.4s ease;
}

.fixed-action-btn .btn-floating{
    display:inline-block;
    color:#fff;
    position:relative;
    overflow:hidden;
    z-index:1;
    width:30px;
    height:30px;
    line-height:32px;
    padding:0;
    background-color: #1CA02C;
    border-radius:50%;
    -webkit-transition:background-color .3s;
    transition:background-color .3s;
    cursor:pointer;
    vertical-align:middle;
}
.btn-floating:hover{
    background-color:#26a69a
}
.btn-floating:before{
    border-radius:0
}
.btn-floating.btn-large{
    width:36px;
    height:36px;
    padding:0
}
.btn-floating.btn-large.halfway-fab{
    bottom:-28px
}
.btn-floating.btn-large i{
    line-height:38px
}
.btn-floating.btn-small{
    width:32.4px;
    height:32.4px
}
.btn-floating.btn-small.halfway-fab{
    bottom:-16.2px
}
.btn-floating.btn-small i{
    line-height:32.4px
}
.btn-floating.halfway-fab{
    position:absolute;
    right:24px;
    bottom:-20px
}
.btn-floating.halfway-fab.left{
    right:auto;
    left:24px
}
.btn-floating i{
    width:inherit;
    display:inline-block;
    text-align:center;
    color:#fff;
    font-size:1.6rem;
    line-height:40px
}
button.btn-floating{
    border:none
}

.btn-floating{
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)
}
.btn-floating:hover{
    -webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)
}
.btn-floating.disabled,.btn-floating:disabled,.btn-floating[disabled]{
    pointer-events:none;
    background-color:#DFDFDF !important;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#9F9F9F !important;
    cursor:default
}
.btn-floating.disabled:hover,.btn-floating:disabled:hover,.btn-floating[disabled]:hover{
    background-color:#DFDFDF !important;
    color:#9F9F9F !important
}
.btn-floating{
    font-size:14px;
    outline:0
}
.btn-floating i{
    font-size:1.3rem;
    line-height:inherit
}
.btn-floating:focus{
    background-color:#1d7d74
}

ul.sidenav.sidenav-fixed li {
    line-height: 44px;
}
.sidenav .collapsible li, .sidenav.fixed .collapsible li {
    padding: 0;
}
ul:not(.browser-default)>li {
    list-style-type: none;
}
.sidenav li {
    float: none;
    line-height: 48px;
}
ul.sidenav.sidenav-fixed ul.collapsible-accordion .collapsible-body li a {
    font-weight: 400;
    padding: 0 37.5px 0 45px;
}

ul.sidenav.sidenav-fixed li a {
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
}


/* ======================================== stickynote style ======================================== */
#stickyNotes{
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    z-index: 996;
}

.stickynote {
    float: left;
    display: block;
    position: relative;
    padding: 0em .2em .2em .5em;
    min-width: 200px;
    min-height: 200px;
    margin: 15px;
    background: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
    background-color: #ffffff;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: skew(-1deg, 1deg);
    transform: skew(-1deg, 1deg);
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    z-index: 1;
    /*transition: height 0.5s linear;*/
}
.stickynote .color-select {
    list-style: none;
    margin: 0;
    padding: 4px;
    min-width: 100px;
    max-width: 142px;
    right: 54px;
    top: 26px;
}
.stickynote .dropdown-menu {
    display: block;
}
.stickynote.minimized {
    min-height: 40px !important;
    overflow: hidden !important;
    height: 40px !important;
}
.stickynote .sticky-header{
    display: block;
    clear: both;
    position: relative;
    top: 0;
    height: 18px;
    min-width: 200px;
    background: rgba(44, 160, 28, .9);
    margin-left: -7px;
    margin-right: -3px;
    /* z-index: 994; */
}

.stickynote:hover {
    cursor: move;
}
.stickynote.ui-draggable-dragging:nth-child(n) {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.125) !important;
    transform: scale(1.125) !important;
    z-index: 100;
    cursor: move;
    transition: -webkit-transform .150s;
    transition: transform .150s;
    transition: transform .150s, -webkit-transform .150s;
}
.stickynote textarea {
    background-color: transparent;
    resize: both;
    width: 100%;
    height: 100%;
    min-height: 180px;
    min-width: 195px;
    padding: 5px;
    margin: 0px !important;
    border:none;
}
.stickynote textarea:focus {
    outline: none;
    border: none;
    background-color: #f7f8f7;
    box-shadow: 0 0 5px 1px #9e9e9e12 inset;
}
.stickynote textarea.title {
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    height: 64px;
    margin-top: 20px;
}
.stickynote textarea.cnt {
    min-height: 180px;
    min-width: 180px;
    color: #000;
    overflow: visible;
    
}
/*.stickynote:nth-child(2n) {
    background: #FAAACA;
}
.stickynote:nth-child(3n) {
    background: #69F098;
}*/
.stickynote .note_cnt{
    background: rgba(251, 251, 251, 0.1);
}

.stickynote .note_cnt .ui-wrapper{
    min-height: 180px;
    min-width: 180px;
}
/* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
} /* * Hide visually and from screenreaders, but maintain layout */
.noflick, #stickyNotes, .stickynote{
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button.removesticky {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #E01C12; */
    text-align: center;
    line-height: 11px;
    padding: 1px;
    z-index: 996;
}
.button.minimizesticky, .button.maximizesticky{
    position: absolute;
    top: 2px;
    right: 17px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #E01C12; */
    text-align: center;
    line-height: 11px;
    padding: 1px;
}

.button.timersticky {
    position: absolute;
    top: 0px;
    right: 46px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #E01C12; */
    text-align: center;
    line-height: 11px;
    padding: 1px;
}
.button.cpickersticky {
    position: absolute;
    top: 0px;
    right: 64px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #E01C12; */
    text-align: center;
    line-height: 11px;
    padding: 1px;
}

.removesticky i, .cpickersticky i, .timersticky i, .minimizesticky i, .maximizesticky i{font-size: 13px;color: #fff;text-align: right;}
#stickyNotes .ui-wrapper{padding: 0px !important;}
#stickyNotes .ui-icon{z-index: 996 !important;}
#stickyNotes .ui-resizable-se{
    bottom: 0px; 
    background:url('../img/resize.png') rgba(204, 204, 204, .5);
    opacity:0.4;
    z-index: 996 !important;
    right: 0px !important;
    background-size: contain;
}
#stickyNotes .ui-wrapper textarea{ width: 100% !important; margin-right: 0px !important;}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: inherit;
}
.checkbox label, .radio label {
    padding-left: 0;
}

.main-header {
    z-index: 995;
}

.fwnormal{ font-weight: normal !important;}
.form-group {
    margin-bottom: 15px;
    display: block;    
}
#new_furniture_body .form-group {
    display: table-row;    
}

/*global search*/
.app-search {
	margin-top: 10px;
	position: relative
}

.app-search .form-control {
	border-radius: 60px;
	border-color: transparent;
	transition: .2s ease-in;
	width: 180px;
	height: 30px
}

.app-search .form-control:focus {
	width: 300px
}

.app-search button {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #8898aa;
        border: 0px;
        background: none;
        margin: 0px;
        padding: 0px;
}
.app-search button:focus{
       outline: none;
}
@media (min-width: 992px){
 .d-lg-block {
    display: block!important;
}   
}

.d-none {
    display: none!important;
}

.myDropdown .dropdown-menu {
    left: inherit;
    right: 0;
    box-shadow: 0 3px 5px 0px #848383;
}

.fc-agendaWeek-view tr {
    height: 40px;
}

.fc-agendaDay-view tr {
    height: 40px;
}

.quick-btn .left-align { 
    left: 60px;
    padding: 0;
    margin-left: -16px;
    margin-top: 0px;
    width: 220px;
}

.quick-btn .left-align.setting { 
    left: -120px;
    width: 180px;
}

.quick-btn {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover{ background-color: #32931c !important; }
.quick-btn:hover { background-color: #32931c; }
.quick-btn>a { color: #FFF;}
.quick-btn ul.dropdown-menu>li { 
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}
.quick-btn ul.dropdown-menu>li>a { 
    padding: 5px 20px;
}

/* Off by Kanny Over Write On Team Module */
/*#search-result li { padding:5px 20px;}*/

.dropdown-menu>li>a>.fa {
    width: 15px;
}

/*select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/
.dropdown-menu{
    box-shadow: 0 3px 10px rgba(0,0,0,.175);
}
.select2 {        
    border-radius: 0 !important;
    width: 100% !important;
}
[class^='select2'] {
  border-radius: 0px !important;
  /*height: 34px;*/
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}
.select2-container--default .select2-selection--single {    
    border: 1px solid #d2d6de;
}

.skin-green-light .sidebar-menu>li.active {
    border: 0;
    border-left-color: #ff7f00 !important;
    border-left-width: 2px;
    border-style: solid;
}

 
.treeview-menu {
    padding-left: 15px;
}
/*
.sidebar-menu .treeview li {
    position: relative;
}
.sidebar-menu .treeview li.active:after {
    content: '\25BA';
    position: absolute;
    color: green;
    font-size: 23px;
    top:0;
} */

.skin-green-light .sidebar-menu .treeview-menu>li.active>a {
    border-left: 5px solid #40A000;    
    padding-left: 10px;
    background: #eceef1;
/*    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid green;*/
}

.btn-green {
    color: #2ca01c;
}
.nav-tabs-custom ul li{
    max-width: 176px;
}
.ui-state-default a, .ui-state-default a:link{ min-height: 22px !important; margin-bottom: 2px;}

ul.dropdown-menu>li {
    border-bottom: 1px solid #EEE;
}
ul.dropdown-menu>li:last-child {
    border-bottom: 0px solid #EEE !important ;
}

.multiselect-container>li>a.multiselect-all label{
    padding-left: 20px;
}

.no_result img {
    max-width: 200px;
    margin: 25px auto;
}

.select2-container .select2-selection--single{
    height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{ margin-top: 0px !important;}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
       background-color: #2ca01c;
}
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover{
    border-left-color: #FF7F00;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background: #ff8000;
}
.datepicker--button {
    color: #ff8000;
}
.daterangepicker .periods li.active, .daterangepicker .periods li:hover, 
.daterangepicker .periods li:hover, .daterangepicker .ranges li.active, 
.daterangepicker .ranges li:hover {
    background: #2ca01c;
}
.daterangepicker .periods li, .daterangepicker .ranges li {
    color: #2ca01c;
}
.daterangepicker .custom-range-buttons button.apply-btn,
.daterangepicker .custom-range-buttons button.cancel-btn {
    color: #2ca01c;
}
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper, 
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper {
    background: #ff9a06;
}
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper, 
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover, 
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper, 
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover {
    background: #2ca01c;
}

/*reminder notification list*/
.remlist li {
    /*position: relative;*/
    display: grid;
}
.remlist li {
    border-bottom: 1px solid #EEE !important;
}
.remlist li a i {
    margin-right: 5px;
}
.removebtn li:last-child {
    border-bottom: 0px solid #EEE !important;
}
.removebtn li {
    padding: 5px 15px;
}
.remlist li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.remlist li a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.removebtn li a{
   display: block;
}

/*fullscreen modal*/

#fsModal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#fsModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#fsModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}

#fsModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background-color: #2ca01c !important;
  border: 0;
}

#fsModal .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

#fsModal .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}

#fsModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}
.bg-light-blue {
    background-color: #ff9a06 !important;
}
.combodate select.form-control{ display: inline-block !important; float: none !important;}
.w263{width: 263px !important;}

#universalModal a.image[download] i {
    color: #FFFFFF;
}

#universalModal a.image[download] {
    font-size: 18px;
    background: green;
    padding: 5px 14px;
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
}
.custom-scroll { resize: vertical; }
.newloginpage {
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0;
    background-size: cover;
    height: 100%;
}
.newloginpage .login-box-body {
    background-color: transparent;
}
.newloginpage input {
    height: 72px;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #898989;
}
.newloginpage .checkbox label {
    color: #898989;
    font-size: 16px;
}
.newloginpage .checkbox {
    margin-top: 0;
}
.newloginpage .checkbox label input[type="checkbox"] {
    height: auto;
}
a#forgotPwd {
    color: #ff9900;
    font-size: 14px;
}
button#signin {
    background-color: #2ca01c;
    box-shadow: none;
    height: 52px;
    padding: 9px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.newloginpage .login-box-body h2.titledomain {
    color: #666666;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
}



@media only screen and (min-width: 2500px) {
.newloginpage .login-box-body {
    margin-top: 0px !important;
}
.newloginpage .col-md-4.col-md-offset-7 {
    margin-left: 63%;
}



}


@media only screen and (min-width: 2000px) {
.newloginpage .login-box-body {
    margin-top: 80px;
}
.newloginpage .col-md-4.col-md-offset-7 {
    margin-left: 63%;
}



}


@media only screen and (min-width: 1700px) {
.newloginpage {
    padding: 200px 0 !important;
    
}

}

@media only screen and (min-width: 1500px) {
.newloginpage {
    padding: 120px 0;
    
}

}




@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.newloginpage .login-box-body {
    width: 81%;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.newloginpage .login-box-body {
    width: 75%;
}

.login-box-msg{
    padding: 0 20px 11px 20px;
}

.newloginpage .login-box-body h2.titledomain {
    color: #666666;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
}

.newloginpage input {
    height: 52px;
}

button#signin {
    height: 46px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.newloginpage {
    background-image: url(../img/mobile-login-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.newloginpage .login-box-body {
    background-color: #fff;
}


}


@media only screen and (max-width: 767px) {

    .newloginpage {
        background-image: url(../img/mobile-login-bg.jpg);
        background-position: center center;
        background-size: cover;
        height: 100%;
    }

    .newloginpage .login-box-body {
        background-color: #fff;
    }

     .fixed .main-header {
        background: #2ca01c;
    } 
    .navbar-custom-menu {
        color: #fff;
    }
      .main-header .logo {
        width: auto;
        display: inline-block;
    }
    .quick-btn.header-creat {
        float: none;
        padding: 12px;
        padding-top: 18px;
    }

    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 18px !important;
        padding: 12px;
    }
    .app-search .form-control {

        width: 88% !important;
        background-color: #60bb54;
    }

    .app-search .form-control:focus {
        width: 88% !important;
    }
    .app-search .form-control::-webkit-input-placeholder { /* Edge */
      color: #fff;

    }

    .app-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #fff;

    }

    .app-search .form-control::placeholder {
      color: #fff;
    }
    .app-search button { 
        color: #fff !important;
    }

    .quick-btn.header-creat.open ul.dropdown-menu.left-align {
        position: absolute;
        background: #ffffff;
    }
    .quick-btn:hover {
        background-color: #60bb54 !important;
    }
    .nav .quick-btn.header-creat.open>a {
        background: transparent !important;
    }
    .navbar-custom-menu .nav .open>a,.navbar-custom-menu  .nav .open>a:focus,.navbar-custom-menu  .nav .open>a:hover {
        background-color: #60bb54 !important;
        color: #fff !important;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        color: #777;
    }

    .fc .fc-toolbar>*>* {
        margin-left: 0 !important;
    }
}


@media only screen and (max-width: 379px) {
    .quick-btn.header-creat {
        float: none;
        padding: 12px;
        padding-top: 18px;
    }
    .app-search .form-control {
        width: 86% !important;
    }
    .app-search .form-control:focus {
        width: 86% !important;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding: 8px;
    }
}

#license_notification { margin: 10px 15px; }
#license_notification h4 { margin: 0;}

/*.nav>li>a { padding: 5px 10px; }*/
@media only screen and (min-width: 1200px) {
    .modal-xl { width: 1140px; }
}

sup.qty { color: #adadad; font-weight: bold; }
sup.qty:before {  content: "(";}
sup.qty:after {  content: ")";}

.dashboard-traffic-area{

}

.dashboard-traffic-area .traffic-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    background: #ffffff;
}
.dashboard-traffic-area .traffic-box>.inner {
    padding: 10px;
}
.dashboard-traffic-area .traffic-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.dashboard-traffic-area .traffic-box p {
    font-size: 15px;
}
.dashboard-traffic-area .traffic-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.dashboard-traffic-area .traffic-box .icon img {
    max-height: 100px;
}
.dashboard-traffic-area .traffic-box.small .icon img {
    max-height: 55px;
}

.dashboard-traffic-area .traffic-box.small .icon {
    top: -22px;
    right: 15px;
}

.usages_device .os_icon {
    background: #F3F3FB;
    border-radius: 100%;
    width: 45px;
    text-align: center;
    height: 45px;
}
.usages_device .os_icon i.fa{
    font-size: 23px;
    line-height: 45px;
}
.usages_device .row {
    padding-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555 !important;
}

.ajax_error,
.ajax_success,
.ajax_processing,
.ajax_notice {
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
    font-size: 10pt;
    margin: 0;
    margin-bottom: 5px;
}

.ajax_success {
    background: url('../icons/accept.png') no-repeat scroll 10px center #F1FFE5;
    padding: 5px 10px 5px 40px;
    border: 1px dotted #84CF32;
    color: #40A000;
}

.ajax_error {
    background: url('../icons/cancel.png') no-repeat scroll 10px center #FFF;
    border: 1px dotted #FF0000;
    padding: 5px 10px 5px 40px;
    color: #FF0000;
}

.ajax_processing {
    background-color: #e6e693;
    color: #484848;
    padding-left: 65px;
    background-image: url('../icons/loader.gif');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.ajax_notice {
    background-color: #fffdee;
    color: #484848;
    padding-left: 35px;
    background-image: url('../icons/bell.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 2;
    border: 1px dashed #ff8000;
}

.required {
    border: 1px solid red !important;
    background-color: #fff6f6;
}
.required_pass {
    border: 1px solid green;
    background-color: #f5fff5;
}

#ajaxContentLoader {
    display: none;
}

#ckf-modal {
    top: 60px !important;
}

.modal-dialog .modal-content {
    margin-top: 100px;
}

.no_result_msg a.db_sc_link{ 
    color: #ff8000 !important; 
    font-weight: bold; 
}

.main-header .logo .logo-lg {
    text-align: left;
}

.main-header .logo .logo-lg img{
    height: 35px;
}