.appearance (@value: none) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.menuicon{
    width: 40px;
    height:40px;
    border-radius:20px;
    border: 1px solid transparent;
    margin-top:9px;
    cursor:pointer;
}
.menuicon:hover{
    background-color: rgb(255,255,255,0.06);
    border: 1px solid rgb(255,255,255,0.10);
}

div.previous-next-lead {
    margin-bottom: 5px;
    margin-left: 10px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
}
div.previous-next-lead:hover {
    border: 1px solid #405063;
    box-shadow: 0px 0px 10px #CCCCD2;
}

div.leads-details-tab {
    
}

.button1 {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #405063;
    background: transparent;
    border: 1px solid #405063;
    padding: 13px 20px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button1:hover{
    background-color: #405063;
    color: #ffffff;
}

.button2 {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #405063;
    background: transparent;
    border: 1px solid #405063;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;            
}
.button2:hover {
    background-color: #405063;
    color: #ffffff;
}
.button2-green {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #6FE668;
    border: 1px solid #6FE668;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

}
.button2-green:hover{
    background-color: #405063;
    color: #ffffff;
    border: 1px solid #405063;
}

.upgrade-account {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #6FE668;
    border: 2px solid #6FE668;
    padding: 8px 14px;;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.upgrade-account:hover{
    border: 2px solid #ffffff;
    background: #29D121;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}



.button3 {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #B9283E;
    background: transparent;
    border: 1px solid #B9283E;
    padding: 10px 12px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button3:hover{
    background-color: #B9283E;
    color: #ffffff;
}

.button4 {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #405063;
    background: transparent;
    border: 1px solid #405063;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button4:hover{
    background-color: #405063;
    color: #ffffff;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button4-selected {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: #768FA3;
    border: 1px solid #768FA3;
    padding: 6px 10px;;
    border-radius: 5px;
    outline: none;
}

.button4-red {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #cc0000;
    background: transparent;
    border: 1px solid #cc0000;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button4-red:hover{
    background-color: #cc0000;
    color: #ffffff;
}
.button4-white {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: transparent;
    border: 1px solid #eeeeee;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button4-white:hover{
    background-color: #eeeeee;
    color: #424B6A;
}
.button4-gray {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #aaaaaa;
    background: transparent;
    border: 1px solid #aaaaaa;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button4-gray:hover{
    background-color: #aaaaaa;
    color: #ffffff;
}
.button4-green {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #94DE8F;
    border: 1px solid #94DE8F;
    padding: 6px 10px;;
    border-radius: 5px;
    cursor: not-allowed;
    outline: none;
}

.button5 {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #444444;
    background: transparent;
    border: 1px solid #cccccc;
    margin:2px 0px 0px 0px;;
    padding: 2px 8px;;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.button5:hover{
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
}

.button6 {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin:2px 0px 0px 0px;;
    padding: 3px 7px;;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.button6:hover{
    color: #ffffff;
    border: 1px solid #405063;
    background-color: #405063;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


#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;
}


#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:#0066CC;
    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: 16px;
    font-style:normal;
    height: 42px;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
}
#button-large:hover {
    background-color:#0054A8;
}

.myButton {
    cursor:pointer;
    width: 52px;
    height: 52px;
    border: none;
}
.button_buycredits {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    background-color: #7199D7;
    color: #FFFFFF;
    padding: 4px 8px 0px 8px;
    height: 24px;
    border: 1px solid #7199D7;
    border-radius: 5px;
    cursor: pointer;
}
.button_buycredits:hover {
    background-color: #0054A8;
}
.button_small {
    font-size: 20px;
    font-weight: 100;
    background-color: #0066CC;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    height: 22px;
    width: 22px;
    margin: 2px 5px 2px 5px;
    border: 0px;
    border-radius: 14px;
    cursor: pointer;
}
.button_small:hover {
    background-color: #0054A8;
}
div.setup-system-campaign {
    color: #000000;
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    margin: 5px 10px 5px 0px;
    border-radius: 10px;
    width: calc( 100% - 28px);
}
div.setup-system-record {
    color: #000000;
    border: 1px solid #DFE6EA;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    margin: 5px 10px 5px 0px;
    border-radius: 0px;
    cursor: pointer;
}
div.setup-system-record:hover {
    border: 1px solid #DFE6EA;
    background-color: #ffffff;
}


div.setup-system-record-empty {
    color: #000000;
    border: 1px solid #dddddd;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    margin: 5px 10px 5px 0px;
    border-radius: 0px;
}
div.setup-system-record-campaign {
    color: #000000;
    border: 1px solid #DFE6EA;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    margin: 5px 10px 5px 0px;
    border-radius: 0px;
}




div.report_button{

    border: 1px solid #dddddd;
    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{
    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;
}

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: #e5e5e5;
    -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: #e5e5e5;
    -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: #e5e5e5;
    -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: #e5e5e5;
    -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: #e5e5e5;
    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: #e5e5e5;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 8px #DDDDDD;
}





textarea.custom-textarea {
    color: #333333; 
    border: none;
    border-bottom: 1px solid #000000;
    background-color: #F7F7F7;
    resize: none;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto',Sans-Serif;
}
textarea.custom-textarea:focus {
    background-color: #e5e5e5;
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.5s;
}

.custom-select-qlnk{
    height: 43px;
    font-size: 17px;
    color: #333333; 
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 8px 6px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
}

.custom-select {
    height: 43px;
    font-size: 17px;
    color: #333333; 
    background-color: #F7F7F7;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 8px 6px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
}
.custom-select:focus {
    background-color: #e5e5e5;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


.custom-select-reset-status{
    cursor: pointer;
    font-size: 12px;
    margin: 0px 0px 0px 2px;
    padding: 6px 8px 6px 8px;
    border-radius: 8px;
    background-color:#ffffff;
    border: 1px solid #eeeeee;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-reset-status:hover {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.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;
}


.custom-select-foot-page {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    margin: 0px 5px 0px 5px;
    padding: 4px 5px 4px 5px;
    border-radius: 5px;
    background-color:#FFFFFF;
    border: 1px solid #DDDDDD;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-foot-page:hover {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-foot-page:focus {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
}




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;;
}



.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;
}
.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: #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;
}