html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}





.panel-green-color{
    border: 1px solid #5cd1db;
    padding: 2px;
}
.panel-green-color > .panel-heading{
    color: #fff;
    background: #32c5d2;
}
.marginR5{margin-right: 5px;}

.button-gap > a, .button-gap > button{
    margin-right: 5px;
}
/* widget i icon color fix*/
.input-group-addon.kv-date-calendar>i {
    color: #444;
}
.input-group-addon.kv-date-remove>i {
    color: #444;
}

form .form-control{
    border-radius: 25px!important;
}
form div.required label.control-label:after {
    content:" * ";
    color:red;
}
.colorwhite {
    color: red !important;
    font-size: 25px ;
}
/*
form .btn{
    border-radius: 25px!important;
    overflow: hidden;
}*/

.page-small-footer{
    padding:10px;
    text-align: center;
    color: #fff;
}

.page-small-footer a{
    color: #fff;
}


.site-info .heading{
    padding: 55px 0px;
    text-align: center;
    background: #364150;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    /* margin: 0; */
    text-transform: uppercase;

}

.site-info .content{
    padding:10px 150px;
    text-align: justify;
}
#kv-pjax-container .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle!important;
}
#kv-pjax-container .fa-stack{            
    margin-top: 15px;
}
.actionBtn-Deactivate{
    text-align: center;
    width: auto;
    padding: 3px 10px;
    background: #fb4b4b;
    color: #fff;
    font-size: 12px;
    border-radius: 10px!important;
}
.actionBtn-Activate{    
    text-align: center;
    width: auto;
    padding: 3px 20px;
    background: #3fb13f;
    color: #fff;
    font-size: 12px;
    border-radius: 10px!important;
}
#CustomerSection .table{    
    box-shadow: 0 0 10px 0px #ccc;

}
#CustomerSection .table tbody tr td{  
    border: 1px solid #ddd; 
    padding:15px;
}
#CustomerSection .table tbody tr td:first-child{  
    font-weight: 600;
    font-size: 15px;
}
#CustomerSection .colored{       
    background: #337ab7;
    color:#fff;
}

#CustomerSection .nav-tabs > li.active > a, #CustomerSection .nav-tabs > li.active > a:hover, #CustomerSection .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 15px 20px;
}

#CustomerSection .nav-tabs > li > a{
    /*color: #fff;*/
    cursor: default;
    background-color: #dbeeff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 15px 20px;
    cursor: pointer;
}
#CustomerSection .fa-pencil-alt{

    background: #337ab7;
    height: 25px;
    width: 25px;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
}
.customer-contaner .logo img{
    height: 90px;
    margin-bottom: 50px;
}
@media(max-width:768px){
    .customer-contaner .logo img {
        height: 90px;
        margin-bottom: 21px;
    }
    .customer-contaner{
        padding:40px 15px 20px!important;
    }
}