/* CSS Document */
/* Blue 	*/
/* Orange 	*/
/* Orange2 	*/
/* Brown 	*/
/* Cyan  	*/
/* Grey  	*/
/* Governance 			*/
/* Finacial Management 	*/
/* Lobby 				*/
/* Business Development */
/* Brand */
/* Brand */
/* Brand */
/* Brand */
/* Brand */
/* Brand */
/* Business Development */
/* Financial Management */
/* Management & Organisation */
/* Governance & Leadership */
/* Lobby */
body {
    font-size: 14px;
    line-height: 2;
    font-family: "Lato";
    color: #000000;
}

html {
    position: relative;
    min-height: 100%;
}

.flag-navbar {
    height: 15px;
    border-radius: 3px;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btt-responsive-user {
    margin-bottom: 3px;
    height: 40px;
    vertical-align: middle;
    padding: 9px 10px 9px 10px;
}

.btn-primary {
    background-color: #f9b833 !important;
    border: 1px solid #f7a600 !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-primary:hover {
    background-color: #f7a600 !important;
    border: 1px solid #f7a600 !important;
    color: white !important;
}

.btn-secondary {
    background-color: #9a8875 !important;
    border: 1px solid #816a52 !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-secondary:hover {
    background-color: #816a52 !important;
    border: 1px solid #816a52 !important;
    color: white !important;
}

.btn-alt1 {
    background-color: #9a8875 !important;
    border: 1px solid #816a52 !important;
    color: black !important;
    font-family: LatoHeavy;
}

.btn-alt1:hover {
    background-color: #816a52 !important;
    border: 1px solid #816a52 !important;
    color: black !important;
}

.btn-alt2 {
    background-color: #33becf !important;
    border: 1px solid #00aec3 !important;
    color: black !important;
    font-family: LatoHeavy;
}

.btn-alt2:hover {
    background-color: #00aec3 !important;
    border: 1px solid #00aec3 !important;
    color: black !important;
}

.text-success {
    color: #3ca236 !important;
}

.text-danger {
    color: #b21917 !important;
}

.btn-danger {
    font-family: LatoHeavy;
}

a.btn-danger {
    color: #FFFFFF !important;
}

.btn-success {
    background-color: #3ca236 !important;
    border: 1px solid #3ca236 !important;
    color: black !important;
    font-family: LatoHeavy;
}

.btn-success:hover {
    background-color: #6cb030 !important;
    border: 1px solid #6cb030 !important;
    color: black !important;
}

.btn-govr {
    background-color: #3ca236 !important;
    border: 1px solid #3ca236 !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-govr:hover {
    background-color: #8bc054 !important;
    border: 1px solid #8bc054 !important;
    color: white !important;
}

.btn-lobb {
    background-color: #b21917 !important;
    border: 1px solid #b21917 !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-lobb:hover {
    background-color: #de5441 !important;
    border: 1px solid #de5441 !important;
    color: white !important;
}

.btn-mgnt {
    background-color: #2e4c9c !important;
    border: 1px solid #2e4c9c !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-mgnt:hover {
    background-color: #6c79b9 !important;
    border: 1px solid #6c79b9 !important;
    color: white !important;
}

.btn-bnss {
    background-color: #eb5f0a !important;
    border: 1px solid #eb5f0a !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-bnss:hover {
    background-color: #f18824 !important;
    border: 1px solid #f18824 !important;
    color: white !important;
}

.btn-fncl {
    background-color: #008397 !important;
    border: 1px solid #008397 !important;
    color: white !important;
    font-family: LatoHeavy;
}

.btn-fncl:hover {
    background-color: #009999 !important;
    border: 1px solid #009999 !important;
    color: white !important;
}

.modal-header {
    background-color: #164194;
    color: #FFF !important;
}

.modal-header.close {
    color: #FFFFFF !important;
}

a {
    color: inherit !important;
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f9b833;
}

.dropdown-item:active {
    background-color: #f7a600;
}

.navItemMaster {
    font-family: SignikaSemibold;
    font-size: 18px;
    background-color: #f9b833;
}

.btn {
    padding-top: 7px;
    padding-bottom: 5px;
}

#navbarSupportedContent .nav-item {
    padding: 0 15px 0 15px !important;
    font-family: Latoheavy;
    text-transform: uppercase;
    color: #816a52;
}

#navbarSupportedContent .nav-item:hover {
    background-color: #66cedb;
    color: white;
}

#navbarSupportedContent .nav-item.active {
    background-color: #00aec3;
    color: white;
}

.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: Latoheavy;
    color: black;
    text-transform: none;
    font-size: 14px;
}

.h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px dotted #816a52;
}

.bg-agriterra-01 {
    background-color: #f1ebdf;
}

.bg-agriterra-02 {
    background-color: #00aec3;
}

.bg-agriterra-03 {
    background-color: #faca66;
}

.bg-agriterra-04 {
    background-color: #66cedb;
}

.bg-agriterra-05 {
    background-color: #f1ebdf;
}

.bg-agriterra-06 {
    background: linear-gradient(#eee9e4, white);
}

.bg-white-opacity-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-opacity-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-black-opacity-7 {
    color: rgba(0, 0, 0, 0.7);
}

header {
    background-color: white;
}

.logoNavBar {
    height: 60px !important;
    margin-bottom: -5px;
    margin-top: -5px;
}

.borderNavItemGovernance {
    border-left: 10px solid #3ca236 !important;
}

.borderNavItemFinancial {
    border-left: 10px solid #008397 !important;
}

.borderNavItemLobby {
    border-left: 10px solid #b21917 !important;
}

.borderNavItemBusiness {
    border-left: 10px solid #eb5f0a !important;
}

.divider1 {
    height: 7px;
}

.divider1.z1 {
    background-color: #f9b833;
}

.divider1.z2 {
    background-color: #faca66;
}

.divider1.z3 {
    background-color: #fcdb99;
}

.divider1.z4 {
    background-color: #fdedcc;
}

footer {
    width: 100%;
    background-color: #e6e1dc;
    color: #816a52 !important;
    padding-top: 20px;
}

.copyright {
    font-size: 10px;
}

cookiealert {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #faca66;
    transition: all 500ms ease-out;
    border-top: 7px solid #f9b833;
}

cookiealert .tableMain {
    display: table;
}

cookiealert .tableCell {
    display: table-cell;
    vertical-align: middle;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #00aec3;
    color: #fff;
    transition: all 0.3s;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

#sidebar h2 {
    padding: 20px;
    font-family: SignikaSemibold;
    font-size: 25px;
    color: #FFF;
}

#sidebar a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    transition: 0.5s;
    color: #FFF;
}

#sidebar a:hover {
    color: #00adc2 !important;
    background: #FFF;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 10px;
    padding-top: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 18px;
}

#dismiss:hover {
    background: #fff;
    color: #00adc2;
}

h1 {
    font-family: SignikaSemibold;
    font-size: 25px;
    color: #164194;
}

.text-color-01 {
    color: #154194 !important;
}

.text-color-02 {
    color: white !important;
}

.text-color-03 {
    color: black !important;
}

.description-a {
    font-family: Lato;
    font-size: 15px;
    color: #000000;
}

.description-b {
    font-family: Lato;
    font-size: 15px;
    color: #000000;
}

.main-separator {
    border-bottom: 8px solid #f1ebdf;
}

.emph-text-1 {
    font-family: LatoBold;
    font-size: 22px;
    color: #f7a600;
}

.emph-text-2 {
    font-family: LatoBold;
    font-size: 22px;
    color: #00aec3;
}

.col-bottom-a-1 {
    background-color: #33becf;
}

.col-bottom-a-2 {
    background-color: #33becf;
}

.col-bottom-a-3 {
    background-color: #33becf;
}

.col-bottom-a-4 {
    background-color: #33becf;
}

.bottom-card-text {
    font-size: 16px;
    font-family: LatoBlack;
    padding: 0;
    color: rgba(0, 0, 0, 0.59);
    margin-bottom: 10px;
}

.bottom-card-text-alt1 {
    min-height: 60px;
    font-family: SignikaSemibold;
    font-size: 25px;
    padding: 0 30px;
    color: rgba(0, 0, 0, 0.59);
}

.pointer {
    cursor: pointer;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

.fileiconinfo {
    font-size: 39px;
    line-height: 0px;
}

.fileimageuploaded {
    height: 39px;
    width: auto;
}

.filemsgupload {
    font-size: 20px;
}

.btttransparent {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.user-image {
    width: 100px;
    height: 100px;
    border: 1px solid #CCC;
    border-radius: 5px;
    background: url(/img/private/users/default-avatar.jpg) no-repeat center center;
    background-size: cover;
}

.col-form-error ul {
    list-style-type: none;
    color: #ff0000;
    padding: 0;
    margin: 0;
}

.alert {
    margin-top: 20px;
}

#forgot-password-success {
    display: none;
}

.question-error {
    color: #ff0000;
    display: none;
}

.translate-button {
    float: right;
}