body {
    height: 100%;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
}

.loading {
    background-image: url(/images/apps/loading.gif);
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.prvd-calc-illness {
    display: none;
    opacity: 0;
    font-size: 0;
    margin: auto;
    max-width: 960px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.prvd-calc-illness div {
    box-sizing: border-box;
} 

.prvd-calc-illness .calculator {
    font-family: Arial, sans-serif;
}

.prvd-calc-illness .calculator {
    background-color: #fff;
}

.prvd-calc-illness .calculator .content .checkboxes .item:hover,
.prvd-calc-illness .calculator .content .inputBlock .calendar-icon:hover {
    opacity: .8;
}

#calendar .button {
    background-position: center;
    background-repeat: no-repeat;
}

.prvd-calc-illness .calculator {
    overflow: hidden;
    color: #464646;
    position: relative;
    padding: 50px 20px 50px 0;
}

.prvd-calc-illness .calculator .content {
    width: 100%;
    max-width: 780px;
    margin: auto;
    font-size: 0;
}

.prvd-calc-illness .calculator .content .leed {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 22px;
}

.prvd-calc-illness p {
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 20px;
}
.prvd-calc-illness p:last-child {
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .prvd-calc-illness .calculator .content .leed {
        font-size: 14px;
    }
}

.prvd-calc-illness .calculator .content .title {
    font-size: 38px;
    margin-bottom: 40px;
}
.prvd-calc-illness .calculator .content .main-title {
    border-bottom: 1px dashed #c7c7c7;
    white-space: nowrap;
    padding: 0;
    margin: -10px 0 15px;
    display: inline-block;
    font: 25px/37px Arial,sans-serif;
    text-transform: uppercase;
    color: #8ab75a;
    margin-bottom: 25px;
}

.prvd-calc-illness .calculator .content .list {
    font-family: Arial, sans-serif;
    font-size: 20px;
    /*color: #464646;*/
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
}

.prvd-calc-illness .calculator .content .inputBlock {
    vertical-align: top;
    position: relative;
    width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .inputBlock {
        width: 100%;
    }
}

.prvd-calc-illness .calculator .content .inputBlock .title {
    font-size: 16px;
    font-family: Arial,sans-serif;
    margin-bottom: 10px;
}

.prvd-calc-illness .calculator .content .inputBlock input {
    color: #5f91d6;
    /*font-family: PTMonoRegular;*/
    font-family: Arial, sans-serif;
    font-size: 30px;
    height: 50px;
    border-radius: 3px;
    border: none;
    line-height: 50px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.prvd-calc-illness .calculator .content .inputBlock input::-moz-placeholder {
    color: #D8D8D8;
}

.prvd-calc-illness .calculator .content .inputBlock input:-ms-input-placeholder {
    color: #D8D8D8;
}

.prvd-calc-illness .calculator .content .inputBlock input::placeholder {
    color: #D8D8D8;
}

.prvd-calc-illness .calculator .content .inputBlock .calendar-icon {
    width: 35px;
    height: 34px;
    background-image: url(/images/apps/calendarIcon-1.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
    transition: opacity ease .3s;
}

.prvd-calc-illness .calculator .content .inputBlock .after {
    margin-top: 10px;
    display: none;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .inputBlock .after {
        display: block;
    }
}

.prvd-calc-illness .calculator .content .nineBlock {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100px;
    margin: 29px 0 35px 11px;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .nineBlock {
        display: none;
    }
}

.prvd-calc-illness .calculator .content .nineBlock .line {
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    top: 27px;
    z-index: 1;
}

.prvd-calc-illness .calculator .content .nineBlock .circ {
    color: #5f91d6;
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 60px;
    line-height: 55px;
    text-align: center;
    /*font-family: PTMonoRegular;*/
    font-family: Arial, sans-serif;
    margin-left: 23px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    margin-bottom: 5px;
    border:  1px solid #ddd;
}

.prvd-calc-illness .calculator .content .nineBlock .sub {
    /*font-family: PTMonoRegular;*/
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

.prvd-calc-illness .calculator .content .bigBlock {
    width: 300px;
    display: inline-block;
}

.prvd-calc-illness .calculator .content .bigBlock .inputBlock {
    display: block;
    margin-bottom: 25px;
}

.prvd-calc-illness .calculator .content .bigBlock .inputBlock.hided {
    display: none;
}

.prvd-calc-illness .calculator .content .bigBlock.leftBlock {
    margin-right: 100px;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .bigBlock {
        width: 100%;
    }

    .prvd-calc-illness .calculator .content .bigBlock .inputBlock {
        margin-bottom: 10px;
    }

    .prvd-calc-illness .calculator .content .bigBlock.leftBlock {
        margin-right: 0!important;
    }
}

.prvd-calc-illness .calculator .content .showAll {
    display: inline-block;
    font-size: 16px;
    border-bottom: dashed 1px #464646;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: 50px;
}

.prvd-calc-illness .calculator .content .showAll.big {
    display: inline-block;
    color: #244f8a;
}

.prvd-calc-illness .calculator .content .showAll:hover {
    border-bottom: solid 1px rgba(1,1,1,0);
}

.prvd-calc-illness .calculator .content .showAll.leftShowAll {
    display: none;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .showAll {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .prvd-calc-illness .calculator .content .showAll.big {
        display: none;
    }

    .prvd-calc-illness .calculator .content .showAll.leftShowAll {
        display: inline-block;
    }
}

.prvd-calc-illness .calculator .content .showAll.small {
    display: none;
    margin-bottom: 50px;
}

.prvd-calc-illness .calculator .content .checkboxes .item {
    display: inline-block;
    width: 180px;
    margin-bottom: 30px;
    transition: ease .3s opacity;
    cursor: pointer;
    margin-right: 60px;
}

.prvd-calc-illness .calculator .content .checkboxes .item.selected {
    opacity: 1;
    cursor: default;
}

.prvd-calc-illness .calculator .content .checkboxes .item.selected .checkbox .dot,
.prvd-calc-illness .calculator .content .checkboxes .item.selected:hover {
    opacity: 1;
}

.prvd-calc-illness .calculator .content .checkboxes .item .checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
}

.prvd-calc-illness .calculator .content .checkboxes .item .checkbox .dot {
    opacity: 0;
    transition: opacity ease .3s;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #5f91d6;
    border-radius: 10px;
}

.prvd-calc-illness .calculator .content .checkboxes .item .title {
    vertical-align: middle;
    font-size: 18px;
    color: #464646;
    /*font-family: PTMonoRegular;*/
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 0;
}

.prvd-calc-illness .calcButton {
    vertical-align: top;
    display: inline-block;
    border-radius: 3px;
    margin-top: 36px;
    /*width: 45%;*/
    padding-left: 35px;
    padding-right: 35px;
    max-width: 410px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    cursor: pointer;
    transition: opacity ease .3s;
    margin-bottom: 40px;
    letter-spacing: 1.2;
    
    font-weight: bold;
    text-shadow: none;
    
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#97c765),color-stop(1,#7eaf4a))!important;
    background-color: #7eaf4a!important;
    border: 1px solid #7fb04b!important;
    background: linear-gradient(to bottom,#97c765 0%,#7eaf4a 100%);
}

.calcButtonContainer {
    width: 100%;
    text-align: center;
}

#calendar table,
#calendar table td,
#calendar table tr {
    border: 1px solid #a5a5a5;
}

.prvd-calc-illness .calcButton:hover {
    opacity: .8;
}

.prvd-calc-illness .calcButton.disabled {
    opacity: .5;
    cursor: default;
}

.prvd-calc-illness .calcButton.disabled:hover {
    opacity: .5;
}

.prvd-calc-illness .results {
    vertical-align: top;
    opacity: .5;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    margin-top: 30px;

}

.prvd-calc-illness .results .item {
    display: inline-block;
    width: 300px;
}

.prvd-calc-illness .results .item:first-child {
    float: left;
}
.prvd-calc-illness .results .item:last-child {
    float: right;
}

.prvd-calc-illness .results .item .title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #464646;
    margin-bottom: 10px;
}

.prvd-calc-illness .results .item .rect {
    width: 100%;
    height: 75px;
    border: 2px solid #464646;
    /*font-family: PTSans-Bold;*/
    font-family: Arial, sans-serif;
    font-size: 42px;
    text-align: right;
    line-height: 75px;
    padding-right: 25px;
}

@media (max-width: 810px) {
    .prvd-calc-illness .calculator .content .showAll.small {
        display: inline-block;
    }

    .prvd-calc-illness .results .item {
        width: 100%;
    }

    .prvd-calc-illness .results .item .rect {
        text-align: center;
    }
}

#calendar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 10;
    margin-bottom: 20px;
    width: 300px;
    background-color: #5f91d6;
    color: #fff;
    font-family: PTMonoRegular;
    font-size: 18px;
    border: 1px solid #00ACED;
}

@media (max-width: 810px) {
    #calendar {
        position: static;
        margin-left: -10px;
    }
}

#calendar .button {
    width: 43px;
    height: 43px;
    transition: ease .3s opacity;
    cursor: pointer;
}

#calendar .button:hover {
    opacity: .8;
}

#calendar .left {
    float: left;
    background-image: url(/images/apps/leftButton.png);
}

#calendar .right {
    float: right;
    background-image: url(/images/apps/rightButton.png);
}

#calendar .day {
    cursor: pointer;
    transition: ease .8s background-color;
    width: 100%;
    height: 100%;
    line-height: 43px;
    background-color: #fff;
    color: #464646;
}

#calendar .day:hover {
    background-color: #5f91d6;
    color: #fff;
}

#calendar .day.outer,
#calendar .day.outer:hover {
    opacity: .8;
}

#calendar .day.current {
    background-color: #fff;
    background-color: #5f91d6;
}

#calendar table {
    width: 100%;
    /*color: #a5a5a5;*/
    text-align: center;
    border: none;
}

#calendar table tr {
    height: 43px;

}

#calendar table th>.title {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-bottom: 0!important;
}

#calendar table th>.title>.text {
    width: auto;
    font-size: 18px!important;
    margin-bottom: 0!important;
    line-height: 43px;
    color: #FFF;
}

#calendar table .week-days {
    color: #FFF;
    background: rgba(216,232,254,.4);
}
#calendar table .week-days td {
    line-height: 42px;
}
#calendar table tbody tr:last-child {
    border: none;
}
#calendar table tbody tr:first-child {
    border-top:none;
    border-bottom: none;
}

td,
th {
    padding: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


