body, html {
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000;
    background: #dadadaff;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.small-text {
    font-size: 14px;
    line-height: 16px;
}

.full-height {
    height: 100%;
}

.relative {
    position: relative;
}

.form-group {

}

.btn, .ui-button, button, [type=button], [type=reset], [type=submit], .ui-widget .ui-widget {
    padding: 12px 20px 12px 40px;
    color: white;
    border-radius: 80px !important;
    text-decoration: none;
    /*min-width: 50%;*/
    outline: none !important;
    font: normal normal 600 16px/22px Raleway;
    position: relative;
}

.login-btn {
    padding: 12px 20px;
}

.btn-green:hover, .ui-button:hover, .ui-button:active, .ui-dialog-buttonset button:hover {
    background-color: white;
    color: #e4cea5ff !important;
    border-color: #e4cea5ff;
}

.btn-blue:hover, .btn-white {
    background-color: white;
    color: #e20a4e !important;
    border-color: #e20a4e;
}

.btn-white:hover {
    background-color: #e20a4e;
    color: #fff !important;
    border-color: #fff;
}

.btn-green {
    background: #e4cea5ff;
}

.bg-blue {
    background: #e20a4e !important;
}
.btn-blue, .blue-bg {
    background: #e20a4e;
}
.yellow-bg{
    background: #e20a4e;
}

.red-bg{
    background: #BE0712;
}


.btn-gray {
    background: #dadadaff;
    border-radius: 22px;
    font: normal normal 600 14px/18px Raleway;
    color: #e20a4e;
}

.square-btn {
    border-radius: 8px !important;
    padding: 12px 10px;
    width: 100%;
}

.rounded-btn {
    border-radius: 20px !important;
    padding: 12px 10px;
    width: 100%;
}

.body_container_login input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.body_container_login input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.body_container_login input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font: normal normal normal 16px/20px Raleway;
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font: normal normal normal 16px/20px Raleway;
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font: normal normal normal 16px/20px Raleway;
    color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e4cea5ff	 inset !important;
    color: #e4cea5ff;
}

.text-blue {
    color: #e20a4e;
}

.text-white {

}

.cursor-pointer {
    cursor: pointer;
}

.red-block {
    background: #BE0712;
}

.yellow-block {
    background: #F0B227;
}

.light-red-block {
    background: #ea9999;
    border: 1px solid #BE0712;
    font: normal normal bold 10px/13px Raleway !important;
    color: #26200D !important;
    text-transform: uppercase;
}

.light-yellow-block {
    background: #FFF2CC;
    border: 1px solid #F0B227;
    border-radius: 5px;
    font: normal normal bold 10px/13px Raleway !important;
    color: #26200D !important;
    text-transform: uppercase;
}
.lighter-blue-bg{
    background: #6982ab;
}
.light-lighter-blue-bg{
    border: 1px solid #6982ab;
    background: #6982abab;
    color: #26200D !important;
}
.light-blue-bg {
    background: #A5C2F4;
    border: 1px solid #3071E6;
    border-radius: 5px;
    font: normal normal bold 10px/13px Raleway !important;
    color: #3071E6 !important;
    text-transform: uppercase;
}

.gray-block {
    background: #dadadaff;
}

.dark-blue-block {
    background: #e20a4e;
    border-radius: 5px;
    color: #fff;
}

.blue-block {
    background: #F1F5FE;
    border-radius: 5px;
    color: #3170E6;
}

.blue-block a{
    text-decoration: none;
    color: #3170E6;
}

.light-gray-block {
    background: #F5F7FA;
    border-radius: 5px;
    color: #576E95;
}

.light-gray-block a{
    text-decoration: none;
    color: #576E95;
}

.green-block {
    background: #F1FCFA;
    border-radius: 5px;
    color: #e4cea5ff;
}
.green-block a{
    text-decoration: none;
    color: #e4cea5ff;
}

.light-blue-block {
    background: #F4FAFE;
    border-radius: 5px;
    color: #5CB3F0;
}
.light-blue-block a{
    text-decoration: none;
    color: #5CB3F0;
}

.device-bg{
    background: #3170e6;
}
.cyan-block {
    background: #3170E6;
    border-radius: 5px;
    color: #fff;
}

.dark-gray-block {
    background: #EFF2F6;
    border-radius: 5px;
    min-height: 50px;
    color: #e20a4e;
}
.dark-gray-block a{
    color: #e20a4e;
    text-decoration: none;
}

.darker-gray-block {
    background: #6982AB;
    border-radius: 5px;
    color: white;
}

.lighter-gray-block {

    background: #E1E8F3;
    border-radius: 5px;
    color: #6982AB;
}
.lighter-gray-block a{
    text-decoration: none;
    color: #6982AB;
}

.text-red {
    color: #BE0712;
}

.text-yellow {
    color: #F0B227;
}

.text-green {
    color: #000;
}

.text-sky-blue {
    color: #6982AB;
}

.text-light-blue {
    color: #3170E6;
}

.flex-container {
    display: flex;
    /*align-items: stretch;*/
    flex-wrap: wrap;
}

.left-block {
    flex-grow: 4
}

input[type="checkbox"][aria-disabled="true"] {
    background-color: white;
    pointer-events: none;
}
svg > g > g.google-visualization-tooltip { pointer-events: none }

table.dataTable thead th, table.dataTable thead td {
    padding: 0 10px !important;
}

table.recipient-list {
    /*min-width: 1200px !important;*/
    /*width: 100% !important;*/
}

.middle-block {
    flex-grow: 3;
    display: flex;
    flex-direction: row-reverse;
}

.right-block {
    flex-grow: 3;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.custom-modal-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #ffffff00;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
}

.custom-modal {
    z-index: 1001;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #1B417919;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    top: 20%;
    width: 500px;
    min-height: 283px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.custom-modal-inner {
    padding: 40px 35px;
}

.custom-modal-close {

}

.custom-modal-title {

}

.custom-modal-content {

}

.modal-right-block {
    border-left: 1px solid #6A83A9;
    padding-left: 27px;
}

.modal-left-block, .modal-right-block {
    min-height: 100px;
    font: normal normal normal 14px/18px Raleway;
    color: #000;
}

.grey-link, .grey-link a {
    font: normal normal 600 15px/21px Raleway;
    color: #6982AB;
    margin-top: 15px;
    text-decoration: underline;
}

.modal-heading {
    font: normal normal bold 13px/17px Raleway;
    color: #e20a4e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.line-icon {
    width: 40px;
    height: 40px;
    background: #dadadaff;
    border: 1px solid #dadadaff;
    margin-left: 15px;
    outline: none;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    /*cursor: pointer;*/
}

.line-icon img {
    padding: 10px 0;
}

.profile-name {
    text-align: left;
    font: normal normal 600 14px/18px Raleway;
    letter-spacing: 0;
    margin-left: 15px;
    margin-right: 40px;
    padding-top: 12px;
}

header {
    height: 85px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px #1B417914;
    -o-box-shadow: 0 1px 4px #1B417914;
    -webkit-box-shadow: 0 1px 4px #1B417914;
    -moz-box-shadow: 0 1px 4px #1B417914;
    padding: 20px 0;
    margin-bottom: 25px;
}

nav .btn {
    /*width: 180px;*/
    height: 44px;
    padding: 12px 20px 12px 40px !important;
    font: normal normal 600 14px/18px Raleway;
    letter-spacing: 0;
    color: #e20a4e;
    position: relative;
    margin-left: 15px;
}

.add-eval {
    padding-left: 40px;
    text-decoration: underline;
    font: normal normal 400 14px/18px Raleway;
    cursor: pointer;
    color:black
}

nav .btn:before, .btn.add-btn:before, .add-eval:before {
    content: "+";
    display: inline-block;
    position: absolute;
    left: 20px;
    font-size: 24px;
}

.add-eval.new-assessment:before {
    font-size: 32px;
    line-height: 16px;
    cursor: pointer;
    left: 50%;
    margin-left: -7px;
}

.add-eval.task-type:before {
    content: "";
}

input[type="date"] {
    position: relative;
}


.main-logo {
    width: 250px;
    height: 55px;
}

.login_container {
    width: 680px;
    margin: 0 auto;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 300px;
    box-shadow: 0 3px 15px #1B417919;
    -moz-box-shadow: 0 3px 15px #1B417919;
    -webkit-box-shadow: 0 3px 15px #1B417919;
    max-height: 450px;
    padding: 40px 0 50px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.body_container_login {

}

.login-heading {
    font-style: italic;
    font-size: 22px;
    font-weight: 600;
}

input {
    outline: none;
}

.login_container input {
    background: #e4cea5ff;
    width: 100%;
    padding: 15px;
    border-radius: 40px;
    border: none;
    outline: none;
}

.login_container a {
    text-decoration: underline;
    font-size: 14px;
}

.login_container .form-group {
    width: 350px;
    margin: auto;
    margin-top: 20px;
}

.form-group .btn {
    width: 100%;
}

#toggleConfirmPassword, #togglePassword {
    position: absolute;
    right: 15px;
    top: 18px;
    margin-left: -40px;
    cursor: pointer;
}

#toggleConfirmPassword img, #togglePassword img {
    display: inline-block;
    vertical-align: middle;
}

.wrapper {
    margin: 0 auto 90px;
    width: 96%;
}

.inner-content {
    background: #FFFFFF;
    box-shadow: 0 1px 4px #1B417914;
    min-height: 90px;
    padding: 4px 27px 22px;
    position: relative;
}

.alert-content {
    padding: 13px 75px 20px 30px;
    height: 100%;
}

.small-block-item {
    border-radius: 10px;
    margin: 6px;
    min-height: 100px;
    flex: 1 0 21%;
}

.block-inner {
    padding: 10px 13px;
}

.block-icon {
    width: 32px;
    height: 32px;
    /*border: 3px solid #FFFFFF;*/
    /*border-radius: 100%;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    margin-bottom: 3px;
}
.block-icon img{
    width: 100%;
}


.block-content {
    font: normal normal normal 12px/15px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
}

.block-content.no-content > div {
    background: #E1E8F3;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 15px 10px;
    font: italic normal normal 12px/12px Raleway;
}

.block-content b {
    font: normal normal bold 10px/13px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}

.block-title {
    margin-top: 16px;
    font: normal normal 600 18px/25px Raleway;
}

.block-title span {
    font: normal normal bold 22px/25px Raleway;

}
.text-red{
    color: #e20a4e;
}
.block-sub-title {
    padding-left: 6px;
    margin-top: 13px;
    font: normal normal 600 16px/22px Raleway;
    color: #000;
}

.link-more {
    position: absolute;
    right: 25px;
    top: 17px;
}

.block-survey-list {
    margin: 30px auto;
}

.survey-item-block {
    background: #6982AB;
    border-radius: 10px;
    height: 55px;
    padding: 10px 15px;
    margin-top: 10px;
    position: relative;
    width: 100% !important;
}

.survey-item-block:after, .survey-item-block .new-assessment {
    content: url("../images/edit-icon.svg");
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

.survey-item-block.active:after, .survey-item-block .new-assessment {
    content: "";
}

.new-assessment {
    font-size: 32px;
    line-height: 16px;
    cursor: pointer;
}

.survey-user {
    font: normal normal bold 14px/18px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
}

.survey-info {
    font: italic normal normal 14px/20px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
}

.survey-item-block.active {
    background: #e20a4e;
}

.donutCell {
    position: relative;
}

.donutDiv {
    width: 256px;
    height: 256px;
}

.centerLabel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% / 4);
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #173F7B;
}
.pie-legend{
    position: absolute;
    top: 10px;
    right: 5%;
    font-size: 14px;
}
.pie-legend span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.chart-total {
    font-size: 45px;
    padding-top: 12px;
}
.chart-total a{
    text-decoration: none;
    color: #173F7B;
}

.main-charter {
    margin-top: 40px;
    margin-bottom: 60px;
}

.analityc-block-item {
    padding: 15px 10px;
    display: flex;
}

.block-line-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background: white;
    border-radius: 100%;
    text-align: center;
}

.block-desc {
    display: inline-block;
    vertical-align: top;
    font: normal normal normal 14px/18px Raleway;
    margin-top: -7px;
}

.block-count {
    font: normal normal 600 28px/40px Raleway;
    letter-spacing: 0;
}

.search-block {
    position: relative;
}

.search-block input,
.new-recipient-form .form-group input,
.date-block input,
.choice-block input,
.choice-block select,
.choice-block textarea
{
    background: #dadadaff;
    border-radius: 30px;
    padding: 20px 0 20px 50px;
    border: none;
    width: 100%;
    margin: 13px 0 25px;
    position: relative;
    font: normal normal normal 16px/20px Raleway;
    color: #e20a4e;
}
.choice-block input,
.choice-block select{
    margin-bottom: 0;
    padding: 15px 20px;
    font-weight: bold;
    font-style: italic;
}
.choice-block textarea{
    border-radius: 15px;
    padding: 20px 30px;
    font-style: italic;
    resize: none;
}
.choice-block select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;

}
.modal-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.modal-icon img{
    width: 100%;
}

.date-block input {
    padding-left: 60px;
}

.search-block:before, .date-block:before {
    content: url("../images/search_icon.svg");
    position: absolute;
    left: 22px;
    top: 34px;
    width: 17px;
    height: 17px;
    display: block;
    z-index: 22;
}

.date-block:before {
    content: url("../images/calendar_icon.svg");
    left: 35px;
}

.buttons-block {
    margin-top: 35px;
}

.calendar-block {

}

#charter {
    min-height: 200px;
}

footer {
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0 0 15px #1B417926;
    -o-box-shadow: 0 0 15px #1B417926;
    -moz-box-shadow: 0 0 15px #1B417926;
    -webkit-box-shadow: 0 0 15px #1B417926;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer-menu-item {
    display: flex;
    flex-grow: 3;
    padding: 25px 0;
    text-align: center;
    flex-direction: column;
}

.footer-menu-item a {
    font: normal normal normal 14px/11px Raleway;
    letter-spacing: 1.25px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.footer-menu-item a:before {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.footer-menu-item.active a, .footer-menu-item:hover a {
    color: #e4cea5ff;
    font: normal normal bold 14px/12px Raleway;
}

.menu-dashboard a:before {
    content: url("../images/dashboard-icon.svg");
}

.menu-dashboard.active a:before, .menu-dashboard:hover a:before {
    content: url("../images/active-dashboard-icon.svg");
}

.menu-task a:before {
    content: url("../images/task-icon.svg");
}

.menu-task.active a:before, .menu-task:hover a:before {
    content: url("../images/active-task-icon.svg");
}

.menu-recipient a:before {
    content: url("../images/menu-user-icon.svg");
}

.menu-recipient.active a:before, .menu-recipient:hover a:before {
    content: url("../images/active-menu-user-icon.svg");
}

.data-table {
    width: 100%;
    border: 1px solid #E1E8F3;
    border-radius: 10px 10px 0 0;
    table-layout: auto;
}

table.fixed {
    table-layout: fixed;
}

table th {
    height: 48px;
    padding-left: 5px;
    font: normal normal 600 13px/16px Raleway;
    letter-spacing: 0;
}

table tr {
    height: 45px;
}

table tr:nth-child(even) {
    border: 1px solid #E1E8F3 !important;
    background: #dadadaff !important;
}

table tr:nth-child(even) td {
    border-top: 1px solid #E1E8F3 !important;
    border-bottom: 1px solid #E1E8F3 !important;

}

table tr td {
    font: normal normal normal 14px/18px Raleway;
    letter-spacing: 0;
    padding-left: 10px;

}

table tr th:first-child {
    border-radius: 10px 0 0 0;
    border-left: 10px solid #e20a4e;
    /*display: inline-block;*/
}

.evaluation-header {
    height: 50px;
    background: #e20a4e;
    padding: 15px;
    margin-top: -25px;
}

.block-heading {
    font: normal normal bold 16px/14px Raleway;
    letter-spacing: 1.42px;
    color: #FFFFFF;
    text-transform: uppercase;

}

.close-evaluation {
    font: normal normal 600 16px/22px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
    position: absolute;
    right: 35px;
    top: 12px;
}

.close-evaluation a:before {
    content: url("../images/close-icon.svg");
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.close-evaluation a {
    color: white;
    text-decoration: none;
}

.new-recipient-form {
    background: #FFFFFF;
    box-shadow: 0 1px 4px #1B417919;
    border-radius: 10px;
    width: 500px;
    margin: 0 auto;
}

.new-recipient-form .form-container {
    padding: 35px 50px;
}

.new-recipient-form .form-group {
    margin-top: 10px;
    margin-bottom: 0;
}

.new-recipient-form .form-group input {
    margin: 0;
}

.recipient-info-block {
    margin-bottom: 10px;
}

.recipient-info-item {
    width: 110px;
    font: normal normal 600 14px/21px Raleway;
    padding-left: 0;
}

.recipient-item-value {
    min-width: 150px;
    min-height: 30px;
    padding: 5px 10px;
    background: #dadadaff;
    font: normal normal normal 15px/19px Raleway;
}

.recipient-item-value span {
    /*text-decoration: underline;*/
    vertical-align: middle;
    padding-left: 15px;
}

.recipient-item-value span:before {
    /*content: url("");*/
    display: inline-block;
    vertical-align: middle;
}

table.bordered th, table.bordered td {
    border-left: 1px solid #E1E8F3;

}

table.bordered td:first-child {
    border-left: none;
    border-left: none;
}

table.bordered td {
    vertical-align: top;
    padding-top: 15px;
}

table.bordered tr.closed, table.bordered tr.closed td {
    background: #dadadaff
}

table.bordered tr.extended, table.bordered tr.extended td {
    background: white;
}

.valign-bottom {
    vertical-align: bottom !important;
    padding-bottom: 15px;
    padding-left: 0;
}

.dropdown-inner-content {
    padding: 20px 20px 40px;
    display: none;
    padding-left: 15px;
}

.recipient-eval-list .dropdown-inner-content{
    padding: 0 20px ;

}

.square-block {
    min-height: 60px;
    border-radius: 5px;
}

.square-block .block-inner {
    padding: 20px;
    height: 100%;
}

.square-block .gray-block {
    height: 100%;
}

.big-number {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.extend-inner-content {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../images/arrow-down.svg") no-repeat;
    margin: 0 auto;
    background-size: contain;
}

.extended .extend-inner-content {
    background: url("../images/arrow-up.svg") no-repeat;
    background-size: contain;
}

.inner-content-attachment {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: green;
    margin: 0 auto;
}

.equipment-block {
    text-align: center;
}

.equipment-block-item {

}

.equipment-block-inner {
    border: 1px solid #E1E8F3;
    border-radius: 10px;
    padding: 20px 25px;
    min-height:220px;
    font-style: italic;
}

.equipment-block-inner-item {
    padding: 10px 0;
    border-radius: 15px;
}

.equipment-block-inner .block-inner {
    padding: 5px 12px;
}

.equipment-block-inner .block-icon {
    margin: 10px auto;
    border: none;
    border-radius: initial;
}
.lighter-gray-block.equipment-block-inner-item .block-type-label{
    color:#6982ab
}
.lighter-gray-block.equipment-block-inner-item{
    border: 2px solid #6982ab;

}

.block-type-label{
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.equipment-block-inner-item .block-type-label{
    font-size: 11px;
}
.block-type{
    font-style: normal;
    text-align: center;
    color:#e20a4e
}

.alert-table td {
    height: 54px;
}

table.alert-table tr:nth-child(even) {
    background: white;
}

.alert-status {
    text-align: center;
    width: 120px;
    height: 30px;
    border-radius: 5px;
    padding: 9px 15px;
    font: normal normal bold 10px/12px Raleway;
}

.attachment {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    background: url("../images/attach_file.svg") no-repeat;
    background-size: contain;
}

.phone-icon:before {
    margin-right: 2px;
    display: inline-block;
    vertical-align: center;
    width: 15px;
    height: 15px;
    content: url("../images/phone-icon.svg");
}

.return-btn:before {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    content: url("../images/arrow-left.svg");
}

.pencil-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background: url("../images/pencil-icon.svg") no-repeat;
    background-size: contain;

}

.task-type {
    font: normal normal bold 10px/13px Raleway;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    max-width: 130px;
    padding-left: 10px;
    text-decoration: none;
}

.body-new-evaluation, .body-new-evaluation main, #evaluation-iframe, .body-new-evaluation > div,
.body-new-eval-url, .body-new-eval-url main, .body-new-eval-url > div {
    height: 100%;
}

iframe {
    margin: 0;
    border: none;
    width: 100%;
    margin-bottom: 80px;
    height: 100%;

}

.risk-outer-block {
    flex: 0 0 80%;
    max-width: 80%;
}

.risk-list-block, .slider-list-block {
    overflow: hidden;
    /*overflow-x: scroll;*/
}

.risk-item, .slide-item {
    width: 175px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.risk-item {
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 10px !important;
}

.slide-item .block-inner {
    padding: 0 8px;
    height: 65px
}

.risk-item .block-inner {
    padding: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.risk-item .gray-block .block-inner {
    min-height: 65px
}
.risk-item .block-inner .big-number{
    margin-top: 5px;
}

.alert-item{
    width: 100%;
}
.alert-item .block-inner{
    padding: 10px 13px;
    height: auto !important;
}

.next-slide, .prev-slide {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: -30px;
    top: 30%;
    z-index: 20;
}

.prev-slide {
    right: auto;
    left: -30px;
}

.slider-carusel-vertical {

}

.slider-carusel-vertical .next-slide {
    right: 50%;
    top: 105%;
}

.slider-carusel-vertical .prev-slide {
    left: 44%;
    top: -25px;
}

#recipients-list ul {
    list-style: none;
}

#recipients-list ul li {
    margin-bottom: 15px;
}

#recipients-list ul li a {
    text-decoration: underline;
}

.proposal {
    position: absolute;
    top: 0;
    right: 0;
}


.data-table .data-col,
.data-table .name-col,
.data-table .alert-col,
.data-table .status-col {
    width: auto;
}

.data-table .action-col {
    width: 100%;
}

.assisments-list thead th:first-child:before,
.assisments-list thead th:first-child:after {
    content: none;
}


.assisments-list, #manager-alert-list {
    table-layout: fixed;
    overflow-wrap: break-word;
    min-width: 100%;
}

.assisments-list thead th {
    width: 10%;
    padding: 10px 15px 10px 0
}

.dataTables_length, .assisments-list_paginate, .dataTables_filter {
    display: none;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 20px;
}

.drop-down-table .extended td{
    font-weight: bold;
}

.paginate_button {
    padding: 10px;
}

.assisments-list thead th:last-child, .assisments-list tbody tr td:last-child {
    width: 35px !important;
    border-left: 1px solid #E1E8F3 !important;
    border-right: 1px solid #E1E8F3 !important;
}

.recipient-list th:nth-child(6), .recipient-list td:nth-child(6) {
    border-left: 1px solid #E1E8F3 !important;
    padding-left: 15px !important;
}

table td a {
    color: #000
}

.nav-inner-item {
    display: none;
}

.alert-list .no-data {
    visibility: hidden;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/icons/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/icons/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/icons/ui-icons_555555_256x240.png");
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: white;
    border: 1px solid #e20a4e;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #e4cea5ff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker tr {
    height: auto;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    height: auto;
    border: none !important;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.block-inner.two-line{
    /*font-size: 10px;*/
    padding: 3px 10px;
}
@media all and (min-width: 1750px) {
    .block-inner.two-line{
        padding: 10px;
    }

}

.close-popup{
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.filter-enabled {
    position: relative;
}

.filter-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/filter.png) no-repeat;
    background-size: 100%;
    right: 10px;
    cursor: pointer;
    top: 40%;
}

.filter-icon.active {
    background: url("../images/filter-active.png") no-repeat;
    background-size: 100%;
}

.filter-alert-popup {
    position: absolute;
    width: 240px;
    height: auto;
    display: none;
    padding: 10px 20Px;
    background: white;
    border: 2px solid #E5E6EB;
    top: 90%;
    left: 0;
    z-index: 2000;
}

.filter-data-list > div {
    float: left;
}

.filter-data-list > div + div {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

/* gap between columns */
.filter-data-list div.sub-list {
    padding: 3px 0 0 15px;
    margin-left: 10px;
    border-left: 1px dashed #E5E6EB;

}

/* indent hierarchy */
.filter-data-list label {
    padding-left: 5px !important;
    font-size: 12px;
    margin-bottom: 5px;
}

.filter-data-list input, [type=checkbox]:focus {
    outline: none !important;
    box-shadow: none;

}

.filter-data-list .list-child {
    position: relative;
}

.filter-data-list .list-child:before {
    content: "----";
    display: inline-block;
    position: absolute;
    left: -15px;
    color: #E5E6EB;
    font-size: 9px;
    top: 0;
}
.fixed-with-col {
    max-width: 180px !important;
}

.btn.squared-btn {
    border-radius: 5px !important;
    padding: 5px !important;
    font: normal normal normal 12px/10px 'Raleway';
    display: inline-block;
    width: 60px;
    min-width: auto;
    margin-left: 5px;
    background: #cccccc;
}


@media all and (min-width: 1366px) and (max-width: 1650px) {
    .slide-item .block-inner {
        height: 65px;
    }

}

@media all and (max-width: 1200px) {
    /*.body-recipients .table-container {*/
    /*    overflow-x: scroll;*/
    /*}*/
    .body-recipients .table-container .data-table th {
        font-size: 11px;
    }
}

/*@media all and (min-width: 1201px) {*/
.body-recipients .table-container .data-table th {
    width: 20% !important;
}

.body-recipients .table-container .data-table th:last-child {
    width: 10% !important;
}

.body-recipients .table-container .data-table th:nth-child(6),
.body-recipients .table-container .data-table th:nth-child(8){
    width: 40% !important;
    min-width: 200px;
    max-width: 220px;
}
.body-recipients .table-container .data-table th:nth-child(8) {

}

/*}*/

@media all and (max-width: 1000px) {
    /*.body-taches .table-container {*/
    /*    overflow-x: scroll;*/
    /*}*/
    .go-to-recipient img {
        width: 25px;
        height: 25px;
    }

    table tr td, table th, .add-eval {
        font-size: 11px;
    }
    .task-type{
        font-size: 10px;
    }

    .inner-content {
        padding: 4px 10px 22px;
    }
}

@media all and (min-width: 1366px) {
    main {
        margin-left: 15%;
        margin-top: 110px;
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 2000;
        top: 0;
        left: 0;
    }

    footer {
        height: 100%;
        box-shadow: 0 0 15px #1B417926;
        -o-box-shadow: 0 0 15px #1B417926;
        -moz-box-shadow: 0 0 15px #1B417926;
        -webkit-box-shadow: 0 0 15px #1B417926;
        position: fixed;
        width: 15%;
        top: 85px;
        left: 0;
        background: #e4cea5ff;
    }

    .footer-menu-item {
        display: block;
        flex-grow: unset;
        padding: 0;
        text-align: left;
    }

    footer .flex-container {
        display: block;
    }

    footer .mx-auto {
        padding: 0 !important;
    }

    .footer-menu-item.active, .footer-menu-item:hover {
        background: #e20a4e;
        cursor: pointer;
    }

    .footer-menu-item.active a, .footer-menu-item:hover a {
        color: white;
        font: normal normal bold 14px/12px Raleway;
    }

    .menu-dashboard.active a:before, .menu-dashboard:hover a:before {
        content: url("../images/white-dashboard-icon.svg");
    }

    .menu-task.active a:before, .menu-task:hover a:before {
        content: url("../images/white-task-icon.svg");
    }

    .menu-recipient.active a:before, .menu-recipient:hover a:before {
        content: url("../images/white-menu-user-icon.svg");
    }

    .nav-inner-item {
        display: block;
        background: #fab200;
        padding: 8px;
        padding-left: 50px;
        color: #E1E8F3;
        font-style: italic;
    }

}

@media all and (max-width: 1570px) {
    .two-line-label {
        line-height: 11px;
    }

    .one-line-label {
        line-height: 22px;
    }
}

@media all and (max-width: 1100px) {
    .block-content.no-content > div {
        margin: 10px 0;
    }

    /*.table-container {*/
    /*    overflow-x: scroll;*/
    /*}*/
    table.recipient-list {

        /*min-width: 1050px !important;*/
        /*width: 100% !important;*/
    }

    /*table.dataTable {*/
    /*    min-width: 1000px !important;*/
    /*}*/

}

@media all and (max-width: 767px) {
    .block-content.no-content > div {
        margin: 10px 0;
    }

    .table-container {
        overflow-x: scroll;
    }

    table.dataTable {
        min-width: 600px !important;
        /*width: 100% !important;*/
    }

    table.recipient-list {

        min-width: 1050px !important;
        /*width: 100% !important;*/
    }
}
