@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');


html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
}

/* Sidebar Styles
-------------------------------------------------- */
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    background-color: #f8f9fa !important;
    animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    /* Firefox */
    -webkit-animation: fadeIn 2s;
    /* Safari and Chrome */
    -o-animation: fadeIn 2s;
    /* Opera */
}

#sidebar {
    min-width: 230px;
    max-width: 230px;
    background: #c41230;
    color: #fff;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center
}

#sidebar.active ul.components li {
    font-size: 12px
}

#sidebar.active ul.components li a {
    padding: 10px 0
}

#sidebar.active ul.components li a i {
    margin-right: 0;
    display: block;
    font-size: 22px
}

#sidebar.active .logo {
    padding: 10px 0
}

#sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#sidebar ul li {
    font-size: 16px
}

#sidebar ul li>ul {
    margin-left: 10px
}

#sidebar ul li>ul li {
    font-size: 14px
}

#sidebar ul li a {
    padding: 10px 30px;
    display: block;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#sidebar ul li a i {
    margin-right: 15px
}

#sidebar ul.sub {
    display: none;
}

#sidebar ul.sub.active {
    display: block;
}

@media(max-width:991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important
    }

    #sidebar.active {
        margin-left: 0 !important
    }

    #sidebar ul li a i {
        display: block
    }
}


/* Sidebar Styles
-------------------------------------------------- */


/* Login Page Design
================================== */

.login-ads {
    height: 100vh;
    background-image: url("../images/login.jpg");
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.login-ads2 {
    height: 100vh;
    background-image: url("../images/centripluslogin.jpg");
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.login-copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Login Page Design
================================== */

/* Circle Design
================================== */



.circle {
    position: relative;
    float: left;
}

.circle h2 {
    text-align: center;
    position: absolute;
    line-height: 160px;
    width: 100%;
}

svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transition: all 1s linear;
}

/* Circle Design
================================== */

/* Config Styles
================================== */

.table-striped {
    font-size: 12px;
}

.uppercase {
    text-transform: uppercase;
}

.badge-subtle-success {
    color: #00894f !important;
    background-color: #d9f8eb;
}

.loading {
    z-index: 9999;
    /* Sit on top */
    overflow: visible;
    align-self: center;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
}

.hide {
    display: none;
}

.card {
    background-color: #ffffff !important;
}


.avatar-sm {
    background-color: #c41230;
    background-size: cover;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.avatar-xl {
    background-color: #c41230;
    background-size: cover;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.tab-content {
    padding: 10px;
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /**/
    position: absolute;
    z-index: 9999 !important;
}

#map {
    width: 100%;
    height: 300px;
}

.fc-toolbar-title {
    font-size: 14px !important;
}

.fc-scroller {
    height: 100% !important;
}

.my-event {
    color: #000000 !important;
}

.affected-event {
    color: #0000ff !important;
}

.depend-event {
    color: #28a745 !important;
}


.otp-digit {
    width: 40px;
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 6px;
    margin-right: 4px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.delete-animation {
    position: absolute;
    width: 100%;
    margin-top: -30px;
    opacity: 0;
    transition: .60s all;
}

/* Config Styles
================================== */

hr {
    border-top: #dee2e6 1px solid !important;
    opacity: 1 !important;
}

#map {
    width: 100%;
    height: 300px;
}

#world-map {
    width: 100%;
    height: 1080px;
}


@media (max-width: 768px) {

    .steps {
        padding: 4px;
        height: 0px !important;

    }

    .steps li {
        font-size: 10px;
        display: inline-block;
        float: left;
        margin: .5em 0;
        padding-bottom: 10px;
    }

    .steps li a:after {
        content: '\00bb';
        margin: 0 .6em;
    }

    .steps li.active {
        font-weight: 700;
    }
}

@media (min-width: 768px) {

    .steps {
        padding: 0;
        list-style-type: none;
        height: 0px !important;
    }

    .steps:before,
    .steps:after {
        content: "";
        display: table;
    }

    .steps:after {
        clear: both;
    }

    .steps li {
        display: inline-block;
        width: 20%;
        float: left;
        text-align: center;
        font-size: 14px;
        background-color: #fff;
    }

    .steps li.active {
        background: #014486;
        color: #fff;
    }


    .steps li.done {
        background: #3ba755;
        color: #fff;
    }

    .steps li.not {
        background: #f3f3f3;
        color: #014486;
    }


    .steps li a {
        padding: 0 12px;
        height: 40px;
        line-height: 40px;
        position: relative;
        display: block;
    }

    .steps li.active a:before,
    .steps li.active a:after {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: transparent transparent transparent #3ba755;
        border-width: 20px;
        left: 0px;
    }

    .steps li.active a:after {
        content: "";
        right: -40px;
        left: auto;
        border-color: transparent transparent transparent #014486;
    }

    .steps li.active a {
        padding-left: 30px;
    }

}


/* RADIO BUTTON STYLE */


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    font-size: 12px;
    margin-right: 20px;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {

    content: '';
    width: 12px;
    height: 12px;
    background: #c41230;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* RADIO BUTTON STYLE */



/* Form Design
================================== */





@media (max-width:576px) {
    .login-container {
        margin: 0 auto;
        width: 90%;
        margin-top: 120px;
        position: relative;
        height: calc(100vh - 120px);
    }
}

@media (min-width:576px) and (max-width:768px) {
    .login-container {
        margin: 0 auto;
        width: 90%;
        margin-top: 120px;
        position: relative;
        height: calc(100vh - 120px);
    }
}

@media (min-width:768px) and (max-width:992px) {}

@media (min-width:992px) and (max-width:1200px) {}

@media (min-width:1200px) {
    .login-container {
        margin: 0 auto;
        width: 70%;
        margin-top: 120px;
        position: relative;
        height: calc(100vh - 120px);
    }



}