/*
Light 300
Medium 500
Bold 700
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  vertical-align: top;
  text-decoration: none;
}
html, body {
  font-size: 17px;
  line-height: 30px;
  font-family: 'Hind Vadodara', sans-serif;
  color: #4B4B4B;
  font-weight: 300;
  background: #efefef;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  padding: 0;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 20px;
}

p{
  margin:0; 
  padding:0 0 40px;
}
strong{
  font-weight: 700;
}
a { 
  text-decoration: none;
  color: #E4B51C;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul, li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blockCont{
  padding: 50px 0;
}
.btn{
  background: #EB8104;
  color: #fff;
  padding: 0 32px;
  border: 0;
  border-radius: 32px;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 62px;
  min-width: 240px;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
.btn:hover {
  background: #bb6704;
  color: #fff;
  transition: all 0.3s linear;
}
/*Header
-------------------------*/
#header{
  position:relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}
.headLeft{
  width: 280px;
}
.headRgt{
  width: calc(100% - 280px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-left:#f5f5f5 1px solid;
}
.logo{
  padding: 10px;
  text-align: center;
  background: #fff;
}
.logo img {
  height: 80px;
  width: auto;
}
/*Container
-------------------------*/
#container{
  position:relative;
  display: flex;
  justify-content: space-between;
}
#leftColumn{
  width: auto;
  background: #3f51b5;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 100px);
}
#leftColumn.active{
  width: 280px;
}
#rightColumn{
  width: calc(100% - 96px);
  position: relative;
  z-index: 1
}
#rightColumn.active{
  width: calc(100% - 280px);
}
.content{
  padding: 25px;
}
.box{
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow:  0 2px 8px rgb(0 0 0 / 25%);
  border-radius: 10px;
}
.form-group label{
	width:40%
  margin-bottom: 0;
  /* display: block; */
  font-weight: 500;
}
.form-control {
  font-weight: 300;
  height: 50px;
  font-size: 17px;
}
.form-control.datepicker{
  background:#fff url(../images/calendar.svg) calc(100% - 10px) center no-repeat;
  background-size: 20px auto;
  padding-right: 40px;
}
input[type=file] {
  padding: 13px;
}
.mainNav li {
  display: block;
}
.mainNav li a{
  display: block;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: #3f51b5 5px solid;
  font-size: 18px;
  overflow: hidden;
}
.mainNav li i{
  width: 45px;
  margin-right: 15px;
}
.mainNav li span{
  display: none;
}
#leftColumn.active .mainNav li span{
  display: block;
}
.mainNav li a:hover, 
.mainNav li a.active{
  font-weight: 500;
  border-left: #0ead29 5px solid;
  background:#5568d2;
  text-decoration: none;
}
#header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header li{
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
#header li i{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
#header li a{
  color: #000
}
#header li strong{
  margin-left: 10px;
}
.signIco{
  width: 30px;
}
.btn{
  background: #0ead29;
  border-radius: 0;
  border-radius: .25rem;
  font-weight: 400;
  font-size: 17px;
  min-width: 150px;

}
.btn-outline-primary {
    color: #6f7a7f;
    border: #6f7a7f 1px solid;
    background: #fff;
    line-height: 50px;
    min-width: unset;
    padding: 0 15px
}
.btn.focus, .btn:focus, .btn:hover {
  background: #1dca3a;
  border-color: #1dca3a
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: none;
    outline-offset: 0;
}
.edit{
  width: 25px;
  display: inline-block;
}
.edit img{
  width: 100%;
  height: auto;
}
.heding{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.heding h2{
  padding: 0
}
.table th{
  border-bottom: 1px solid #ced4da !important;
  font-weight: 400;
}
.thumbimg{
  width: 65px;
  height: 50px;
  border-radius: 1%;
  overflow: hidden;
  display: inline-block;
}
.thumbimg img{
  width: 65px;
  height: 50px;
  border-radius: 30%;
}
.toogleNav{
  padding: 32px;
}
.toogleNav a{
  width: 30px;
  display: inline-block;
}
.tableHide{
  height: 208px;
  overflow-y: hidden;
}
.tableHideLarge{
  height: 308px;
}
.tableHide.active{
   height: auto;
}
.showMore{
  display: block;
  margin: 20px auto 0;
  width: 150px;
}
.loginPage{

}
.loginOut{
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.loginInner{
  width: 600px;
}
.loginLogo{
  text-align: center;
  padding-bottom: 20px;
}
.loginLogo img{
  width: 300px;
  height: auto;
}
.table {
    min-width: 1200px;
}
.titleBlock, .titleBlock ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom:20px;
}
.titleBlock ul{
  justify-content: flex-end;
}
.titleBlock li{
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.titleBlock li span{
  font-weight: 500
}
.titleBlock li i{
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 50%;
}
table.dataTable.no-footer {
    border-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 20px  !important;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 15px  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  border: 0 !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: #5568d2;
  border: 0;
  color: #fff !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  font-weight: 500
}
/*Calender - datepicker
----------------------------------------------------------*/
#ui-datepicker-div {
  display: none;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 10px 20px 5px rgb(0 0 0 / 15%);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0;
  background: no-repeat;
  font-weight: normal;
  color: #4B4B4B;
  text-align: center;
}
.ui-widget-header {
  border:0;
  background: none;
  color: #4B4B4B;
}  
.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    float: left;
    height: 20px;
    width: 20px;
    border: 0;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-prev::before, 
.ui-datepicker-header .ui-datepicker-next::before {
    position: relative;
    display: inline-block;
    margin: 1px 0 0;
    font-size: 20px;
    font-weight: 700;
    font-family: cursive;
    content: '<';
    color: #0ead29;
}
.ui-datepicker-header .ui-datepicker-next::before {
    content: '>';
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
    background: none;
    font-weight: normal;
    color: #0ead29;
}
.ui-datepicker-calendar tbody tr td .ui-state-hover, .ui-datepicker-calendar tbody tr td .ui-state-active {
    background-color: #0ead29;
    color: #FFF;
}


.field-validation-error {
    color: red;
}

.input-validation-error {
    border-color: red;
}

@media only screen and (max-width: 1023px){
 
}

/*Now the CSS Created by R.S*/
* {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /*We will use ::before and ::after to draw the connectors*/

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    /*We need to remove left-right connectors from elements without 
any siblings*/
    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    /*Remove space from the top of single children*/
    .tree li:only-child {
        padding-top: 0;
    }

    /*Remove left connector from first child and 
right connector from last child*/
    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }
    /*Adding back the vertical connector to the last nodes*/
    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /*Time for some hover effects*/
    /*We will apply the hover effect the the lineage of the element also*/
    .tree li a:hover, .tree li a:hover + ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }
        /*Connector styles on hover*/
        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #94a0b4;
        }

/*Thats all. I hope you enjoyed it.
Thanks :)*/


#loadingDiv {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
