html,
body {
    height: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.wrap {
    min-height: 100%;
    overflow: auto;
}

.wrap > .container {
    height: 100%;
    padding: 105px 15px 0;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.wrap > .container-fluid {
	height: 100%;
    padding: 105px 15px 0;
}

div .wrap > .container , .wrap > .container-fluid {
	min-height: 500px;
}

/*
.container {
	position: relative;
	background: url(../../images/BannerBack.png) repeat-x 0 0;
}
*/
#modes {
	font-weight: 600;
	margin-top: 30px;
}

#modes > ul {
	list-style:  none;
	padding: 0 20px;
	margin: 0;
}

#modes > ul li {
	float: left;
	margin-left: -10px;
	position: relative;
}

#modes > ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	background: #452c70;
	background-image: linear-gradient(top, rgb(89,57,143) 0%, rgb(69,44,112) 100%);
	background-image: -o-linear-gradient(top, rgb(89,57,143) 0%, rgb(69,44,112) 100%);
	background-image: -moz-linear-gradient(top, rgb(89,57,143) 0%, rgb(69,44,112) 100%);
	background-image: -webkit-linear-gradient(top, rgb(89,57,143) 0%, rgb(69,44,112) 100%);
	background-image: -ms-linear-gradient(top, rgb(89,57,143) 0%, rgb(69,44,112) 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(89,57,143)),
    color-stop(1, rgb(69,44,112))
);
	border-radius: 10px 10px 0 0;
	border: 1px solid #1f074b;
	border-bottom: none;
	color: #fff;
}

#modes > ul li a:hover {
    background: #11032b;
}

#modes > ul li.active {
    z-index: 100;
}

#modes > ul li.active a {
    background: #1f074b;
}

#modes > ul li.disabled a {
	background: #ddd;
	border-color: #ccc;
	cursor: default;
	border-radius: 10px 0 0 0;
	text-shadow: none;
	color: #888;
}

.navbar {
	border-radius: 0;
}
.navbar > .container, .navbar > .container-fluid {
	background-color: white;
}
 
.navbar-toggle { border-color: #250959; background-color: #250959; }
.navbar-toggle .icon-bar { background-color: white }

.navbar-brand {
	padding: 12px 0;
	width: 250px;
}
.navbar .in{
    overflow-y: visible;
    border-top: 0pt;
}
.navbar-brand img {
	max-width: 100%;
	height: 40px;
	float: left;
	margin: 0 15px;
}

.navbar-brand div {
	font-size: 11px;
	line-height: 120%;
}

#mainmenu {
	margin: 0 -15px;
}

#mainmenu ul {
	margin: 0;
    padding: 0;
    width: 100%;
    background: #452c70 url(../../images/NavBack.png) repeat-x 0 0;
    position: relative;
    z-index: 1000;
    list-style: none;
	font-weight: 600;
/*         text-shadow: 1px 1px 1px rgba(0,0,0,1); */
}

#mainmenu > ul {
}

#mainmenu > ul > li {
    float: left;
    border-left: 1px solid rgba(0,0,0,.6);
    border-right: 1px solid rgba(255,255,255,.15);
    position: relative;
}

#mainmenu > ul > li:first-child {
    border-left: 0;
}

#mainmenu a {
    display: block;
    color: #fff;
    padding: 5px 18px;
    height: 34px;
    line-height: 24px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

#mainmenu > ul > li.has_children > a {
    padding-right: 30px;
}

#mainmenu > ul > li.has_children > a:after {
    display: block;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 100%;
    top: 50%;
    margin-top: -2px;
    margin-left: -20px;
    z-index: 100;
}

#mainmenu > ul > li.has_children:hover > a:after {
}

#mainmenu ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 175px;
    background: #18043b;
    z-index: 1000;
    
}

    #mainmenu ul li > ul li a {
        height: auto;
        line-height: 1.25em;
        padding: 7px 10px;
        white-space: normal;
        font-size: 90%;
    }

#mainmenu > ul > li:hover > a, #mainmenu > ul > li a:hover {
    background: #18043b;
}

#mainmenu > ul > li:hover ul {
    display: block;
}

    #mainmenu > ul > li > ul > li a:hover {
        background: #000;
    }

#mainmenu ul li.active > a {
    background: #18043b;
}


#mainmenu ul li.disabled > a, #mainmenu ul li.disabled_has_children > a {
    background: rgba(0,0,0,.2);
    cursor: default;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    color: #826fac;
}
#mainmenu ul li.disabled_has_children > a {
        padding-right: 30px;
}

#mainmenu ul li.disabled_has_children > a:after {
        display: block;
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #826fac;
        left: 100%;
        top: 50%;
        margin-top: -2px;
        margin-left: -20px;
        z-index: 100;
}
#mainmenu ul li.divider {
	background-color: #7a6998;
	margin: 0 10px;
}

.miniLink {
	text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #06C;
    padding: 3px 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 80%;
    margin-bottom: 1em;
    margin-right: 1em;
}


.miniLink:hover {
    background: rgb(255,196,37);
    color: #000;
    text-decoration: none;
}

#subMenu {
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid rgb(254,189,17);
}
#subMenu li {
	list-style: none;
	padding: 5px 0;
}
#subMenu li ul {
	padding-left: 20px;
}

.nav-tabs.compact > li > a {
  font-size: 0.9em;
  padding: 4px 5px;
  margin-right: 4px;
  line-height: 16px;
}

.required label:after {
	content: ' *';
	color: red;
}
.red {
	color: red;
}

.opsMenu { 
	float: right;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}
.opsMenu ul, .subFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opsMenu li, .subFooter li {
	display: inline;
}
.opsMenu li:before, .subFooter li:before {
	content: " | ";
}
.opsMenu li:first-child:before, .subFooter li:first-child:before {
	content: "";
}

.subFooter {
	clear: both;
	text-align: center;
}
.subFooter a {
	color: #aaa5b8;
}

#welcome {
	float: left;
	margin-top: 25px;
	font-size: 10px;
	line-height: 150%;
	color: white;
	border-left: 1px solid white;
	padding-left: 1.5em;
	height: 30px;
}

#welcome a {
	padding-right: 1em;
	color: white;
}

#searchbox {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
	float: right;
}

#searchbox input {
    color: #888;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    padding: 4px;
}

#searchbox button[type="submit"] {
    color: white;
    background-color: #0E69C9;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    padding: 4px;
    margin-left: 8px;
}

#profile {
    padding: 5px 20px 0 0;
    height: 25px;
    float: right;
    font-size: .8em;
    line-height: 1.6em;
}

.profileFiles {
    overflow: visible;
    position: relative;  
    margin: 3px 6px 0 0;
    float: left;
}

.profileFiles-indicator {
    width: 8px;
    height: 8px;
    background: #c9982f;
    border-radius: 4px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.profileFiles-completed .profileFiles-indicator {
    background-color: #27970c;
}

.profileFiles-both .profileFiles-indicator {
    background-color: #27970c;
}

.profileFiles:hover .profileFiles-popup {
    display: block;
}

.profileFiles-popup {
    position: absolute;
    top: 18px;
    right: -14px;
    border: 1px solid #555555;
    background: #fff;
    padding: 10px;
    z-index: 10000;
    width: 200px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    font-size: 12px;
    line-height: 1.5em;
}

.profileFiles-popup:after {
    position: absolute;
    top: -15px;
    right: 10px;
    content: " ";
    border: 7px solid transparent;
    border-bottom-color: #555;
    z-index: 4;
}

.profileFiles-popup:before {
    position: absolute;
    top: -14px;
    right: 10px;
    content: " ";
    border: 7px solid transparent;
    border-bottom-color: white;
    z-index: 5;
}

.profileFiles a {
    display: block;
    float: right;
    margin: 10px 0 0 0;
    padding: 3px 10px;
    border: 1px solid #b4b4b4;
    border-radius: 3px; 
}

.profileFiles a:hover {
    border-color: #9da29c;
    background-color: #e1e1e1;
    color: #000;
}

/* ============================================================================ **
**       FOOTER                                                        
** ============================================================================ */

footer {
    background: #452d71 url(../../images/FooterBack.png) repeat-x;
    border-top: 2px solid black;
    padding-top: 20px;
    color: #aaa5b8;
    padding: 30px 15px 15px;
    font-size: 0.8em;
    overflow: auto;
    margin: 15px -15px 0;
}

footer .container {
	background: none;
}

#footer_logo {
    float: right;
    width: 120px;
    margin-top: -1em;
}

#footer_logo a {
	display: block;
}

#footer_logo a img {
    width: 100%;
    padding: 5px 0;
}

#debugInfo {
	float: left;
	width: 20%;
	margin-right: 3%;
}

#soc2 {
	width: 75%;
}

#soc2 img {
	float: left;
	margin-right: 2em;
	width: 109px;
	height: 100px;
}

.left-nav { margin-top: 24px; }
.nav-stacked.left-nav > li + li {
	margin: 0;
}
.left-nav li a {
	text-align: right;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #eee;
	padding: 5px;
	border-radius: 0;
}
.left-nav li.active a {
	background: #eee;
	color: #250858;
}
.left-nav li.active a:hover {
	border-bottom: 1px solid red;
}

.left-nav li.active a:hover {
	background: #EEE;
	color: #250858;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nav.left-nav > li > a:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.breadcrumb {
  list-style: none;
  background: none;
  padding: 0;
  font-size: 80%;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb .active {
    color: #febd12;
}

/* ============================================================================ */
/*       END CORE STYLES                                                        */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/*       BEGIN RESPONSIVE STYLES                                                */
/* ============================================================================ */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
/* 	.container-fluid { width: 1140px 	}*/
	
}

/* Print */
@media only print {
    
}
