html, body {
    background-color: transparent;
    color: #627080;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:13px;
    height: 100vh;
    margin: 0;
    max-width:100%;
    overflow-x: hidden;
}
/*
h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.75rem;
}
*/
@media (min-width: 640px) {
    body {
        font-size:14px;
    }
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h3, .h3 {
        font-size: 2rem;
    }

    h4, .h4 {
        font-size: 1.75rem;
    }

    h5, .h5 {
        font-size: 1.5rem;
    }

    h6, .h6 {
        font-size: 1.25rem;
    }
}

@media (min-width: 1280px) {
    body {
        font-size:14px;
    }
}

@media (min-width: 1600px) {
}

.text-link {
    color:#00adff;
    cursor:pointer;
}
.text-link:hover {
    color:#009bce;
}

.text-success {
    color:#5cb45b !important;
}

.pdn-xs { padding-top:10px; }
.pdn-sm { padding-top:25px; }
.pdn-md { padding-top:50px; }
.pdn-lg { padding-top:75px; }
.pdn-xl { padding-top:100px; }

.spacer-xs { padding:0 5px;}
.spacer-sm { padding:0 10px;}
.spacer-md { padding:0 15px;}
.spacer-lg { padding:0 20px;}
.spacer-xl { padding:0 25px;}

b { font-weight:700 !important; }
.thin { font-weight:300 !important; }
.normal { font-weight:400 !important; }
.bold { font-weight:700 !important; }
.black { font-weight:900 !important; }
.center { text-align:center; }

.pointer { cursor:pointer; }
.grab { cursor:grabbing; }
.default { cursor:default; }
.disabled { cursor:not-allowed !important; }

.full-height {
    height: 100vh;
}

a {
    color:#00adff;
    text-decoration:none;
    outline:0;
}

.sweet-alert {
    top: 40%;
}

.maps iframe {
    pointer-events: none;
}

.alert.alert-success {
    border-color:#5cb45b;
    color:#5cb45b;
}

/*
 * Div arrows (arrow box) http://www.cssarrowplease.com/
 */

/** Arrow top **/
.arrow-top {
    position: relative;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.arrow-top:after, .arrow-top:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-top:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #cccccc;
    border-width: 11px;
    margin-left: -11px;
}

/** Arrow right **/
.arrow-right {
    position: relative;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.arrow-right:after, .arrow-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-right:before {
    border-color: rgba(204, 204, 204, 0);
    border-left-color: #cccccc;
    border-width: 11px;
    margin-top: -11px;
}

/** Arrow bottom **/
.arrow-bottom {
    position: relative;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.arrow-bottom:after, .arrow-bottom:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-bottom:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 11px;
    margin-left: -11px;
}

/** Arrow left **/
.arrow-left {
    position: relative;
}
.arrow-left:after, .arrow-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-left:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #cccccc;
    border-width: 11px;
    margin-top: -11px;
}

.btn {
    cursor:pointer;
    font-size: 1rem;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 1.25rem !important;
}

@media (min-width: 640px) {
    .btn {
        font-size: 1.25rem;
    }
}

.btn.btn-rounded {
    border-radius:50px;
}

a.btn.disabled {
    pointer-events: none;
}

.btn:focus, .btn.focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.btn-input {
    height:45px;
    line-height: 26px;
}

.btn-inversed{color:#fff;background-color:#41414a;border-color:rgba(0,0,0,0.2)}.btn-inversed:focus,.btn-inversed.focus{color:#fff;background-color:#41414a;border-color:rgba(0,0,0,0.2)}
.btn-inversed:hover{color:#fff;background-color:#41414a;border-color:rgba(0,0,0,0.2)}
.btn-inversed:active,.btn-inversed.active,.open>.dropdown-toggle.btn-inversed{color:#fff;background-color:#32323b;border-color:rgba(0,0,0,0.2)}.btn-inversed:active:hover,.btn-inversed.active:hover,.open>.dropdown-toggle.btn-inversed:hover,.btn-inversed:active:focus,.btn-inversed.active:focus,.open>.dropdown-toggle.btn-inversed:focus,.btn-inversed:active.focus,.btn-inversed.active.focus,.open>.dropdown-toggle.btn-inversed.focus{color:#fff;background-color:#32323b;border-color:rgba(0,0,0,0.2)}
.btn-inversed:active,.btn-inversed.active,.open>.dropdown-toggle.btn-inversed{background-image:none}
.btn-inversed.disabled:hover,.btn-inversed[disabled]:hover,fieldset[disabled] .btn-inversed:hover,.btn-inversed.disabled:focus,.btn-inversed[disabled]:focus,fieldset[disabled] .btn-inversed:focus,.btn-inversed.disabled.focus,.btn-inversed[disabled].focus,fieldset[disabled] .btn-inversed.focus{background-color:#32323b;border-color:rgba(0,0,0,0.2)}

.btn-link {
    color:#00adff;
    font-weight:300;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #292b2c;
}

.btn-social > :first-child {
    width: 45px;
}
.btn-social {
    padding-left: 55px;
}

.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active {
    background-color:#3b5998;
}

.btn-success {
    color: #fff;
    background-color: #5cb45b;
    border-color: #5cb45b;
}

.btn-success:hover {
    background-color:#40943e;
    border-color:#40943e;
}

.btn-inversed {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}

.btn-inversed:hover {
    background-color:#292929;
    border-color:#292929;
}

.btn-primary {
    color: #fff;
    background-color: #0096db;
    border-color: #0096db;
}

.btn-primary:hover {
    background-color:#027bb8;
    border-color: #027bb8;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #33a7ff;
    border-color: #33a7ff;
    pointer-events: none;
}

.error-block {
    color:#636c72;
    font-size:80%;
    margin-top:5px;
}

.required-marker {
    position: relative;
    top: -6px;
    margin-left: 5px;
    font-size:10px;
    color: #f27474 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #d5e0ed;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    box-shadow: none !important;
}

@media (min-width: 650px) {
    .form-control {
        font-size:13px;
    }
}

@media (min-width: 1400px) {
    .form-control {
        font-size:14px;
    }
}

@media (min-width: 1800px) {
    .form-control {
        font-size:16px;
    }
}

input.form-control,
select.form-control {
    height:45px;
}

.has-danger .form-control {
    border-color: #f27474;
    box-shadow:none;
}

.has-danger .input-group-addon {
    color: #fdf7f7;
    border-color: #f27474;
    background-color: #f27474;
    box-shadow:none;
}

.form-control:focus {
    border-color:#919cab;
    border-color:#00adff;
}

.input-group-addon {
    color: #536170;
    background-color: #d5e0ed;
    border: 1px solid #d5e0ed;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

.bg-concrete {
    background-color: #f7f7f7 !important;
}

/*
 * Table
 */
.table.table-sm {
    margin-bottom:0;
    font-size:12px;
}

.table.table-card tbody tr td:first-child {
    padding-left:20px;
}
.table.table-card tbody tr td:last-child {
    text-align:right;
    padding-right:20px;
}

/*
 * Card
 */
.card {
    border-color:#d5e0ed;
}

.card.card-success {
    border-color:#5cb45b;
    background-color: #fff;
}

.card.card-success > .card-header {
    background-color:#fff;
    border-color:#fff;
}

/*
 * Component: Small boxes
 */
.small-box {
    position: relative;
    display: block;
    overflow:hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border:1px solid #5cb45b;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #627080;
    color: #5cb45b;
    font-weight:normal;
}
.small-box.bg-success {
    background-color:#dff0d8 !important;
}
.small-box > .inner {
    padding: 10px;
    min-height: 101px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    display: block;
    z-index: 10;
    height:25px;
    min-height:25px;
    background-color: #e6e6e6;
    text-decoration: none;
}
.small-box h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

@media (min-width: 700px) {
    .small-box h3 {
        font-size: 25px;
    }
}

@media (min-width: 1400px) {
    .small-box h3 {
        font-size: 30px;
    }
}

@media (min-width: 1800px) {
}

.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #627080;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box:hover {
    text-decoration: none;
}
.small-box:hover .icon {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: -15px;
    right: 25px;
    z-index: 0;
    font-size: 90px;
    color: #5cb45b
}

.small-box.bg-gray:hover {
    text-decoration: none;
    color: #333;
}

/*
 * Modals
 */
.modal-header.danger {
    background-color: #d9534f;
    color: #FFF;
}

.modal-header.inverse {
    background-color: #d9534f;
    color: #FFF;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom:2px;
}

[class^="essential-xs"]::before, [class*=" essential-xs"]::before, [class^="essential-xs"]::after, [class*=" essential-xs"]::after {
	font-size: 12px !important;
	font-weight: bold;
}