﻿
body {
    background-image: url(../Content/Images/background.png);
    /*background-color:#2e323b;*/
    /*background-color:#efefef;*/

    /*background-color: rgba(171, 171, 171, 0.568627);*/
    /*color: #ffffff;*/
    color:#000;
    /*padding-top: 50px;*/
    /*margin-top: 5px;*/
    /*overflow-y:hidden;*/

}


/**** Side bar start*****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/****side bar ends**/



.body-content{
    /*min-height:93%;*/
    min-height:660px;
}

label{
    /*color:#fafafa;*/ /*white*/
    color:#4e4b3c;
    margin-bottom:1px;
}
.lbl{
    margin-bottom:1px;
    color:#e0b766;
}


.alert-warning {
    background-color: rgba(47, 164, 231, 0.36);
    border-color: #a59e9e;
    color: #080808;
    box-shadow: 0px 4px 10px #a9a9a9;
    font-weight:bold;
}

table{
    font-size:inherit;
    border: 1px solid #e6e1e1;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px !important;
   border-top: none;
   vertical-align:middle;
}


.datepicker > table {
    border:none;
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5bc4a;
}

.labelClass {
    margin-left: 12%;
    padding-left: 1px;    
}

.green_clr{
    color: #2bbb2b;
    font-weight: 600;
}

.color {
    color: #f57979;
    font-weight: 600;
    /*margin-left: 17%;*/
}


.pr_text {
    font-size: medium;
    font-family: sans-serif;
    /* font-style: initial; */
    font-weight: bold;
}

#reg_form label.error {
    /*padding-left: 16px;*/
    /*margin-left: 5.6em;*/
    color: #f97979;
    font-size: small;
    border: none;
}

.errorClass {
    border: 1px solid #ff4848;
    box-shadow: 0px 0px 5px 0px #ff4848;
}

.validClass {
    border: 1px solid #2bbb2b;
    box-shadow: 0px 0px 5px 0px #2bbb2b;
}

.no_record_found{
    background-color: #fff;
    color: #f7575d;
    font-weight: bold;
}

.loader{
    position:absolute;
    /*left:540px;*/
    left:46%;
    /*top:440px;*/top:500px;
    z-index:1000;
    width:100px;
    text-align:center;
    background:#ff8d00;
    border:2px solid #ff6a00;
    border-radius: 5px;
    padding:5px;
    color:#2c2c2c;
}

.load_gif{
    width:30px;
    height:30px;
}

/*label.valid {
    padding-left: 16px;
    margin-left: 5.6em;
    margin-left: 5.6em;
    color: green;
    font-size: small;
}*/

/*.navbar-inverse {
        height: 48px;
        background-image: url(../Content/Images/bg-yellownav.png);
        background-repeat: repeat-x;
        text-align: center;
    }

        .navbar-inverse .navbar-nav > li > a {
            color: black;
        }

        .navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li.active {
            color: #ffffff;
            background-color: #080808;
        }

        .navbar {
     background: url(../Content/Images/bg-yellownav.png);
    background-repeat: repeat;
}*/

.navbar-default {
     border-color:none;
}
.navbar {
    /*background-image: -webkit-linear-gradient(#F6D300, #F4C800 60%, #EDB400);
    background-image: -o-linear-gradient(#F6D300, #F4C800 60%, #EDB400);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
    background-image: linear-gradient(#F6D300, #F4C800 60%, #EDB400);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/

 
    /*background-image: linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -webkit-linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -o-linear-gradient(#feed85, #ffd904, #ddb304);*/  
    border:none;
        border-top: 1px solid #5d5d5d;  
        background-color: #F5BC4A;
        background-image:none;
        min-height:32px !important;
        margin-bottom:0px;
}


.navbar-nav > li > a {
    /*padding-top:12px !important; 
    padding-bottom:12px !important;*/
    padding: 12px 8px !important;
}



#menu-nav li:active {
    color: #ffffff;
    background-color: #080808;
}

#menu-nav li a:hover {
    color: #ffffff;
    background-color: #080808;
}

#menu-nav li a {
    color: #080808;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*background-color: #f2d015;*/
    background-color: #fbfbfb;
    color: #080808;
    text-decoration: none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3d3d3d;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #6b654a;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #3d3d3d;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3d3d3d;
    color: #ffffff;
}

.dropdown-menu {
    background-color: #F5BC4A;   
}

.heading_text {
    /*color: #2c2c2c;*/
    color:#5b5743;
    font-size: 19px;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0px 0px 0.5px #232222;
    /*padding:4px*/
}

.tbl_title {
    width: 100%;
    padding: 0.5px;
    /*height: 35px;*/
    /*background-image: url(../Content/Images/bl.png);
        background-repeat: repeat-x;*/
    /*background-color:#f5ca00;*/
    /*background-color: #178acc;*/
    
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
    
    /*background-image: linear-gradient(#e9e7e1, #c9c9c8, #a6acb0);
    background-image: -webkit-linear-gradient(#e9e7e1, #c9c9c8, #a6acb0);
    background-image: -o-linear-gradient(#e9e7e1, #c9c9c8, #a6acb0);*/
        background-color: #F5BC4A;

}


#tr_label {
    background-color:#93b8c6;
    /*background-color:#57aad9;*/
    color:#000;
}


.tbl_footer {
    border-right:1px solid #dddddd;
}

.srch_btn{
    border:1px solid #dcb45a;
    width: 40px; 
    border-radius: 0px 4px 4px 0px; 
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    /*background-image: -webkit-linear-gradient(#97d453, #87c049 60%, #76a93d);
    background-image: -o-linear-gradient(#97d453, #87c049 60%, #76a93d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73a839), to(#699934));
    background-image: linear-gradient(#97d453, #87c049 60%, #76a93d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
    -webkit-filter: none;*/
        background-color: #F5BC4A;
        color:#3d3d3d;
}

.srch_btn:hover{
    color: #ffffff;
    background-color: #93b8c6;
    border-color: #ccc68d;
}




#tr_label th a{
    color:#000;
}

a.glyph_icon {
text-decoration:none;
cursor:pointer;
}


fieldset {
    margin-top: 15px;
    padding: 5px;
    /*background: rgba(35, 36, 37, 0.58);*/
    color: #cdcfd2;
    /*border-radius: 4px;*/
        border: 1px solid #989696;
}

.bg_header {
    width: 100%;
    padding: 0.5px;
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
     background-color: #F5BC4A;
        background-image:none;
}

.bg_body {
    min-height: 360px;
    margin: auto;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 0px 0px 4px 4px;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(171, 171, 171, 0.568627);
}


.ed_header {
    /*width: 100%;
    height: 48px;
    background-image: url(../Content/Images/bg-yellownav.png);
    background-repeat: repeat-x;
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;*/
    width: 100%;
    padding: 0.5px;
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
    /*background-image: linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -webkit-linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -o-linear-gradient(#feed85, #ffd904, #ddb304);*/
    background-color: #F5BC4A;
    background-image: none;
}

.ed_body {
    /*border: 1px solid #ffd800;*/
    min-height: 200px;
    width: 100%;
    margin: auto;
    color: #ffffff;
    /*background-color: #313541;*/
    background-color: rgba(171, 171, 171, 0.568627);
    padding: 10px 25px;
}


.pr_header {
    /*width: 70%;
    height: 48px;
    background-image: url(../Content/Images/bg-yellownav.png);
    background-repeat: repeat-x;
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;*/
    /*width: 100%;*/
    padding: 0.5px;
    text-align: center;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
    /*background-image: linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -webkit-linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -o-linear-gradient(#feed85, #ffd904, #ddb304);*/
     background-color: #F5BC4A;
        background-image:none;
}

.pr_body {
    /*border: 1px solid #ffd800;*/
    min-height: 450px;
    /*width: 100%;*/
    margin: auto;
    color: #ffffff;
    /*background-color: #2A2E37;*/
    padding: 3% 0px;
    border-radius: 0px 0px 4px 4px;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(171, 171, 171, 0.568627);
}



.explst_body {
    border: 1px solid #ffd800;
    min-height: 200px;
    width: 100%;
    margin: auto;
    color: #ffffff;
    background-color: #2A2E37;
    padding: 3%;
}


.h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: #ffffff;*/
    color:#2e323b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 6px;
}

.edit_legend {
    /*width: 150px;*/
    width:auto;
    white-space:normal;
    padding: 2px 10px;
    margin-left: 10px;
    font-size: larger;
    font-weight: bold;
    background-color: #e8e8e8;
    border-bottom: none;
    border-radius: 2px;
    border: 1px solid #575859;
}

.edit_fieldset {
    box-shadow: #EDB400;
}

/*input,
select,
textarea {
    max-width: 70%;
}*/

.form-control:focus {
    /*border-color: #f5e793;
    box-shadow: 0px 0px 2px 1px #f5e793;*/
    border-color: #f5bc4a;
    box-shadow: 0px 0px 5px 0px #f5bc4a;
    outline: 0 none;
}

.form-control option:hover {
    background-color: #f2d015;
    color: #080808;
}

.btn-primary {
    filter: none;
    border: 1px solid #3d3d3d;
    width: 15%;
        padding: 8px 0px;
    background-color:#f5bc4a;
    background-image:none;
        color: #000;
            -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}

.btn-primary:hover:enabled {
    background-color: #3d3d3d;
    border-color: #5b5743;
    background-image:none;
    color:#fff;
        border: 1px solid #3d3d3d;
         box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-primary:active:enabled {
    border-color: #3d3d3d;
    background-image:none;
}

.btn-primary:focus, .btn-primary.focus {
background-color: #da9d23;
    border-color: #3d3d3d;
    background-image:none;
}

.btn-default {
    width: 15%;
        padding: 8px 0px;
}

#cancel_btn{
    background-color: #aaa8a8;
color:#fff;
border: 1px solid #5b5743;
background-image:none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}
#cancel_btn:hover{
        background-color: #e2e2e2;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    color:#000;
    border:1px solid #888888;
}

.export_btn{
        background-color: #61a964;
    color: #fff;
    border:1px solid #5b5743;
     -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}
.export_btn:hover{
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgba(22, 80, 34, 0.79);
    color: #fff;
    border:1px solid rgba(22, 80, 34, 0.79);
}


.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #282727;
    background-color: #93b8c6;
    border-color: #93b8c6;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    /*color: #eeeeee;*/
    color:black;
    background-color: #F5BC4A;
    border-color: #F5BC4A;
    cursor: default;
}


.footer {
    width: 100%;
    height: 80px;
    background-color: #3d3d3d;
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    padding-top: 15px;
    position: relative;
    bottom: 0;
}


.icon_img {
    width: 25px;
    height: 25px;
}

.info_img {
    margin-left: 10px;
    color: #3c94c7;
}

.error_img {
    margin-left: 10px;
    color: #ed1b2e;
}

.success_img {
    margin-left: 10px;
    color: #17B186;
}


div.tree-multiselect div.title {
    background: #454548;
}

/*** Navbar Collapse start ***/
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/*** Navbar collapse End***/
@media screen and (max-width: 991px) {
    #reg_form label.error {
        /*padding-left: 17%;*/
        margin-left: 0px;
        color: #f97979;
        font-size: small;
        border: none;
    }


    .pr_header {
        width: 95%;
    }

    .pr_body {
        width: 95%;
    }


    .pr_text {
        font-size: smaller;
        font-family: sans-serif;
        /* font-style: initial; */
        font-weight: bold;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    .pr_header {
        width: 95%;
    }

    .pr_body {
        width: 95%;
    }

    .pr_text {
        font-size: large;
        font-family: sans-serif;
        /* font-style: initial; */
        font-weight: bold;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {

    #reg_form label.error {
        /*padding-left: 17%;*/
        margin-left: 0px;
        color: #f97979;
        font-size: small;
        border: none;
    }
}


@media (min-width: 768px){
ul.logout{
    float:right;
}

    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: '';
            display: inline-block;
            height: 70%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

}



