#contextMenu1, #contextMenuContr {
    left: -100%;
}
.button-block-n {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 97.4%;
    margin-left: 11px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.22);
    box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.22);
}
.button-block-n div {
    flex: 25%;
}
.button-block-n div:last-of-type {
    flex: 27.2%;
}
.button-block-n div:nth-of-type(1) {
    background: #9fca00;
}
.button-block-n div:nth-of-type(2) {
    background: #4fc1ed;
}
.button-block-n div:nth-of-type(3) {
    background: #ffad54;
}
.button-block-n div:nth-of-type(4) {
    background: #f14fd7;
}
.button-block-n ul {
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
}
.button-block-n ul li {
    padding: 0!important;
}

.cont-dev {
    font-size:15px;
    color:#999;
    padding-top:10px;
    height: 80px;
    width:898px;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
}
.bluebody {
    background-color: #9fdeee;
}
.top-shapka {
    background-color: #ffad54;
}
.head_wrappwer {
    width: 960px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 10px;
    margin: auto;
}
.shapka_shadow {
    position: relative;
    margin: auto;
    margin-top: 0px;
    background: url(/images/shapka_shadow.png);
    background-position-y: -1px;
    width: 960px;
    height: 17px;
    background-color: #fff;
}
.container-reg {
    max-width: 960px;
    margin: auto;
    width: 960px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;

}
.contacts-reg {
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
    color: #999;
    height: 115px;
}
.contacts-reg a {
    text-decoration: none;
    color: #000;
}
.logo-cont .img-responsive {
    width: 200px;
}
.container {
    width: auto!important;
    max-width: 100%;
    /*margin-left: 260px;*/
}
.marg-l {
    margin-left: 260px !important;

}
#topMenu {
        transition: margin-left 0.3s ease;
        z-index: 1010;
}
#footer {
    left: 15px;
    background: #00b235;
    margin-left: 0;
    transition: margin-left 0.3s ease;
    z-index: 1031;
}
#header {
    height: 60px;
    padding-right: 15px;
    padding-top: 4px;
}
.logo-cont {
    padding: 0px 0 0 15px;
    height: 100%;
    float: left;
    width: 100%;
}
.nline {
    margin: auto;
    margin-top: -10px;
    background: #00b235;
}
.right-icons {
    float: right;
}
.right-icons img {
    width: 25px;
}
.tree_table_conteiner {
    width: 100%;
}
.sidebar li a {
    color: white;
    text-decoration: none;
    font-size: 10.5pt;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.sidebar li a i {
    margin-right: 10px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-perspective: 1000;
}
.sidebar li a:hover {
    color:#0d599b;
    background: #eee;
    margin-left: 15px;
}
.sidebar ul li.active a {
    background: #428bca;
    margin-left: 15px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 20px;
}
.link_help_begin{
    float: right!important;
    color: #FFE200!important;
    margin-top: 4px;
}

.filt-butt {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}
.filt-butt:hover {
    color:#00b235;
    background: #eee;
}
.filt-butt:hover i {
    color:#00b235;
}
.filt-butt i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
.order-filtres, .order-filtres-cogs {
    display: none;
}
div.SubMenu {
    visibility: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
}
#SubMenuRight {
    width: auto!important;
    float: none!important;
}

.order-filtres-open {
    display: block !important;
    transition: all .3s ease-in-out;
    padding: 20px 0px;
    background: #eee;
    border-radius: 4px;
    margin: 10px 0px;
    margin-top: 20px;
    position: relative;
}

.order-filtres.order-filtres-open {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
}

#search {
    float: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.btn-primary-imp {
    background-color: #428bca !important;
}

.order-filtres.order-filtres-open .navbar-form.navbar-right {
    margin-bottom: 0 !important;
}

.order-filtres.order-filtres-open #search > * {
    align-self: center;
}

.order-filtres.order-filtres-open #search select,
.order-filtres.order-filtres-open #search input.form-control {
    height: 30px;
}
.order-filtres.order-filtres-open #search .btn {
    height: 30px;
    line-height: 18px;
}

.order-filtres-cogs.order-filtres-open {
    padding: 10px 10px;
}
    #MainMenu a{
        color:white;
         text-decoration:none;
         font-size:10.5pt;
}
       #MainMenu a:hover,a:focus{
            color:#2a6496
        }

#SubMenuRight a {
    border-radius: 4px;
    color: #0d599b;
    background: #eee;
    transition: all .3s ease-in-out;
}
.date_l {
    border-radius: 4px;
    color: #0d599b!important;
    background: #eee;
    transition: all .3s ease-in-out;
}
.date_l:hover {
    color: #eee!important;
    background: #0d599b;
}
.date_l i {
    margin-right: 10px;
    font-size: 16px;
}
#SubMenuRight a:hover {
    color: #eee;
    background:#0d599b;
}
#SubMenuRight a i {
    margin-right: 10px;
    font-size: 16px;
}
#SubMenuLeft a {
    border-radius: 4px;
}
#SubMenuLeft a i{
    margin-right: 10px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border-radius: 40%;
}

#SubMenuLeft a:hover {
    color:#00b235;
    background: #eee;
    transition: all .3s ease-in-out;
}
#SubMenuLeft a:hover i {
    color:#00b235;
    background: #eee;
    transition: all .3s ease-in-out;
}
#SubMenuLefttabs a {
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

#SubMenuLefttabs ul li a {
    border-radius: 4px;
}
#SubMenuLefttabs ul li a i{
    margin-right: 10px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border-radius: 40%;
}

#SubMenuLefttabs ul li a:hover {
    color:#00b235;
    background: #eee;
    transition: all .3s ease-in-out;
}
#SubMenuLefttabs ul li.active a:hover {
    color:#fff;
    opacity: 1;
}
#SubMenuLefttabs ul li.active a:hover i{
    color:#fff;
}
#SubMenuLefttabs ul li a:hover i {
    color:#00b235;
    transition: all .3s ease-in-out;
}
#filter {
    margin-left: 10px;
}
#status_filter_label {
    color:#0d599b!important;
    display: inline-block;
}
.order-filtres.order-filtres-open #filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.order-filtres.order-filtres-open #search .form-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.order-filtres.order-filtres-open #search #mytextId,
.order-filtres.order-filtres-open #search #search_btn {
    margin-top: 0 !important;
}

.filtr-open {
    color:#0d599b;
    background: #eee;
    position: relative;
}
.filtr-open i {
    color:#0d599b;
}
.filtr-open:before {
    content: " ";
    position: absolute;
    top: 135%;
    left: 40%;
    border-top: 20px solid #eee;
    border-right: 20px solid transparent;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nline {
    height: auto;
    min-height: 48px;
}
#MainMenu {
    padding-top: 7px;
}
.filter-box {
    padding: 6px 0px;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    background-color: #0d599b;
    white-space: nowrap;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 997;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform;
    margin-left: -7px;
}
.burg {
    top: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0px;
}
.burg .span-burg {
    position: relative;
    top: 50%;
    width: 27px;
    height: 3px;
    background: #368ee0;
    display: block;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
.burg .span-burg:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 50%;
    height: 3px;
    background: #368ee0;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    left: -1px;
}
.burg .span-burg:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 50%;
    height: 3px;
    background: #368ee0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    left: -1px;
}
.burg .span-open {
    /*height: 0px;
    background: transparent;*/
}
.burg .span-open:before {
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    left: 0;
    width: 100%;
}
.burg .span-open:after {
    top: 8px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    left: 0;
    width: 100%;
}
.sidebar ~ .topbar,
.sidebar ~ main {
    margin-left: 260px;
}
.topbar {
    position: relative;
    right: 146px;
    top: -5px;
    float: right;
    transition: all 0.3s ease-in-out;

}
.topbar-cl {
    left: -95%;
   
}
.s-open {
    left: -100%;
}

.sidebar-sm {
    width: 220px;
}

.sidebar-header {
    background-color: #fff;
    padding: 4px 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}

.sidebar-header > * {
    margin-left: 8px;
    margin-right: 8px;
}

.sidebar-header .logo-icon {
    text-align: center;
    flex-basis: 30px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.sidebar-header .logo {
    font-size: 1rem;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.sidebar-header a {
    color: #fff;
}
#search_directory {
    float: none!important;
    margin-bottom: -5px;
    margin-top: -10px
}
.catalog_docs {
    justify-content: space-around;
    height: auto;
}
.various {
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    opacity: .8;
    background: #27a24c!important;
    border: 1px solid #27a24c!important;
}
.nav-tabs>li>a {
    padding: 6px 12px;
}

.dogovor_st_sort {
    position: absolute;
    display: none;
    background-color: #0d599bad;
    padding: 10px;
    border: 0;
    left: 98px;
    top: 100%;
    width: 324px;
    border-radius: 4px;
}
.dogovor_st_sort a:first-of-type {
    margin-bottom: 10px;
}
 .cont-docs {
        padding-left: 8px!important;
        padding-right: 8px!important;
        margin-left: 0;
        transition: .3s ease;
    }
    .doc_card_head {

        margin-left: -15px!important;
    }
    .headDictionary {

    }
    #dogovor_table_columns .nline {
        height: auto;
    line-height: 37px;
    margin-top: 0;
    }
    .fancybox-inner .nline {
    margin-top: 0;
    max-height: 67px;
    min-height: 27px;
    }
    .dogovor_date_sort {
    top: 100%;
    width: 240px;
    left: 282px;
    border: 1px solid #0d599b;
    border-radius: 4px;
}

           .table-striped tbody tr.highlight td {
                /*background-color: gold;*/
                background-color: #bda;
            }




            .table-striped tbody tr.highlight td {
                /*background-color: gold;*/
                background-color: #bda;
            }

            .table thead>tr>th{
                vertical-align:top;

            }

            /* optional styling */
            caption {
                /* override bootstrap adding 8px to the top & bottom of the caption */
                top-padding: 0;
            }
            .ui-sortable-placeholder {
                /* change placeholder (seen while dragging) background color */
                background: #ddd;
            }
            div.table-handle-disabled {
                /* optional red background color indicating a disabled drag handle */
                background-color: rgba(255,128,128,0.5);
                /* opacity set to zero for disabled handles in the dragtable.mod.css file */
                /* opacity: 0.7;*/
                cursor: auto;
            }
            /* fix cursor */
            .tablesorter-blue .tablesorter-header {
                cursor: default;
            }
            .sorter {
                cursor: pointer;
            }

            .dhtmlx_popup_title {
                background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
                font-size:15px;
            }

            .dhtmlx_popup_button div {
                background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
            }
		/*Стилизация окна с сообщением о некорректной паре "логин-пароль" и сообщением о неподтвержденном е-мейле (логине), а также о необходимости заполнить все поля*/
		.dhtmlx_popup_title {
		   background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
       font-size:15px;
		 }

		.dhtmlx_popup_button div {
		    background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
		}

			.about{
				width: 300px;
				/*margin-left: 400px;*/
				margin-top: 740px;
				position: absolute;
				text-align: center;
			}
			.about a{
				color : #2a679d	;
			}

			#sayt{
				width: 1100px;
				height: 97%;
				margin: 0 auto;
			}

			#goto_aura{
				margin-left: 300px;
				position: absolute;
				margin-top: 650px;
			}

			#goto_android{
				margin-left: 560px;
				position: absolute;
				margin-top: 680px;
			}

			#goto_aura2{
				margin: 0 auto;
			}

			#goto_aura3{
				width: 1100px;
			}

			#auraref{
				margin-left: 673px;
				margin-top: 650px;
				position: absolute;
				width: 110px;
			}

			#goto_ifone{
				margin-left: 470px;
				position: absolute;
				margin-top: 680px;
			}

			#tittle{
				margin-left: 500px;
				position: absolute;
				margin-top: 60px;
			}

			#about_sistem{
				margin-left: 40px;
				position: absolute;
				margin-top: 90px;
			}

@media(min-width: 740px) and (max-width:1200px) {
    .order-filtres-open {
    display: flex;
    align-items: inherit;
}
}

@media(max-width: 1024px){
    .topbar {
        visibility: visible;
    }

    .order-filtres.order-filtres-open {
        display: flex !important;
        align-items: flex-start;
        gap: 12px;
    }
    #search {
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width: 768px) {
    #SubMenuRight a {
        font-size: 0;
    }
    #SubMenuRight a i {
        font-size: 20px;
        margin-right: 0;
    }
    .filter-box span {
        font-size: 0;
        display: inline-block;
    }
    .filt-butt i {
        margin-right: 0;
        font-size: 20px;
    }
    #SubMenuLeft a {
        font-size: 0;
    }
    #SubMenuLeft a i{
        font-size: 20px;
        margin-right: 0;
    }
    #SubMenuLeft, .filter-box {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        float: none;
        margin: 0;
    }
    #SubMenuLefttabs ul li a {
        font-size: 0;
    }
    #SubMenuLefttabs {
        width: 100%;
    }
    #SubMenuLefttabs ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        float: none;
        margin: 0;
    }
    #SubMenuLefttabs ul li a i{
        font-size: 20px;
        margin-right: 0;
    }
    .cont-docs {
    margin-top: 110px!important;
}
    .nline {
        margin-top: -10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .catalog_docs {
    justify-content: space-around;
    }
   .order-filtres-open {
    flex: 4;
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
}
.filtr-open:before {
    top: 145%;
}
.dogovor_st_sort {
    left: 13.1%;
    top: 100%;
    width: 266px;
}
.dogovor_st_sort a{
    font-size: 12px!important;
}
.dogovor_date_sort {
    top: 40%;
    width: 240px;
    left: 0;
}
}
@media(max-width: 480px){
    html, body {
        height: auto;

    }
    .head_wrappwer>img {
        width: 50%;

    }
    .head_wrappwer {
        width: 100%;
    }
    .wrapper {
        padding-bottom: 15px;
    }
    .body_wrappwer {
        width: 100%;
        height: 100vh;
        display: table-row;
        margin-bottom: 35px;
        border-bottom: 1px #ebebeb solid;
    }
    .left-block img {
        width: 100%;
    }
    .button-shadow {
        display: none;
    }
    .button-line {
        width: 100%;
        float: left;
    }
    .right-block {
        width: 100%;
        margin-top: 10px;
    }
    .top-shapka {
        display: table;
    }
    .shapka_shadow {
        width: 100%;
    }
    .cont-dev {
        width: 100%!important;
        float: left;
        height: auto!important;
        margin-top: 10px!important;
    }
    .cont-dev span {
        margin: 0!important;
        padding-bottom: 10px;
        display: block;
        padding-left: 10px;
    }
    .cont-dev span a {
        display: block;
    }
    .button-block-n {
        display: flex;
        flex-direction: column;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .b-button-n {
        width: 100%;
    }
    .b-button-n ul {
        font-size: 20px;

    }
    .b-button-n ul li {
        font-size: 18px;

    }
    .b-button-n>ul>li:first-of-type {
        margin-top: 10px;
    }
    .login-demo {
        width: 100%;
        height: 40px;
        line-height: 38px;
        font-size: 27px;
    }
    .login {
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
    }
    .container-reg {
        width: 100%;
    }
    .registration_form {
        width: 100%;
    }
    .fild {
        width: 100%;
        flex: 100%;
        font-size: 30px;
    }
    .fild_container {
        flex-direction: column;
    }
    .g-recaptcha {
        margin: 0!important;
    }
    .form_buttons {
        flex-direction: column;
        align-items: center;
    }
    .form_buttons button {
        color: white;
        background: #3BA7D5;
        border: 0;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 10px 20px;
        border-radius: 2px;
    }
    .form_buttons a button{
        background: #999;
    }
    #header {
        height: 40px;
    }
    .logo-cont {
        width: 100%;
        height: 75px;
    }
    .logo-cont .img-responsive {
        width: 300px;
    }
    .nline {
        height: auto;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .right-icons img {
        width: 30px;
    }
    .right-icons {

    }
    .sidebar {
        z-index: 1100;
        z-index: 1100;
        margin-top: 58px;
        width: 100%;
        background: #0d599bd6;
    }
    .marg-l {
        margin: 0;
    }
    .cont-docs {
        margin-top: 140px!important;
    }
    #search {
        float: none!important;
        width: 100%;
        margin-left: 0;
    }
    #SubMenuLeft a {
        font-size: 0;
    }
    #SubMenuLeft a i{
        font-size: 40px;
        margin-right: 0;
    }
    #SubMenuLeft, .filter-box {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        float: none;
        margin: 0;
    }
    #SubMenuLefttabs ul li a {
        font-size: 0;
    }
    #SubMenuLefttabs {
        width: 100%;
    }
    #SubMenuLefttabs ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        float: none;
        margin: 0;
    }
    #SubMenuLefttabs ul li a i{
        font-size: 40px;
        margin-right: 0;
    }

    #SubMenuRight a {
        font-size: 0;
    }
    #SubMenuRight a i {
        font-size: 40px;
        margin-right: 0;
    }
    .filter-box span {
        font-size: 0;
        display: inline-block;
    }
    .filt-butt i {
        margin-right: 0;
        font-size: 40px;
    }
    #search {
        box-shadow: none!important;
    }
    .order-filtres-open {
        flex: 4;
        padding: 20px 20px;
        font-size: 20px;
    }
    #filter {
        margin: 0;
    }
    #status_filter {
        width: 100%;
    }
    select {
        height: 40px;
        width: 100%;
    }
    #search_select, #mytextId, #search_btn {
        font-size: 20px;
        width: 100%!important;
        height: 40px;
    }
    .order-filtres-open:before {
        left: 55%;
    }
    .order-filtres-cogs.order-filtres-open:before {
        left: 85%;
    }
    #footer {
        min-height: 50px;
        max-height: 80px;
        height: auto;
    }
    .integra_info {
        text-align: right;
        font-size: 10px;
    }
    .catalog_docs_title,
    .catalog_contr_title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #content_all {
        overflow: scroll;
    }
    .sidebar li a {
        font-size: 17.5pt;
        display: inline-block;
        padding: 20px 15px;
    }
    .date_l {
        margin-top: 15px;
        font-size: 18px!important;
    }
    .dogovor_date_sort {
        left: 0;
        top: 43%;
        width: 100%;
        overflow: scroll;
}
.dogovor_st_sort {
    left: 0;
    width: 100%;
}

.catalog_docs {
    justify-content: space-around;
}
#folders-content {
    font-size: 18px;
}
.filtr-open:before {
    top: 130%;
}
#search_users {
    display: inline-grid;
}
}

.inline-form {
    display: inline-block;
}

.reports_filter label {
    margin-left: 15px;
}

.reports_form_object label div,
.reports_form_object label select,
.reports_filter label div,
.reports_filter label select {
    margin-left: 3px;
}

#MainMenu span,
.reports_filter input[type="button"] {
    margin-left: 20px;
    margin-bottom: 0;
}

.footer {
    color: white;
    text-align: center;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    height: 20px;
}
.objectlist-table__row--clickable {
	cursor: pointer;
}
select {
    text-align-last: left;
     text-align: left;
     -ms-text-align-last: left;
     -moz-text-align-last: left;
  }
option { 
  direction: ltr;
  text-align: left;
}
#to_help_button {
  z-index: 1011;
  box-sizing: content-box;
  border: 2px solid #1ecd97;
  position: fixed;
  bottom: 100px;
  right: 40%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 19px;
  background: none;
  color: #1ecd97;
  padding: 12px;
}
#to_video_button {
    z-index: 1011;
    box-sizing: content-box;
    border: 2px solid #1ecd97;
    position: fixed;
    bottom: 100px;
    right: 30%;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 19px;
    background: none;
    color: #1ecd97;
    padding: 12px;
  }
.FileLoaderMulti{
    width: 671px;
    background-color: #80c898;
    padding: 5px 2px 4px 10px;
}
.confirm-modal{
    top: 30%;
    left: 50%;
    overflow: hidden;
    display: inline-block;
    min-width: 300px;
    width: 300px;
    text-align: center;
    position: fixed;
    background-color: #fff;
    background: -webkit-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    background: -moz-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    box-shadow: 0px 0px 14px #888;
    font-family: Tahoma;
    z-index: 20000;
    border-radius: 6px;
    border: 1px solid #ffffff;
}
.confirm-title{
    background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px #000;
    height: 40px;
    line-height: 40px;
}
.confirm-text{
    margin: 15px 15px 5px 15px;
    font-size: 14px;
    color: #000;
    min-height: 30px;
    border-radius: 6px;
}
.confirm-controls{
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    font-family: Tahoma;
}
.confirm-button{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 6px;
    color: #FFF;
    background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
    min-width: 120px;
}
.confirm-button-inner{
    background-image: -webkit-linear-gradient(top, rgb(13, 89, 155) 1%, rgb(13, 89, 155) 70%, rgb(13, 89, 155) 99%);
}