/* Brainstorm Case Manager CSS v1.0 | (c) 2016 by Sheikh Ahmed */

/* NOTES *
/* */

/* ----------------------------------------------------- */
/* Master styles */

body {
	position: relative;
	background-color: #fff;
	background-image: url(../images/cm-background.png);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ------------------------------------------------------- */
/* Login */

#login {
	background-color: #f3f3f3; 
}

#login-strip {
	background-color: #344451; 
	height: 5px;
}

#login-container {
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
}

#login-logo {
	text-align: center;
}

#login-logo img {
	width: 80%;
	margin-bottom: 20px;
}

#login-logo img.regsolv {
  width: 65%;
  margin-bottom: 25px;
}

#login-alert {
	background: #c00;
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
}

#login-form {
    margin: 0!important;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.terms_container {
    padding: 8px 0 10px 0;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.highlight {
  background-color: yellow;
}  

.login-form-element {
	display: inline-block;	
	vertical-align: top;
	width: 100%;
	margin-bottom: 12px;
}

.login-form-element label {
	display: inline-block;	
	vertical-align: top;
	width: 100%;
	margin-bottom: 5px;
	font-size: 15px;
	color: #555;
}

.login-form-element input {
	padding: 6px;
	font-size: 18px!important;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 0px!important;
	height: 33px!important;
	width: 100%;
	border: 1px solid #ddd!important;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.login-form-element button {
	width: 100%;
	background-color: #344451;
	border: 2px solid #344451;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form-element button:hover {
	background-color: #e4e9ee;
	border: 2px solid #344451;
	color: #344451;
}

.login-form-element button:active {
	background-color: #82c666;
	border: 2px solid #82c666;
	color: #ffffff;
}

#login-version {
	text-align: center;
	color: #999;
	margin-top: 20px;
	font-size: 12px;
}

.login-link {
    color: #555;
    font-size: 14px;
    padding-left: 2px;
}
.login-link a {
    color: #133853;
    text-decoration: none;
}
.login-link a:hover {
    color: #999;
    text-decoration: none;
}
.login-link input {
    margin: 0!important;
}

.totp-text {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 16px;
}
.totp-text img {
    margin: auto;
    padding: 15px 15px 0 15px;
}
.login-form-element .skip-button {
	width: 35%;
	float: left;
	background-color: #ffffff;
	color: #344451;
	margin-right: 15px;
}

.login-form-element .skip-button:hover {
	background-color: #e4e9ee;
	border: 2px solid #344451;
	color: #344451;
}

.login-form-element .skip-button:active {
	background-color: #82c666;
	border: 2px solid #82c666;
	color: #fff;
}


/* ------------------------------------------------------- */
/* Navigation */
#primary-nav {
background-color: #344451;
color: #fff;
height: 40px;
width: 100%;
display: inline-block;
vertical-align: top;
position: fixed;
z-index: 15;
}

.primary-nav-logo {
float: left;
line-height: 45px;
padding-left: 10px;
}

.primary-nav-logo img {
width: 200px;
}

nav {
padding-bottom: 40px;
} 
	

/* ------------------------------------------------------- */
/* Navigation -  Primary */

.primary-nav {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	line-height: 20px;
	font-weight: bold;	
	color: #fff;
}

.primary-nav a {
	color: #fff;
	text-decoration: none;
}

.primary-nav ul li {
	display: inline-block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background-color: #82c666;
	margin-bottom: 5px;
}

.primary-nav i {
	margin-left: 10px;
}

.primary-nav ul li:hover {
	background: #ffffff;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-bottom-radius: 0px;
	border-top-bottom-radius: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.primary-nav ul li:hover a {
	color: #344451;	
	text-shadow: 0px;
}

.primary-nav ul li:hover {
	color: #344451;	
}

.primary-nav-responsive {
	display: none;
}

/* ------------------------------------------------------- */
/* Navigation -  Secondary Drop Down */

.primary-nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -25px!important;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	z-index: 1;
}

.primary-nav ul ul li {
	float: none;
	width: 250px;
	line-height: 14px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	border: 0px;
	background-color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);	
}

.primary-nav ul ul a {
	font-size: 13px;
	color: #344451!important;
}
	
.primary-nav ul ul li a:hover {
	color: #82c666!important;	
}

.primary-nav ul li:hover > ul {
	display: block;
}

.primary-nav-title {
	font-weight: bold!important;
	text-transform: uppercase;
	color: #666!important;
}

.primary-nav-title:hover {
	color: #666!important;
}

.primary-nav ul ul ul {
	position: absolute;
	top: 0px!important;
	left: 30px!important;
	background: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	z-index: 2;
}

.primary-nav ul ul ul li {
	background-color: #eeeeee;
}

.primary-nav ul ul ul li:hover {
	background-color: #eeeeee;
}

/* ------------------------------------------------------- */
/* Navigation - Case ID Search */

.primary-nav-search {
	float: right;
	margin-right: 10px;
}

.primary-nav-search input {
        height: 16px;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
	width: 100px;
	border: 0px;
	margin-top: 5px;
	text-align: left;
	background-color: #fff;
	color: #444;
	font-weight: normal;
}

.primary-nav-search ::-webkit-input-placeholder {
	color: #999;
}

.primary-nav-search :-moz-placeholder { /* Firefox 18- */
	color: #999;
}

.primary-nav-search ::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
}

.primary-nav-search :-ms-input-placeholder {  
	color: #999;
}

/* ------------------------------------------------------- */
/* Navigation -  User Drop Down */

.primary-nav-user {
	float: right;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
}

.primary-nav-user-id {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.primary-nav-user ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.primary-nav-user ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.primary-nav-user ul li {
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: right;
}

.primary-nav-user ul li:hover {
	background: #ffffff;
}

.primary-nav-user ul li:hover a {
	color: #aaaaaa;	
}

.primary-nav-user ul li:active a {
	color: #0099ff;	
}

.primary-nav-user ul ul {
	display: none;
	position: absolute;
	top: 31px;
	right: 0;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: -5px 5px 15px -1px rgba(0,0,0,0.09);
	-moz-box-shadow: -5px 5px 15px -1px rgba(0,0,0,0.09);
	box-shadow: -5px 5px 15px -1px rgba(0,0,0,0.09);
}

.primary-nav-user ul ul li {
	float: none;
	width: 200px;
	line-height: 20px;
	color: #999999;
	font-size: 14px;
}

.primary-nav-user ul ul a {
	font-size: 14px;
	color: #344451!important;
}
	
.primary-nav-user ul ul a:hover {
	color: grey!important;
}

.primary-nav-user ul li:hover > ul {
	display: block;
}

.table-results {
    border-bottom: 1px solid #ddd;
}
