#recallbar .rcb_right_menu img {
    border: none;
    height: 48px !important;
    max-width: 50px;
    width: 50px;
}
#recallbar .rcb_right_menu .fa-ellipsis-h {
    color: rgba(10, 10, 0, 0) !important;
}
#recallbar .rcb_menu, #recallbar .pr_sub_menu, #recallbar .rcb_menu .sub-menu {
    background: rgb(42, 42, 38)!important;
}
#rcl-office select, #rcl-office textarea, #rcl-office input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    outline: none;
    padding: 5px 10px;
    text-shadow: 0 0 3px #f9f9db!important;
}

#recallbar .rcb_right_menu img {
    border: none;
    height: 36px;
    max-width: 44px!important;
    width: 44px!important;
}
#recallbar {
    background: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    height: 50px !important;
    left: 0;
    line-height: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99 !important;
}
#recallbar .pr_sub_menu {
    background: rgba(0, 0, 0, 0.7);
    border-top: 2px solid #e47641;
    display: block;
    opacity: 0;
    position: absolute;
    right: -9px !important;
    top: 68px !important;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 200px;
}
#recallbar .fa {
    color: #e6e6e6;
    font-size: 33px!important;
    line-height: 50px!important;
    width: 30px!important;
}
#recallbar .sub-menu {
    background: rgba(0, 0, 0, 0.7);
    left: 180px;
    opacity: 0;
    position: absolute;
    top: -2px !important;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
#recallbar .rcb_menu {
    border-top: 2px solid #e47641;
    display: block;
    left: 20px !important;
    opacity: 0;
    position: absolute;
    top: 66px !important;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 180px;
}

#recallbar .rcb_icon .rcb_hiden {
    margin: 0px 0 0 -43px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 66px !important;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.2s ease-in-out 0s,
 visibility 0.2s ease-in-out 0s,
 transform 0.2s cubic-bezier(0.71, 1.3, 0.77, 1.04) 0s;
    visibility: hidden;
    width: 110px;
}
#recallbar .rcb_icon .rcb_hiden span {
    background: rgb(42, 42, 38) !important;
    border-radius: 0 0 3px 3px;
    color: inherit;
    display: inline-block;
    padding: 5px 10px;
}
.col-sm-9 {
    width: 100%;
    top: -75px !important;
}
hr {
    margin: 1em auto;
    width: 80% !important;
    box-shadow: 0 0 6px 0px #fffcef;
}
.rcl-chat .nth .message-box {
    background: rgb(246, 246, 246) !important;
}
.rcl-chat .nth .message-box::before {
    border-color: transparent rgb(246, 246, 246) transparent transparent !important;
}
.panel_lk_recall {
	display: inline-block;
						/*++Twenty16++*/
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
}
.panel_lk_recall.pageform {
    display: block;
}
.panel_lk_recall.floatform{
	display:none;
	left: 37%;
	position: absolute;
	z-index: 99 !important;
}
.panel_lk_recall.floatform .close-popup {
    display: none;
}
div.panel_lk_recall a:not(.close-popup) {
	border: none;							/*++Twenty15++*/
	box-shadow: none;						/*++Twenty16++*/
    text-decoration: none;
}
div.panel_lk_recall .form-tab-rcl a {
    color: rgb(126, 126, 126);
    display: block;
    padding: 8px 0;
}
.panel_lk_recall .form-tab-rcl {
    : #fff
    display: none;
}
.panel_lk_recall.floatform .form-tab-rcl {
	/* box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.5); */
}
.panel_lk_recall .form_head {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.panel_lk_recall .form-tab-rcl .form_head a {
    border-bottom: 1px solid #c7c7b7;
    text-align:center;
}
.panel_lk_recall .form_reg,
.panel_lk_recall .form_auth {
    background: rgb(246, 246, 229);
    color: #666;
    display: block;
    float: left;
    text-align: center;
    width: 50%;
}
.panel_lk_recall .form_active {
    background-color: #fff;
    padding: 8px 0;
    text-shadow: 0 0 8px #9d9d10;
}
.panel_lk_recall .form-tab-rcl a.link-tab-rcl:hover {
    color: #555;
}
.panel_lk_recall .form-block-rcl {
    line-height: 1.4;
    margin: 0px 10px 15px;
    position: relative;
    top: 0px;
}


.panel_lk_recall .rcl-field-input select,
.panel_lk_recall .form-tab-rcl  textarea,
.panel_lk_recall .form-tab-rcl input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    background: rgba(233, 232, 190, 0.4) !important;
    border: 1px solid rgb(133, 133, 20) !important;
    box-sizing: border-box !important;
    color: #303030 !important;
    display: block !important;
    font-family: Verdana,Tahoma,sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: normal !important;
    margin: 5px auto !important;
    max-width: none !important;
    outline: none !important;
    text-transform: none !important;
    width: 100% !important;
     /* chrome banana fix */
    border-radius: 40px !important;
}
.panel_lk_recall .form-tab-rcl input:focus:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    background-color: #EBEBEB;
    outline: none;
	-webkit-box-shadow: 0 0 0px 1000px #EBEBEB inset !important; /* chrome banana fix */
}

#remember-form-rcl .default-field input[type="text"],
#login-form-rcl .default-field input[type="text"],
#login-form-rcl .default-field input[type="password"],
#register-form-rcl .default-field input[type="text"],
#register-form-rcl .default-field input[type="password"],
#register-form-rcl .default-field input[type="email"] {
    padding: 10px 12px 10px 32px;
}
#register-form-rcl .form-block-rcl textarea {
    padding: 3px 5px;
}
#register-form-rcl .form_extend .rcl-field-input select {
    overflow: hidden;
    padding: 6px 3px;
}
#register-form-rcl .form_extend input[type="text"],
#register-form-rcl .form_extend input[type="email"],
#register-form-rcl .form_extend input[type="url"],
#register-form-rcl .form_extend input[type="tel"],
#register-form-rcl .form_extend input[type="file"],
#register-form-rcl .form_extend input[type="time"],
#register-form-rcl .form_extend input[type="number"] {
    padding: 10px 8px;
}
#register-form-rcl .form-block-rcl .type-file-input {
    font-size: 10px;
}
#register-form-rcl .form-block-rcl .dynamic-value input {
    float: left;
}
.panel_lk_recall .rcl-radio-box,
.panel_lk_recall .rcl-checkbox-box {
    display: block;
}
.panel_lk_recall form-tab-rcl .block-label {
    font-weight: normal;
    text-align:left;
}


.panel_lk_recall .form-tab-rcl input[type="submit"] {border: none;font-size: 20px;margin: 0px;max-width: none;outline: none;padding: 12px !important;text-transform: uppercase;width: 100%;border-radius: 40px;background: rgb(179, 160, 88) !important;margin-top: 10px !important;margin-left: 0px !important;w;width: 100% !important;}
.form-block-rcl.default-field .fa {
    color: #538a9a;
    left: 12px;
    opacity: 0.4;
    position: absolute;
    top: 12px;
    width: auto;
}
.panel_lk_recall input[type="text"]:focus + .fa,
.panel_lk_recall input[type="email"]:focus + .fa,
.panel_lk_recall input[type="password"]:focus + .fa {
    opacity: 1;
}
.panel_lk_recall .form-block-rcl .required {
    color: rgb(229, 57, 53);
    font: bold 15px/1 Verdana,arial;
	padding: 0;
    position: absolute;
    right: 12px;
    top: 15px;
}
.form-tab-rcl .form-block-rcl a.link-remember-rcl {
    float: right;
    font-size: 12px;
    margin: 3px 0;
}
.form-block-rcl.form_extend .form-block-rcl {
    margin: 0 0 15px;
}
.panel_lk_recall .form-block-rcl label .required {
    position: inherit;
}

.form_rmmbr a {
    background: #e6e7e8;
    float: left;
    text-align: center;
    width: 50%;
}
.form_auth,
.form_head.form_rmmbr a:first-child {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.form-tab-rcl .form-title {
    display: block;
    font-size: 20px;
	margin: 0 0 7px;
    text-align: center;
}
.form-block-rcl #passwordStrength {
	max-width: 400px;
	padding: 5px;
	width: 300px !important;
	border-radius: 40px;
}
.form-block-rcl #passwordStrength.strength2 {
    width: 55%;
}
.form-block-rcl #passwordStrength.strength3 {
    width: 60%;
}
.form-block-rcl #passwordStrength.strength4 {
    width: 80%;
}
.form-block-rcl #passwordStrength.strength5 {
    width: 100%;
}
.form-block-rcl #notice-chek-password{
    margin-top: 10px;
}
.form-block-rcl .rcl-field-notice {
    font-size: 13px;
}
.panel_lk_recall .form-block-rcl label a {
    color: rgba(179, 160, 88, 0.93);
    display: inline;
    text-shadow: 0 0 6px rgba(151, 17, 17, 0.32);
}
.panel_lk_recall span.login-error a:hover,
.panel_lk_recall .form-block-rcl label a:hover {
    color: #000;
    text-decoration: underline;
}
.panel_lk_recall span.error a {
    color: rgb(76, 140, 189);
    font-size: 14px;
}
.panel_lk_recall .form-tab-rcl .login-error {
    background: rgb(255, 207, 207);
}
.panel_lk_recall .form-tab-rcl .login-message {
    background: #bfffbd;
}
.panel_lk_recall .form-tab-rcl .login-error,
.panel_lk_recall .form-tab-rcl .login-message {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    padding: 8px 5px;
    text-align: center;
}


.widget .panel_lk_recall .form-tab-rcl {
    margin: 3px auto;
    width: 99%;
}
.panel_lk_recall .rcl-widget-buttons .rcl-widget-button {
    margin: 0 0 4px;
    overflow: hidden;
    padding: 0;
}
.panel_lk_recall .rcl-widget-buttons .recall-button {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 8px;
}
.panel_lk_recall .rcl-widget-buttons a.recall-button:hover {
    color: #fff;
}
.panel_lk_recall .buttons a .fa,
.panel_lk_recall .buttons a span {
    vertical-align: middle;
}
.panel_lk_recall .username{
	margin: 0 0 5px;
}
.panel_lk_recall .author-avatar{
	margin:0 5px 0 0;
	float: left;
	position: relative;
	width: 67px;						/*++Twenty16++*/
}
.panel_lk_recall .author-avatar a {
	display: inline-block;
    height: auto;
    width: 100%;
}
.panel_lk_recall .author-avatar a img {
    border-radius: 0;
    float: left;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: 100%;
}


#registerform .form-block-rcl{
    margin-bottom: 15px;
    position: relative;
}
#registerform .form-block-rcl label{
    display:block;
    margin-bottom:5px;
}
#registerform .form-block-rcl .required{
    position: absolute;
    left: -15px;
    top: 5px;
    color:red;
    font-size: 20px;
}
#registerform .rcl-checkbox-box,
#registerform .rcl-radio-box{
    display: block;
    padding: 3px 0 3px 20px;
}
#registerform .rcl-checkbox-box label,
#registerform .rcl-radio-box label{
    display:inline-block;
}
#registerform .form-block-rcl textarea,
#registerform .form-block-rcl select,
#registerform .form-block-rcl input:not([type="checkbox"]):not([type="radio"]){
    padding: 10px;
    width: 100%;
}
#registerform .form-block-rcl input[type="checkbox"],
#registerform .form-block-rcl input[type="radio"]{
    
}
#registerform .form-block-rcl .login-error,
#registerform .form-block-rcl .login-message {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    padding: 8px 5px;
    text-align: center;
}
#registerform .form-block-rcl .login-error {
    background: rgb(255, 207, 207);
}
#registerform .form-block-rcl .login-message {
    background: #bfffbd;
}
[class^="fa fa-"]::before,
[class*=" fa fa-"]::before{
	padding: 0;
}
i.fa, a.fa, p.fa,span.fa,div.fa{
    width:auto;
    text-align: center;
    font-family: FontAwesome!important;
}
.fa.rcl-icon{
    padding: 5px;
    background: #b9c9d6;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    width: 15px;
    box-sizing: content-box;
}
.floatright{
    float:right;
}
.floatleft{
    float:left;
}
.aligncenter{
    text-align:center;
}
.alignleft{
    text-align:left;
}
.alignright{
    text-align:right;
}
img.aligncenter{
    display:block;
    margin:0 auto;
}
.plugin-info{
    text-align:center;
    clear: both;
}
span.ruble-symbol{
    position: relative;
    font-weight: normal;
    font-family:Arial;
    line-height: 1;
}
.ruble-symbol span{
    position: absolute;
    top: 55%;
    left: 0;
}

.wprecallblock .notify-lk {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.wprecallblock .notify-lk div {
    padding: 6px 2px 6px 10px;
}
#rcl-notice{
    position: fixed;
    top: 70px;
    left: 10px;
    width: 210px;
    z-index: 1501;
}
#rcl-notice .notice-window {
    line-height: 1.2;
    font-size: 14px;
    margin: 5px 0;
    padding: 8px 2px 8px 10px;
    word-wrap: break-word;
    animation-duration: 0.3s;
}
.notify-lk .error,
#rcl-notice .type-error{
    background: rgb(255, 207, 207);
    color: red;
    border-left: 3px solid red;
}
.notify-lk .warning,
#rcl-notice .type-warning{
    background: #fff5ce;
    color: #333;
    border-left: 3px solid #333;
}
.notify-lk .success,
#rcl-notice .type-success{
    background: #bfffbd;
    color: #008000;
    border-left: 3px solid #008000;
}
#rcl-notice .notice-window .close-notice{
    float:right;
	color:inherit;
	padding: 0 5px 0 4px;
}
body .rcl_preloader{
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    background: rgba(255,255,255,0.6)!important;
    top: 0!important;
    left: 0!important;
    display: block!important;
    z-index: 99;
}
.rcl_preloader i {
    position: absolute;
    top: 50%;
    left: 50%;
}
#passwordStrength {
	padding: 7px 15px 5px;
	display: block;
	max-width: 200px;
	margin: 5px auto 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1;
}
#passwordStrength.strength0{
	background: rgba(179, 160, 88, 0.51) !important;
	box-shadow: 0 0 2px 0px black;
}
#passwordStrength.strength1 {
	background: rgba(255, 0, 0, 0.27);
}
#passwordStrength.strength2 {   
	background:orange;
}
#passwordStrength.strength3 {
	background:yellow;
}
#passwordStrength.strength4 {
	background:#43FF4C;
}
#passwordStrength.strength5 {
	background:rgb(0, 184, 255);
}
.rcl-smiles{
	position: relative;
	float: right;
	clear: both;
}
.rcl-smiles > i{
    cursor: pointer;
    font-size: 20px;
    color: #4c8cbd;
}
.rcl-smiles .smiles{
    text-align: left;
    background: #fff;
    box-shadow: 0 0 1px 1px #ccc;
    padding: 3px;
    width: 350px;
    border-radius: 5px;
}
.rcl-smiles .rcl-smiles-list{
    display: none;
    padding: 0 15px 20px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.rcl-smiles > img:hover +.rcl-smiles-list,
.rcl-smiles .rcl-smiles-list:hover{
    display:block;
}
.rcl-smiles .smiles img{
    cursor:pointer;
    display:inline-block;
    height: 18px!important;
    margin: 3px!important;
    width: auto!important;
}
.rcl-new-users p,
.rcl-online-users p {
    margin: 5px 0;
    padding: 0;
}
span i.fa.fa-circle {
    font-size: 16px;
    padding: 0;
    vertical-align: inherit;
}
.online .fa.fa-circle {
    -webkit-animation: pulsate 2s linear infinite;
    animation: pulsate 2s linear infinite;
    color: #89e535;
}
.offline .fa.fa-circle {
    color: rgb(229, 57, 53);
    text-shadow: 0 0 1px #5a0d0c;
}
@keyframes pulsate {
    25% {
        transform: scale(1.025);
    }
    50% {
        color: #A3F558;
        text-shadow: 0 0 3px #35e668;
        transform: scale(1.05);
    }
    75% {
        transform: scale(1.025);
    }
}

#rcl-office {
    background: rgba(236, 240, 241, 0.3);
    box-shadow: 0 0 1px 2px rgba(219, 219, 219, 0.8);
	color: #333;				/*BlackTheme*/
    overflow: visible;
	position: relative;
}
#rcl-office a:link {
    border: none;				/*++Twenty15++*/
    box-shadow: none;			/*++Twenty16++*/
    text-decoration: none;
}
#rcl-office h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: none;
}
#rcl-office h3 {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
}
#rcl-office p {
    line-height: 1;
    margin: 0;
	padding: 4px 0;
}
#rcl-office select,
#rcl-office textarea,
#rcl-office input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    border: 3px solid rgb(221, 221, 221);
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    outline: none;
    padding: 5px 10px;
}
/* .wprecallblock input.recall-button {
	color:#fff;
} */
#rcl-office input[type="checkbox"],
#rcl-office input[type="radio"] {
	box-shadow: none;
}
#rcl-overlay {/* background: rgba(0, 0, 0, 0.7); */bottom: 0;display: none;left: 0;position: fixed;right: 0;top: 0;z-index: 99 !important;background: url(https://www.uc-cbs.ru/bi/images/bg-foto.png) rgba(0, 0, 0, 0.86)!important;}
.mass-upload-box{
    padding: 5px;
    background: rgba(219, 219, 219, 0.3);
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.6);
}
.rcl-dropzone {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
}
.rcl-dropzone.mass-upload-box small {
    margin: 0 0 0 5px;
}
.mass-upload-box .mass-upload-area{
    padding: 20px;
    text-align: center;
    background-color: #ccc;
}
.mass-upload-box hr{
    margin:3px;
}
.mass-upload-box .rcl-upload-button{
    display: inline-block;
}
.rcl-tab-button .rcl-menu-notice {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

body .ballun-status{
    max-width: 350px;
}

body p.status-user-rcl::before {    
    border-style: solid;
    border-width: 11px 0 0 11px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    top: -12px;
    width: 0;
}
body .ballun-status p.status-user-rcl,
body #rcl-office .ballun-status p.status-user-rcl {
    background: #fff;
    border-radius: 3px;
    color: #333;										/*++hueman++*/
    display: inline-block;
    font-size: 14px;									/*++hueman++*/
    font-weight: normal;								/*++hueman++*/
    line-height: normal;								/*++hueman++*/
    margin: 0 0 0 5px;
    max-width: 98%;
    min-width: 50px;
    padding: 6px 8px;
    position: relative;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#lk-menu,
#rcl-tabs {    
    overflow: hidden;
}
#rcl-office.horizontal-tabs #rcl-tabs {   
    opacity:0;
    animation-delay:1s;
    animation-name: fadeIn;
    animation-duration:1s;
    animation-fill-mode:both;
}
#lk-content {
    margin: 3px;
    position: relative;
    overflow: hidden;
}

        
.recall-button i + span {
    margin: 0 0 0 5px;
}       

body a.recall-button,
span.recall-button,
.recall-button.rcl-upload-button,		/*input[type="file"]*/
input[type="submit"].recall-button,
input[type="submit"] .recall-button,
input[type="button"].recall-button,
input[type="button"] .recall-button {
    border-radius: 0;							/*++hueman++*/
    color: #fff;
    cursor:pointer;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: normal;						/*++hueman++*/
    letter-spacing: normal;						/*++Twenty16++*/
    line-height:1;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    text-transform: none;						/*++Twenty16++*/
    border: none;
}

a.recall-button:hover,
a.recall-button:visited,
span.recall-button:hover,
.recall-button.rcl-upload-button:hover,
input[type="submit"].recall-button:hover,
input[type="submit"] .recall-button:hover,
input[type="button"].recall-button:hover,
input[type="button"] .recall-button:hover {
    color: #fff;
    opacity: 0.8;
}

.rcl-search-form input[type="submit"]:hover,
.rcl-upload-button input[type="file"]:hover {
    cursor: pointer;
}

a.recall-button.active,
a.recall-button.active:hover,
a.recall-button.filter-active,
a.recall-button.filter-active:hover,
a.data-filter.filter-active,
a.data-filter.filter-active:hover {
    box-shadow: none;							/*++Twenty16++*/
    cursor: default;
    color: rgb(30, 56, 75);
    opacity: 1;
}

#rcl-office #lk-menu a.recall-button.active {
    pointer-events: none;
}

#lk-menu a{
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    padding: 7px;
}
.rcl-data-filters .recall-button {
    display: inline-block;
    float: none;
    margin: 1px 1px 4px 0;
    padding: 7px;
}
.vertical-menu #lk-menu {
    float: left;
    margin: 3px;
    max-width: 160px;
    min-width: 120px;
    width: auto;
}
.vertical-menu #lk-menu a {
    border-bottom: 3px solid #fff;
    display: table;
    float: none;
    margin: 0 3px 0 0;
    white-space: normal;
    width: 100%;
}

.rcl-subtab-menu{
    overflow: hidden;
    background: #f7f8f8;
    padding: 10px 10px 5px;
    margin: 5px 0;
}
.rcl-subtab-menu .rcl-subtab-button{
    display: inline-block;
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.rcl-subtab-menu .rcl-subtab-button.active,
.rcl-subtab-menu .rcl-subtab-button:hover{
    
}


#rcl-office .rcl-sub-menu {
    overflow: hidden;
    background: #f7f8f8;
    padding: 10px;
    margin: 5px 0;
}
#rcl-office .rcl-sub-menu .recall-button{
    display: inline-block;
    padding: 7px;
    margin-right: 5px;
}
#rcl-office a.sec_block_button i.fa {
	margin: 0 5px 0 0;
}

/*END*/

.rcl-data-filters {
    margin:10px 0;
}
.rcl-data-filters a:link {			/*++Twenty15++*/
    border: none;
	text-decoration: none;			/*++Twenty14++*/
}
.rcl-upload-button{
    position: relative;
}
.rcl-upload-button input[type="file"] {
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rcl-search-form {
    text-align: right;
    clear: both;
    margin-bottom: 10px;
}
.rcl-search-form form p {
    margin-bottom: 5px;
    padding: 0 0 3px;
}
.rcl-search-form form input[type="text"],
.rcl-search-form form select {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 2px;
    vertical-align: middle;
    width: auto;
}
.rcl-search-form form input[type="text"] {
    padding: 4px 6px;
}
.rcl-search-form form select {
    padding: 3px;
}
.rcl-search-form form input[type="submit"]{
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
    vertical-align: middle;
}
#rcl-avatar{
    position: relative;
}
#rcl-avatar .avatar-icons{
    display: block;
    line-height: 1;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon{
    cursor:pointer;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a{
    display: inline-block;
    position: relative;
}
#rcl-avatar .icon-avatar-upload span{
    overflow: hidden;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#rcl-avatar .icon-avatar-upload input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

.rcl-field-input {
    display: block;
}
.rcl-field-core {
    position: relative;
}
.rcl-field-input .maxlength {
    align-items: center;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    font-weight: bold;
    justify-content: center;
    max-height: 100%;
    min-width: 30px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10;
}
.rcl-field-input.type-text-input .maxlength {
    height: 100%;
}
.rcl-field-input input[type='text']{
    margin:0;
}
.rcl-field-input .file-manage-box .fa{
    margin-right:5px;
}
.rcl-field-input .rcl-field-notice{
    display:block;
    clear: both;
    margin: 5px 0 0;
    color:#797979;
}
.rcl-field-input .rcl-field-notice .fa{
    margin-right:5px;
}
.type-dynamic-input .dynamic-values{
    display: block;
}
.type-dynamic-input .dynamic-values .dynamic-value {
    align-items: center;
    display: flex;
    margin: 0 0 2px;
}
.type-dynamic-input .dynamic-values .dynamic-value a {
    border: none;
    box-shadow: none;
    color: #797979;
    min-width: initial;
    vertical-align: middle;
    width: auto;
    display: inline-block;
}
.type-dynamic-input .dynamic-values .dynamic-value .fa{ 
    padding: 5px;
    margin: 5px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    background: #fff;
}
.type-dynamic-input .dynamic-values .dynamic-value input{
    width: 78%!important;
}
#register-form-rcl .type-dynamic-input .dynamic-values .dynamic-value{
    margin-bottom: 0px;
}
.rcl-field-input .rcl-checkbox-box,
.rcl-field-input .rcl-radio-box {
    display: inline-flex;
    margin-right: 2px;
    position: relative;
}
p.rcl-custom-fields{
    clear:both;
}
p.rcl-custom-fields .rcl-field-value .fa-upload{
    margin-right:5px;
}

#rcl-office .recall_content_block {
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 5px;
    overflow:hidden;
    display: none;
    position:relative;
}
#rcl-office .recall_content_block.active {
    display:block;
}
.rcl-navi,
.rcl-pager{
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.4;
    margin: 10px 0.5%;
    padding: 6px 5px;
    width: 99%;
}
.rcl-navi a,
.rcl-navi span,
.rcl-pager .pager-item span,
.rcl-pager .pager-item a{
    display:inline-block;
    margin: 0 4px;
    padding: 2px 9px;
}
.rcl-navi span{
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.4);
}
.rcl-navi a:link,
.rcl-pager .pager-item a:link{										
    background: rgba(243, 243, 243, 0.5);
	border: none;										/*++Twenty15++*/
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    text-decoration: none;
}
.rcl-navi a:hover,
.rcl-pager .pager-item a:hover {
    box-shadow: 0 0 1px 2px rgb(219, 219, 219);
}
/* navigation End */


/* START ssi-modal */
#ssi-modalWindow{
    animation-duration:0.5s;
    animation-name: slideInDown;
    border-radius: 41px;
    box-shadow: 0 0 12px 8px #fffdd0;
}
div.ssi-backdrop {background: url(https://www.uc-cbs.ru/bi/images/bg-foto.png) rgba(0, 0, 0, 0.86)!important;}
.ssi-modalOuter .ssi-modalWindow {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    max-width: 99%;
    min-width: 315px;
    overflow: hidden;
    padding: 0;
}
.ssi-modalOuter .ssi-modalTitle {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    padding: 13px 180px 10px 30px;
    width: 510px;
}
.ssi-modalOuter .ssi-topIcons {
    top: 9px;
    right: 15px;
    z-index: 1502;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon,
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover {
    background: none;
    height: 30px;
    text-decoration: none;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon::after {
    color: rgb(68, 59, 59);
    content: "\f00d";                /* fa-times */
    font: 400 30px/30px fontawesome;
    margin: 1px 7px 0 0;
    text-shadow: 0 0 5px #ecd358;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover::after {
    color: rgb(192, 0, 0);
}
.rcl-user-getails .ssi-modalOuter .ssi-modalContent {
    display: table;
    margin: 0 auto;
    padding: 9px 9px 10px;
}
.ssi-modalOuter .ssi-buttons .ssi-modalBtn {
    background: #eee;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 1px 1px #ccc;
    color: #555;
    cursor: pointer;
    font: 0px/0 normal;
    /* margin: 3px 3px 7px; */
    /* padding: 5px 7px; */
    text-transform: none;
}
.ssi-modalOuter .ssi-modalBtn:hover {
    background: #e9e9e9;
    box-shadow: 0 0 1px 1px #aaa;
}
/* END ssi-modal */

/* START checkbox-radio stilization */
.block-label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.rcl-field-input input[type="radio"],
.rcl-field-input input[type="checkbox"] {
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.rcl-field-input label.block-label::before {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 5px 2px 0;
    padding: 0 2px 4px;
    text-align: center;
    vertical-align: middle;
    width: 13px;
}
.rcl-field-input.type-radio-input label::before {
    border-radius: 50%;
}
.rcl-field-input input[type="checkbox"]:checked + label.block-label::before {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}
/* END checkbox-radio stilization */

/* @media screen and (max-width:768px) {
    .vertical-menu #lk-menu {
		max-width: none;
    }
    .vertical-menu #lk-menu .recall-button {
		display: inline-block;
		float: left;
		width: auto;
    }
    .vertical-menu #lk-menu .recall-button span,
    .vertical-menu #lk-menu .recall-button .fa {
        margin: 0 auto;
    }
} */

@media screen and (max-width:360px) {
    #userpic-upload #webcamupload {
        float: right;
    }
    #rcl-office .recall_content_block {
        margin: 0;
    }
    #rcl-office .recall_content_block {
        padding: 2px;
    }
    #rcl-office .recall_content_block th,
    #rcl-office .recall_content_block td {
        padding: 4px 2px;
    }
}


#rcl-popup {
    background: #f8f8f8;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    left: 50%;
    line-height: 1.4;
    max-width: 80%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    z-index: 999;
}
#rcl-popup h2 {
    clear: none;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 8px 0 0 5px;
    text-transform: none;
    width: calc(100% - 40px);
}
#rcl-popup h4 {
    clear:both;
    font-size: 16px;
    line-height: 1;
    margin: 8px 0 0;
    overflow: hidden;
    padding: 0 10px 4px;
    text-transform: none;
}
#rcl-popup p {
    margin: 0 10px 10px;
    padding: 0;
}
#rcl-popup textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
    display: block;
    margin: 10px auto;
    min-height: 80px;
    padding: 5px;
    width: 98%;
}
#rcl-popup #commentlist .comm-attach {
    background: rgba(237, 237, 237, 0.5);
    margin: 10px 0;
    padding: 10px;
}
#rcl-popup #commentlist .comment-author::after,
#rcl-popup #commentlist .comment-author::before {
	display: none;
}
#rcl-popup #commentlist .author-avatar {
    float: left;
    margin: 0 10px 0 0;
}
#rcl-popup .navi-gallery {
    color: #ccc;
    cursor: pointer;
    font-size: 50px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0.6;
    position: absolute;
    top: 200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
#rcl-popup .navi-gallery:hover {
    opacity: 1;
}
#rcl-popup .prev-attach {
    float: left;
    margin-left: -54%;
}
#rcl-popup .next-attach {
    margin-left: 54%;
    float: right;
}
#rcl-popup .next-attach::after {
    content: "\f138";
    font-family: FontAwesome;
}
#rcl-popup .prev-attach::after {
    content: "\f137";
    font-family: FontAwesome;
}

/* START upload cover */
#rcl-office .rcl-cover-icon{
    line-height: 1;
    overflow: hidden;
    position: relative;
}
#rcl-office .rcl-cover-icon:hover{
    cursor: pointer;
}
#rcl-office .rcl-cover-icon input[type="file"]{
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    height: 100%;
}
/* END upload cover */

.rcl-user-getails .rcl-user-avatar {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.rcl-user-getails .rcl-user-avatar img {
    border: 0;
    border-radius: 0;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: auto;
}
.rcl-user-getails .rcl-user-avatar .rcl-avatar-zoom {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
    font-size: 150px;
    height: 100%;
    opacity: 0.7;
    position: absolute;
	text-decoration: none;
    top: 0;
    width: 100%;
}
.rcl-user-getails .rcl-user-avatar:hover .rcl-avatar-zoom {
    display:flex;
}
.rcl-user-getails .rcl-avatar-zoom i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.rcl-user-getails .ballun-status {
    margin: 5px auto 0;
    max-width: 425px;
}
.rcl-user-getails p.status-user-rcl::before {
    left: 0;
    margin-left: 50%;
}
.rcl-user-getails .block-rcl {
    padding: 5px;
}
.rcl-user-getails p {
    margin: 0;
    padding: 0;
}
.rcl-user-avatar-zoom .ssi-modalContent {
    padding: 0;
}
.rcl-user-avatar-zoom .ssi-topIcons {
    z-index: 1600;
}
.rcl-user-getails #ssi-modalWrapper{
    max-width: 450px;
}
.ssi-modalOuter.rcl-hand-uploader .ssi-modalContent {
    padding: 0;
}
.ssi-modalOuter.rcl-user-avatar-zoom .ssi-modalWindow {
    min-width: auto;
}
.ssi-modalOuter.rcl-user-avatar-zoom img {
    margin: 0;
}

#avatar-upload-progress{
    position: absolute;
    background: #ccc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 40px;
    opacity: 0.5;
    font-weight: bold;
    display:none;
}
#avatar-upload-progress span{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -30px;
}


#rcl-post-bar{
    text-align:right;
    margin:10px 0;
}
#rcl-post-bar .post-bar-item{
    display: inline-block;
}
#rcl-post-bar .post-bar-item a{
    font-size: 14px;
    margin: 0 0 0 5px;
    display: inline-block;
}
#rcl-post-bar .post-bar-item span, 
#rcl-post-bar .post-bar-item i {
    vertical-align: middle;
}
#rcl-post-bar .post-bar-item i{
    margin: 0 0 0 0;
}
#rcl-post-bar .post-bar-item i::before {
    padding: 0 5px;
}
#rcl-post-bar .post-bar-item .item-label{
    padding: 0 5px;
    margin: 0 0 0 0;
}
#rcl-post-bar .post-bar-item .item-counter{
    
}

.rcl-form {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.rcl-form tr {
    background: #fff;
}
.rcl-form th,
.rcl-form td {
    border: 1px solid rgb(243, 213, 190);
    padding: 5px;
    text-align: left;
    text-transform: none;					/*++Twenty14++*/
    vertical-align: middle;
    box-shadow: 0 0 0px 1px #eee8cd;
}
.rcl-form tr th {
    overflow: hidden;
}
.rcl-form input[type="checkbox"] {
    margin: 4px 2px 0;
    width: 15px;
    float: none;
}
.rcl-form input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.rcl-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    max-width: 100%;
    outline: 0;
    padding: 5px 7px;
    width: 100%;
}
.rcl-form input:focus:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.rcl-form textarea:focus {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #ddd;
    color: #000;
    outline: medium none;
}
.rcl-form input[disabled] {
    background-color: #eee;
    opacity: 0.6;
}
.rcl-form select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    outline: 0;
    padding: 5px 7px;
    width: 100%;
}
.rcl-form .block-label {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Verdana,Tahoma,sans-serif; 
    font-size: 12px;
    line-height: 1;
    margin: 4px;
    padding: 5px 8px 4px 6px;
}
.rcl-form .block-label input[type="checkbox"] {
    margin: 0 6px 0 0;
}
.rcl-form .block-label input[type="radio"] {
    border: 1px solid #d1d1d1;
    color: #b1b1b1;
    float: none;
    font-size: 13px;
    padding: 8px 12px;
    width: auto;
}
.rcl-form .required {
    color: rgb(229, 57, 53);
    font: bold 15px/1 Verdana,arial;
}
.rcl-form label a {
    color: rgb(76, 140, 189);
    display: inline;
    font-weight: bold;
	margin: 0;
    padding: 0 1px 0 0;
}

.rcl-form label a:hover,
.rcl-form td span a:hover {
    color: #000;
    text-decoration: underline;
}

.rcl-form td a:hover {
	color: #000;
}
.rcl-form td a:hover i {
	color: red;
}
.rcl-form .file-manage-box{
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.rcl-form .file-manage-box .fa {
    color: rgb(229, 57, 53);
    font-size: 16px;
    margin-right: 5px;
}
.rcl-form .file-manage-box .delete-file-url{
    float: right;
}
.rcl-form .file-manage-box .delete-file-url a{
    display: inline-block;
}
.rcl-form .file-field-upload{
    display: block;
    padding: 5px;
    background: #f4f4f4;
    font-size: 11px;
}
.rcl-form .file-field-upload input{
    width: auto;
}
.rcl-form .aligncenter{
    text-align:center;
}

@media screen and (max-width:360px) {
    .rcl-form tr th {
        max-width: 107px;
        -webkit-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }
    .rcl-form td a {
        font-size: 13px;
        margin: 3px 0;
        width: 83px;
    }
    .rcl-form .file-field-upload {
        width: 205px;
    }
}

@media screen and (max-width:480px) {
    #rcl-popup {
     max-width: 95%;
    }
    #rcl-popup .navi-gallery {
     top: 25%;
    }
    #rcl-popup .prev-attach {
     margin-left: -47%;
    }
    #rcl-popup .next-attach {
     margin-left: 47%;
    }
}

#rcl-popup.fixed {
    position: fixed;
    top: 80px;
}
#rcl-popup .delete{
	float: left;
	margin: 5px 5px 10px;
	display: block;
	height: 31px;
	width: 31px;
	
}
#rcl-popup .popup-body{
    padding:10px;
}
.rcl-upload-button span.progress-bar{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #36C515;
    z-index: -99;
}
.prmess .rcl-upload-button{
	float:right;
}
.rcl-dropzone .get-crop-image{
	float:right;
}
.rcl-dropzone img,
.rcl-dropzone .jcrop-holder{
	margin:0 auto;
	display: block;
}
.rcl-dropzone.hover {
    background: rgba(0,0,0,0.5);
}


#rcl-preview{
    
}
#rcl-preview img{
    
}
.rcl-chat .nth .message-box {
    background: rgb(251, 251, 248) !important;
}
.rcl-chat .message-box {
    background: rgb(241, 241, 241) !important;;
}
#rcl-office .rcl-chat-contacts .noread-message {
    background: rgba(245, 245, 245, 0.17) !important;;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: rgb(216, 226, 55);
    text-shadow: none;
    color: #462e2e;
    text-shadow: 0 0 4px rgb(72, 61, 241);
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*****common css*******/
body{
	font-family: 'Roboto', serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', serif;
}

.imgblog-respons{
	width:100%;
	height:250px;
}
.slid-respons{
	width:100%;
}
.carousel-control.right{
	background:none;
}
.carousel-control.left{
	background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #ffffff;
}

.dropdown-menu{
	top: 101%;
	padding-bottom:0px;

}
.dropdown-menu > li > a {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  padding: 10px 32px;
  transition:all 0.8s ease-out;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
a:focus{
	outline:none;
}

/******** header css *********/
#header-area{}
.logo{
		text-align:center;
		margin-bottom: -14px !important;
		padding:7px 0px;
		text-shadow: 0 0 6px #ededed;
}
.social-icon{
	margin: 10px 0;
	text-align: center;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social-icon ul li{
	display:inline-block;
}
.social-icon ul li a{
	color: #000000;
	display: block;
	font-size: 20px;
	padding: 0 7px;
}
.social-icon ul li a:hover{
	color:rgb(66, 133, 244);
	transition: all 0.5s ease 0s;
}
.navbar-default {
	background-color: #ffffff;
	border: medium none;
	border-radius: 0;
	position top:;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #ffffff;
}


/***** search  ********/
#expand .form-control {
  height: 44px;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: block; 
}


input[type=search] {
	background: rgba(157, 207, 181, 0.05) url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #312c2c;
	padding: 9px 7px 9px 32px!important;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 0 13px 0px rgba(251, 212, 70, 0.23);
}



input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


#expand input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#expand input[type=search]:hover {
	background-color: #fff;
}
#expand input[type=search]:focus {
	width: 100%;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#expand input:-moz-placeholder {
	color: transparent;
}
#expand input::-webkit-input-placeholder {
	color: transparent;
}
.page-title{
	text-align:center;
	padding:25px 0px;
}
.not-found{
	text-align:center;
}


/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/***** content-area********/

#content-area{}
.single-blog{
	border: 2px solid #eeeeee;
	box-shadow: -1px 4px 11px -2px #bababa;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 11px;
}
.blog-meta{}
.blog-meta ul li{
	border: 1px solid #eeeeee;
	border-radius: 50px;
	box-shadow: 1px 1px 0 #bababa;
	display: inline-block;
	margin-right: 8px;
	padding: 5px 10px;
}

.blog-meta ul li a{
	color: #000000;
	text-decoration: none;
}
.meta{
	margin:10px 0px;
}
.blog-meta h1 {
	margin:0;
	font-size:24px;
}
.blog-meta h2 a{
	text-decoration:none;
	color:#000000;
	transition: all 0.5s ease-out 0s;
}
.blog-meta h2 a:hover{
	text-decoration:underline;
}
.blog-content p{
	text-align:justify;
}
a.redmore{
	border: 1px solid #000000;
	border-radius: 20px;
	box-shadow: 0 0 2px 1px #bababa;
	color: #000000;
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-top: 17px;
	padding: 5px 7px;
	text-decoration: none;
}
a.redmore:hover{
	background:#000000;
	color:#ffffff;
	transition: all 0.5s ease 0s;
}

.pagination {
  display: block;
  margin: 20px 0;
  overflow: hidden;
}

/******* footer **********/

#footer-area{
	border-top: 3px solid #eeeeee;
	padding-top: 10px;
}
.single-footer{
	padding: 8px;
}
.single-footer h2{
	border-bottom: 1px solid #000000;
	color: #000000;
	margin: 0 0 17px;
	padding-bottom: 18px;
	text-transform: uppercase;
	
}
.single-footer ul li{
	display:block;
	
}

.single-footer ul li a{
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	display: block;
	padding: 8px 5px;
}

.footer-bottom{
	background: #2a2a26 !important;
	box-shadow: 0px -3px 20px 0px black;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	color: #ffffff;
	display: block;
	padding: 6px 10px;
}
.copy-right {
	text-align:center;
}
.copy-right p{
	color: #ffffff;
	margin: 0;
	padding: 17px 0;
}
/*****Scroll To Top*******/
.scrollToTop{
	font-size:40px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	position:fixed;
	bottom:0;
	right:15px;
	display:none;

}
.scrollToTop:hover{
	text-decoration:none;
	color:#bababa;
}

/********sidebar css**********/

.sidebar{}
.single-sidebar{
	margin-bottom: 30px;
	text-align:justify;
}
.single-sidebar h2{
	background: #eeeeee none repeat scroll 0 0;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	box-shadow: 0 0 2px #bababa;
}
.textwidget {
  line-height: 23px;
}
.single-sidebar ul li{
	display:block;
	border-bottom:1px solid #eeeeee;
}
.single-sidebar ul li a{
	color: #000000;
	display: block;
	padding: 10px 5px;
	text-decoration:none;
}
.single-sidebar ul li:hover{
	border-bottom:1px solid green;
}


/****** comments css ********/

#respond {position: relative;}
#respond input[type="text"],#respond textarea {border:1px solid #ddd;padding:10px}
#respond input[type="text"] {padding:7px;width:300px}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment { position: relative; }
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label{  color: #555; display: inline-block; left:
4px;  position: relative; z-index: 1; width: 99px;}
#respond .comment-form-comment label {
 background: #eee;
 color: #555; 
 display: inline-block;
 min-width: 60px;
 padding: 4px 10px;
 position: relative;
 z-index: 1; 
 }
#respond input[type="text"]:focus,
#respond textarea:focus { text-indent: 0; z-index: 1; }
#respond textarea { resize: vertical; width: 95%; }
#respond .comment-form-author .required,
#respond .comment-form-email .required { color: #bd3500; font-size: 18px; font-weight: bold; left:
53%; position: absolute;  z-index: 1; }
#respond .comment-notes,
#respond .logged-in-as { font-size: 13px; }
#respond p { margin: 10px 0; }
#respond input#submit { background: #454545; border: none; -moz-border-radius: 3px; border-radius:
3px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px
rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); color: #eee; cursor: pointer; padding: 5px
42px 5px 22px; }
#respond input#submit:active { background: #86222D; color: #fff; }
#respond #cancel-comment-reply-link { color: #666; margin-left: 10px; text-decoration: none; }
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist #respond { margin: 1.625em 0 0; width: auto; }
#reply-title { color: #373737; font-size: 20px; }
#cancel-comment-reply-link { color: #888; display: block; position: absolute; right: 1.625em; text-
decoration: none; text-transform: uppercase; top: 1.1em; }
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label {display: block; font-size: 16px; line-height: 2.2em; width: 280px;}
#respond input[type=text] {}
#respond p { font-size: 12px; }
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }
.trackback { margin: 0 0 10px; padding: 1em; border: 1px dashed #ccc; }

#comments {
border: 1px solid #eeeeee;
padding: 20px;

}
#comments ol{
	list-style:none;
}
#comments ol li{
background: #eeeeee none repeat scroll 0 0;
margin: 15px 0;
padding: 15px;

}
#comments ol li p{
	background: #ffffff none repeat scroll 0 0;
	padding: 12px;
}
.comment-author.vcard {
  display: inline-block;
}
.comment-meta.commentmetadata {
  display: inline-block;
  float: right;
}

a.comment-reply-link {
	border: 1px solid #bababa;
	border-radius: 14px;
	color: #000000;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
}
ol.children{
	border-top: 1px solid #bababa;
	margin-top: 18px;
}

/***** archive page ******/
.archive-title{
	text-align:center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#rcl-chat-noread-box .rcl-noread-users, .rcl-mini-chat .rcl-chat-panel, .rcl-chat .important-manager .important-shift {
    box-shadow: 0 0 7px #e2c037;
}

#rcl-chat-noread-box .rcl-noread-users, .rcl-mini-chat .rcl-chat-panel, .rcl-chat .important-manager .important-shift {
    background: rgba(10,10,0,0.85);
    box-shadow: 0 0 7px #e2c037 !important;
}

a.recall-button, span.recall-button, .recall-button.rcl-upload-button, input[type="submit"].recall-button, input[type="submit"] .recall-button, input[type="button"].recall-button, input[type="button"] .recall-button, a.recall-button:hover, .recall-button.rcl-upload-button:hover, input[type="submit"].recall-button:hover, input[type="submit"] .recall-button:hover, input[type="button"].recall-button:hover, input[type="button"] .recall-button:hover {
    background: rgb(10, 10, 0);
    box-shadow: 0 0 7px #e2c037 !important;
}
.ssi-modalOuter .ssi-buttons .ssi-modalBtn {
    background: #eee !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #e53935 !important;
    cursor: pointer !important;
    font: 15px/1 normal !important;
    margin: 0px 18px 7px !important;
    padding: 0px 10px !important;
    text-transform: none !important;
    box-shadow: 0 0 10px 1px #fcfbce !important;
}
.panel_lk_recall .form-tab-rcl {
    width: 800px !important;
    background: #fff !important;
    border-radius: 42px !important;
    box-shadow: 0 0 12px 8px #fffdd0 !important;
    font: 16px/30px Verdana,Tahoma,sans-serif !important;
    margin: -5px auto !important;
    overflow: hidden !important;
}
.panel_lk_recall.floatform {
    left: 37% !important;
}
.pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper {
    margin: 0px auto 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: transparent;
    padding: 0 30px;
    max-width: 1200px !important;
}
.warning-wpcp {
    background: #2a2a26 url(https://katalog.uc-cbs.ru/wp-content/plugins/wp-content-copy-protector/images/warning.png) no-repeat 10px 50% !important;
    border: 1px solid #fbe500 !important;
}
.msgmsg-box-wpcp {
    border-radius: 10px !important;
    color: #fff !important;
}
.panel_lk_recall .form-tab-rcl .login-message {
    background: rgba(179, 160, 88, 0.75) !important;
    border-radius: 18px !important;
    text-shadow: 0 0 3px #ffa8fe !important;
    font-size: 14px !important;
}

.col-sm-44 {
    width: 33.333333%;
    background-image: url(/wp-content/uploads/2017/10/bgo.png)!important;
    background-size: 100% 100% !important;
    background-origin: content-box !important;
    width: 100% !important;
    height: 245px !important;
    background-repeat: no-repeat !important;
    background-position: bottom right, center center, top left !important;
}
.imgblog-respons {
    width: 38% !important;
    height: 182px !important;
    position: absolute !important;
    top: 30px !important;
    left: 30% !important;
    overflow: auto !important;
}
.blog-content p {
    text-align: justify;
    margin-bottom: 3.6em;
}
img {
    margin-left: 7px;
    margin-right: 7px;
}
.panel_lk_recall .form-tab-rcl .login-error {
    background: rgb(244, 231, 178);
    border-radius: 40px !important;
    border: 2px solid rgb(255, 46, 4) !important;
}

.art-1 {
    color: #ab8230 !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #151414, 2px 2px white, -1px -1px white, -2px -2px white, -1px 1px white, 1px -1px white, -2px 2px white, 2px -2px white, -3px -3px 4px rgb(255, 255, 255), -3px 3px 4px rgb(255, 255, 255), 3px 3px 4px rgb(255, 255, 255), 3px -3px 4px rgb(255, 255, 255) !important;
} 
#__utl-buttons-1 .uptl_toolbar>ul>li>.sn-icon, #__utl-buttons-1 .uptl_share_more_popup__list .sn-icon, #__utl_follow-popup-panel-wrapper___utl-buttons-1 p .__utl_logo>.sn-icon {
    background-color: #2a2a26 !important;
    box-shadow: 0 0 9px 0px #c98526;
}
.pdf-light-viewer.pdf-light-viewer-fullscreen {
    background: url(https://www.uc-cbs.ru/bi/images/bg-foto.png) rgba(58, 59, 62, 0.7)!important;
}  

.searchandfilter h4 {
    margin-left: -600% !important;
}  

div.ajaxsearchpro[id*="ajaxsearchpro4_"] .probox .proinput input.orig {
    font-weight: normal;
    font-family: Open Sans;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    line-height: normal;
    border: 0;
    box-shadow: none;
    margin: 0px 0 0 -4px;
    position: relative;
    z-index: 50;
    padding: 0;
    padding-top: 2px;
    margin: 0;
    margin: -10px 0px -9px -36px !important;
    width: 100%;
    background: transparent;
}

.cab_content {
    z-index: 0 !important;
}
#rcl-office {
    z-index: 0 !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
    /* margin: 0; */
    padding: 0;
    border: 0;
    text-shadow: 0 0 10px rgba(251, 212, 71, 0.23)!important;
}
#captchaImgDiv img {
    padding: 0px;
    margin: 0px;
    border: 0;
    display: inline;
    float: none;
    max-width: 500px !important;
}