input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



hr {
    color: #AAAAAA;
    border: 0px;
    border-top: 1px #DDDDDD solid;
    margin-top: 20px;
}
.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;
}

p.field1subtext {
    font-family: 'Roboto',sans-serif;
    margin: 2px 0px 5px 0px;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}

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: 8px 10px 8px 10px;
    font-weight: 400;
    color: #555555;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

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;
}


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

p.CompaniesMenus {
    margin: 5px 0px 7px 0px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto',Sans-Serif;
    border-bottom: 1px solid #ffffff;
}
p.CompaniesMenus:hover {
    border-bottom: 1px solid #707070;
}


p.CompaniesMenusSections {
    margin: 5px 0px 7px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto',Sans-Serif;
    border-bottom: 1px solid #ffffff;
}
p.CompaniesMenusSections:hover {
    border-bottom: 1px solid #707070;
}

div.DivCompaniesMenusItems {
    border: 1px solid #EEEEEE;
    background-color: #f7f7f7;
    margin: 5px 0px 0px 0px;
    padding: 2px 30px 2px 2px;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
div.DivCompaniesMenusItems:hover {
    border: 1px solid #CeCeCe;
    background-color: #f1f1f1;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
p.CompaniesMenusItems {
    margin: 10px 0px 10px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',Sans-Serif;
}

p.MenuLine {
    text-decoration: none;
    margin: 14px 10px 4px 14px;
    color: #393939;
    font-size: 15px;
    font-weight: 500;
}
p.MenuLine-Sub {
    text-decoration: none;
    margin: 4px 10px 4px 14px;
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: inherit;
    
}
a.decor {
    text-decoration: none;
    border-bottom: 1px solid;
}
a.NoDecor {
    text-decoration: none;
    border-bottom: none;
}

a.MenuLink {
    color: #393939;
    text-decoration: none;
    border-bottom: 2px solid #F4F4F6;
}
a.MenuLink:hover {
    border-bottom: 2px solid #707070;
}
a.MenuLink-Selected {
    color: #393939;
    text-decoration: none;
    border-bottom: 2px solid #707070;
}


p.inst_text1 {
    margin: 5px 10px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
}

p.home_section_title {
    color: #444444;
    font-size: 35px;
    font-weight: 200;
    font-family: 'Roboto',sans-serif;
    margin: 0px 0px 0px 0px;
}
p.home_value {
    margin: 30px 0px 0px 0px;
    color: #393939;
    font-size: 52px;
    font-weight: 200;
    font-family: 'Roboto',sans-serif;
}
p.home_label {
    margin: -5px 0px 0px 0px;
    color: #393939;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
}
.home_cell {
    border-bottom: 1px solid #DDDDDD;
}
p.home_field_title1 {
    margin: 20px 0px 0px 0px;
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;    
}
p.home_field1 {
    margin: 2px 0px 0px 0px;
    color: #555555;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;    
}


p.billing-field1-title {
    font-family: 'Roboto',Sans-Serif;
    margin: 4px 0px 4px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
p.billing-field1-record {
    font-family: 'Roboto',Sans-Serif;
    margin: 2px 0px 2px 0px;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

p.field1-title {
    font-family: 'Roboto',Sans-Serif;
    margin: 20px 10px 10px 0px;
    font-size: 24px;
    font-weight: 300;
    color: #777777;
}
p.field1 {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 10px 0px 0px;
    color: #372D2B;
    
}
p.field2 {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 6px 5px 6px;
    color: #372D2B;

    overflow-wrap: break-word;
    word-wrap: break-word;
}
p.field3 {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 10px 10px 10px 10px;
    color: #372D2B;

    overflow-wrap: break-word;
    word-wrap: break-word;
}
p.field2-break {
    font-family: 'Roboto',sans-serif;
    margin: 10px 0px 0px 0px;
    color: #372D2B;
    font-size: 60px;
    font-weight: 400;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
.colorform-title {
    font-family: 'Roboto',sans-serif;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;    
}

.colorform-details {
    font-family: 'Roboto',sans-serif;
    margin: 10px 0px 0px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;    
}


.custom-select {
    font-size: 18px;
    padding: 12px 10px;
    width: 100%;
    outline: none;
    border: 1px solid #CCCCCC;
}









.button-view-hide {
    border: 1px solid #888888;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 7px 10px 7px 10px;
    color: #000000;
    border-radius: 20px;
    -webkit-appearance: none;
}
.button-view-hide:hover{
    cursor: pointer;
    background-color: #888888;
    color: #FFFFFF;
    -webkit-appearance: none;
}

button.actions {
    border: 4px solid #D52828;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 10px 20px 10px 20px;
    margin: 10px 5px 10px 5px;
    color: #000000;
    border-radius: 60px;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    -webkit-appearance: none;
    

}
button.actions:focus {
    background-color: #E47676;
    color: #FFFFFF;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    -webkit-appearance: none;
    

}
button.actions2 {
    border: 1px solid #D52828;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 10px 12px 10px 12px;
    margin: 0px 0px 6px 0px;
    color: #000000;
    border-radius: 22px;
    cursor: pointer;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    -webkit-appearance: none;
    

}
button.actions2:hover{
    background-color: #D52828;
    color: #FFFFFF;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    -webkit-appearance: none;
    

}
button.greenbutton {
    color: #FFFFFF;
    background-color: #00CC00;
    height: 120px;
    border: 0px;
    padding: 0px 40px 0px 40px;
    font-size: 3.0em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 10px;
}


p.title {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
p.subtitle {
    font-family: 'Roboto', sans-serif;
    margin: 6px 0px 6px 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
p.fieldheader {
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
        
}



p.fieldheader-bold {
    margin: 20px 0px 5px 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}
p.fieldheader-sub {
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #999999;
}



p.fieldtext {
    margin: 20px 0px 10px 0px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}

.button-main-menu-stretch {
    border: 1px solid #D52828;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 10px 14px 10px 14px;
    border-radius: 25px;
    outline: none;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.2s;
}

.button-main-menu-stretch:hover {
    cursor: pointer;
    border: 1px solid #DD4D4D;
    background-color: #DD4D4D;
    color: #FFFFFF;
    -webkit-transition-duration: 0.2s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.2s;
}

#button_gray {
    border: 1px solid #888888;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 8px 14px 8px 14px;
    margin: 10px 0px 10px 0px;
    color: #000000;
    border-radius: 60px;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.2s;


}
#button_gray:hover{
    cursor: pointer;
    background-color: #888888;
    transition-duration: 0.2s;
    color: #FFFFFF;
    -webkit-appearance: none;
}
#button_gray_selected {
    border: 1px solid #dddddd;
    background-color: #F0F0F0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 8px 14px 8px 14px;
    margin: 10px 0px 10px 0px;
    color: #000000;
    border-radius: 60px;
    
}



button.passive_button_gray_small {
    border: 1px solid #888888;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 7px 0px 7px 0px;
    color: #000000;
    border-radius: 20px;
    -webkit-appearance: none;
}
button.passive_button_gray_small:hover{
    cursor: pointer;
    background-color: #888888;
    color: #FFFFFF;
    -webkit-appearance: none;
}




button.button_gray_small {
    border: 1px solid #888888;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 0px;
    padding: 7px 8px 7px 8px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    border-radius: 60px;
    -webkit-appearance: none;
}
button.button_gray_small:hover{
    cursor: pointer;
    background-color: #888888;
    color: #FFFFFF;
    -webkit-appearance: none;
}





textarea.nostretch {
    font-size: 18px;
    width: calc( 100% - 20px);
    height: 220px;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    resize: none;
    opacity: 1.0;
    
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}
textarea:focus {
    outline: none;
    opacity: 1.0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}


input[type="date"] {
    padding: 12px 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-appearance: none;
}


input[type="number"] {
    padding: 12px 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance:textfield; /* Firefox */
}
input[type="number"]:focus {
    outline: none;
    opacity: 1.0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}

input[type="text"] {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="text"]:focus {
    outline: none;
    opacity: 1.0;
    background-color: #F5F5F5;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}
input[type="password"] {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="password"]:focus {
    outline: none;
    background-color: #F5F5F5;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    -webkit-appearance: none;
}

input[type="color"] {
    height: 50px;
    width: 100px;
    outline: none;
    padding: 0px;
    border: 2px solid #F4F4F6;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}
::-webkit-input-placeholder { /* Chrome */
    color: #A8A8A8;
    font-family: 'Roboto', Sans-Serif;
    font-size: 16px;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #A8A8A8;
    font-family: 'Roboto', Sans-Serif;
    font-size: 16px;
    font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #A8A8A8;
    font-family: 'Roboto', Sans-Serif;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #A8A8A8;
    font-family: 'Roboto', Sans-Serif;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}



div.report_button{

    border: 1px dashed #000000;
    border-color: #999999;
    text-decoration: none;
    background-color: #FFFFFF;
            
    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: 25px; /* Firefox */
    -webkit-border-radius: 25px; /* Safari, Chrome */
    -khtml-border-radius: 25px; /* KHTML */
    border-radius: 25px; /* CSS3 */
}

div.report_button:hover{
    background-color: #F5F5F5;

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

}
