/*
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
*/
@media print {
    .noprint {
        display: none !important;
    }
    #report_info {
        display: none !important;
    }
    a:link:after,
    a:visited:after {
        display: none;
        content: "";
    }
    .printFooter {
        position: fixed;
        bottom: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    .mobileshow {
        display: block;
    }
    .desktopshow {
        display: none;
    }
}

@media screen and (min-width: 701px) and (max-width: 3000px) {
    .mobileshow {
        display: none;
    }
    .desktopshow {
        display: block;
    }
}

/*body {
    background: rgb(2,0,36);
    
}*/
.wrap > .container {
    /*background: #2e5870;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.wrap > .container-fluid {
    height: 100% !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.breadcrumb {
    margin-top: 50px;
    border-radius: 0px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0px !important;
    background: #12121259 !important;
}

nav .container .navbar-collapse {
    color: white;
}

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

nav.navbar {
    background: #54a8ff;
    /*background: #FF5A14;#cc3300;*/
}

.navbar-nav > li a {
    color: white;

}

.subnav a{
    transition: all 0.75s;
    background: #4CA1AF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C4E0E5, #4CA1AF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C4E0E5, #4CA1AF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.subnav a.active {
    transition: all linear 1s;
    background: #3d719e;
    color: whitesmoke;
}

.subnav:hover{
    background: #3d719e !important;
    color: whitesmoke;
}

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

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

.btn-warning {
    background: #cc3300;
}

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

.formBackground {
    /*margin-top: 25px;*/
    background: rgb(246,222,133);
    background: linear-gradient(90deg, rgba(246,222,133,1) 0%, rgba(244,239,133,1) 16%, rgba(233,238,120,1) 37%, rgba(241,236,118,1) 62%, rgba(235,221,86,1) 82%, rgba(215,219,107,1) 100%);
    padding-top: 10px;
    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);
    /*margin-left: 8px;*/
    /*margin-right: 20px;*/
    /*width: 90%;*/
}
/*$color: #0cf;*/
.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: bolder;
}
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#008fb3;
    border-radius: 10rem;
    z-index: -2;
}
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color:#0cf;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}
.button:hover {
    color: #fff;
}
.button:hover:before {
    width: 100%;
}

.formBackground h1{
    background: #3d719e;
    font-size: xx-large;
    text-align: center;
    padding: 8px;
    font-weight: bolder;
    color: whitesmoke;
    margin-bottom: 20px;
    margin-top:-10px;
    font-size: 25px;
}

.gridBackground {
    background: #fdfdf7;
    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);
    /*margin-left: 8px;*/
    /*margin-right: 20px;*/
    /*width: 90%;*/
    min-height: 500px;
}

.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: whitesmoke;
}

h2.clientProfile {
    padding: 4px;
    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-group {
    margin-bottom: 0px !important;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 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: 30px !important;
}
.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: 1px;
    padding-top: 1px;
}

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

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

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.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;
}

.navbar-inverse .navbar-nav > li > a {
    color: black !important;
    margin-top: -14px;
    margin-bottom: -14px;
    text-align: center;
    transition: 0.75s;
}
.navbar-inverse .navbar-nav > .active > a{
    color: white !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a {
    background: #1a4478;
    border-bottom: 3px solid #00ccff;
    height: 65px;
    color: white !important;
}

.policytitle {
    text-align: center;
    border-bottom: 1px solid #cc3300;
}

.policydescription {
    padding-left: 5px;
    padding-right: 5px;
}

.nav li > form > button.logout {
    margin-top: -20px;
    font-weight: bolder;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
}

#createnew {
    margin-right: 5px;
}

.forgotPassword{
    height: 200px;
    padding: 10px;
}

formBody{
    border:1px solid #337ab7 !important;
    padding: 10px !important;
}

body > div.wrap > div.container-fluid > h1{
    color: #999;
    font-size: 27px;
}

body > div.wrap > div.container-fluid > div > a.list-group-item.active{
    background: #2ECC71;
}

.alert{
    display: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd){
    background: #d0ddeb;
}

.table-striped > tbody > tr:nth-of-type(even){
    background: aliceblue;
}

.summary{
    color: whitesmoke;
    background: darkcyan;
}

table.dataTable>thead>tr, table.dataTable>tfoot>tr {
    background: aliceblue;
}

/*.dataTables_filter{
    color: whitesmoke !important;
}*/

#report_info{
    color: #a9a9a9;
}
body > div.wrap > div.container-fluid > h1{
    text-align: center;
    margin-top: -20px;
    background: linear-gradient(132deg, rgb(47, 70, 94) 0.00%, rgb(74, 103, 133) 20.21%, rgb(75, 98, 125) 40.66%, rgb(102, 90, 94) 64.38%, rgb(79, 40, 58) 100.00%);
    /*    background: rgb(205,152,175);
        background: radial-gradient(circle, rgba(205,152,175,1) 0%, rgba(113,141,175,1) 100%);*/
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    color: whitesmoke;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.45);
}

.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;
}

.sidemenu_bar_help{
    padding: 8px;
    position: fixed;
    width: 120px;
    margin-left:-110px;
    background: black;
    margin-top: 50px;
    z-index: 999;
    border-bottom-right-radius: 30px;
}

.sidemenu_bar{
    padding: 8px;
    position: fixed;
    width: 120px;
    margin-left:-110px;
    background: black;
    margin-top: 100px;
    z-index: 999;
    border-bottom-right-radius: 30px;
}

.sidemenu_bar_setting{
    padding: 8px;
    position: fixed;
    width: 135px;
    margin-left:-125px;
    background: black;
    margin-top: 150px;
    z-index: 999;
    border-bottom-right-radius: 30px;
}

#user_board{
    position: fixed;
    height: 100%;
    background: #008fb3;
    width:20%;
    margin-left: 100%;
    margin-top:50px;
    padding-top:100px;
    z-index: 99999;
}

.user_photo{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    border-radius: 50% !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.user_details{
    color:white;
    font-weight: bolder;
    font-size: 14px;
    padding-left: 16px;
}

.footer{
    background: #12121259 !important;
    color: whitesmoke;
}

.clientProfile{
    background: azure;
    margin-top: 10px;
    padding-right: 10px;
    padding-right: 10px;
}

.fullScreen{
    background:red;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
}

.subnav-sub a{
    padding:3px !important;
    transition: all 0.75s;
    background: #3CA1AF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #AEE0E5, #e4c720);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #AEE085, #e4c720); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.subnav-sub a.active {
    transition: all linear 0.65s;
    transform: translate(-5px, 0px);
    background: #3d719e;
    color: whitesmoke;
}

.subnav-sub>a:hover{
    transition: all linear 0.35s;
    transform: translate(-5px, 0px);
    background: #3d719e;
    color: whitesmoke;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #2494F2;
}
#loader img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}