/***************** Формы ***************/
.form-ui.ui.blue.segment {
border-top: 2px solid #2185d0!important;
}
.form-ui.ui.red.segment {
border-top: 2px solid #db2828!important;
}
.form-menu {
margin: 1rem 0;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
background: #fff;
font-weight: 400;
border: 1px solid rgba(34,36,38,.15);
box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
border-radius: 0.28571429rem;
min-height: 2.85714286em;
font-size: 1rem;
}
.form-menu button {
margin: 5px 5px 5px 5px !important;
}
.form-menu .right-menu {
float: right;
margin-top: 3px;
}
.ui-message {
background-color: #f8f8f9;
color: rgba(0,0,0,.87);
position: relative;
min-height: 1em;
margin: 1em 0;
padding: 1em 1.5em;
line-height: 1.4285em;
-webkit-transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
border-radius: 0.28571429rem;
font-size: 1em;
box-shadow: 0 5px 10px 2px #d7d7d7 inset, 0 0 0 0 transparent;
box-sizing: border-box;
}
.ui-message .header {
font-size: 1.14285714em !important;
display: block;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
font-weight: 700;
margin: -0.14285714em 0 0;
}
.ui-message p, .ui-message span {
margin-top: 0.25em;
margin-bottom: 0;
opacity: .85;
/*margin: 0.75em 0;*/
}
.ui-negative-message {
background-color: #fff6f6;
color: #9f3a38;
position: relative;
min-height: 1em;
margin: 1em 0;
padding: 1em 1.5em;
line-height: 1.4285em;
-webkit-transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
border-radius: 0.28571429rem;
font-size: 1em;
/*box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;*/
box-shadow: 0 5px 10px 2px #e0b4b4 inset, 0 0 0 0 transparent;
box-sizing: border-box;
}
.ui-negative-message .header {
color: #912d2b !important;
font-size: 1.14285714em;
display: block;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
font-weight: 700;
margin: -0.14285714em 0 0;
}
.ui-negative-message p, .ui-negative-message span {
margin-top: 0.25em;
margin-bottom: 0;
opacity: .85;
/*margin: 0.75em 0;*/
}
.ui-positive-message {
background-color: #8ec8f1;
color: #01397e;
position: relative;
min-height: 1em;
margin: 1em 0;
padding: 1em 1.5em;
line-height: 1.4285em;
-webkit-transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
transition: opacity .1s,color .1s,background .1s,box-shadow .1s;
border-radius: 0.28571429rem;
font-size: 1em;
/*box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;*/
box-shadow: 0 5px 10px 2px #5d9cc9 inset, 0 0 0 0 transparent;
box-sizing: border-box;
}
.ui-positive-message .header {
color: #01397e !important;
font-size: 1.14285714em;
display: block;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
font-weight: 700;
margin: -0.14285714em 0 0;
}
.ui-positive-message p, .ui-positive-message span {
margin-top: 0.25em;
margin-bottom: 0;
opacity: .85;
/*margin: 0.75em 0;*/
}
.form-ui {
position: relative;
background: #fff;
/*box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);*/
-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
margin: 1rem 0;
padding: 1em;
border-radius: 10px;
/*border: 1px solid rgba(34,36,38,.15);*/
min-width: 1000px;
}
.form-ui .header {
padding: 0;
margin-bottom: 0.14285714rem;
font-weight: 700;
text-transform: uppercase;
color: '';
font-size: 1.2em;
}
.form-row {
position: relative;
max-width: 100%;
font-size: 1rem;
}
.form-item {
/*width: 100%;*/
-webkit-box-flex: 1;
flex: 1 1 auto;
border-left: none;
box-shadow: none;
-webkit-box-flex: 0;
flex: 0 1 auto;
/*padding-left: 0.5em;
padding-right: 0.5em;*/
padding: 0.5em 0.5em 0.5em 0;
clear: both;
margin: 0;
position: relative;
max-width: 100%;
font-size: 1rem;
}
.form-item .title-ui {
display: block;
margin: 0 0 0.28571429rem;
color: rgba(0,0,0,.87);
font-size: .92857143em;
font-weight: 700;
text-transform: none;
}
.form-item .form-select {
display: block;
height: auto;
width: 100%;
background: #fff;
border: 1px solid rgba(34,36,38,.15);
border-radius: 0.28571429rem;
box-shadow: 0 0 0 0 transparent inset;
padding: 0.62em 1em;
color: rgba(0,0,0,.87);
-webkit-transition: color .1s,border-color .1s;
transition: color .1s,border-color .1s;
}
.form-item .form-input, .form-item .form-datepicker, .form-item .form-file-upload, .form-item .form-ddl-select {
display: inline-block;
height: auto;
/*width: 30%;*/
background: #fff;
border: 1px solid rgba(34,36,38,.15);
border-radius: 0.28571429rem;
box-shadow: 0 0 0 0 transparent inset;
padding: 0.62em 1em;
color: rgba(0,0,0,.87);
-webkit-transition: color .1s,border-color .1s;
transition: color .1s,border-color .1s;
}
.form-item .form-input-multiline {
/*width: 700px;
max-width: 700px;*/
display: inline-block;
height: 150px;
/*width: 30%;*/
background: #fff;
border: 1px solid rgba(34,36,38,.15);
border-radius: 0.28571429rem;
box-shadow: 0 0 0 0 transparent inset;
padding: 0.62em 1em;
color: rgba(0,0,0,.87);
-webkit-transition: color .1s,border-color .1s;
transition: color .1s,border-color .1s;
}
.form-item .form-checkbox {
font-weight: 500;
}
.form-item .form-checkbox input {
width: 20px;
height: 20px;
}
.no-padding {
padding: 0.3em 0.2em !important;
}
.required-field {
color: #ff0000;
}
.header-little {
font-size: 1.2em;
font-weight: 700;
}
.empty {
content: "";
display: table;
clear: both;
}
.full-size {
width: 100%;
}
.width-80 {
width: 80%;
}
.form-ui .flex {
display: flex;
}
.description-ui {
color: #858585;
}
.form-item .sp-peoplepicker-topLevel {
border-radius: 5px;
height: 30px;
vertical-align: super;
display: inline-block;
}
.form-button {
background-color: #2d57fc !important;
color: #fff !important;
cursor: pointer;
display: inline-block;
border-radius: 0.28571429rem;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
font-size: 1em !important;
border: none !important;
margin-left: 0 !important;
-webkit-transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
}
.form-btn {
padding: 0;
height: 35px;
margin-bottom: 8px;
/*background-color: #2d57fc !important;*/
background: linear-gradient(to bottom, #0049a5 0%,#013473 100%);
color: #fff !important;
cursor: pointer;
/*display: inline-block;*/
border-radius: 5px;
/*box-shadow: 0 5px 10px 2px #284acf inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;*/
font-size: 1em !important;
border: none !important;
margin-left: 0 !important;
-webkit-transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
}
.action-btn {
padding: 0;
height: 35px;
min-width: 35px;
margin-bottom: 8px;
/*background-color: #2d57fc !important;*/
/*background: linear-gradient(to bottom, #0049a5 0%,#013473 100%);*/
/*color: #fff !important;*/
color: #000000 !important;
cursor: pointer;
/*display: inline-block;*/
border-radius: 5px;
border: solid 1px #dededf;
/*box-shadow: 0 5px 10px 2px #284acf inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;*/
font-size: 1em !important;
/*border: none !important;*/
margin-left: 0 !important;
-webkit-transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
}
.form-button:hover, .form-btn:hover {
background-color: #284acf !important;
}
.form-btn svg {
height: 19px;
padding: 8px 10px 8px 10px;
background-color: #000078 !important;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.action-btn svg {
height: 19px;
padding: 8px 10px 8px 10px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.form-btn i, .action-btn i {
/*
font-size: 16pt;
padding: 15px 10px 15px 10px;
background-color: #000078 !important;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
*/
}
/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.form-btn i {
position: absolute;
top: 8px;
font-size: 16pt;
padding: 7px 10px 6.5px 10px;
background-color: #000078 !important;
/*border-radius: 5px;*/
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.action-btn i {
position: absolute;
top: 8px;
font-size: 16pt;
padding: 7px 10px 6.5px 10px;
/*border-radius: 5px;*/
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.form-btn .btn-text {
margin: 5px 0 0 45px;
}
}
.form-btn .btn-text {
display: inline-block;
padding: 0px 10px 9px 5px;
vertical-align: bottom;
}
.disabled-btn .btn-text {
vertical-align: bottom;
}
.disabled-btn {
height: 35px;
margin-bottom: 8px;
background-color: #cccccc !important;
border-radius: 0.28571429rem;
color: #444444 !important;
cursor: not-allowed;
display: inline-flex !important;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
font-size: 1em !important;
border: none !important;
margin-left: 0 !important;
-webkit-transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
}
.disabled-btn svg {
height: 19px;
padding: 1px 18px 0px 0px;
/*border-radius: 5px;*/
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.disabled-button {
display: inline-flex;
cursor: not-allowed;
background-color: #cccccc !important;
border-radius: 0.28571429rem;
}
.disabled-button input {
color: #444444 !important;
cursor: not-allowed;
display: inline-block;
background-color: #cccccc !important;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
font-size: 1em !important;
border: none !important;
margin-left: 0 !important;
-webkit-transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
}
.disabled-button svg {
cursor: not-allowed;
margin: auto;
padding-left: 10px;
padding-right: 10px;
}
.disabled-button i {
margin: auto;
}
.disabled-button .form-button:hover {
background-color: #cccccc !important;
}
.round-btn-plus {
display: inline-block;
font-size: 20pt;
margin-left: 5px;
color: #2d57fc !important;
cursor: pointer;
}
.fa-button {
display: inline-flex;
background-color: #000078 !important;
color: #fff !important;
cursor: pointer;
border-radius: 0.28571429rem;
}
.fa-button svg {
margin: auto;
padding-left: 10px;
padding-right: 10px;
}
.fa-button i {
margin: 10px;
display: inline-block;
}
.float-left {
float: left !important;
}
.form-table-modern {
width: 100%;
background: #fff;
margin: 1em 0;
border: 1px solid rgba(34,36,38,.15);
box-shadow: none;
border-radius: 0.28571429rem;
text-align: left;
color: rgba(0,0,0,.87);
border-collapse: separate;
border-spacing: 0;
font-size: 1em;
}
.form-table-modern th {
cursor: auto;
background: #f9fafb;
text-align: inherit;
color: rgba(0,0,0,.87);
padding: 0.92857143em 0.78571429em;
vertical-align: inherit;
font-style: none;
font-weight: 700;
text-transform: none;
border-bottom: 1px solid rgba(34,36,38,.1);
border-left: none;
}
.form-table-modern tr td, .form-table-modern tr th {
border-left: 1px solid rgba(34,36,38,.1);
}
.form-table-modern tr td:first-child, .form-table-modern tr th:first-child {
border-left: none;
}
.form-table-modern tr:first-child td {
border-top: none;
}
.form-table-modern tr td {
border-top: 1px solid rgba(34,36,38,.1);
}
.form-table-modern td {
padding: 0.78571429em;
text-align: inherit;
}
.form-table-modern td, .form-table-modern th {
-webkit-transition: background .1s,color .1s;
transition: background .1s,color .1s;
}
.big-checkbox {
font-weight: 500;
}
.big-checkbox input {
width: 20px;
height: 20px;
}
.form-table {
width: 100%;
background: #fff;
margin: 1em 0;
border: 1px solid rgba(34,36,38,.15);
box-shadow: none;
border-radius: 0.28571429rem;
text-align: left;
color: rgba(0,0,0,.87);
border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
}
/*
.form-table thead th {
text-align: left;
color: rgba(0,0,0,.87);
border-collapse: separate;
border-spacing: 0;
font-size: 1em;
cursor: auto;
background: #f9fafb;
text-align: inherit;
color: rgba(0,0,0,.87);
padding: 0.5em 0.5em;
vertical-align: inherit;
font-style: none;
font-weight: 700;
text-transform: none;
border: 1px solid rgba(34,36,38,.1);
}
*/
.form-table thead th, .form-table thead tr, .form-table tbody td, .form-table tbody tr
{
border: 1px solid #000000;
border-collapse: collapse;
}
.form-table td {
padding: 0.78571429em;
text-align: inherit;
border: 1px solid rgba(34,36,38,.1);
}
.form-attachments {
display: grid;
}
/* FIX Календаря */
.ui-datepicker-trigger {
margin: 0;
min-width: 28px;
height: 23px;
padding: 0;
}
/* FIX Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
min-height: 36px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
margin-top: 5px;
height: 28px;
}
.form-row .disp-table {
border-collapse: collapse;
}
.form-row .disp-table td {
vertical-align: top;
}
.form-row .disp-table tr {
border-bottom: solid 1px #e1e1e1 !important;
}
.form-row .disp-table tr td:nth-child(1) {
border-right: solid 1px #e1e1e1 !important;
}
.comment-input {
width: 500px;
min-width: 500px;
max-width: 500px;
height: 60px !important;
/*min-height: 100px;*/
max-height: 100px;
vertical-align: super;
}
.comment-replay-input {
width: 500px;
min-width: 500px;
max-width: 500px;
height: 35px !important;
/*min-height: 100px;*/
max-height: 100px;
}
.ui-comment {
position: relative;
background: #fff;
/*-webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 5px 2px rgb(34 60 80 / 20%);*/
margin: 1rem 0;
padding: 1em;
/*border-radius: 10px;
border: 1px solid rgba(34,36,38,.15);*/
border-bottom: solid 1px #e1e1e1 !important;
}
.ui-comment-reply {
position: relative;
background: #fff;
/*-webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 5px 2px rgb(34 60 80 / 20%);*/
/*margin: 1rem 0;*/
padding: 1em;
border-left: solid 1px #e1e1e1 !important;
border-bottom: solid 1px #e1e1e1 !important;
/*border-radius: 10px;
border: 1px solid rgba(34,36,38,.15);*/
}
.ui-comment .comment-info .ui-img-container, .ui-comment-reply .comment-info .ui-img-container {
width: 74px;
height: 74px;
border-radius: 50%;
}
.ui-comment .comment-info .ui-info, .ui-comment-reply .comment-info .ui-info {
margin: 5px;
}
.center {
text-align: center !important;
}
.h-1 span {
font-weight: 800;
}
/***************** jQuery UI ***************/
.ui-widget-header {
border: none !important;
background: #ffffff !important;
}
.ui-tabs .ui-tabs-panel {
border: 1px solid rgba(34,36,38,.15) !important;
border-radius: 0.28571429rem !important;
}
.ui-widget.ui-widget-content {
border: none !important;
z-index: 100 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
/*background: linear-gradient(to bottom, #0049a5 0%,#013473 100%) !important;*/
background-color: #ffffff !important;
color: #000 !important;
border-top: 1px solid #c5c5c5 !important;
border-left: 1px solid #c5c5c5 !important;
border-right: 1px solid #c5c5c5 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
color: #000000;
font-weight: 700;
}
.ui-tabs .ui-tabs-panel {
padding: 0 0.5em !important;
}
.ui-datepicker {
border: 1px solid rgb(181 181 181) !important;
}
.ui-dialog .ui-dialog-titlebar-close {
width: 20px !important;
max-width: 20px !important;
}
/***************** Social ***************/
.social-buttons-container, .comment-action-container {
display: flex;
font-size: 14pt;
color: #9f9f9f;
}
.social-buttons-container .likes, .social-buttons-container .comments, .social-buttons-container .views {
display: flex;
margin-top: 0 !important;
}
.social-buttons-container .comments, .social-buttons-container .views {
margin-left: 10px;
}
.social-buttons-container .likes .like-icon-container, .social-buttons-container .comments .comment-icon-container, .social-buttons-container .views .view-icon-container {
font-size: 20pt;
}
.social-buttons-container .likes .like-count, .social-buttons-container .comments .comment-count, .social-buttons-container .views .view-count {
margin: 7px 0 0 2px;
font-size: 12pt;
}
.social-buttons-container .likes .like-icon-container:hover {
/*color: #fd5454;*/
color: #2d57fc;
cursor: pointer;
}
.social-buttons-container .likes .like-icon-container {
-webkit-transition: color .3s;
transition: color .3s;
}
.social-buttons-container .likes .liked {
/*color: #fd5454 !important;*/
color: #2d57fc !important;
}
.comment-action-container .replay .comment-replay:hover {
color: #2d57fc;
cursor: pointer;
}
.comment-action-container .replay .comment-replay {
-webkit-transition: color .3s;
transition: color .3s;
}
/***************** Слайдер ***************/
.swiper-wrapper {
z-index: 0 !important;
}