body {
    /*background-color: #fff;*/
    background: #f6f6f6 url('/images/main_bgr.png');
    /*color: #333;*/
}
.dark_menu {
    background: none repeat scroll 0 0 #000073;
    border-bottom: 5px solid #b08b57;
    border-top: 1px solid #006;
    text-transform: uppercase;
}

.navbar-default .navbar-brand{
	color: #fff;
} 
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.panel-default{
	background-color: *#f5f7fa;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color:  #000073;
    border-color: #bce8f1;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color:  #71675b; /* #b08b57;/*#f5f5f5;*/
    border-color: #ddd;
}

.sidebar table tr td .glyphicon { margin-right:10px; }
.sidebar { padding:0px; }
.sidebar table tr td { padding-left: 15px }
.sidebar .table {margin-bottom: 0px; }
.panel-title span { margin-right:10px; }
.sidebar table tr:first-child td{ border-top: none;}
.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

.panel-body{
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.panel-body .nav-tabs {
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;

}

.panel-body > div.board-inner{
    background: #eee;
    background-size: 30%;
}

.panel-no-padding{
    padding: 0px;
}
p.narrow{
    width: 90%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one, span.round-tabs.two, span.round-tabs.three, span.round-tabs.four, span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.one, li.active span.round-tabs.two, li.active span.round-tabs.three, li.active span.round-tabs.four, li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    border: 2px solid rgb(34, 194, 34);
    color: rgb(34, 194, 34);
}
.nav-tabs > li {
    width: 16%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 40px;
   height: 40px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

.ug_background {
    position: fixed;
    bottom: -1%;
    z-index: 0;
    width: 100%;
}

.bg-img1 {
    float: left;
    margin-left: 8%;
}

.bg-img2 {
    float: right;
    margin-right: 8%;
}
.icon{
    padding:7px;
    margin-right: 4px;
}

 fieldset 
{
    border: 1px solid #ddd !important;
    margin-top: 5px;
    margin-bottom: 5px;
    xmin-width: 0;
    padding: 10px;       
    position: relative;
    border-radius:4px;
    padding-left:10px!important;
}   
    
legend
{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px; 
    width: 35%; 
    border: 1px solid #000073;
    border-radius: 7px; 
    padding: 5px 5px 5px 10px; 
    background-color: #000073;
    color: #fff;
}
 fieldset.total{
    background: none repeat scroll 0 0 #000073;
    text-align: center; 
    font-weight: bolder;
    font-size: 25px; 
    color: #fff;
 }       
/*.panel-footer {
    background-color: #C2C2C2;
}*/

.mtable {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

@media screen and (max-width: 580px) {
  .mtable {
    display: block;
  }
}

.trow {
  display: table-row;
  background: #f6f6f6;
}
.trow:nth-of-type(odd) {
  background: #e9e9e9;
}
.trow.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.trow.green {
  background: #27ae60;
}
.trow.blue , .wide.blue{
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .trow {
    padding: 8px 0;
    display: block;
  }
}

.trow.wide {
  padding: 6px 12px;
  display: block !important;
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}


@media( max-width : 585px ){
    
.panel-body {
height:auto !important;
}
span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
.tab-content .head{
        font-size:20px;
        }
.nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

/*For some wierd reason I need to have this here*/
.table > tr > td, .table > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.view.panel-body fieldset legend{
    width: 4%;
}


fieldset > div.row > div.col-md-2 > div{
  width: 100%;
  margin: 5px auto;
  text-align: center;
  padding: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
  border-radius: 2px;
  /*background-color: #2f546e;*/
  background: none repeat scroll 0 0 #000073;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}

div.row > div.col-md-10 > div.col-md-12:first-child{
    font-weight: bolder;
}

/*Checkbox*/

.material-switch > input[type="checkbox"] {
        display: none;   
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative; 
        width: 40px; 
        /*margin-right: 20px; */
    }

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position:absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }
    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }
    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }
    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }

.label-ug{
  background-color: #000073;
}

tr.unread td{
    font-weight: bold;
    color: blue;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-right-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
  border-right-color: #1b809e;
  padding: 25px;
}
.bs-callout-info h4 {
  color: #1b809e;
}

.bs-callout-success {
  border-left-color: #4cb04f;
  border-right-color: #4cb04f;
  padding: 25px;
}
.bs-callout-success h4 {
  color: #4cb04f;
}

iframe {
        display: block;
        width: 100%;
        height: 500px;
        border: none;
        margin: 0px auto;
        box-shadow: 0 0 6px rgba(0,0,0,.4);
    }

.no-bottom-margin{
    margin-bottom: 0px;
}

.row-disabled{
    color: #dd0011;
}
.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #000073;
}

tr.active > td > a, tr.active > td > span.text-primary{
    color: #fff;
}
/*.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.wrap.explore .col-sm-4 {
    background-color: rgba(245, 245, 245, 0.95);
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.wrap.explore div.inner {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
}
.wrap.explore div.inner h3 {
    font-family: DINCondensed-Light, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1.428571429;
    background-color: #011b2a;
    color: #fdfdfd;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wrap.explore div.inner h3::before {
    margin-top: -5px;
    font-family: "joyent-icons";
    font-style: normal;
    font-weight: normal;
    display: block;
    text-decoration: inherit;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 5vw;
    float: left;
    color: #5a88a9;
    padding-left: 0;
    padding-right: 0;
    content: '\e802';
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.wrap.explore h2, .wrap.explore h3 {
    text-align: center;
}
.wrap.explore div.inner p {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "open-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #011b2a;
}
.wrap.explore div.inner p strong {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}*/