﻿.form-options {
    height: 100%;
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    border-radius: .25rem;
}

.btn-form {
    border: none;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .btn-form i {
        font-size: 2rem;
    }

.action-card:hover, .form-item-setting:hover {
    cursor: pointer;
}

.form-options .form-options-container {
}

    .form-options .form-options-container .form-option-item {
        text-align: center;
        text-decoration: none;
    }

.form-item {
    min-height: 150px;
    cursor: pointer;
    text-decoration: none;
}

    .form-item .card-body {
        min-height: 150px;
    }

.form-item-setting-container {
    z-index: 3;
    height: 10%;
    background: rgba(0,0,0,.5);
    position: absolute;
    /* height: 30px; */
    right: 0;
    width: 35px;
    top: 0;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
}

.form-item-settings {
    min-height: 90px;
}

.form-item-setting {
}

.dual-card-content {
    padding: 14px !important;
}

.dual-card-bottom {
    border-top: 0.5px solid #d0d0d0
}


.invoice-info-container {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(19,29,40,.125);
    border-radius: .25rem;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
    box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
}

    .invoice-info-container .info-label {
        font-weight: 200;
        font-size: 12px;
    }

    .card-action{
        cursor: pointer;
    }

.text-blue-light {
    color: #9dbeff !important;
}

#opth-custom-navs a.nav-link.active, #prescription-custom-nav a.nav-link.active {
    background-color: rgb(52, 108, 176);
    border-color: rgb(52, 108, 176);
}
#opth-custom-navs .nav-tabs .nav-link, #prescription-custom-nav .nav-tabs .nav-link {
    border-radius: 0 !important;
}

#opth-custom-navs a.nav-link.active .nav-link-title, #opth-custom-navs a.nav-link.active .nav-link-icon, #prescription-custom-nav a.nav-link.active .nav-link-title, #prescription-custom-nav a.nav-link.active .nav-link-icon {
    color: #FFFFFF;
}

/*#opth-custom-navs a.nav-link .nav-link-icon {
    font-size: 1.1rem;
}





#opth-custom-navs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

#opth-custom-navs .nav-tabs .nav-item {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    border-radius: 0.25rem;
    text-align: center;
    width: 8.28rem;
    margin-bottom: 0.25rem;
}

#opth-custom-navs .nav-tabs {
    border-bottom: none;
}*/
/**/
.table.vmiddle td {
    vertical-align: middle !important;
}

.consultation-hist .table td, .consultation-hist .table th {
    padding-bottom: .15rem;
    padding-top: .15rem;
    vertical-align: top;
    border-top: 1px solid #ecedf1;
}

#consultation-table_wrapper .table th {
    vertical-align: middle !important;
}

.card-0 {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    box-shadow: 0 0 0 1px rgba(20,20,31,.05), 0 1px 3px 0 rgba(20,20,31,.15);
}

.floating-btn {
    right: 0;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    position: fixed;
    line-height: 0px;
    top: 60%;
    height: 40px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #00a28a;
    color: #fff !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    padding: 14px 8px;
}


/***Loader*******/

/* Absolute Center Spinner */
.loading-spinner {
    position: fixed;
    display :none;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
.loading-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

    /* :not(:required) hides these rules from IE9 and below */
.loading-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/****error***/

.validation {
    width: 100%;
    margin-top: .25rem;
    color: red;
}



@media screen and (max-width: 1024px) {
    /*.floating-btn {
        width:50px !important;
    }

    .floating-btn :hover{
        width :200px !important;
    }*/

}
