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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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;
}
.box-content-title{
   background-color: #f5f5f5;
    border-radius: 4px;
    padding: 0px 5px;
    margin: 5px 0 10px 0;
    border: 1px solid #eee;
}
.box-content-title h3{
  color: #6b6b6b;
    font-size: 17px;
    /*font-weight: bold;*/
    margin: 0;
    padding: 8px;
    
}
#modal .modal-dialog
{
  width: 55%;
}

.modal-header{
    background: #1d9ce5; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* Standard syntax */
}
.modal-header h4{
    color:#fff;
}

.filter-container{
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    margin-bottom: 10px;
    padding: 10px ;
}
.chosen-container {
    position: relative!important;
    z-index: 100000!important;
}
.modal-body {
    overflow-y:visible;
}
.modal-body{
    min-height: 300px!important;
}
/*====================*/
.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
    text-align: center;
}
.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box > .small-box-footer:hover {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    color: #fff;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    color: #f9f9f9;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}
.small-box:hover {
    color: #f9f9f9;
    text-decoration: none;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
.small-box {
    text-align: center;
}
.small-box .icon {
    display: none;
}
.small-box p {
    font-size: 12px;
}
}
.small-box h3,p{
    /*color: #fff !important;*/
}
.bg-aqua{
    background-color: #00c0ef !important;
    color:#fff;
}
.bg-red{
    background-color: #dd4b39 !important;
        color:#fff;
}

.bg-green{
    background-color: #00a65a !important;
        color:#fff;
}

.bg-yellow{
    background-color: #f39c12 !important;
        color:#fff;
}