html,
body {
    //height: 100%;
    background-color:#2E5E79;
    font-size:13px !important;
}

.wrap {
    //min-height: 100%;
    //height: 95%;
    margin: 0 auto;
    padding: 0 0 60px;
}
.wrap > .container {
    margin-top:100px;
    //padding:10px 10px 10px 10px;  
}
.wrap > .container .navigation{
    display:inline-block;
    vertical-align:top;
    width:15%;
}
.wrap > .container .content_container{
    border-radius:15px;
    //display:inline-block;
    vertical-align:top;
    margin-left:10px;
    padding:10px 10px 10px 10px;
    width:100%;
    //background-color: #f5f5f5;    
}

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

.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 th {
    white-space: nowrap;
}

.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;
}
.navbar-strait {
  background: transparent url("../img/header-repeat.jpg") repeat-x scroll 0% 0%;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
    color:white; 
    background-color: #fcba14 !important;
}

@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{
   margin-bottom:5px;
}
.nav > li > a{
   color: black !important;
  background-color: #E6F0F3 !important;
}
.nav > li > a:hover{
  background-color: #5f819a !important;
  color:black !important;
}
.dropdown-menu > li > a{
  color: black !important;
  background-color: #E6F0F3 !important;
}
.dropdown-menu .divider{
   margin:2px 0px !important;
}
.dropdown-menu > li > a:hover{
  background-color: #5f819a !important;
  color:black !important;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.site-login{
   margin:auto;
   width:600px;
   border-radius:15px;
   padding:10px 10px 10px 10px;
   background-color: #f5f5f5;
   padding-bottom:50px;
}
.site-login h1{
   margin-left:220px;
}
.site-login label{
   width:150px;
}
.site-login input{
  width:350px;
}
.site-login button{
  width:450px;
}
.body-content .col-lg-1,.body-content .col-lg-2,.body-content .col-lg-3{
   width:30% !important;
   margin-left:15px !important;
   margin-bottom:15px !important;
   padding-top:10px !important;
   padding-bottom:10px !important;
   border-radius:15px;
   min-width:200px;
   vertical-align:top;
   text-align:center;
   background-color: #f5f5f5;  
}
.body-content .col-lg-1:hover,.body-content .col-lg-2:hover,.body-content .col-lg-3:hover{
   background-color: #fcba14 !important;
}
.body-content .col-lg-3.logout{
  background-color: #fcba14 !important;
}
.logout{
 background-color: #f5f5f5 !important; 
 border-radius:5px;
}
.addBtn{
  background-image: url("../img/add.png") !important;
}
.cutBtn{
  background-image: url("../img/cut.png") !important;
}
.importBtn{
  background-image: url("../img/import.png") !important;
}
.editBtn{
  background-image: url("../img/edit.png") !important;
}
.exportBtn{
  background-image: url("../img/export.png") !important;
}
.cloud-icon-export{
 background-image: url("../img/import.png") !important;
}
.inside{
 background-image: url("../img/inside.png") !important;
}
.btcancel{
 background-image: url("../img/cancel.png") !important;
}
.btsave{
  background-image: url("../img/Save.png") !important;
}
.enBtn{
  background-image: url("../img/enable.png") !important;
}
.findBtn{
  background-image: url("../img/search.png") !important;
}
.disBtn{
  background-image: url("../img/disabled.png") !important;
}
.dnBtn{
  background-image: url("../img/Down.png") !important;
}
.upBtn{
  background-image: url("../img/Up.png") !important;
}
.nextBtn{
  background-image: url("../img/Next.png") !important;
}
.refreshBtn{
  background-image: url("../img/Refresh.png") !important;
}
