﻿body {
    font-size: 16px !important;
}

.modal-header {
    padding: 0 0 0 10px !important;
    left: 0.44em !important;
    right: 0.44em !important;
    color: #fff !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 1.2em !important;
    background-color: #363940 !important;
}

    .modal-header .close {
        margin: 7px !important;
    }

    .modal-header .close {
        margin: 7px !important;
        color: #fff !important;
    }

.validation-summary-errors ul {
    margin-left: 0 !important;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

.notification-parent {
    height: 49px;
    display: none;
    border: 2px solid black;
    border-radius: 9px;
    width: 502px;
    padding: 4px 0 0 0;
    text-align: center;
    margin: 1px auto 0;
}

.notification {
    font-size: 16px;
    font-weight: 600;
}

.error {
    color: red;
}

.success {
    color: green;
}

.k-loading-mask {
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 99999999;
    position: fixed;
}

header {
    margin: 0 auto;
}

    header.slim-header {
        margin: 0 auto;
    }

.notification-bar {
    display: none;
    background-color: #008679;
    color: #fff;
    margin-bottom: 20px;
}

.grid-container {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 920px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .grid-container a {
        color: #fff; /*text-decoration: underline;*/
    }

    .grid-container p {
        margin-bottom: 0;
    }

#footer {
    margin: 0 auto;
    display: block;
    bottom: 0;
    top: unset !important;
}

.grid-container img {
    padding-left: 20px;
}

.k-button[disabled] {
    color: #fff !important;
    border-color: #00a897 !important;
    background-color: #00a897 !important;
    opacity: .65 !important;
}
i.required:after {
    content: "*";
    color: #D32F2F;
    margin: 1px 0 0 3px;
    position: absolute;
    font-size: 18px;
}

[type='tel'] {
    height: 2.10rem;
}

.iti__country-list {
    max-height: 200px;
    overflow-y: auto;
}

.table-hover > tbody > tr:hover .iti--separate-dial-code .iti__selected-flag {
    background-color: #999;
}

.iti.iti--allow-dropdown {
    margin: 0 0 1rem !important;
}

.table-hover > tbody > tr:hover .iti.iti--allow-dropdown input {
    color: rgba(0, 0, 0, .87) !important;
}

.iti__flag-container + input {
    color: #404040;
    border: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 7px;
}

.iti {
    width: 100% !important;
}

.smart-form .checkbox.state-success i, .smart-form .radio.state-success i, .smart-form .state-success input, .smart-form .state-success select, .smart-form .state-success textarea, .smart-form .toggle.state-success i {
    border: 1px solid #ccc !important;
    background: #fff !important;
}

.k-dropdown-wrap .k-input {
    line-height: 1.9em !important;
}
