.appearance (@value: none) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


button.button2 {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: transparent;
    border: 1px solid #f0f0f0;
    padding: 10px 12px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;            
}
button.button2:hover {
    background-color: #4A606F;
    color: #ffffff;
}


input[type="text"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    margin: 2px 0px 5px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;
}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


input[type="number"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    margin: 2px 0px 5px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    

}
input[type="number"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}



input[type="datetime-local"]{
    padding: 10px 12px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="datetime-local"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}



input[type=password]{
    width: calc( 100% - 24px);
    padding: 12px 12px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #F9F9F9; 
    outline: none;
    -webkit-appearance: none;
}
input[type=password]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}




input[type=date]{
    width: 170px;
    height: 42px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 300;
    color: #000000; 
    border: 0px solid; 
    padding: 8px 0px 8px 8px;
    margin-right: 0px;
    outline: none;
    background-color: #F7F7F7;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
input[type=date]:focus {
    background-color: #F5F5F5;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 8px #DDDDDD;
}







input[type=time]{
    width: 125px;
    height: 42px;
    font-size: 18px;
    color: #777777; 
    border: 0px solid; 
    padding: 8px 0px 8px 5px;
    margin-right: 0px;
    outline: none;
    background-color: #F7F7F7;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
input[type=time]:focus {
    background-color: #F5F5F5;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 8px #DDDDDD;
}



.icons-text-bold {
    margin-top:0px;
    margin-left:10px;
    margin-right:10px;
    font-weight: 700;
    font-size:14px;
    color: #555555;
}

.divframe {
    margin: auto; 
    width: 240px; 
    border-radius: 8px; 
    border: 1px solid #f0f0f0;
    background-color: #FFFFFF;
}
#MainBar{
    position:fixed;
    z-index: 99999;
    top:0;
    left:0;
    width: 100%;
    max-height: 90px; 
}


.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 {
    position: relative;
    display: table-cell;
    width: 65px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.horizontal-menu {
    margin-top: 0px; 
    margin-bottom: 0px;
    font-size: 12px;
    color: #777777;

}

.main-menu:hover {
    margin-top: 90px; 
    width: 155px;
    -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: 170px;
    overflow: visible;
    -webkit-transition: width .07s linear;
    transition: width .07s linear;
    -webkit-transform:translateZ(0) scale(1,1);
}

.main-menu {
    margin-top: 90px;
    background:#F5F5F5;
    position: fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width: 52px;
    overflow: hidden;
    -webkit-transition:width .07s linear 0.2s;
    transition:width .07s linear 0.2s;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index: 99;
}

.main-menu>ul {
    margin: 1px 0;
}

.main-menu li {
    position:relative;
    display:hidden;
    width: 170px;
    height: 50px;
}

.main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    text-decoration:none;
    height: 50px;
    -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: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 2px;
}
.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_form {
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    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;
}

a.data_record_link:hover {
    border-bottom: 1px dotted;
    border-color: inherit;
}
p.data_record_main {
    margin-left: 10;
    margin-right: 20;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #555555;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
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: #333333;
    font-size: 24px;
    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_title3 {
    margin: 10px 0px 0px 0px;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

p.page_subtitle {
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #89897C;
    font-size: 15px;
    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_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: #000000;
    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: #000000;
    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: #333333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
p.form_field_content_large {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    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;
}
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: #E7E7E7;
}

@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: 5px 0px 5px 0px;;
    font-size: 18px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}