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

.main-container{
    min-height: 60vh;
}
.modal-backdrop{
	z-index:1020;
}

/* 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;
}


/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.top-header {
    background: url(../images/back_center.jpg) center;
}
.top-header-main {
    background-color: #054873; 

}

.top-header > a:hover{
    text-decoration: none;
}

.first-top-header{
    height: 115px;
    color: white;
}

.first-top-left{
    padding: 5px 15px 0 15px;
    width:150px;
    float: left;
}

.first-top-center{
    margin-left: 165px;
}

.first-top{
    padding: 10px 10px 0 10px;
    text-align: right;;

}
.top-slogan{
    font-size: 20px;
    /*margin-left: 100px;*/
    float: left;
    /*    width: 85%;
        text-align: center;*/
}
.top-networks{

} 

.second-top{
    padding: 10px 10px 0 10px;
}
.top-name{
    font-size: 32px;
    font-weight: bold;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    min-height: 92px;
}


.a-top-networks, .a-top-networks:focus, .a-top-networks:hover, .a-top-networks:visited{
    color: white;
    text-decoration: none;
}

.third-top{
    padding: 10px;
}

.top-adress{
    float:right;
    padding-bottom: 10px;
}



.first-top-right{
    float:right;
    padding-right: 30px;
    width: 20%;
}

.main-gerb{
    position: absolute;
    z-index: 200;
    width: 125px;
}

.search-block{
    height: 29px;
}

.search-button, .search-button:focus, .search-button:active{
    margin: 6px;
    background-color: #054873;
    color: white;
    border-color: white;
}

.search-button:hover{
    background-color:#0f6aa5;
    color: white;
    border-color: white;
}

.intend-main-nav{
    width: 125px;
    height: 50px;
    float: left;
}

.top-lang{
    float:right;
    padding-right: 15px;
}

.navbar-default {
    background-color: #054873;
    border-radius: 0;
}

.navbar-main-uni {
    border-left: none;
    border-right: none;
}

.navbar-default .navbar-nav>li>a {
    color: white;   
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0f6aa5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover
{
    background-color: #0f6aa5;
    color: white;
}

/* to work script adding navbar fixed top */
.hheader {
    height: 1px;
    background-color: #054873;
}


/*.dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #0f6aa5;
}

.dropdown-menu{
    background-color: #12527b;

}
.dropdown-menu>li>a{
    color: white; 
    white-space: normal;
    min-width: 300px;
}
.dropdown-menu>li{
    padding-bottom: 5px;
}*/


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #0f6aa5;  
    color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:  white;
    background-color: #0f6aa5;
}

.navbar-brand{
    padding: 2px 15px;
}

.brand-text{
    padding-top: 15px;
}

.lang{
    padding: 15px 2px;

}

.banners-right{
    text-align: center;    
}

.sh-w{
    box-shadow: 4px 0px 6px 0px #6f728b;
}

.sh-w:hover{
    box-shadow: 0px 0px 10px #938d8d;
}

.title-seasons{
    color: #064874; 
    font-size: 18px; 
    text-align:center;
}

.title-seasons > hr{
    margin-top: 5px;    
}

.carousel-inner img {
    margin: auto;
}

.lgroup-item {
    margin-bottom: -1px !important; 
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

/* Right menu */
a.list-group-item, a.list-group-item:focus, a.list-group-item:hover {
    color: #fff !important;
}

.list-group-item, .list-group-item:focus, .list-group-item:hover   {
    background-color: #054873;
    border: 1px solid #fff;
}

a.list-group-item:focus, a.list-group-item:hover  {
    background-color: #337ab7;
    border: 1px solid #fff;
}

.breadcrumb li:first-child a:before {
    font-family: Glyphicons Halflings;
    content: '\e021';
    padding-right: 5px;
}


/* Side Submenu */
a.list-ssm, a.list-ssm:focus, a.list-ssm:hover {
    color: #fff !important;
}

.list-ssm, .list-ssm:focus, .list-ssm:hover   {
    background-color: #156ca5;
    border: 1px solid #fff;
}

a.lilist-ssm:focus, a.list-ssm:hover  {
    background-color: #337ab7;
    border: 1px solid #fff;
}

.panel-heading{
    text-align: center;
    font-size: large; 
}

.pic{
    vertical-align: text-top;
    margin: 2px 5px !important;
    width:170px;
}  

.thumbnail{
    overflow: hidden;
}
.thumbnail-wb{
    border-style: none;
}


.main-footer{
    background: #054873;
}
.footer-menu{
    float:left;
}

.footer_block{
    float: left;
    margin-top: 5%;
    list-style: none;
}

.footer_ref {
    color: silver;
}
a.footer_ref:hover   {
    color: white;
    text-decoration: none;
}

.networks{
    float:right;
    padding-top: 10px;
}

.img_networks{
    width: 32px;
    height: 32px;
}
.bottom-adress{
   margin: 20px 0;
   padding: 10px 10px;
    color:#d8cfcf;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.copyright{
   color:#d8cfcf;
    text-align: center;
}

.title{
    margin-top: 6px;  
    color: #064874;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;

}

.main-news-description{
    padding: 10px 5px 10px 10px;
}

.article_date{
    padding: 0 0 7px 5px;
    color: #187bb1;
    font-size: 11px;
    font-weight: normal;
}

.article_video{
    padding: 0 0 0 5px;
    font-size: 18px;
}

.article_content{
    margin-bottom: 10px;
}

.art_tab{
    float: left;
    text-align: center;
    width: 200px;
    margin-right: 20px;
}

.staff_tab{
    width: 150px;
}

.pic_gallery{
    width: 170px;
}


.tumd {
    /*    border: 2px solid #CCC;*/
    padding: 2px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}    
.tumd:hover { 
    /*    filter: gray;  IE6-9  
        -webkit-filter: grayscale(1); */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
} 

.img_l {
    float: left;
    margin: 3px 5px 3px 5px;
    border: 0px solid #AAAAAA;
}

.panel-primary>.panel-heading {
    background-color: #054873;
    border-color: #054873;
    color: white;
}

.panel-primary {
    border-color: #ddd;
}

.sc_list{
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
}

.scientist_photo {
    width: 150px;
    float:left;
}

.sc-info{
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-left: 150px;
}

.sc_name {
    font-weight: bold;
    font-size: larger;
}


/*Mosaic start*/
.mosaicflow__column {
    float:left;
}
.mosaicflow__item{
    display:block;
    width:100%;
    height:auto;
}
/*Mosaic end*/

.logo_center{
    background: url(/images/back_center.jpg);
    padding-left: 0px;
    padding-right: 0px;
}

.logo_name{
    float: left;
    font-size: 45px;
    color: #01245e;
    text-align: center;
    font-family: fantasy;
    font-weight: bold;
    text-shadow: white 2px 2px;

}

.flex{
    display: flex;
    align-items: center;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.video_caption{
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.banner_tdv {
    font-size: 18px;
    width: 100%;
    white-space: normal;
    margin-bottom: 5px;
    background-color: #950000;
}

.banner{
    font-size: 18px;
    background: #054873;
    width: 100%;
    white-space: normal;
    margin-bottom: 5px;
}
.banner-right{
    font-size: 16px;
    color: #054873;
    width: 100%;
    white-space: normal;
    margin-bottom: 5px;

}
.banner-right:hover{
    border-color:#054873; 
    color: #054873;
}
.img-banners{

}

.title-banners{

}

.outer_banner{
    width: 100%;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}

.panel-body > a{
    color:#064874
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.hhh_separated {
    width:200px; 
    margin-bottom: 30px;
}

.hhh_image{
    position: relative;
}

.hhh_candle{
    background: url(/general/heavenly_hundred_heroes/candle.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 114px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 70px;
    z-index: 999;
}

.hhh_ribbon{
    background: url(/general/heavenly_hundred_heroes/ribbon_foto.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 70px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 70px;
    z-index: 999;
}
.hhh_caption{
    width: 200px;
    background-color: black;
    text-align: center;
    color: white;
    margin: 10px 0 0 0;
    font-size:  16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.center{
    text-align: center;
}

.a_banner_right {

}


.banner_right{
    background-color: #054873;
    color: white;
    height: 50px;
    font-size: 20px;
    margin: 10px 0 10px 0;
    line-height: normal;
    vertical-align: middle;
    border-radius: 5px;

}

.banner_right:hover{
    background-color: #085688;


}
.banner-icon{
    float: left;
    width: 20%;
}
.banner_text{
    float: left;
    width: 70%;
    height: 50px;
    line-height: 50px;
}

.title-newspaper{
    width: 100%;
    text-align: center;

}

.newspaper-image{
    width:80%;
}

.table-no-t-border > thead > tr > th, .table-no-t-border > tbody > tr > th, .table-no-t-border > tfoot > tr > th, .table-no-t-border > thead > tr > td,
.table-no-t-border > tbody > tr > td, .table-no-t-border > tfoot > tr > td {
    border-top: white;
}

.record {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

/*magistr*/
.primer { 
    font-size: 14px;
    padding: 10px 15px;
    border-color: black;
    background-color: #064874;
    color:white;
    text-decoration: none;
    border-radius: 5px;
    float:left;
    width: 600px;
    text-align: justify;
}

.step {
    padding-top: 10px; 
    float:none;
}  

.around {
    font-size: 16px;
    padding: 4px 9px;
    border-color: black;
    color: black;
    background-color: #ea6608;
    text-align: center;
    border-radius: 10px;
    margin-top: 7px;
}

.top_magistr {
    font-size: 17px;
    padding: 4px 9px;
    border-color: black;
    background-color: #bbd2e4;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 9px;
    color:black;
}

.rightarrowdiv{
    width: 97px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    height: 43px; /*min height of DIV should be set to at least 2x the width of the arrow*/
    background-color: #064874;
    color: white;
    padding: 10px;
    position: relative;
    word-wrap: break-word;
    -moz-border-radius: 5px; /*add some nice CSS3 round corners*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    float:left;
}

.rightarrowdiv:after{ /*arrow added to rightarrowdiv DIV*/
    content:'';
    display: block;
    position: absolute;
    top: 10px;
    left: 100%; /*should be set to 100% */
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #064874 ; /*border color should be same as div div background color #064874*/
    border-style: solid;
    border-width: 10px;
}
/*magistr END*/


/*@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}*/



.ny-top{
    background: url(/images/new-years-top.png) repeat-x;
    background-size: auto 100%;
    position: relative;
    height: 50px;
    z-index: 9999999999;
    background-color: #054873;
    top: 5px;
}
.ny-bottom{
    background: url(/images/new-years-bottom.png) repeat-x;
    background-size: auto 100%;
    height: 50px;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}

/*specific button START*/

.btn-special{
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.btn-special:before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    transition: all 0.3s ease 0s;
}
.btn-special:hover:before{
    transform: translateY(42px);
}
.btn-special:after{
    content: "\f105";
    font-family:  FontAwesome;
    font-weight: 900;
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 2px solid transparent;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    top: 0;
    right: -16px;
    transition: all 0.43s ease 0s;
}
.btn-special:hover:after{
    transform: rotateX(180deg);
}
.btn-special.btn-sm:hover:before{
    transform: translateY(32px);
}
.btn-special.btn-sm:after{
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 20px;
    right: -10px;
}
.btn-special.btn-xs:hover:before{
    transform: translateY(22px);
}
.btn-special.btn-xs:after{
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 16px;
    right: -5px;
}
.btn-special.red{
    color: #ff6e6e;
}
.btn-special.red:before,
.btn-special.red:after{
    border-color: #ff6e6e;
}
.btn-special.blue{
    color: #054873;
}
.btn-special.blue:before,
.btn-special.blue:after{
    border-color: #054873;
}
.btn-special.orange{
    color: #ef965b;
}
.btn-special.orange:before,
.btn-special.orange:after{
    border-color: #ef965b;
}
.btn-special.green{
    color: #7ad79a;
}
.btn-special.green:before,
.btn-special.green:after{
    border-color: #7ad79a;
}
@media only  screen and (max-width: 767px){
    .btn-special{ margin-bottom: 20px; }
}

/*specific button  END*/


/*service box START*/
.serviceBox{
    padding: 70px 20px 30px;
    margin: 50px 0 60px;
    background: #951c45;
    text-align: center;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100px;
    background: #951c45;
    position: absolute;
    bottom: -100px;
    left: 0;
    -webkit-clip-path: polygon(50% 45%, 0 0, 100% 0);
    clip-path: polygon(50% 45%, 0 0, 100% 0);
}
.serviceBox:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{ width: 100%; }
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #951c45;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateX(360deg); }
.serviceBox .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}
.serviceBox.yellow,
.serviceBox.yellow:before,
.serviceBox.yellow .service-icon{ background: #f7912f; }
.serviceBox.blue,
.serviceBox.blue:before,
.serviceBox.blue .service-icon{ background: #064874; }
.serviceBox.green,
.serviceBox.green:before,
.serviceBox.green .service-icon{ background: #95be3e; }
@media only screen and (max-width:767px){
    .serviceBox{ margin: 50px 0 160px; }
}
/*specific box  END*/

/*time line  START*/

.main-timeline .timeline{
    padding: 50px 60px;
    position: relative;
}
.main-timeline .timeline:first-child{
    padding-top: 0;
}
.main-timeline .timeline:last-child{
    padding-bottom: 0;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #951c45;
    box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px transparent;
    text-align: center;
    margin: auto 0;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -34px;
    bottom: 0;
    z-index: 2;
}
.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon{
    box-sizing: content-box;
    margin: 0;
    top: 0;
    left: -36px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #837cb6;
}
.main-timeline .timeline:last-child .timeline-icon{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    left: auto;
    right: -34px;
}
.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon{
    right: -36px;
}
.main-timeline .timeline-content{
    width: 50%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: right;
}
.main-timeline .title{
    font-size: 18px;
    color: #837cb6;
    margin-top: 0;
    text-transform: uppercase;
}
.main-timeline .description{
    font-size: 15px;
    color: #636363;
    line-height: 25px;
    margin: 0;
}
.main-timeline .border{
    width: 50%;
    border-top: 2px solid #951c45;
    border-bottom: 2px solid #951c45;
    border-left: 2px solid #951c45;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
.main-timeline .timeline:nth-child(2n) .border{
    border-left: none;
    border-right: 2px solid #951c45;
    border-radius: 0 6px 6px 0;
    left: 50%;
}
.main-timeline .timeline:first-child .border{
    border-top: none;
}
.main-timeline .timeline:last-child .border{
    border-bottom: none;
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{
        padding: 40px 60px;
        margin: 0 0 0 35px;
    }
    .main-timeline .timeline:nth-child(2n){
        margin: 0 35px 0 0;
    }
    .main-timeline .timeline-content{
        width: 100%;
    }
}


/*time line  END*/

/*payment  START*/
.list-services{
    color: white !important;
}

.list-services:hover{
    color:#31708f !important;
}


/*payment  END*/


/*callout  START*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-green {
    border-left-color: #449d44;
}

.bs-callout-primary {
    border-left-color: #286090;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-green h4 {
    color: #449d44;
}
.bs-callout-primary h4 {
    color: #286090;
}

/*callout  END*/

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('/images/icon_top.png') no-repeat;
}

.scrollup:hover{
   opacity:1;
}



.ar-collap .glyphicon.glyphicon-menu-down{
    -webkit-transform: rotate(180deg);    
    -moz-transform: rotate(180deg);        
    -o-transform: rotate(180deg);          
    -ms-transform: rotate(180deg);         
    transform: rotate(180deg);
}

.ar-collap.collapsed .glyphicon.glyphicon-menu-down{
    -webkit-transform: rotate(0deg);    
    -moz-transform: rotate(0deg);        
    -o-transform: rotate(0deg);          
    -ms-transform: rotate(0deg);         
    transform: rotate(0deg);
}

.data-name{
    white-space: normal!important;
}

.kv-table-wrap th, .kv-table-wrap td {
    max-width: 484px;
    text-align: left;


}
/*change bp nav collapse  START*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*change bp nav collapse  END*/

@media (max-width: 1200px) {
    .container-m {
        width: auto;
        padding-right: 5px;
        padding-left: 5px;
    }

}

/*sortable  START*/
.handle {
    cursor: grab;
}
/*sortable  END*/

.lable-editable {
    float: left;
    margin: 5px 5px 5px 0px;
}

.show-sort {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0px;
}
.scroll {
  height: 200px; /* Высота блока */
  overflow-y: scroll; /* Включаем вертикальную прокрутку */
}

.v_url{
    font-size: larger;
    font-weight: bold;
}

.content{
    padding-top: 10px;
}

/* toggle */
.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #054873;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.split{
    margin-top: 9px; 
    margin-bottom: 9px;
   text-align:center;
}