html,
body {
    height: 100%;
}

input[type='text'].error {
    box-shadow: 0 0 15px #ff0000;
}

h2 {
    font-family: "Daxline Pro Bold";
    font-size: 26pt;
}

img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 50px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.middle-page-widgets-wrapper {
    min-height: 500px;
}

.con-page-links {
    width: 100%;
    padding: 0 20px;
}

.page-widgets-wrapper {
    width: 450px;
}

.widgets-wrapper {
    position: relative;
    background: #FDFBFB;
    padding: 0 20px 120px;
    z-index: 1;
}

.widgets-wrapper h4 {
    margin-bottom: 20px;
}

.select-widget-category {
    z-index: 2;
    background: #fff;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: -20px;
}

.widget {
    float: left;
    position: relative;
    border-radius: 10px;
    width: 140px;
    height: 80px;
    margin: 0 20px 20px 0;
    padding: 10px 15px 10px 10px;
    color: #fff;
    font-size: 10pt;
    opacity: 1 !important;
}

.page-widget {
    position: relative;
}

.page-widget a {
    position: absolute;
    color: #fff;
    font-size: 12pt;
}

.page-widget .see-widget-params {
    top: 5px;
    left: 10px;
}

.page-widget .widget-up {
    top: 25px;
    left: 10px;
}

.page-widget .widget-down {
    top: 25px;
    left: 30px;
}

.page-widget .delete-widget {
    top: 5px;
    right: 10px;
}

.droppable-container {
    border: 1px dashed #000;
    position: relative;
}

.dropzone {
    padding: 10px;
}

.header-widgets-dropzone {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    border-bottom: 1px dotted #000;
}

.page-widgets-dropzone {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

.footer-widgets-dropzone {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    border-top: 1px dotted #000;
}

.widgets-placeholder {
    padding: 15px;
    text-align: center;
    color: #8e8e8e;
}

.page-widgets {
    padding: 0;
    margin: 0;
}

.page-widgets li {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.widget-type-title {
    font-size: 12pt;
    padding: 10px 0;
}

.widget-tooltip {
    position: absolute;
    display: none;
    background: #fff;
    width: 400px;
    border-radius: 10px;
    padding: 20px;
    font-size: 12pt;
    z-index: 2;
    border: 1px solid #ccc;
}

.widget-tooltip:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 120px;
    border-bottom: 25px solid #ccc;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 1;
}

.widget-tooltip:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 120px;
    border-bottom: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 1;
}

.widget-tooltip-image {
    height: 250px;
    overflow: hidden;
}

.widget-tooltip img {
    width: 100%;
}

.widget-blue {
    background: #00A4EF;
    color: #fff;
}

.widget-red {
    background: #F25022;
    color: #fff;
}

.widget-orange {
    background: #FF8500;
    color: #fff;
}

.widget-green {
    background: #00985F;
    color: #fff;
}

.widget-gray {
    background: #ccc;
    color: #000;
}

.widget-purple {
    background: #000080;
    color: #fff;
}

.widget-purple a {
    position: absolute;
    color: #fff;
    font-size: 12pt;
}

.widget-purple .see-widget-params {
    bottom: 5px;
    right: 10px;
}

.request-info {
    text-align: left;
}

.error {
    color: #f00;
}

.see-result-page {
    font-size: 14pt;
    text-align: center;
}

.widget-block-form {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
}

.widget-block-img img {
    width: 100%;
    margin-bottom: 10px;
}

.add-widget-block {
    text-align: center;
}

.save-widget-block {
    text-align: right;
}

.delete-widget-block {
    text-decoration: none;
}

.widget-block-upload-img {
    text-align: center;
    margin-bottom: 10px;
}

.request-result {
    text-align: left;
    font-weight: bold;
}

.widget-params-form {
    margin-top: 50px;
}

.widget-blocks-header {
    text-align: center;
}

.request-info,
.widget-request-info {
    text-align: center;
    height: 10px;
}

.save-widget-params {
    text-align: right;
}

.new-widget-block {
    display: none;
}

.close-new-widget-block-form {
    text-align: right;
}

.slider-block-content-image {
    width: 50%;
    float: left;
}

.slider-block-content-text {
    width: 50%;
    float: right;
    padding: 0 30px;
}

.widget-block img {
    width: 100%;
    margin-bottom: 10px;
}

.widget-checkbox {

}

.slider-block-photo {
    width: 50%;
    margin: 20px auto;
}

.slider-block-photo img {
    width: 100%;
}

.widgets {
    display: none;
}

.details-tooltip {
    position: absolute;
    display: none;
    background: #eee;
    color: #333;
    width: 300px;
    border-radius: 10px;
    padding: 15px;
    z-index: 99;
}

.details-tooltip:before {
    content: "";
    position: absolute;
    left: 135px;
    bottom: -15px;
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 99;
}

.details-tooltip div {
    border-radius: 10px;
}

.crop-wrapper {
    margin-top: 20px;
    background: #eee;
    overflow: hidden;
    background: #ccc;
}

.crop-wrapper img {
    max-width: 100%;
}

.submit-crop {
    text-align: center;
}

.cvr-details-tooltip {
    position: absolute;
    display: none;
    background: #eee;
    color: #333;
    width: 300px;
    border-radius: 10px;
    padding: 15px;
    z-index: 2;
}

.cvr-details-tooltip:before {
    content: "";
    position: absolute;
    left: 135px;
    bottom: -15px;
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;
}

.cvr-details-tooltip div {
    border-radius: 10px;
}

.select-icon .modal-dialog {
    width: 55%;
}

/*** Из admin.css ***/

.modal-icon-block {
    width: 100px;
    float: left;
    overflow: hidden;
    margin: 15px;
}

.modal-icon-block .icon {
    height: 100px;
}

.modal-icon-block .icon object {
    width: 100%;
}

.modal-icon-block .select {
    text-align: center;
    padding-top: 10px;
}

.item-icon {
    padding: 15px 0;
}

.widget-block .advantages-icon {
    width: 30%;
}

.widget-block .advantages-icon object {
    width: 100%;
}

.ew-news-uf-image {
    float: left;
    width: 200px;
    margin-right: 30px;
    text-align: center;
}

.ew-news-uf-image .image {
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ew-news-uf-image .image img {
    width: 100%;
}

.admin-item-preview-link {
    padding-left: 30px;
}

.admin-item-update-response {
    text-align: center;
    font-weight: bold;
}

.admin-item-delete-from-update {
    float: right;
}

.widget-mobile-view,
.widget-mobile-view tr th {
    text-align: center;
}

.widget-mobile-view .response-info {
    text-align: center;
}

.wf-progress-bar {
    width: 0;
    height: 10px;
    border-radius: 5px;
    background: #1AA413;
}

.unused-images .table {
    width: 100%;
}

.unused-images .table th,
.unused-images .table td {
    width: 50%;
}

.unused-images img {
    width: 100%;
}

.get-free-cable-tv-form {
    min-height: 300px;
    background: #ff8500;
    border-radius: 20px;
    padding: 40px;
}

.get-free-cable-tv-form .control-label {
    color: #fff;
}

.free-ctv-thanks {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18pt;
}

.ew-services-admin-condition > .equal {
    width: 50%;
    float: left;
}

.ew-services-admin-condition > .wdg-goods {
    width: 50%;
    float: right;
}

.wdg-goods-leaves {
    text-align: right;
}

.show-wdg-goods-leaves {
    display: none;
}

.wdg-goods-leaves-list {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.empty-page-content {
    margin-bottom: 400px;
}

.admin-extra-features a {
    text-decoration: none;
}

.admin-extra-features .notify {
    position: relative;
    z-index: 99;
    padding: 0 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
    background-color: #f00;
    margin-left: -10px;
    top: -5px;
}

.admin-extra-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-extra-features ul li {
    padding: 5px 0;
}

.admin-extra-features ul li span {
    font-weight: bold;
}

.admin-extra-features ul li ul {
    margin-left: 20px;
}

.aef-block {
    float: left;
    margin-right: 20px;
}

.edit-deliver-table,
.edit-deliver-table th {
    text-align: center;
}

.edit-deliver-table tr td:first-child,
.edit-deliver-table tr td:last-child {
    width: 15%;
}

.edit-deliver-text-content {
    padding-top: 20px !important;
}

.w-search {
    margin-top: 25px;
}

.w-search .search-form {
    float: left;
    width: 95%;
}

.w-search .remove-result {
    float: left;
    width: 5%;
    padding: 25px 0 0 10px;
}

.vacancy-image {
    position: relative;
    float: left;
    padding-right: 25px;
}

.vacancy-image .remove-vacancy-image {
    position: absolute;
    top: -10px;
    right: 0;
    color: red;
    font-size: 18pt;
}

.step-desc {
    font-size: 14pt;
    font-family: "Daxline Pro Regular";
    margin: 50px auto;
}

.step-desc span {
    font-size: 16pt;
    font-family: "Daxline Pro Bold";
}

.personal-data {
    font-size: 14pt;
    font-family: "Daxline Pro Regular";
    margin-bottom: 50px;
}

.personal-data .item .title {
    font-size: 1.3em;
    font-family: "Daxline Pro Bold";
    margin: 40px 0 20px;
    text-align: center;
}

.personal-data-agreement a {
    color: #fff;
}

.personal-data-agreement .text {
    background: #fff;
    height: 200px;
    overflow: auto;
    margin: 0 auto 10px;
    padding: 10px;
}

.fix-digits-font {
    font-family: "Segoe UI";
    font-weight: bold;
}


