/* Minification failed. Returning unminified contents.
: run-time error CSS1066: Unexpected end of file encountered
 */

/*Admin css*/

.dropdown-menu{
    min-width: 200px !important;
}

.content {
    min-height: 250px;
    padding: 68px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

 .skin-blue .main-sidebar{
    background-color:#0e2c5a;/*#041530;*/ 
}

.skin-blue .sidebar-menu>li.header {
    color: #FFF;
    /*background: #0e2c5a;*/
    font-weight: bold;
    font-size: 14px;
}


 .skin-green .sidebar-menu>li:hover>a, .skin-green .sidebar-menu>li.active>a {
    color: #fff;
    background: #00a65a;
    border-left-color: #b1b8bd;
}

 .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #c0c0c0;
    padding: 10px;
    color:#333;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #950505;
}

/*kendo css*/

.k-header {
    border-color: #74a3a6;/*#ccc;-changed for grid header-karthik */

}
.k-grid tr td {
   /* border-style: solid;
    border-color: #ccc;
     karthik -added for grid  inline border   */
    border:0.5px solid #b3d2ea;
   
}

/*.k-grid-header .k-header>.k-link, .k-header {
    
    color: #333;
    text-align: center;
}*/

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link {
  /*  color: #333;*/ 
  /*karthik for grid header text align */
    color: #080808;
    text-align: center;
}



.k-filter-menu {
       /*background-color: #f5f5f5; /*change for grid filter popup -karthik*/
        background-color: #bccfd4;/*#72cbe0;*/
    border: solid 1px #719abd;/* #428bca;*/
    }

   

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .5em .6em .4em .6em;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center !important;
    /*Added for grid header -karthik*/
    background-color:#bccfd4;
}

.k-grid-header .k-header>.k-link, .k-header, .k-treemap-title
{
     color: #000;  /*Added for grid header text color -karthik*/
}

    div.k-grid .k-selectable tr.k-state-selected {
        background-color: #8ab8df;
    }

    .k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background-color: #8ab8df;
}


 .k-calendar .k-header {
       background: #8ab8df;
       color:black;
      
      }

      .k-calendar .k-footer .k-nav-today {
        background: #8ab8df;
      }
  
       /* -- it's used to change inside the calender
      .k-calendar .k-content .k-link {
        color: black;
      }
      
      .k-calendar td.k-state-selected .k-link {
        color: lightskyblue;
      }
          */ 
     .k-calendar .k-content, .k-calendar .k-content th 
     {
        text-align: center;
        border:none;
    }

     /*side setting bar color*/ 



.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    color: #444;
    background: #23527c;
}

.control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg
{
    background: #0e2c5a;
    margin-top: 100px;

 }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #213d71;
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
    background: #04254e;
    color: #b8c7ce;
}

.main-header .logo {
    padding:0px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 0px;
}
.k-grid-header:first-child th.k-header:first-child, .k-rtl thead.k-grid-header th.k-header:last-child, thead.k-grid-header th.k-header:first-child {
    border-radius: 0px 0 0 0;
}

.k-autocomplete.k-state-border-down, .k-block>.k-header, .k-calendar-container.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-list-container.k-state-border-down, .k-multiselect.k-state-border-down, .k-numeric-wrap.k-state-border-down, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap.k-state-border-down, .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-window-titlebar {
     border-radius: 0px 0px 0 0; 
}

.k-panelbar>li.k-state-default>.k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #fff;
    background:#68a2b1;
}

.k-tabstrip-items .k-state-active .k-link {
    color: #fff;
    background:#428bca;
}





.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

 .bg-login {
            /*background: url("CustomTemplate/dist/img/Logo/7.jpg") no-repeat center center fixed; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;*/

               background: url("CustomTemplate/dist/img/Logo/01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

        }


 .bg-content {
            /*background: url("CustomTemplate/dist/img/Logo/7.jpg") no-repeat center center fixed; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;*/

               background: url("CustomTemplate/dist/img/Logo/content.jpg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

        }



        .login-box-body, .register-box-body {
            background: #dea845;
            padding: 20px;
            border-top: 0;
            color: #FFF;
        }
       /*Added by karthik -for confirm window title */
     .k-confirm .k-window-titlebar::before, 
.k-alert .k-window-titlebar::before { 
content: 'Message'; 
font-weight: bold; 
} 
.k-confirm .k-window-titlebar .k-dialog-title { 
visibility: collapse; 
} 
.k-dialog .k-window-titlebar .k-dialog-title { 
visibility: hidden; 
} 

.content-fixed-top {
            min-height: 100px !important;
            padding: 0px;
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 50px;
        }
/*text color change-added by karthik */
  .body-text-wight-color {

    font-weight: 400;
    color: #000;
}
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}
 .modal-header{
        color:#fff !important;
        background-color:#dea845 !important;
  }


 /*Edit view mode change*/
 .g-e-cell
    {
       
    }
    .g-v-cell
    {
       pointer-events: none;cursor: default;
    }
/*End*/



@media (min-width: 768px){
    .dl-horizontal dt {
    width: 170px !important;
}
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;

