﻿/* body, html {
    height: 100%;
    font-family: 'Open Sans', 'Segoe UI';
    font-size: 14px;
    color: #444;
} 
*/

/* h1 {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}
h4 {
    font-size: 16px;
	font-weight: bold;
} */

iframe {
    height: 100%;
    width: 100%;
    overflow: auto;
    border: 0;
    flex: 1 1 auto;
}


/* .footer > div {
	width: 100%:
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 40px 0 40px;
    border-top: 1px #bbbbbb solid;
    padding: 10px 0 10px 0;
    color: #bbbbbb;
    text-align: center;
    font-size: 8pt;
   position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  height: 40px;
} */

.header span:nth-child(2) { font-size: 26pt; }

.actions { height: 100%;overflow: auto;}

.actions div.action-item:last-child { border-bottom: 0; }

.actions .action-item {
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding: 10px 30px 10px 0;
}

.actions .action-item .action-item-overview { margin-top: 20px; }

.action-item .action-item-button {
    background-color: #5d8d38;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.actions .action-item .action-item-button a {
    color: #fff;
    text-decoration: none;
}


.actions .action-item .action-item-button a:hover { text-decoration: none; }

/* .inner-addon { position: relative; } */

/* .search-bar {
    margin: 7px 40px 0 20px;
    width: 200px;
} */




/*
.navigation-item:hover {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item-Selected:hover {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item:visited {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item-Selected:visited {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item:active {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item-Selected:active {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
	
}.navigation-item:focus {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}

.navigation-item-Selected:focus {
   text-decoration:none;
    color: black;
	 word-wrap: break-word;
}
.navigation-item-Selected{
	font-weight: bold;
    border: 2px #e5e5e5 solid;
    background-color: #e5e5e5;
    color: black;
	 word-wrap: break-word;
} */

/* a.navigation-item {
    text-decoration: none;
    color: black;
    word-wrap: break-word;
}

.likeabutton {
    text-decoration: none;
    font-size: medium;
    display: inline-block;
    width: 150px;
    padding: 6px 0;
    color: #ffffff;
    background-color: #5d8d38;
    border-radius: 3px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}


a.likeabutton:hover, a.likeabutton:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #5d8d38;
} */

/* .documentationbox {
    padding: 20px;
    background-color: #f3f3f3;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin: 20px;
}
 */



/* .navbar-default .navbar-nav > li > a { color: #e3f4fa; }

.navbar-default .navbar-nav > li > a:hover { color: #FFF; }

.inner-addon { position: relative; }

.right-addon input { padding-right: 30px; } */





/*# Search box #*/
/* .searchBox {
  display: inline-block;
  width: 100%;
}

.searchBox input,
.searchBox input:hover,
.searchBox input:focus {
  height: 35px;
  border: none;
  float: left;
  outline: none;
  box-shadow: none;
}  */

code {
    background-color: white;
	color: #337ab7;
	margin-top: 3px;
	margin-left:0;
	padding:0 0;
	font-size: medium;
}

/* img {
    height: auto; 
    width: auto; 
} */


/*statements that aim not to have the outlines with chrome*/
/* a:focus{
	outline: -webkit-focus-ring-color auto 0px;
	
}

span:focus{
	outline: -webkit-focus-ring-color auto 0px;
	
} */

/*dropdown*/
/*
.dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
	color: #e3f4fa;
	padding-top: 15px;
    padding-right: 15px;
    margin: 6px 0 0 0;
	font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
	-webkit-padding-start: 0px;
	width: max-content;
}

.dropdown-content a {
    color: black;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
}
 
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.requiredField:after{
color: red;
content: " *";
} 
*/
.passwordRecovery{
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 20px 15px 15px 15px;
}

.buttonForm input[type="submit"]{
    width: 100%;
}

.password-strength .password-strength-text {
    padding: 0px 5px 5px 0px;
    color: #888;
    font-size: 14px;
}

.passw-strength-indicator div{
    height: 0px;
}

.hideMessage {
    height: 0px !important;
}
.customErrorMessage div{
    text-align: center;
}
.EditingFormErrorLabel{
    color: red;
}

.GenericInstructionList{
	margin-bottom:0px;
}

.ErrorLabel{
    color: red;
}

.form-control-error{
    color: red;
}

.watermark{
	color: #888;
	font-style: italic;
}

.logon-password-retrieval-result {
    font-weight: bold;
    display: table;
    margin: 0 auto;
}