/* Custom theme */
body {
    font-size: 17px;
    font-family: "Mulish", "Helvetica", "Arial" !important;
    background: #f0f0f0 !important;
}

strong {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    /*color: #484848;*/
}

.btn {
    /*font-family: "Montserrat","Helvetica","Arial" !important;*/
    font-family: "Mulish";
    height: 45px !important;
    font-weight: 100 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

.btn-xs {
    height: 25px !important;
}

input[type=text],
input[type=password],
textarea {
    background: #f2f0ed !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

input[type=text],
input[type=password] {
    height: 45px !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    background: #e8e5e1 !important;
    border-color: #a4a4a4 !important;
    -moz-box-shadow: 0px 0px 0px #dfdfdf !important;
    -webkit-box-shadow: 0px 0px 0px #dfdfdf !important;
    box-shadow: 0px 0px 0px #dfdfdf !important;
}

.table {
    font-size: 17px !important;
}

.btn {
    font-size: 17px;
}

.btn-xs {
    font-size: 14px;
}

.form-control {
    font-size: 17px;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    font-size: 15px;
}

.sidebar-menu .treeview-menu>li>a {
    font-size: 15px;
}

.top-name {
    font-size: 13px;
}

.sidebar-toggle {
    font-size: 13px;
}

.skin-orange .main-header .navbar .sidebar-toggle:hover {
    background-color: #00319C;
}

a {
    color: #217BEF;
}

a:hover {
    color: #00319C;
}

.btn-primary {
    background-color: #217BEF;
    border-color: #217BEF;
}

.btn-primary:hover {
    background-color: #00319C;
    border-color: #00319C;
}

/* END custom theme */

/*.pull-left .xmargin{
    margin-right: 5px!important;
    padding-right: 10px;
}

.pull-right .xmargin{
    margin-left: 5px!important;
}*/

.skin-orange .main-header .logo {
    background: #fff;
}

.main-header .navbar {
    background: #217BEF !important;
    height: 50px;
}

.main-white {
    background: #fff;
    padding: 30px;
}


.custom-report-jumbotron {
    padding: 30px 30px;
    background: #ffffff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
    border: 1px solid #e3e0e0;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.content-wrapper {
    padding: 20px;
}

.main-title {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #00319C;
}

.main-sub-title {
    color: #00319C;
    font-size: 20px;
    margin-bottom: 20px !important;
    font-weight: 100px;
    text-transform: uppercase;
}

.main-sub-sub-title {
    color: #00319C;
    font-size: 16px;
    margin-bottom: 20px !important;
    font-weight: 100px;
    text-transform: uppercase;
}

.main-charts-sub-title {
    color: #00319C;
    font-size: 20px;
    font-weight: 100px;
    text-transform: uppercase;
}

.main-unit-measure-sub-title {
    color: #00319C;
    font-size: 16px;
    margin-bottom: 20px !important;
    font-weight: 100px;
    text-transform: none !important;
}

.main-dialog-sub-title {
    color: #12546c;
    font-size: 20px;
    font-weight: 100px;
    text-transform: uppercase;
}

#search {
    margin-bottom: 10px;
}

.item-row {
    background: #f2f0ed;
    padding: 10px;
    margin-bottom: 10px;
}

.jumbotron {
    padding: 20px !important;
}

.custom-jumbotron {
    padding: 20px 20px;
    background: #d8d2c2;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
}

.privacy-jumbotron p {
    font-size: 16px !important;
}

#confirm-modal-title {
    font-weight: bold;
    font-size: 24px;
}

.address-item,
.targets-item,
.contacts-item,
.questionnaires-item {
    margin-bottom: 20px;
    background: #ededed;
    padding: 20px;
}

.measure-box {
    background: #ffffff;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 20px;
}

.measure-box-text-big {
    font-size: 40px;
    font-weight: 900;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.measure-box-text-small {
    font-size: 16px;
    font-weight: 500;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.index-box {
    background: #ffffff;
    min-height: 215px;
    max-height: 215px;
    margin-bottom: 20px;
    padding-top: 45px;
}

.measure-box {
    background: #ffffff;
    min-height: 215px;
    max-height: 215px;
    padding-top: 20px;
}

.total-index-box {
    min-height: 100px;
    max-height: 100px;
}

.index-box-text-big {
    font-size: 45px;
    font-weight: 900;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.total-index-box-text-big {
    font-size: 55px;
    font-weight: 900;
    /* #color: #1B7D9C; */
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.measure-box-text {
    font-size: 35px;
    font-weight: 700;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.monitoring-box {
    background: #ffffff;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 8px;
}

.monitoring-box-text {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    cursor: pointer;
}

.monitoring-box-text:hover {
    color: black;
}

.user-table-text {
    text-align: center;
    font-weight: 900;
    color: #1B7D9C;
    font-size: 20px;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    border: none !important;
    opacity: 1 !important;
}

.user-table-text:hover {
    color: black;
}

.expand-text {
    color: #1B7D9C;
    font-size: 19px;
    font-weight: bold;
    ;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    width: auto;
    cursor: pointer;
}

.expand-text:hover {
    color: black;
}

.expand-area {
    color: #1B7D9C;
    font-weight: bold;
    float: right;
    font-size: 25px;
    padding-right: 30px;
}


.underline {
    border-bottom: 3px solid currentColor;
}

.dashboard-box {
    background: #ECF0F5;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 20px;
}

.dashboard-box-text-big {
    font-size: 60px;
    font-weight: 100;
    color: #00319C;
}


.dashboard-box-text-medium {
    font-size: 50px;
    font-weight: 100;
    color: #00319C;
}


.dashboard-box-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00319C;
    border-bottom: 3px dotted #00319C;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dashboard-selected-box {
    background: #a0e8a1;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 20px;
}

.bootstrap-datetimepicker-widget .datepicker-days table tbody tr:hover {
    background-color: #eee;
}

.vakata-context {
    z-index: 100000 !important;
}

.onoffswitch {
    position: relative;
    width: 240px;
    /* -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none; */
}

.onoffswitch-checkbox {
    display: none;
    position: absolute;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    padding: 0;
    line-height: 46px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Risposta Obbligatoria";
    padding-left: 10px;
    background-color: #B40000;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Risposta Facoltativa";
    padding-right: 15px;
    background-color: #217BEF;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 15.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 200px;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.borderbox {
    border: 1px dashed grey;
}

#questionaryData label.error {
    color: #9E142E;
    float: none;
    font-size: 105%;
    font-weight: bold;
    margin-left: .5em;
}

.top_logout {
    color: white !important;
}

.top_logout a {
    color: white !important;
}

.top_logout a:hover {
    color: white !important;
}

.dashboard-box {
    background: #ffffff;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 20px;
}

.dashboard-box-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f24611;
    border-bottom: 3px dotted #f24611;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dashboard-box-text-big {
    font-size: 60px;
    font-weight: 100;
    color: #b21d09;
}

.dashboard-box-text-big a {
    text-decoration: none;
}

.custom-select {
    background-color: #f2f0ed !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 45px !important;
    font-weight: normal !important;
}

.dash-box {
    padding: 20px;
    background: #fff;
    font-style: italic;
    font-weight: 100;
    min-height: 300px;
    text-align: center;
}

.flex-item {
    align-items: center;
    justify-content: center;
    display: flex;
}

.dash-box-title {
    color: #147D9C;
    font-size: 30px;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.dash-box-icon {
    display: block;
    color: #ffffff;
    background: #147D9C;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    text-align: center;
    padding-top: 40px;
}

.meta-box {
    margin-bottom: 20px;
}

.meta-box a {
    text-decoration: none !important;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    color: #3a3a3a;
}

.meta-box a:hover {
    opacity: 0.8;
}


.numberCircle {
    border-radius: 60%;
    width: 48px;
    height: 48px;
    /*padding: 1px;*/
    /*background: #eae;*/
    border: 0px;
    color: #3a3a3a;
    text-align: center;
    font: 20px Arial, sans-serif;
}

.user-header {
    margin-top: -20px;
    padding: 15px;
}

.monitoring-tabs {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.medic-title {
    text-transform: uppercase;
    text-align: center;
}

.medic-name {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.patient-spacer {
    padding: 15px;
}

.medic-row {
    background: #ff1f3e;
    color: #ffffff;
    min-height: 130px;
    height: 130px;
    padding-top: 20px;
}

.patient-title {
    font-size: 25px;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    text-transform: uppercase;
}


.measure-tabs ul {
    overflow: auto;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.measure-tabs li {
    float: left;
    /* margin-right: 10px; */
    /* padding: 10px 20px; */
    /* color: #ffffff; */
    font-weight: 100;
    text-transform: uppercase;
    margin-right: 10px;
    /* background: #d1d1d1; */
    /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; */
    /* padding */
    /* margin-bottom: 20px;
    border-bottom: 10px solid red; */
}

.monitoring-tabs-evidence {
    border-bottom: 5px solid #147D9C;
}

.tab-container {
    padding: 10px 20px;
}

.measure-tabs-block {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.side-tabs-block {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.measure-tabs-button {
    /* color: #ffffff; */
    border: 0px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    /* margin-right: 5px; */
}

.measure-tabs-active-button {
    color: #ffffff;
    background: #5F5F5F!important;
}

.measure-tabs-active-button:hover {
    color: #ffffff!important;
}

.tabs-evidence {
    border-bottom: 5px solid #5F5F5F;
}

/* .wellness-tabs-evidence {
    border-bottom: 5px solid #5BD97D;
}

.tests-tabs-evidence {
    border-bottom: 5px solid #6FC2DB;
}

.prescriptions-tabs-evidence {
    border-bottom: 5px solid #E89CFF;
}

.activities-tabs-evidence {
    border-bottom: 5px solid #1fb11c;
}

.actions-tabs-evidence {
    border-bottom: 5px solid #FFDB8E;
}

.diary-tabs-evidence {
    border-bottom: 5px solid #7873F8;
}

.alarms-tabs-evidence {
    border-bottom: 5px solid #F26628;
}

.annotations-tabs-evidence {
    border-bottom: 5px solid #e93f0b;
}

.reports-tabs-evidence {
    border-bottom: 5px solid #a214a0;
}

.timeline-tabs-evidence {
    border-bottom: 5px solid #ffcc00;
} */

/* .usernotifications-tabs-evidence {
    border-bottom: 5px solid #0E546B
}

.userreports-tabs-evidence {
    border-bottom: 5px solid #e7bf88;
}

.userexaminations-tabs-evidence {
    border-bottom: 5px solid #4cdbe0;
} */

.measure-tabs li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}

.measure-tabs li a:hover {
    color: #272727;
}

.numberCircle {
    border-radius: 60%;
    width: 48px;
    height: 48px;
    border: 0px;
    color: #3a3a3a;
    text-align: center;
    font: 20px Arial, sans-serif;
}


.item-row {
    background: #f2f0ed;
    padding: 10px;
    margin-bottom: 10px;
}


.box-title {
    color: #ffffff;
    background: #147D9C;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
}


.box-row {
    background: #147D9C;
    padding: 10px;
    margin-bottom: 10px;
}

.top-bar-notice {
    background: #CF2F06;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
}

.alarms-bar {
    background: #ffffff;
    padding: 10px 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    /* margin-bottom: 20px; */
    color: #ff1f3e;
}

.alarms-bar-main-title {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.alarms-bar-main-sub-title {
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
}

.public-form table th {
    /* background: #2D2D2D !important; */
    background-color:#F4F4F4;
    /* color: #fff; */
    /* text-transform: uppercase; */
}

.alarms-bar-item {
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.sb-alarm-box {
    border: 1px solid #707070;
    margin-bottom: 20px;

}

.alarm-action-box {
    background: #EFECEC;
    padding: 20px;
    margin-bottom: 20px;
}

.alarm-action-box-closed {
    background: #CCCBCB;
}

.measure-tabs {
    margin-bottom: 10px;
    /* background: #ffffff; */
    /* padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px; */
}

.protocol-selection {
    margin-bottom: 20px;
    padding: 30px;
    background: #ffffff;
}

.chart-measures-selection {
    margin-bottom: 20px;
    padding: 30px;
    background: #ffffff;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    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: 20px;
    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);
}

.view-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: bold;
    text-transform: uppercase;
}

.form-divider {
    border-bottom: 1px dashed rgba(162, 162, 162, 0.25);
    margin-bottom: 20px;
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px;
}

#gps-positions {
    margin-top: 20px;
    height: 300px;
    overflow: scroll;
}

.gps-position-item {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
}

.notes-row {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.alarm-box {
    background: #ffffff;
    min-height: 120px;
    max-height: 130px;


    /*padding-top: 20px;
    padding: 45px;*/
}

.alarm-box-text-big {
    font-size: 12px;
    font-weight: 900;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
}

.alarm-box-text-small {
    font-size: 13px;
    font-weight: 400;
    color: #1B7D9C;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*** Classi loader ***/
/* .ajaxLoader {
    position:absolute;
    left:1055px;
    top: 70px;
    width: 300px;
    padding: 10px;
    text-align: center;
}  */

#divloader {
    position: fixed;
    border: 1px solid #928e82 !important;
    z-index: 99999;
}

#divloader .jumbotron {
    margin-bottom: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}


.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(20, 125, 156, 1);
    border-radius: 50%;
    border-top-color: rgb(0, 0, 0);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 230px;
    background-color: #ecf0f5;
    color: white;
    text-align: center;
    z-index: 9999;
}

.line {
    width: 99%;
    border-top: 1px solid #ffffff;
    position: fixed;
    z-index: 9999;
    left: 0;
}

.nodisplay {
    display: none;
}

.blockdisplay {
    display: block;
}

.sidebar-version {
    color: #fff;
    /* background-color: #fff; */
    margin-top: 10px;
    padding-left: 0px;
    text-transform: uppercase;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-align: center;     */
}

.sidebar-mini.sidebar-collapse .sidebar-version {
    display: none;
}

.sidebar-top-version {
    font-size: 16px;
}

.sidebar-small-version {
    font-size: 14px;
}



@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.alert a:hover {
    color: #a5732b;
}

.main-sidebar {
    position: fixed;
}

.logo {
    position: fixed;
}

.asl-item {
    border: 1px solid #ddd;
    padding: 20px;
}

.registry-profile {
    border:10px solid #f24611;
    height: 100px;
     border-radius: 50%;
}
