﻿html, body {
    height: 100%;
    width: 100%;
    background-color: #f4fff0;
}

body {
    background-color:#f4fff0;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3,h4 {
    font-family: Roboto, sans-serif;
}

h2 {
    font-size:24px;
}
h3 {
    font-size:20px;
}
h4 {
    font-size:16px;
}

.spacer20 {display:block; clear:both; height:20px;}
.spacer30 {display:block; clear:both; height:30px;}
.spacer40 {display:block; clear:both; height:40px;}
.spacer50 {display:block; clear:both; height:50px;}
.spacer100 {display:block; clear:both; height:100px;}

#google_translate_element {
    text-align: right;
    position: absolute;
    z-index: 9999;
    right: 0;
    background-color: #ebebeb;
    padding: 10px;
}

.pageh1 {
    margin: 100px 0px 20px 0px;
}

section {
    padding-bottom:40px;
}

/* section review */
section.review .section-bar {
    background-color:#d5e3f5;
}
section.review {
    background-color:#ebf2fb;
}
section.review hr {
    border-top:1px solid #b7b7b7;
}
section.actions {
    padding-top:40px;
    background-color:#333333;    
}
/* /section review */

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* section understand */
section.understand .section-bar {
    background-color:#ead9c0;
}
section.understand {
    background-color:#f7f6f4;
}
/* /section understand */


/* section manage */
section.manage .section-bar {
    background-color:#dceac0;
}
section.manage {
    background-color:#f4fff0;
}
/* /section manage */


/* section email request */
section.email .section-bar {
    background-color: #dceac0;
}
section.email {
    background-color: #f4fff0;
    border-top: 10px solid #dceac0;
}
/* /section email request */

.section-bar {
    margin:0px 0px 50px 0px;
    padding:15px;    
}

.section-bar h2 {
    font-size:24px;
    margin:0px;
}

.section-bar h2 span {
    display:block;
    padding-top:10px;
    font-size:60%;
    font-weight:normal;
}
       
.splash-banner {
    position: relative;
    height: 400px;
    padding:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/splash.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
}

.splash-banner h1 {
    display:inline-block;
    padding:20px;
    background-color:rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.splash-banner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin: 0 auto;
    height: 150px;
    width: 200px;
    border:1px solid #dddddd;
    background-color: #ffffff;
    text-align: center;
}

.control-label .help {
    display:none;
}

.form-control[disabled], input[type="text"][disabled], select[disabled], textarea[disabled] {
    border: 1px solid #dddddd;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    resize:none;
}

#btn-edit, #btn-save {
    margin-top:10px;
}

.understand-icon {
    margin-bottom:15px;
}

.understand-icon span {
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.understand-client-icon {
    margin-bottom:10px;
}

.AIText, .AITextCrmEmail, .AITextEmail, .AITextCrmEmail, .AIDesignationSelect, .AITextArea, .AICountries {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.textarea-info, .AITextArea {
    height: 82px;
}

.status_msg .success {
    display: block;
    margin-top:20px;
    clear: both;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.status_msg .danger {
    display: block;
    margin-top: 20px;
    clear: both;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.data-success, .data-removed {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
}

.lookup {
    display: block;
    padding: 30px;
    margin-top:30px;
    background-color: #ffffff;
    border: 1px dashed #dddddd;
    outline: 10px solid #ffffff;
}
@media (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }
}