/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 3, 2018, 10:57:46 PM
    Author     : Administrator
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2018, 9:35:56 PM
    Author     : User
*/
body {
    /*background: url('sun-pattern.png');*/
    background:#f1f4fc;
}
.wrap > .container-fluid{
    /*background: #fff;*/
    background: #f3f6ffd4;
    margin-bottom: 20px;
}

.breadcrumb{
    margin-top: 50px;
    border-radius: 0px;
    margin-bottom: 0px !important;
}

.wrap > .container-fluid > h1{
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    margin-top: -50px
}

nav.navbar{
    border-bottom:1px solid green;
    background: white;
}

.navbar-nav > li.Dashboard a{
    color: whitesmoke;
}

.subnav a.active{
    background: #1e8210;
    border: 0px;
    transition: 0.3s;
    
}
.nav > li:hover {
    transition: 0.6s;
    background: #1e8210;
    border-radius: 6px 6px 0px 0px;
}
li>.active{
    background: #1e8210;
    transition: 0.3s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active{
    background: #1e8210;
    border-radius: 6px 6px 0px 0px;
}
.navbar-nav > li >a {
    padding-top:5px !important;
}
@media print {
    .subnav {
      display: none !important;
    }
  }
.btn{
    padding:4px;
}
.navbar-nav > li {
    margin:0px 1px;
}
#mynav-collapse > ul > li > a{
    color: #1e8210;
    text-align: center;
    padding-bottom: 5px;
    transition: 0.3s;
}
#mynav-collapse > ul > li.active > a{
    color: white;
    
}
#mynav-collapse > ul > li > a:hover{
    color: white;
    
}


#mynav-collapse > ul > li > a > span{
    margin-top: -10px;
}

/*#mynav-collapse > ul > li > form > button{
    margin-top: -12px;
}*/

.nav li > form > button.logout{
    /*margin-top: 4px;*/
    text-align: center;
    display: block;
    border-radius: 6px;
    color:red;
}

.buttons {
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.jumbo{
    text-align: center;
    font-weight: 900;
    margin-top: -30px;
}



.landinghead{
    font-weight: 700;
    border-bottom: solid 1px white;
    padding-bottom: 5px;
}

.formBackground{
    background: whitesmoke;
    padding-top: 15px;
    padding-bottom: 25px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.grid-view{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.subnav{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,1,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,1,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,1,0.25);
}

.btnup{
    margin-top: -50px;
}

.navbar-inverse .navbar-brand {
    color: whitesmoke;
}

.btn.logout{
    color:#1e8210;
}

h2.clientProfile{
    margin-top: -10px;
    text-align: center;
}

table.clientProfile tr td>p{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #a09393;
}

.margin12{
    margin-top: 12px;
}

p.centerHead{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #a09393;
}

.processno{
    font-weight: bold;
    font-size: 10px;
    margin-bottom: -12px;
    margin-right: 4px;
}

.processHead{
    font-weight: bolder;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-bottom: 5px;
}

.process{
    padding-left: 10px;
    padding-right: 10px;
}

.brandimage{
    margin-top: -15px !important;
}

.transaction{
    width: 80px;
    /*display: block;*/
    position: fixed;
    margin-right: 0px;
}

.form-control{
    border-left: 0px;
    border-top:0px;
    border-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    border-radius: 0px;
    height: 30px;
}

.select2-selection {
    border-left: 0px;
    border-top:0px;
    border-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    border-radius: 0px;
    line-height: 18px !important;
    height: max-content !important;
    zoom:80%;
    font-size:110%;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border-top:0px;
    border-right: 0px;
    height: 29px !important;
}
table.table tbody tr td{
    padding-bottom: 5px;
    padding-top: 10px;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.btn-primary, .btn-default, .btn-success, .btn-danger, .btn-warning{
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.makespace{
    padding-top: 0px;
    padding-bottom: 0px;
}
.breadcrumb{
    padding:3px 16px !important;
}
.row{
    margin-top:5px;
}

.mybox{
    height: 100px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border: 0px solid #000000;
    -webkit-box-shadow: -1px 2px 30px -4px rgba(0,0,0,0.57);
    -moz-box-shadow: -1px 2px 30px -4px rgba(0,0,0,0.57);
    box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.57);
    background: rgba(151,216,213,1);
    background: -moz-linear-gradient(top, rgba(151,216,213,1) 0%, rgba(124,203,199,1) 41%, rgba(82,183,178,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,216,213,1)), color-stop(41%, rgba(124,203,199,1)), color-stop(100%, rgba(82,183,178,1)));
    background: -webkit-linear-gradient(top, rgba(151,216,213,1) 0%, rgba(124,203,199,1) 41%, rgba(82,183,178,1) 100%);
    background: -o-linear-gradient(top, rgba(151,216,213,1) 0%, rgba(124,203,199,1) 41%, rgba(82,183,178,1) 100%);
    background: -ms-linear-gradient(top, rgba(151,216,213,1) 0%, rgba(124,203,199,1) 41%, rgba(82,183,178,1) 100%);
    background: linear-gradient(to bottom, rgba(151,216,213,1) 0%, rgba(124,203,199,1) 41%, rgba(82,183,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d8d5', endColorstr='#52b7b2', GradientType=0 );
}

.mybox h3{
    text-align: center;
    padding-top: 35px;
}

a.anchorlink{
    text-decoration: none;
    color: white;
}

.mybtn{
    margin-left: 5px;
    margin-top: 4px;
}

input[name=credit_limit] {
    width: 100px;
    transition: ease-in-out, width .35s ease-in-out;
}

span.navicon{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

.navbar-brand > img{
    height: 50px;
    margin-top: -15px;
}

.mr25px{
    margin-right: 25px;
}

span.mybtn{
    margin-top: 10px;
}
.requisitiongridview{
    display: none;
}

.putcenter{
    text-align: center;
}

.brandimage{
    /*    -webkit-box-shadow: -1px 2px 5px 4px rgba(255,255,255,1);
        -moz-box-shadow: -1px 2px 5px 4px rgba(255,255,255,1);*/
    /*box-shadow: -1px 2px 5px 4px rgba(255,255,255,1);*/
}

.pointer {
    width: 200px;
    height: 40px;
    padding:10px;
    text-align: center;
    font-weight: bolder;
    position: relative;
    background: red;
    color: whitesmoke;
}
.pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #E5E6ED;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

@media print {
    .noprint {
        display:none !important;
    }
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }

    #chartCanvas{
        width: 100%;
        height: 475px !important;
    }
}
#gmap0-map-canvas{
    width: 100% !important;
}

.dashline{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    border:0px;
}