* {
    font-family: 'Oswald', sans-serif;
}

html,
body {
    height: 100%;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #07445f;
    border-color: #192734;
}

.panel-info{
    border-color: #315373;
}

input[type="file"] {
    line-height: 0px !important;
}

#redactor-droparea-placeholder {
    text-align: left !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.7);
    line-height: 50px !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #efefef;
}

.wrap > .container {
  padding: 0 !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75);
}

.floatright {
    
    float:right;
}

h1 {
    color: #07445f;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 14px;
}

h2 {
    font-size: 120%;
    color: #07445f;
    border-bottom: 1px solid #07445f;
    padding: 0 0 10px 0;
}

h3 {
    font-family: 'Oswald', sans-serif !important;
}

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

.container {
    width:100%;
}

.wrap > .container {
  padding: 10px 10px 20px;
}

.footericons {
  color: #07445f;
  margin: 0 10px;
}

.footertext {
    line-height: 3;
    color: #07445f;
    
}

a {
   color: #07445f;
}

.btn-primary {
  color: #fff;
  background-color: #07445f;
  border-color: #192734;
}

.wrap {

}

.footer {
    background-color: #fff;
    border-top: 2px solid #cc071e;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.site-login {
  margin: 0 auto;
  background-color: white;
  width: 500px;
  padding: 6px 20px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.75);
}

.loginlogo{
    margin: 0 auto;
    text-align: center;
}

.row.loginform {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}

.loginbtn {
    
    width: 100%;
}

.container{
    background-color: #ccdce3;
}

#sidebar{
    padding:0;
    border-bottom: 2px solid #045274;
}

#leftlogo {
    height: 60px;
    background: url('/images/gray_gradient.png') repeat-x;
    padding: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #045274;
}

.panel-default {
    margin-top:0px !important;
}

#contentcontainer{
    padding:0px;
    background-color: white;

}

#header{
    height: 62px;
    background-color:white;
    border-bottom: 1px solid #ccc;
}

.site-index {
  padding: 10px;
}

.breadcrumb {
  background-color: #FFFFFF;
  border-radius: 0;
  height: 61px;
  padding: 20px;
  display:inline-block;
}

#breadicon{
    display:inline-block;
}

.breadic {
  background-color: #045274;
  padding: 10px;
  margin-left: 10px;
  border-radius: 5px;
  color: white;
}

.breadcrumb{
    padding: 20px 6px;
}

#username {
  display: inline-block;
  float: right;
  padding: 20px 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #045274;
    border-color: #045274;
}

.pagination > li > a, .pagination > li > span {
    
    color: #045274;
}

div#bodycontain {
  padding: 0px 10px;
}

.floatright {   
    float:right;
    
}

.summary {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.nav-tabs {
    background-color:#045274;
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
}

.nav-tabs > li.active > a {
    
    color: #045274;
}

.nav-tabs > li > a {
    color:white;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #1E2F4F;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -3px;
  padding: 2px;
}

.tab-content {
  border: 1px solid #1E2F4F;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

.input-group.talkcontrol {
    padding: 10px;
    background-color: #F9F9F9;
    border-radius: 6px;
    margin: 12px 0 10px 0;
    border: 1px solid #DDDDDD;
}

.list-group{
    padding:10px;
}

.dets {
    width: 400px;
}

.bootstrap-table {
    margin-bottom: 10px;
}

.btnmargin {
    margin-right:8px;
}

.alert {
    margin-top: 10px;
}

.text-warning {
    color: #eea236;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #1E2F4F;
    color: white;
}

#topnav {
    border-top: 3px solid #cb001d;
    background: url('/images/gray_gradient.png') repeat-x;
    padding:8px 10px;
    height: 60px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #778DB5;
    border-color: #337ab7;
}

.status {
    width: 100px;
    text-align: right;
    border-right: 1px solid #ccc;
}

.status {
    width: 100px;
    text-align: right;
    border-right: 1px solid #ccc;
}

.boxconfig {
    width: 200px;
    text-align: right;
    border-right: 1px solid #ccc; 
}

.nomargin {
    margin-left: 0px;
    margin-right: 0px;
}

.site-login {
    margin-bottom: 60px;
    margin-top: 60px;
    border: 1px solid #CECECE;
}

.tophead {
    background-color: #cb001d;
    padding: 10px 20px;
    color: white;
    border-bottom: 1px solid black;
}

.ui-accordion {
    margin: 10px 0;
}

table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap.kv-table-float {
    background: #BDCBD2;
    border: 2px solid #045274 !important;
}

.insidenav {
    margin-top: 14px;
}

.withmenu {
    display:inline-block;
    margin-top:0px;
}

form.navbar-form.searchform {
    margin-top: 14px;
}

.searchboxes {
    margin-top: 14px;
}

/* small screen lanscape */

@media (max-width: 768px) {

    input#mac, input#devicetitle {
    margin-bottom: 10px;
}
    
    .sidenav {
        margin-bottom: 10px;
    }
    
  .pull-right {
    float: none!important; 
  }
  
  .topmenu {
    margin: 14px 0 8px 0;
  }
  
  form.navbar-form.searchform {
    margin-top: 0px;
    margin-left: -6px;
    }
  
    .breadcrumb {
        margin-bottom: 0px;
    }
    
    .mobilehide {
        display:none;
    }
    
 .wrap > .container {
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.wrap {
    width: 100%;
}

table {
        table-layout: auto!important;
        
    }

}

@media (max-width: 480px) {

    .site-login {
    margin-bottom: 0;
    margin-top: 0;
    width: inherit;
    }
    
    th.mobilehide2 {
        display:none;
    }
    
    td.mobilehide2 {
        display:none;
    }
    
    th.mobilehide {
    display: none !important;
    }
    
    td.mobilehide {
    display: none !important;
    }
    
    table {
        table-layout: auto!important;
        
    }
    
    button.btn.btn-primary.btn-xs.messageusers {
    display: none;
    }
}
