.layout-content-body {
    padding: 10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-content.pdf {
    padding: 0px;
}

.panel {

    border: 1px solid #f1f1f1;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
    text-align: left;
}

.responsive {
    width: 100%;
    height: auto;
}

.nav-tabs>li {
    border-left: none;
}

.nav-tabs>li.active {
    border-top: 1px solid #D9230F;
}

.layout.full {
    padding-top: 0px;
}



.nav-tabs>li {
    position: relative;
}

.nav-tabs>li>a {
    display: inline-block;
}

.nav-tabs>li>span {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 8px;
    color: red;
}

.nav-tabs>li:hover>span {
    display: inline-block;
}

#input_adir-error,
#input_ados-error,
#input_anamnesis-error {
    position: absolute;
    left: 0px;
}

.mt-10 {
    margin-top: 10px;
}

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

.bootstrap-timepicker-widget.dropdown-menu,
.ui-timepicker-wrapper {
    z-index: 99999 !important;
}

.fc-event,
.fc-event-dot {
    background: #D9230F;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.txt-center {
    text-align: center !important;
}

.confirmation-icon {
    color: #D9230F;
}

.confirmation {
    text-align: center;
}


.datepicker table tr td.today:hover {
    background-color: #22B14C;
}

.step.active .step-icon {
    background-color: #d9230f;
    color: #fff;
}

.step-icon {
    background-color: #fff;
    color: #d9230f;
}

.step.active .step-icon {
    background-color: #d9230f;
    color: #fff;
}


.theme-panel {
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    color: #777;
    display: block;
    height: 100%;
    max-height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 1100px;
    z-index: 1050
}

.theme-panel-collapsed {
    -webkit-transform: translateX(1100px);
    -ms-transform: translateX(1100px);
    -o-transform: translateX(1100px);
    transform: translateX(1100px)
}

.theme-panel-toggler {
    background-color: #fff;
    background-image: none;
    border-color: #ddd;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 70%;
    width: 40px
}

.theme-panel-toggler span {
    color: red;
}

.theme-panel-body {
    bottom: 57px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    width: 100%
}

.theme-settings {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.theme-settings-heading {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px
}

.theme-settings-item {
    display: table;
    margin-top: 15px
}

.theme-settings-label {
    display: table-cell;
    vertical-align: middle;
    width: 99%
}

.theme-settings-switch {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.theme-settings-description {
    font-size: 11px;
    margin-top: 15px;
    text-align: center
}

.theme-variants {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin: 0 -5px
}

.theme-variants:after,
.theme-variants:before {
    display: table;
    content: " "
}

.theme-variants:after {
    clear: both
}

.theme-variants-item {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 50%
}

.theme-variants-current:after {
    background-color: #d9230f;
    background-image: url("data:image/svg+xml;
charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg'width='28'height='28'viewBox='0 0 28 28'fill='%23fff'%3E%3Cpath d='M26.109 8.844q0 .625-.438 1.062L12.233 23.344q-.438.438-1.062.438t-1.062-.438l-7.781-7.781q-.438-.438-.438-1.062t.438-1.062l2.125-2.125q.438-.438 1.062-.438t1.062.438l4.594 4.609 10.25-10.266q.438-.438 1.062-.438t1.062.438l2.125 2.125q.438.437.438 1.062z'/%3E%3C/svg%3E");
background-position:center center;
    background-repeat: no-repeat;
    -webkit-background-size: 75% 75%;
    background-size: 75% 75%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 15px
}

.theme-variants-link {
    display: block;
    position: relative
}

.theme-variants-alt {
    background-color: #d9230f;
    border-top-right-radius: 5px;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 10px;
    left: 5px;
    padding: 1px 5px;
    position: absolute
}

.theme-variants-alt:focus, .theme-variants-alt:hover {
    color: #fff;
    text-decoration: none
}

.theme-panel-footer {
    background-color: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none !important;
}


.scrtabs-tab-scroll-arrow {
    background-color: #D9230F !important;
    width: 30px  !important;
    padding-left: 8px  !important;
    color: white  !important;
}