/* Credit: http://www.ctdashboard.com
    1. CSS Imports
    2. General Styles
    3. Sidebar
    4. Charts
    5. Preferences form
    6. Sign in form
    7. tables.html
    8. Bootstrap overrides
    9. Maps
    10. Media Queries
--------------------------------------- */

/* 1. CSS Imports
--------------------------------------- */
/* @import url('http://fonts.googleapis.com/css?family=Open Sans:300,400,700'); */
@import url(font-awesome.min.css);

/* 2. General Styles
--------------------------------------- */
* { font-family: 'Open Sans', sans-serif; }
body {
    background-color: #eeeeee;
    margin:0px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 { font-size: 24px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.errMsg{color:#ff4444;}
hr.separator{
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #ccc;
    margin: 1em 0; 
    padding: 0;
	width:80%
}
fieldset{border:0;}
span.mandatory{color:#b70000;padding-left:4px;padding-right:4px;font-size:1.2em;}
label,input { display:block; }
 select{width:85%;}
input.text { margin-bottom:8px; width:85%; padding: .15em; }
fieldset.chPassword { padding:0; border:0; margin-top:5px; margin-bottom:15px; width:450px;}
fieldset.updateSecQues { padding:0; border:0; margin-top:5px; margin-bottom:15px; width:450px;}
.clear{clear:both;}
form fieldset
{
	margin: 0 0 1.5em 0;
	padding: 0 0 10px 10px;	
	border: 1px solid #BFBAB0;	
	background-color: #F2EFE9;
	background-repeat: repeat-x;	
	background-color: #fff;
	background-position:bottom;	
	float: left;
	clear: both;
	width: 100%;
}
	
form fieldset.submit
{
	padding: 0px 10px 10px 190px;
	border-style: none;
	background-color: transparent;
	background-image: none;
	float: none;
	width: auto;
}
/*** FORM BLOCKS ***/

form ul
{
	padding:5px 10px;
	list-style: none;
}

form li
{
	width: 100%;	
	padding:5px 0px 20px 0;
	border-top:1px dotted #ccc;	
	display:block;
	float: left;
	clear: left;
}

form li:last-child
{
	padding-bottom:5px;
}
form li:first-child
{
	border:none;
}

	
/*** FORM BLOCK ELEMENTS ***/

form label
{
	padding:0px 10px;
	width: 185px;
	float: left;
}
	
form .error
{
	color: #c00;
}
	
form label.error
{
	color: #c00;	
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;	
	width:308px;
	display: none;
	padding:0px 0px 10px 2px;
	clear:both;
}
	
form label.info
{
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;	
	margin:8px 0px 0px 180px;
	padding:3px 0px 0px 5px;
}

.infoMsg{color:#355500;}

form fieldset fieldset,
form .group
{
	width:200px;	
	margin: 0;
	border:none;	
	background:none;	
	float:left;
	clear: none;	
}
	
form fieldset fieldset label
{
	width:auto !important;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
}
	
form label label.error
{
	margin-left:0px;
}
ul.qna
form label.centered
{
	padding:0px 0px;
	width:200px !important;
}

form fieldset fieldset label.spaced
{
	margin-bottom:3px;
}

a {outline: 0;}
.btn a {
    color: white;
    text-decoration: none;
}
.logo { display: inline-block; }
.logo h1 {
    font-size: 24px;
    margin: 10px 15px;
}
.ctdashboard-content-wrapper {
    float: left;
    width: 100%;
}
.ctdashboard-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 600px;
    padding: 2px 20px 20px 20px;
    background-color: white;
    overflow-x: hidden;
    margin: 0 auto;
}
.ctdashboards-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 850px;
    padding: 2px 20px 20px 20px;
    background-color: white;
    overflow-x: hidden;
}
.nonav{
	/* margin-left:20%; */
	margin-top:30px;
	width:650px;
	background-color:#eeeeee;
}
.ctdashboard-footer {
    clear: both;
    font-size: 13px;
    padding: 8px 0 5px 0;
    text-align: center;
    color: #ccc;
    background-color: #333;
    position: fixed;
	left: 0;
	right: 0;
	bottom:0;
}
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-30 { margin-bottom: 30px; }
/*Vertical Nav Bar*/

#nav {
    list-style: none;
    float: left;
    width: 235px;
    border:0px;
    padding:0px;
}
#nav li a {
    display: block;
    padding: 16px 15px;
    background: #ccc;
    border-top: 1px solid #eee; 
    text-decoration: none;
    color: #000;
    font-weight:300;
}
#nav li a:hover, #nav li a.active {
    background: #9BB0E7; 
}
#nav li ul {
    display: none; // used to hide sub-menus
}
#nav li ul li a {
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px solid #ccc;
}

/* 3. Sidebar
------------------------------------------------------*/
#ctdashboard_search_box {
    width: 150px;
    display: inline-block;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-header {
    color:#ffffff;
	background: #0c2d83;
}
.ctdashboard-sidebar {
    width: 235px;
    float: left;
    position: relative;
    margin-right: -100%;
    padding: 0;
}
.ctdashboard-sidebar .ctdashboard-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ctdashboard-sidebar .ctdashboard-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.ctdashboard-sidebar .ctdashboard-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;    
}
.ctdashboard-sidebar-menu a { color: black; }
.ctdashboard-sidebar-menu a:hover { text-decoration: none; }
.ctdashboard-sidebar-menu li.sub .ctdashboard-submenu { display: none; }
.ctdashboard-sidebar-menu li.sub.open .ctdashboard-submenu {
	display: block;
}
.ctdashboard-submenu { padding-left: 20px; }
.ctdashboard-submenu li {
    list-style: none;
    background-color: #DFDFDF;
}
.ctdashboard-submenu li a {
    display: block;
    padding: 20px 15px;
    margin: 0;
}
.ctdashboard-sidebar-menu > li.sub.open > a {
    background-color: rgba(145,145,145,0.3);
}
.ctdashboard-sidebar .ctdashboard-sidebar-menu >li.active, .ctdashboard-sidebar .ctdashboard-sidebar-menu>li>a:hover {
	background-color: rgb(155, 176, 231);
}
.ctdashboard-submenu li > a:hover {
    background-color: rgb(228,228,228);
}
.ctdashboard-sidebar .ctdashboard-sidebar-menu > li > a > i {
    font-size: 16px;
    top: 2px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 4px;
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
/*Breadcrumbs*/
.breadcrumb{
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb a {
    color:#275c8a;
    text-decoration: none;
}
/* 4. Charts 
--------------------------------------------*/
.ctdashboard-chart-box {
    display: inline-block;
    text-align: center;
    padding: 20px 30px 30px 0;
}

/* 5. Preferences Form
------------------------------------------*/
#ctdashboard-preferences-form {
    max-width: 960px;
    margin-bottom: 30px;
}

/* 6. Sign in Form 
--------------------------------------------*/
.ctdashboard-signin-form {
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

/* 7. tables.html
------------------------------------------*/
#ctdashboard_sort_btn { margin-bottom: 20px; }

/* 8. Bootstrap overrides
----------------------------------------------*/
.nav-pills>li>a, .nav-tabs>li>a, .alert, .progress, .panel, .btn, .panel-group .panel, .form-control, .modal-content, .breadcrumb {
    border-radius: 0;
}
.list-group-item:first-child, .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control-feedback { right: 15px; }

/* 9. Maps
------------------------------------------------------*/
.jqvmap-zoomin, .jqvmap-zoomout {
    width: 15px;
    height: 15px;
}
.vmap { height: 400px; }

/* 10. Media Queries
------------------------------------------------------
@media screen and (min-width: 992px) {
    .ctdashboard-sidebar {
        width: 235px;
        float: left;
        position: relative;
        margin-right: -100%;
    }
}
@media screen and (max-width: 991px) {
    .navbar-form {
        padding: 0;
        margin-left: 0;
    }
    .navbar-header { float: none; }
    .navbar-toggle { display: block; }
    .ctdashboard-sidebar {
        border-top: 0 !important;
        margin: 20px;
    }
    .ctdashboard-sidebar.navbar-collapse.collapse {
        display: none !important;
    }
    .ctdashboard-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important;
    }
    .ctdashboard-content-wrapper { float: none; }
    .ctdashboard-content { margin: 0; }
}
@media screen and (max-width: 767px) {
    .ctdashboard-chart-box {
        padding-right: 0;
    }
}*/
/* #resetPwSecretQestion{width:750px;} */
.fieldWidthsq{width:700px;}
.loginContainer{padding:30px;}
.loginForm{width:700px;margin:0 auto;float:none;}