/*
**  Standard HTML Item Settings
*/

html {
    overflow-y: scroll;
}

html, body {
 	font-style: normal;
 	font-weight: normal;
 	font-size: 12px;
    color: #575454;
 	font-family: Verdana, Helvetica, Arial;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

body {
    padding-top: 110px;
    padding-bottom: 40px;
}

h1, h2, h3, h4 {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1 {
    font-size: 23px;
    font-weight: normal;
    margin-top: 46px;
}

h2 {
	width:100%;
	height:45px;
	padding-top: 14px;
	padding-left:15px;
	background-color: #797676;
	color: white;
    font-size: 17px;
    margin-bottom: 20px;
	-moz-border-radius: 0px 18px 0px 0px;
  	-webkit-border-radius: 0px 18px 0px 0px;
  	border-radius: 0px 18px 0px 0px;
    border-bottom: 4px solid #52BBC5;
}

h3 {
    font-size: 17px;
    margin-top: 4px;
}

h4 {
	width:100%;
	height:29px;
	padding-top: 6px;
	padding-left:15px;
	background-color: #797676;
	color: white;
    font-size: 17px;
    margin-bottom: 20px;
    border-bottom: 4px solid #52BBC5;
}

input {
	background-color:#F7F6F6;
	border:none;
    height:30px;
	padding-left:5px;
}

input[type=text], input[type=password] {
    width: 100%;
}

textarea {
    width:100%;
}

select {
    width: 100%;
    height: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 20px;
    background: transparent;
    border: none;
    -webkit-appearance: none;  
    -moz-appearance:none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow:'';
}

select::-ms-expand {
    display:none;
}

a {
	color: #575454;
}

a:hover {
	color: #575454;
    text-decoration: none;
}

thead th {
	background-color: #C4C3C3;
} 

dd {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}


/*
** Standard Positioning Settings
*/
.rightalign {
    width:auto;
    text-align : right;
}

/*
.floatright {
	float: right;
}


/*
** Unexpected Error Page
*/
.error-message p {
    margin-top:15px;
}

.error-debug {
    margin-left:40px;
}



/*
** Page Overlay
*/

#overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: #fff;
    opacity:0.6;
    z-index:1001;
    display: none;
}

#overlaymessage {
    position:absolute;
    width:120px;
    height:120px;
    top:50%;
    left:50%;
    margin: -30px 0 0 -26px;
    z-index:1002;
    display: none;
}


/*
** Form Configurations
*/

.formLabel {
    font-weight: normal;
}

.formRequired {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #0071B4;
}

.formError {
	color: #B12E16;
    margin: 0px;
    font-weight: normal;
}


/*A set pixel Container - Fills the whole screen 
#container {
    width: 1280px;
    margin: 0 auto;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

/* End of Containers */

/* Heading CSS 
 * Alternative background colours   
 * /

.firstheading {
   width:100%;
   height: 110px;
   background-color:#575454;
}


/*
** Header Settings
*/
.heading {
   width:100%;
   height: 110px;
   background-color:#EEEEEE;
   position:fixed;
   top:0;
}

.headingAlt {
   width:100%;
   height: 110px;
   background-color:#575454;
   position:fixed;
   top:0;
}

#logo {
	padding-top:35px;
}

#headerLinks {
	margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top:10px;
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
}

#headerLinks a {
   color: #ABA9A9;
   margin-left: 5px;
   margin-right: 5px;
}

#headerLinks a:hover {
    color: #52BBC5;
    text-decoration:  none;
}

.sectionMessage {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.detailSection .sectionMessage {
    background-color:#FBE8D2;
}

/* Header Control */

.headerControl {
    margin-top: 11px;
	width: 250px;
	height: 40px;
	background-color: #FFFFFF;
    float: right;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
}

.headingAlt .headerControl {
	background-color: #797676;
}

/* Search Text Box */

.headerControl input {
    width: 190px;
    background: transparent;
    border: none;
    outline: none;
    text-align:right;
    color: #AAAAAA;
    margin-left: 15px;
    margin-top: 5px;
}

.headerControl input[type=submit] {
    background: url(/freedom/images/search.png) no-repeat right; 
    margin-left: 200px; 
    margin-top: -30px; 
    width: 40px;
}

/* Scenario Dropdown */ 

.scenariodropdown {
	width: 220px;
    margin-left: 15px;
    margin-top: 4px;
    display: inline-block;
	background-color: white;
    
}

.scenariodropdown select {
	position: relative;
    width:100%;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-top: 2px;
    height:30px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 16px;
    direction: rtl;
    background: transparent;
    border: none;
    border-color:grey;
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
}

.scenariodropdown .arrow {
    background: url(/freedom/images/greycross.png) no-repeat right;
}


/*
** Footer Settings
*/
.showFooter {
	height: 50px;
}

.footer {
	width:100%;
   	background-color:#EEEEEE;
    position:fixed;
    bottom:0;
}

#footertext {
	padding-top: 15px;
    font-size: 11px;
    color: #ABA9A9;
    text-align: center;
}




/* 
** Header Scenario Dropdown Settings
* /
.scenarioSelection {
	margin-top:30px;
 	margin-left:115px;
	width:250px;
	background-color:white;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
}

.scenarioSelection p {
	padding-top: 13px;
	padding-right:25px;	
	float:right;
	
}

.scenarioSelection img {
	padding-top:13px;
	padding-right:15px;
	float:right;
}






/*
** Menu Settings
*/
div.menu {
    margin-left: 0px;
    background-color: white;
    width: 95%;
    height: 600px;
    display:inline-block; 
    overflow-y: auto;
}

.menu {
	padding-top: 20px;
	float: left;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif; 
    font-size: 14px;    
}

.menu li {
	text-align: right;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
	background-image: url(/freedom/images/menu-seperator.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.menu li a {
	padding-right: 15px;
	text-decoration: none;
	color: #575454;
    background-image: url(/freedom/images/menu-bullet.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu li:hover {
    background-image: url(/freedom/images/menu-background-hover.png);
    background-repeat: repeat-y;
	color:grey;
    font-weight: bold;
}

.menu li a:hover {
    background-image: url(/freedom/images/menu-bullet-hover.png);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    background-color: initial;
}

.menu li.active {
	padding-bottom: 0px;
	padding-top: 0px;
}

.menu li.active a {
	color:#52BBC5; 
    background-image: url(/freedom/images/menu-bullet-selected.png);
    background-repeat: repeat-y;
    background-position: right; 
    font-weight: bold;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu li.active:hover {
    background-image: none;
}

.menu li.last {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

.menu li.last:hover {
    background-image: url(/freedom/images/menu-background-hover.png);
    background-repeat: repeat-y;
}

.menu li.blue:hover {
	background-color: initial;
}

.menu li.blue {
	background-image: url(/freedom/images/menu-seperator-selected.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu li img {
	float:right;
}


/*
** Menu Username Settings
*/ 
.username {
    float: left;
	margin-top: 46px;
	width: 100%;
	background-color:#F7F6F6;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 16px;
}

.username p {
    margin-top: 12px;
	padding-right:10px;
	float:right;
}

.username img {
	float:left;
	padding-top:10px;
	padding-left:10px;
}


/*
** System Messages
**
** Not Reviewed
* /
.bluebutton {
	width:100%;
	background-color:#52BBC5;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
	
}

.bluebutton h1 {
	color:white;
	padding-top: 10px;
	padding-left: 10px;
    font-size: 18px;
}
.gaps {
	padding-top:20px;
}



/*
** Title Bars 
* /

.titlebar {
	width:100%;
	background-color:#0072B4;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
    margin-bottom: 10px;

}

.titlebar p {
	color: white;
	padding-top: 11px;
	padding-left:15px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 17px;
}

.titlebarAlt {
	width:100%;
	background-color:#EA8D1C;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
	
}

.titlebarAlt p {
	color: white;
	padding-top: 11px;
	padding-left:15px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 17px;
}

.titlebarAlt1 {
	width:100%;
	background-color:#575454;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
	
}

.titlebarAlt1 p {
	color: white;
	padding-top: 11px;
	padding-left:15px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 17px;
}

.titlebarAlt2 {
	width:100%;
	background-color:#52BBC5;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
	
}

.titlebarAlt2 p {
	color: white;
	padding-top: 11px;
	padding-left:15px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 17px;
}


/*
.greybutton {
	width:100%;
	background-color:#9A9898;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:45px;
}

.greybutton h1 {
	color:white;
    font-size:18px;
	padding-top: 10px;
	padding-left: 10px;
}
*/


/*
** Button Icons 
*/
.button, .buttonRight {
	height: 29px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 13px;
    color: white;
	background-color: #52BBC5;
    float: left;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
}

.button {
    margin-right: 10px;
}

.buttonRight {
    margin-left: 10px;
    float: right;
}

.button a, .buttonRight a {
    width: 100%;
    margin-right: 100px;
    margin-left: 10px;
    text-decoration: none;
}

.button:hover, .buttonRight:hover {
    color:white;
    text-decoration: none;
}

.submitButton, .submitButtonRight {
	height: 29px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 13px;
    color: white;
	background-color: #52BBC5;
    float: left;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
}

.submitButtonRight {
    float: right;
}

/*
** Button Icons 
* /
.button, .buttonLeft, .buttonRight {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 13px;
	background-color:#52BBC5;
    float: left;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
	height:28px;
    color:white;
    padding-right:10px;
    padding-left:10px;
    padding-top:6px;
}

.buttonLeft {
   	float:left;
}

.buttonRight {
   	float:right;
}

.button a, .buttonLeft a, .buttonRight a {
    width:100%;
    margin-right:100px;
    margin-left:10px;
    text-decoration: none;
}

.button:hover, .buttonLeft:hover, .buttonRight:hover {
    color:white;
    text-decoration: none;
}

.sectionMaster .button, .sectionMaster .buttonLeft, .sectionMaster .buttonRight {
	background-color: #0072B4;
}


.orange .button, .orange .buttonLeft, .orange .buttonRight {
	background-color:#EA8D1C;
}

.orange h3 {
    font-size: 14px;
    font-weight: bold;
}

.orange .button p {
    width:100%;
	color:white;
	padding-top: 10px;
	padding-left: 15px;
}



/*
** Message Boxes 
*/

.msgboxIcons, .msgboxText {
    position: relative;
    min-height: 1px;
    float: left;
    width: 6%;
    margin-top: 15px;
}

.msgboxText {
    width: 94%;
}

#errorIcon, #warningIcon, #infoIcon {
  cursor:pointer;
}

.messageBox {
	margin-top: 5px;
    padding: 5px;
	background-color: #EEEEEE;
	-moz-border-radius: 0px 0px 14px 0px;
  	-webkit-border-radius: 0px 0px 14px 0px;
  	border-radius: 0px 0px 14px 0px;
	min-height: 97px;
    font-size: 11px;	
}

.errorHeading {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 16pt;
	background-color: #F3E0DC;
	-moz-border-radius: 14px 0px 0px 0px;
  	-webkit-border-radius: 14px 0px 0px 0px;
  	border-radius: 14px 0px 0px 0px;
	height: 45px;
}

.errorHeading p {
	padding-top: 10px; 
	padding-left: 10px; 
	color: #B12E16;
}

.warningHeading {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 16pt;
	background-color: #FFF8D5;
	-moz-border-radius: 14px 0px 0px 0px;
  	-webkit-border-radius: 14px 0px 0px 0px;
  	border-radius: 14px 0px 0px 0px;
	height: 45px;
}

.warningHeading p {
	padding-top: 10px; 
	padding-left: 10px; 
	color: #FFDD2E;
}

.infoHeading {
 	font-family: 'Exo', 'Comic Sans MS', sans-serif;
    font-size: 16pt;
	background-color: #DCF1F4;
	-moz-border-radius: 14px 0px 0px 0px;
  	-webkit-border-radius: 14px 0px 0px 0px;
  	border-radius: 14px 0px 0px 0px;
	height: 45px;
}

.infoHeading p {
	padding-top:10px; 
	padding-left: 10px; 
	color: #58BDC5;
}


/*
** Table Items 
*/
.table tbody tr td, .table tbody tr th {
  vertical-align: middle;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #DDDDDD;
  vertical-align: middle;
}

.table-cursor tbody tr:hover td, .table-cursor tbody tr:hover th {
  cursor:pointer;
}


/*
** Form Items 
*/

/* Fake textbox for readonly items */

.labelbox {
	width:100%;
	background-color:#F7F6F6;
	border:none;
	height:30px;
	padding-left:5px;
}

.labelboxlock {
	width:100%;
    background: url(/freedom/images/icon-lock.png) no-repeat right; 
	border:none;
	height:30px;
}

.labelboxlock p {
   padding-top:7px;
   font-weight:normal;
}

/* Lines under form items * /
.borders {
	width:100%;
	height:10px;
	background-repeat: no-repeat;
	background-image: url(/freedom/images/lines2.png);
}


/*
** Dropdowns modifications
*/ 
.dropdownconditional {
	background-color: #F7F6F6;
}

.dropdownconditional .arrow {
        background: url(/freedom/images/greycross2.png) no-repeat right;
}


/*
** Date Dropdowns 
*/

.dateMFY-M {
    float: left;
    padding-right: 2px;
    width: 37%
}

.dateMFY-FY {
    float: left;
    padding-left: 2px;
    width: 63%
}

.dateDMY-D {
    float: left;
    padding-right: 2px;
    width: 33.33%
}

.dateDMY-M {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    width: 33.33%
}

.dateDMY-Y {
    float: left;
    padding-left: 2px;
    width: 33.33%
}

.dateMY-M {
    float: left;
    padding-right: 2px;
    width: 50%
}

.dateMY-Y {
    float: left;
    padding-left: 2px;
    width: 50%
}

.datedropdown {
	background-color: #F7F6F6;
}

.datedropdown .arrow {
    background: url(/freedom/images/greycross2.png) no-repeat right;
}


/* 
** CSS Utils class 
* /
.maincontainer {
  padding-top: 44px;
}

.buttonSubmit {
    float:left;
    clear:left;
}
.formLinks {
    float:left;
    clear:left;
}

.formLinks .button {
    margin-right:10px;
}
.buttonSubmit .button {
    margin-right:10px;
    margin-bottom:10px;
}


/*
** Layout (bootstrap adjustments)
*/

.container {
    height: 100%;
}

.col-md-L, .col-md-R {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 100%;
}

.col-md-L {
    position: fixed;
}

.col-md-R {
    position: relative;
    background-image: url(/freedom/images/pagedivider.jpg);
    background-repeat: repeat-y;
    padding-left: 30px; 
    margin-left: 228px;
}

@media (min-width: 992px) {

    .col-md-L, .col-md-R {
        float: left;
    }
    
    .col-md-L {
        width: 228px;
    }
    .col-md-R {
        width: 912px;
    }
    
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #ddd;
}


/*
** Layout
*/

.layout2-md-col1 {
    width: 47%; 
    float: left;
}

.layout2-md-col2 {
    width: 47%; 
    float: right;
}
 
.layout2a-md-col1 {
    width: 73%; 
    float: left;
}

.layout2a-md-col2 {
    width: 24%; 
    float: right;
}



/*
** New
*/
.h1-hightlight {
    color: #58BDC5;
}

.lines {
    height: 1px;
	background-image:url(/freedom/images/lines.png);
	background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
}

.lines-narrow {
    margin-top: 15px;
    margin-bottom: 15px;
}


.listPage h2, .listPage h4 {

}

.sectionMaster h2, .sectionMaster h2 {

}

.sectionMaster .button, .sectionMaster .buttonRight {
	background-color: #52BBC5;
}

.sectionMaster .submitButton, .sectionMaster .submitButtonRight {
	background-color: #52BBC5;
}


div.detailSection h2, .detailSection h4 {
    border-bottom: 4px solid #EA8D1C;
}

.detailSection .button, .detailSection .buttonRight {
	background-color: #EA8D1C;
}

.detailSection .submitButton, .detailSection .submitButtonRight {
	background-color: #EA8D1C;
}

.detailSection h3 {
    font-size: 15px;
    margin-bottom: 4px;
}
