/* Loading Spinner */

.spinner {
    margin: 0;
    width: 70px;
    height: 18px;
    margin: -35px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}


.image-map img{
    width: 100%;
}

.image-map {
    position: absolute;
}

.content-page{
    padding-top: 0 !important;
}

.icon {
    position: absolute;
    top: 10px;
    float: right;
    right: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav h2{
    padding: 20px !important;
    color: #fff !important;
    background: #aeaeae !important;
    font-size: 14px !important;
}

.sidenav .province{
    padding: 15px 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}




/* LOGIN PAGE style */

.bg-grey{
    color: #ccc;
    border-color: #000;
    background: #F4F4F4;
}

.ira{
    text-align: center !important;
    padding-bottom: 50px;
    color: #606060;
    font-size: 45px;
    font-weight: 700;
}

.ira .ira-jr{
    font-size: 25px;
}

.content-box .content-box-wrapper{
    padding: 40px !important;
}

.content-box .content-box-wrapper p{
    color: #565656;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.border-none {
    margin-top: 5px;
}

.border-none .form-control{
    padding-left: 18px;
    height: 40px;
    box-shadow: none;
}

.text-right a{
    color: #548DFA;
    text-decoration: none !important;
}

.button{
    margin-top: 40px;
}

.button button{
    background: #DC1717;
    color: #fff;
    padding: 25px;
    line-height: 0;
    border-radius: 5px;
    outline: none !important;
}

.button button a{
    text-decoration: none;
}

.button button:hover{
    background-color: transparent;
    border-color: #DC1717;
    color: #DC1717;
}

.button p{
    margin-bottom: 0 !important;
}

.image-logo{
    text-align: center;
    margin-bottom: 30px;
}

.border-none input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #565656;
}
.border-none input::-moz-placeholder { /* Firefox 19+ */
    color: #565656;
}
.border-none input:-ms-input-placeholder { /* IE 10+ */
    color: #565656;
}
.border-none input:-moz-placeholder { /* Firefox 18- */
    color: #565656;
}

.center-margin{
    width: 500px;
}

.margin-tp{
    margin-top: 20px;
}


