body > .header {
  max-height: 150px;
}

body > .header .logo,
body > .header .navbar {
  height: 65px;
}

body > .header .navbar .sidebar-toggle {
  margin-top: 14px;
}

body > .header .navbar .sidebar-toggle .icon-bar {
  height: 3px;
}

.navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-nav>li.user-menu>a {
  padding-top: 23px;
  padding-bottom: 22px;
}

@media screen and (min-width: 992px) {
  .left-side {
    top: 65px;
  }
}

aside .user-panel .glyphicon {
  font-size: 44px;
}

#map-canvas {
  min-height: 350px;
}

.google-preview {
  margin-bottom: 20px;
}

.table tr td:first-child {
  text-align: center;
}

.nav-tabs-custom.vertical > .nav-tabs {
  border-right: 1px solid #f4f4f4;
  padding: 0;
}

.nav-tabs-custom.vertical ul li {
  border-left: 3px solid transparent;
  border-top: none;
  float: none;
  margin: 0;
}

.nav-tabs-custom.vertical > .nav-tabs > li.active {
  border-left-color: #3c8dbc;
  border-top-color: transparent;
}

.nav-tabs-custom.vertical .nav-tabs>li.active>a,
.nav-tabs-custom.vertical .nav-tabs>li.active>a:hover,
.nav-tabs-custom.vertical .nav-tabs>li.active>a:focus {
  border: 1px solid transparent;
}

/* TABLES CSS */
.trash { color:rgb(209, 91, 71); }
.flag { color:rgb(248, 148, 6); }
.panel-body { padding:0px; }
.panel-footer .pagination { margin: 0; }
.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
.list-group { margin-bottom:0px; }

table img {
  width: 180px;
}
.right-side .modal-backdrop{
z-index: 0 !important;

}
tbody tr:nth-of-type(odd){

  background:#D7E4EF;

}

.panel-primary>.panel-heading {
color: #fff;
background-color: #2B5696 !important;
border-color: #2B5696 !important;
}
.panel-primary {
border-color: #9FB3D0 !important;
}
.checkCom{

  font-size:12px;
}
.checkCom a{

  text-decoration: underline;
}
.skin-blue .sidebar-form {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
 border: none;
 margin: 0px;
}
.labelSearch{
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
padding-left: 5px !important;
padding-right: 7px !important;
}
#search input[type=radio], input[type=checkbox] {
margin: 13px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.text-right{

  text-align: right;
}
#myFormBody td{
padding: 30 !important;
}
#myformBody tr{

  background: #D7E7F4 !important;
}
#hoverCha,#hoverEdit,#hoverPrev ,#hoverRet{

  display:none;
  position:absolute;
  z-index:100;
  margin-top:-50px;
  padding:5px;
  background:#000;
  color:#fff;
}

#Change:hover + #hoverCha {
    display: block;
}
#Edit:hover + #hoverEdit {
    display: block;

    margin-left:150px;
}
#Preview:hover + #hoverPrev {
    display: block;
    margin-left:190px;
}
#rethumb:hover +#hoverRet{
display: block;

    margin-left:150px;
}

.panel-body .radio-btn,
.radio-btn {
  display: block;
}

.radio-btn input {
  display: none;
}

.radio-btn .btn {
  padding: 0 12px;
  width: 100%;
}

.radio-btn input[type="radio"]:checked + .btn,
.radio-btn input[type="radio"]:checked + .btn:hover,
.radio-btn input[type="radio"]:checked + .btn:focus {
  background: #2B5696 !important;
  color: #fff;
}

.multiselect-container input[type=checkbox] {
  margin-top: 4px; !important;
}