﻿/*
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/
@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Overall Page */
body {
    margin: 0;
    /*background-color: #f4f9ff !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f9ff), color-stop(0.2, #e1efff), color-stop(0.8, #e1efff), color-stop(1, #e1efff));
    background-image: -moz-linear-gradient(left, #e1efff 0%, #f4f9ff 20%, #f4f9ff 80%, #e1efff 100%);
    background-image: -ms-linear-gradient(left, #e1efff 0%, #f4f9ff 20%, #f4f9ff 80%, #e1efff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00326d',endColorstr='#ff004080',GradientType=1);*/
    font-family: open_sansregular, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    background: url(/img/gedeonleft.png) no-repeat top left fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gedeonleft.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gedeonleft.png', sizingMethod='scale')";
    background-position: left top;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.has-error {border:2px solid rgb(185, 74, 72) !important;}
#wrapper {
    padding: 0;
    width: 100%;
    margin: 0;
}
.breadcrumb {
    font-size: 15px !important;
}
/* Header Section */
/* Main Content */
#contentWrapper {
    border-style: none;
    border-width: 0;
    margin: 0;
    /*background-color #f4f9ff;*/
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

#content {
    margin: 0 auto 0 auto;
    border-style: hidden;
    border-width: 0 5px 0 5px;
    padding: 0 5px 0 5px;
    width: auto;
    background-color: #f4f9ff;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 2px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

h1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff70;
    padding: 10px 20px;
    border-radius: 25px;
}

#content p {
    font-size: 100%;
    line-height: 1.6em;
}

#content ul {
    font-size: 100%;
    line-height: 1.6em;
}

#footerWrapper {
    background-color: #f4f9ff;
    margin: 0;
    padding: 0;
}

#footer {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    vertical-align: central;
}

#RoleCheckBoxListWrapper {
    width: 200px;
    text-align: left;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.HeaderFreez {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}
.TextoOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
}
input {
    color: black;
}

.DisplayDesc {
    width: 350px;
    text-align: left;
}

.DisplayDiv {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}

.gridtext {
    white-space: nowrap;
}

    .gridtext table {
        white-space: nowrap;
    }

    .gridtext tr {
        white-space: nowrap;
    }

    .gridtext td {
        white-space: nowrap;
    }

    .gridtext th {
        white-space: nowrap;
    }

.button_Type1 {
    border: 1px solid #e1efff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #2ca9ef;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2ca9e1), color-stop(1, #015295) );
    background: -moz-linear-gradient( center top, #2ca9e1 5%, #015295 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3bf', endColorstr='#e69600');
    background-image: linear-gradient(to bottom, #2ca9e1, #015295);
}

    .button_Type1:hover {
        border: 1px solid #2ca9ef;
        background-color: #2ca9ef;
        background-image: linear-gradient(to bottom, #015295, #2ca9e1);
        color:white;
    }

.GesDim_Btn {
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-border-radius-topleft: 37px;
    -moz-border-radius-bottomright: 37px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 0 #d5e3f3;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 37px;
    -webkit-border-top-left-radius: 37px;
    box-shadow: inset 0 1px 0 0 #2ca9ef;
    background: -webkit-linear-gradient(top,#d5e3f3 0,#63a2c6 #004890b5);
    background: -moz-linear-gradient( center top, #d5e3f3 5%, #004890b5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e3f3', endColorstr='#004890b5');
    background-image: linear-gradient(to bottom, #d5e3f3, #004890b5);
    background-color: #d5e3f3;
    border-top-left-radius: 37px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 0;
    text-indent: 0;
    border: 1px solid #eaf4ff;
    display: inline-block;
    color: #161d40;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    height: 85px;
    line-height: 65px;
    width: 281px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #bcd9ff;
    margin-bottom: 15px;
}

    .GesDim_Btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1efff), color-stop(1, #e1efff) );
        background: -moz-linear-gradient( center top, #e1efff 5%, #f4f9ff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69600', endColorstr='#fff3bf');
        background-color: #d0d9ff;
        background-image: linear-gradient(to bottom, #e1efff, #f4f9ff);
    }

    .GesDim_Btn:active {
        position: relative;
        top: 1px;
    }

.dropdownlist {
    background-color: #d0d9ff;
    color: black;
}

.TBcontainer {
    display: table;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.TBrow {
    display: table-row;
    width: auto;
}

.TBleft, .TBright, .TBmiddle, .TBmiddleSpace, .TBmiddle50 {
    display: table-cell;
    min-height: 17px;
    padding: 1px;
}

.tbspan {
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 1px 1px;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-box-shadow: inset 1px 1px 0 0 #ffffff;
    -moz-box-shadow: inset 1px 1px 0 0 #ffffff;
    box-shadow: inset 1px 1px 0 0 #ffffff;
    min-width: 15px;
    min-height: 15px;
}

.TBmiddle {
    min-width: 200px;
    width: 200px;
}

.TBmiddleSpace {
    max-width: 10px;
}

.TBmiddle50 {
    max-width: 50px;
    min-width: 40px;
}

.TBright {
    text-align: right;
    min-width: 150px;
}

.TBleft {
    text-align: left;
    min-width: 150px;
    padding-left: 3px;
}

.ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    border: thin;
    padding: 4px 5px 3px 5px;
    font-size: 13px;
    height: 20px;
    width: 340px;
    display: block;
}

#DivDadosFarmacia {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#PotencialDiv {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
}

.center {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
}

.loginBox {
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.noteDiv {
    color: white;
    width: 395px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
}

#note {
    display: inline-block;
    vertical-align: top;
    -ms-zoom: 1;
    zoom: 1;
    width: 600px;
    font-weight: bold;
}

#tip {
    display: inline-block;
    vertical-align: top;
    -ms-zoom: 1;
    zoom: 1;
    width: 340px;
    font-weight: normal;
}

div.panelThre {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input.pcPassword {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

div.PCBtnDiv {
    position: relative;
    margin-top: 20px;
}

img.logoPic {
    width: 100%;
}

.topLogo {
    background: url(Images/top_bg.jpg);
    height: 90px;
}

.style1 {
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 50px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.style2 {
    font-size: 12px;
    font-weight: bold;
    padding-right: 50px;
    text-align: right;
    white-space: nowrap;
    color: #FFFFFF;
}

input.loginBtn {
    height: 34px;
    display: inline-block;
    width: 113px;
    background: url(Images/loginBtn.png);
    cursor: pointer;
}

/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee {
    line-height: 1em;
    color: #fff9d6;
    font-weight: bold;
    font-size: 28px;
    text-shadow: 0 0 0 rgb(216,216,216),1px 1px 0 rgb(187,187,187),2px 2px 0 rgb(158,158,158), 3px 3px 0 rgb(129,129,129),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.2);
}

.label_T2 {
    border: solid 2px #000000;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-radius: 18px;
    padding: 10px;
    background-color: rgba(0, 255, 0, 0.4);
    background: rgba(0, 255, 0, 0.4);
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 9999;
}

.teste {
    border-radius: 10px;
    text-align: center;
}

.cal {
    /*width: 100%;*/
    position: relative;
    padding: 4px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: inline-block;
    vertical-align: baseline;
    -ms-zoom: 1;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}

    .cal:before {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 4px;
        right: 4px;
        height: 6px;
        background: #d9d9d9;
        border: 1px solid #909090;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .cal a {
        text-decoration: none;
    }

    .cal tr:first-child td {
        border-top: 0;
    }

    .cal td:first-child {
        border-left: 0;
    }

    .cal tr:first-child a {
        border-top: 0;
        margin-top: 0;
    }

    .cal tr:last-child a {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .cal td:first-child a {
        border-left: 0;
        margin-left: 0;
    }

    .cal td:last-child a {
        border-right: 0;
        margin-right: 0;
    }

    .cal tr:last-child td:first-child a {
        border-radius: 0 0 0 3px;
    }

    .cal tr:last-child td:last-child a {
        border-radius: 0 0 3px 0;
    }

.cal-table {
    position: relative;
    margin: 0 0 1px;
    border-collapse: separate;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #bbb;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}

.cal-caption {
    padding-bottom: 1px;
    line-height: 32px;
    color: white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #629c2e;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}

    .cal-caption a {
        line-height: 30px;
        padding: 0 10px;
        font-size: 20px;
        font-weight: normal;
        color: white;
    }

    .cal-caption .prev {
        float: left;
    }

    .cal-caption .next {
        float: right;
    }

.cal-body td {
    /*font-size: 11px;*/
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    height: 70px;
}

.cal-body a {
    display: block;
    position: relative;
    line-height: 50px;
    color: #555;
    text-align: center;
}

    .cal-body a:hover {
        background: #fafafa;
    }

.cal-off a {
    color: #ccc;
    font-weight: normal;
}

.cal-today a {
    color: black;
    background: #f5f5f5;
    background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
    background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
    background-image: -o-linear-gradient(top, whitesmoke, white 70%);
    background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-selected a, .cal-body a:active {
    margin: -1px;
    color: #b2494d;
    background: #fff5f6;
    border: 1px solid #e7d4d4;
}

.cal-check a {
    color: #f79901;
    overflow: hidden;
}

    .cal-check a:before {
        content: '';
        position: absolute;
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
        background: #ffb83b;
        background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-legend {
    display: block;
    font-size: 14px;
    width: auto;
    padding: 2px 7px 2px 5px;
    margin-bottom: 2px;
    line-height: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);

}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}

.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}

.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}

.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}

.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}

.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}

.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}

.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}

.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: white;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: white;
}

.radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}

.radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
}

.radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
}

.radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}

.radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
}

.radio.radio-md label {
    padding-left: 22px;
    top: 17px;
}

.radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}

.radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
}

.radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.table-responsive {
    overflow-x: initial;
}

.vertical {
    writing-mode: vertical-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    min-height: 364px;
    min-width: 320px;
    max-width: 412px;
    width: calc(100% - 40px);
    padding: 36px;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    border: 1px solid #818c94;
    border: 1px solid rgba(0,0,0,0.4);
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.outer {
    display: table;
    position: relative;
    height: 100%;
    min-height: 500px;
    width: 100%;
}

.panel {
    background-color: rgba(255, 255, 255, 0.96);
}
.vertical-align {
    transform: translateY(50%);
}
.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}
.fc-daygrid-event-dot {
 display:none;
 
}
.fc-daygrid-dot-event .fc-event-title {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
    color:white;
    font-weight:normal;

}
.underlineHover::after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}
.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

.modal-backdrop {
    z-index: -1 !important;
}

.modal-dialog {
    margin: 2px auto;
    z-index: 1100 !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90% !important;
        max-width: 1200px !important;
    }
    .h1, h1 {
        font-size: 26px;
    }
}
hr.noSpace {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}
.spacing-top {
    margin-top: 5px; /* Adjust as needed */
}