body {
    position: relative;
    margin-top: 26px;
    font-family: Verdana;
    font-size:12px;
    color: #007ac9;
}

a {
    text-decoration:none; 
    color:#2db4ee; 
    font-size:12px
}

a:hover {
    text-decoration: underline
}

h2 {
    margin-bottom: 4px;
    border-bottom: 2px solid #007ac9;
}

.header {
    background-color: #007ac9;
    height: 25px;
    position: fixed;
    top: 0px;
    z-index: 1050;
    box-shadow: inset 0 -4px 2px -2px rgba(0,0,0,.23);
    color: white;
}
.header a {
    color: white;
}

.unit.whole.header {
    padding-top: 4px;    
}

.headerLogo {
    font-size: 24px;
    color: #007ac9;
}

.labelSmall {
    font-size: 12px;
}


.menu li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
}

.error-message {
                font-size: 14px;
                color: rgb(0,0,0);
                display: inline-block;
                padding: 12px 12px 12px 12px;
                background-color: #fffca8 !important; 
                border: 1px solid rgb(170,170,170);
                margin-bottom: 10px;
            }

.menu li a {
    font-size: 16px;
    color: #007ac9;
}

.menu .menu-separator {
    height: 8px;
}

.menu-icon {
    margin-right: 10px;
//    width: 30px;
    height: 30px;
    //alignment-adjust: auto;
    vertical-align: middle;
    border: 0px;
    
}

/*http://www.bestcssbuttongenerator.com/#/rgEAc6M6CQ*/
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.my-ui-tooltip {
	padding: 16px !important;
        margin: 10px 10px 10px 10px !important;
	position: absolute;
	z-index: 9999;
	max-width: 600px !important;
        width: 400px !important;
	-webkit-box-shadow: 0 0 5px #CFCF56 !important;
	box-shadow: 0 0 5px #CFCF56 !important;
//        background-color: #FFFFC0 !important;
        color: rgb(0,0,0) !important;
}

div.ui-tooltip {
    max-width: 600px !important;
}

.ui-widget-content {
/*    padding: 16px !important;*/
    /*background-color: #FFFFC0 !important;*/
}

.ui-tooltip {
	padding: 16px !important;
        margin: 10px 10px 10px 10px !important;
	position: absolute;
	z-index: 9999;
	max-width: 600px !important;
        width: 400px !important;
	-webkit-box-shadow: 0 0 5px #CFCF56 !important;
	box-shadow: 0 0 5px #CFCF56 !important;
//        background-color: #FFFFC0 !important;
        color: rgb(0,0,0) !important;
}


.fa-question-dark {
    color: #001a59;
}

.fa-question-white {
    color: white !important;
}

.fa-question-red-dark {
    color: #ed2709;
}

.fa-question-red-light {
    color: #fcf464;
}
#help-dialog-message {
    color: #007ac9;
}