.form-group, form {
    width: 100%;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
body{
background-color: #F8F8F8;
}
.multi-column .multi-column .col-1, .multi-column .col-2, .multi-column .col-3, .multi-column .col-4,
.multi-column .col-5, .multi-column .col-6, .multi-column .col-7, .multi-column .col-8, .multi-column .col-9,
.multi-column .col-10, .multi-column .col-11, .multi-column .col-12, .multi-column .col, .multi-column .col-auto,
.multi-column .col-sm-1, .multi-column .col-sm-2, .multi-column .col-sm-3, .multi-column .col-sm-4,
.multi-column .col-sm-5, .multi-column .col-sm-6, .multi-column .col-sm-7, .multi-column .col-sm-8,
.multi-column .col-sm-9, .multi-column .col-sm-10, .multi-column .col-sm-11, .multi-column .col-sm-12,
.multi-column .col-sm, .multi-column .col-sm-auto, .multi-column .col-md-1, .multi-column .col-md-2,
.multi-column .col-md-3, .multi-column .col-md-4, .multi-column .col-md-5, .multi-column .col-md-6,
.multi-column .col-md-7, .multi-column .col-md-8, .multi-column .col-md-9, .multi-column .col-md-10,
.multi-column .col-md-11, .multi-column .col-md-12, .multi-column .col-md, .multi-column .col-md-auto,
.multi-column .col-lg-1, .multi-column .col-lg-2, .multi-column .col-lg-3, .multi-column .col-lg-4,
.multi-column .col-lg-5, .multi-column .col-lg-6, .multi-column .col-lg-7, .multi-column .col-lg-8,
.multi-column .col-lg-9, .multi-column .col-lg-10, .multi-column .col-lg-11, .multi-column .col-lg-12,
.multi-column .col-lg, .multi-column .col-lg-auto, .multi-column .col-xl-1, .multi-column .col-xl-2,
.multi-column .col-xl-3, .multi-column .col-xl-4, .multi-column .col-xl-5, .multi-column .col-xl-6,
.multi-column .col-xl-7, .multi-column .col-xl-8, .multi-column .col-xl-9, .multi-column .col-xl-10,
.multi-column .col-xl-11, .multi-column .col-xl-12, .multi-column .col-xl, .multi-column .col-xl-auto {
    float: left;
}

.site-logo {
    margin-top: 5px;
    margin-left: 5px;
  }
  .uni-title{
    font-weight: bold; 
    position: relative;
    color: #FFF; 
    text-align: left;
  }
  .site-header{
    height: 150px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;
  }
  .site-body{
    margin-top: 150px !important;
  }
@media (max-width: 576px) {
  .site-logo {
    max-height: 100px;
  }
  .uni-title{
    font-size: 18px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .site-logo {
    max-height: 100px;
  }
  .uni-title{
    font-size: 20px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .site-logo {
    max-height: 110px;
  }
  .uni-title{
    font-size: 22px;
  }
}

@media (min-width: 993px) {
  .site-logo {
    max-height: 120px;
  }
  .uni-title{
    font-size: 25px;
  }
}

.col-xs-2, .col-sm-2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.col-xs-3, .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-6, .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-7, .col-sm-7 {
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-xs-9, .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-12, .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.v-footer {
    margin-left: 0px !important;
}
.v-main-div{
  margin: 0 auto;
  border: 2px solid #ccc;
  background-color: #fff;
  min-height: 550px;
}
.sidebar .nav-link.active .nav-icon {
  color: #fff;
}
.textwidget li a{
  color:#fff;
  font-size:14px;
}
.textwidget li a:hover{
  color:#174381;
}
@media (min-width: 740px){
  .site-header .navbar-toggler {
    margin-top: 65px;
  }
}
.site-header .navbar-toggler {
  font-size: 30px;
  float: right;
}
.site-sidebar .nav-link {
  border-bottom: 1px solid #fff;
}
.site-h4{
  color:#00A050; 
  padding:10px 0 0 10px;
  margin-bottom: 0px;
}
.site-sidebar{
  height: calc(100vh - 150px) !important;
}
.site-sidebar .nav-link {
  padding: 0.50rem 1rem;
}
.search_btn{
    background-color: #49E0FB !important;
    border:1px solid #49E0FB !important;
}
.site-main .row{
  background-color: rgba(0,0,0,.5);
  padding: 10px;
}
.site-content{
  padding: 10px;
  color: #fff;
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 200px 150px;
}
@media (max-width: 991px) {
  .site-content{
    background-position: 0px 150px;
  } 
}
/*-----------------------------
  News Ticker
------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 46px;
  border: 1px solid #009F51;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .acme-news-ticker {
    margin-top: 0;
  } 
}
.acme-news-ticker-label {
  background: #009F51;
  padding: 10px;
  width: auto;
  float: left;
  margin-right: 15px;
  line-height: normal;
  height: 100%;
  color: #fff; }
@media (max-width: 575px) {
  .acme-news-ticker-label {
    position: absolute;
    top: -45px; } 
}
.acme-news-ticker-box {
  height: 100%;
  padding-top: 10px;
  overflow: hidden; }

.acme-news-ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0; }
.acme-news-ticker-box ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.acme-news-ticker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0; }
.acme-news-ticker-controls span {
  height: 100%;
  background: #f6f6f6;
  padding: 0;
  width: 40px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  cursor: pointer;
  display: inline-block; }
.acme-news-ticker-controls span:hover {
  background: #eeeeee; }
.acme-news-ticker-controls span.acme-news-ticker-arrow {
  margin: 0;
  display: inline-block;
  position: relative; }
.acme-news-ticker-controls span.acme-news-ticker-arrow:after {
  border-color: #999;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 8px; }
.acme-news-ticker-controls span.acme-news-ticker-pause {
  position: relative;
  display: inline-block; }
.acme-news-ticker-controls span.acme-news-ticker-pause:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #999;
  border-style: solid;
  border-width: 0 2px 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg); }
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
      -ms-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg); }
.acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg); }
.acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
      -ms-transform: translate(-50%, -50%) rotate(405deg);
          transform: translate(-50%, -50%) rotate(405deg); }

@media (max-width: 575px) {
  .acme-news-ticker-box {
    padding-left: 10px;
    padding-right: 2px; } 
  .acme-news-ticker-controls span {
    width: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.admin2-heder .form-header{
  padding-left: 15px;
}
sup, sub{
  color: red;
}
.img-responsive{
  max-width: 100%;
}
.site-sidebar, .sidebar .sidebar-nav{
  width: 230px;
}
.site-main, .site-footer{
  margin-left: 230px !important;
}
#ui-datepicker-div{
  z-index: 9999 !important;
}