textarea {
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-family: arial;
    width: 100%;
    padding: 6px 6px 6px 6px;
    outline: none;
}
textarea:focus {
    background-color: #F8F8F8;
}

input[type="text"] {
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: calc( 100% - 20px);
    border: 1px solid #DDDDDD;
    -webkit-appearance: none;
}
input[type="text"]:focus {
    background: #F8F8F8;
    -webkit-appearance: none;
}



.custom-select {
    cursor: pointer;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    background-color:#FFFFFF;
    border: 1px solid #DDDDDD;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select:hover {
    background-color:#F8F8F8;
}
.custom-select:focus {
    background-color:#F8F8F8;
}



.custom-select-header {
    cursor: pointer;
    font-family: Arial;
    font-size:14px;
    margin: 0px 0px 0px 0px;
    padding: 6px 8px 6px 8px;
    border-radius:5px;
    background-color:#FFFFFF;
    border: 1px solid #DDDDDD;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-header:hover {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-header:focus {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.custom-select-record {
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 7px 0px 7px 2px;
    margin: -7px 0px -7px 0px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-select-record:hover {
    font-size: 14px;
    background-color: #F0F0F0;
    border: 1px solid #DADADA;
    padding: 7px 0px 7px 2px;
    margin: -8px 0px -8px -4px;
    outline: none;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    cursor: pointer;
}
.custom-select-record:focus {
    outline: none;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}


div.report_button{

    border:2px;
    border-style: dashed;
    border-color: #999999;
    text-decoration: none;
    font-weight: 400;
    font-size: 18pt;
    background-color: #FFFFFF;
    color: #70BDE2;
            
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 24px;
        
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
}
div.report_button:hover{
    border:2px;
    border-style: dashed;
    border-color: #0066CC;
    text-decoration: none;
    font-size: 18pt;
    background-color: #f0f0f0;
    color: #FFFFFF;
    cursor: pointer;
                    
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 24px;

    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}




hr {
    border: 0px;
    border-bottom: 1px dotted #000000;
    margin-top:0px;
    margin-bottom:10px;
}

hr.stats {
    border: 0px;
    border-bottom: 1px solid #F0F0F0;
    margin: 10 10 13 10;
}

hr.dotted {
    border: 0px;
    border-bottom: 1px solid #F0F0F0;
    margin:6 0 6 0px;;
}

.myButton {
    cursor:pointer;
    width: 52px;
    height: 52px;
    border: none;
}

.icons-text-bold {
    margin-top:0px;
    margin-left:10px;
    margin-right:10px;
    font-weight:400;
    font-size:14px;
    color:#555555;
}

.divframe {
    margin: auto; 
    width: 240px; 
    border-radius: 6px; 
    border: 0px; box-shadow: 0px 0px 2px #D8D8D8;
    background-color: #FFFFFF;
}


#button-large {

    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    background-color:#808080;
    text-indent:0;
    text-decoration:none;
    text-align:center;
    text-margin-left:200px;
    text-margin-right:200px;
    border:0px solid #dcdcdc;
    display:inline-block;
    color:#FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-style:normal;
    height:40px;
    line-height:26px;
    padding-left:12px;
    padding-right:12px;
    padding-top:6px;
    padding-bottom:6px;
    cursor: pointer;
}
#button-large:hover {
    background-color:#CC0000;
}





#button-large-red {

    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    background-color:#CC0000;
    text-indent:0;
    text-decoration:none;
    text-align:center;
    text-margin-left:200px;
    text-margin-right:200px;
    border:0px solid #dcdcdc;
    display:inline-block;
    color:#FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-style:normal;
    height:40px;
    line-height:26px;
    padding-left:12px;
    padding-right:12px;
    padding-top:6px;
    padding-bottom:6px;
    cursor: pointer;
}
#button-large-red:hover {
    background-color: #AA0000;
}




#custombutton{
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0066CC;
    height:40;
    border: 0px;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}
#custombutton:hover{
    background-color: #777777;
}


#submitbutton{
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0066CC;
    height:40;
    border: 0px;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
}
#submitbutton:hover, #submitbutton:focus{
    background-color: #0054A8;
}

#submitbuttonsold{
    font-size: 16px;
    font-weight:300;
    color: #FFFFFF;
    background-color: #00B900;
    height:40;
    border: 0px;
    padding: 10 20 10 20px;
    border-radius: 6px;
    cursor: pointer;
}
#submitbuttonreserved{
    font-size: 16px;
    font-weight:300;
    color: #FFFFFF;
    background-color: #F9AF04;
    height:40;
    border: 0px;
    padding: 10 20 10 20px;
    border-radius: 6px;
    cursor: pointer;
}

#MainBar{
    position:fixed;
    z-index: 10;
    top:0;
    left:0;
    width:100%;
    height: 80px;
    background: #3164B0;
}


.hoverTable tr:hover {
    background-color: #F0F0F0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.hoverTableBlack tr:hover {
    background-color: #000000;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
.fa-2x {
    font-size: 2em;
}
.fa {
    position: relative;
    display: table-cell;
    width: 70px;
    height: 62px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.horizontal-menu {
    margin-top: 0px; 
    margin-bottom: 0px;
    font-size: 12px;
    color: #777777;

}

.main-menu:hover {
    margin-top: 78px; 
    width: 200px;
    -webkit-transition: width .07s linear 1.5s;
    transition: width .07s linear 1.5s;
    -webkit-transform:translateZ(0) scale(1,1);
}

.main-menu:nav.main-menu.expanded {
    margin-top: 78px;
    width: 200px;
    overflow: visible;
    -webkit-transition: width .07s linear;
    transition: width .07s linear;
    -webkit-transform:translateZ(0) scale(1,1);
}

.main-menu {
    margin-top: 78px;
    background:#F0F0F0;
    position: fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width: 62px;
    overflow: hidden;
    -webkit-transition:width .07s linear 0.2s;
    transition:width .07s linear 0.2s;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:1;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position:relative;
    display:hidden;
    width: 200px;
    height:60px;
}

.main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing: 0;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    text-decoration:none;
    height: 60px;
    -webkit-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .1s linear;
    transition:all .1s linear;
}
.main-menu .nav-icon {
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-size: 18px;
}
.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align:middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    padding-left: 6px;
}
.main-menu>ul.logout {
    position:absolute;
    left: 0px;
    bottom: 50px;
}
.no-touch .scrollable.hover {
overflow-y:hidden;
}
.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

p.macro-name {
    color: #89897C;
    margin-left:20px;
    margin-right:20px;
    margin-top:2px;
    margin-bottom:2px;
    font-size: 16px;
    font-weight:300;
}


p.errormessage {
    color: #CC0000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

p.req {
    color: #CC0000;
}

p.data_header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
p.data_record {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #555555;
    font-size: 15px;
    font-family: Arial;
}
p.data_record_main {
    margin-left: 10;
    margin-right: 20;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 400;
    color: #555555;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
}
p.data_record_main2 {
    margin-left: 10;
    margin-right: 20;
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #555555;
    font-size: 12px;
    font-family: Arial;
}

p.page_title {
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #89897C;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}
p.page_title_edit {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

p.menu_section_hor {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 1px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

p.page_title2 { 
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
p.page_title_tag {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #888888;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
p.page_instructions {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 26px;
    color: #77776A;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
p.page_icon_text {
    margin-top: 2px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

p.page_side_help:before {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 22px;
    color: #888888;
    font-size: 16px;
    content: "Click here to read detailed instructions and to request tech support from an expert!";
}
p.page_record {
    margin-top: 2px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #888888;
    font-size: 16px;
}
p.form_field_title {
    margin-top: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
p.form_field_details {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #777777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
p.form_field_content {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
a.home {
    text-decoration:none;
    border-bottom: dashed 1px #929287;
    color: #929287;
    font-family: 'Roboto', sans-serif;
}
.submenu {
    text-decoration:none;
    color: #444444;
    border-bottom: dashed 1px #999999;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
    margin-bottom: 8px;
}
.submenu_selected {
    text-decoration:none;
    border-bottom: dashed 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
    margin-bottom: 8px;
}
a:hover,a:focus {
text-decoration:none;
}
nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
    color:#525252;
    background-color:#DDDDDD;
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}



.select-topic {
    position: relative;
    margin-left: 0px;
    padding: 10px;
    font-size: 18px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #7DBEFF;
    font-size: 16px;
    font-weight: 100;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7DBEFF;
  font-size: 12px;
  font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7DBEFF;
  font-size: 12px;
  font-weight: 100;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #7DBEFF;
  font-size: 12px;
  font-weight: 100;
  opacity: 1;
}