/* || General styles */
* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: segoe ui, sans-serif;
    background: #eceff1;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
    padding: 0;
}

/* || Header*/
.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    /* padding: 46px 15px 0 0; */
    padding: 10px 0 10px 0;
    z-index: 8;
    position: relative !important;
}

.h_cont {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center
}

.hl_cont {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 9;
}

.h_btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.logo {
    /*padding: 0 15px*/
}

.logo img {
    height: 52px;
}

.logo .beta {
    color: #0086b3;
    text-decoration: none;
    font-size: 11px;
    float: right;
    margin-top: 42px;
    font-weight: bold;
    margin-left: -57px;
    font-style: italic;

}

/* || Languages */
.lng, .h_lng {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c_lng {
    position: fixed;
    /*height: 30px;*/
    top: 30px;
    right: 110px;
    /*width: fit-content;*/
    /*width: 250px;*/

}

.lng:hover li, .lng .active {
    width: auto
}

.h_lng:hover li, .h_lng .active {
    width: auto
}

.lng a, .h_lng a {
    width: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #CFD8DC;
    text-decoration: none
}

.n_lng {
    /*name of languages*/
    font-weight: 900;
    color: #006064;
    visibility: hidden;
    opacity: 0;
    display: none;
}

/*.h_lng {*/
/*  margin-top: 10px;*/
/*  padding: 0;*/
/*}*/

.h_lng a {
    color: #006064;
}

.lng:hover a, .lng .active a, .h_lng:hover a, .h_lng .active a {
    opacity: 1;
    width: 75px;
    text-align: center
}

.h_lng .active a {
    font-weight: 900;
}

.lng a:hover {
    color: #B3E5FC
}

.h_lng a:hover {
    color: #024072;
}

/* || End languages */
.uname { /*User name in header*/
    /*position: absolute;*/
    /*z-index: 999;*/
    /*right: 20px;*/
    display: flex;
    justify-content: flex-end;
}

#sb_s , #d_s{
    z-index: 999;
    /*position: fixed;*/
    right: 20px;
    top: 6px;
    color: #546E7A;
    padding: 6px 12px;
    border: 1px solid var(--mbc);
    border: 1px solid #0086b3;
    border-radius: 2px;
    /* display: block !important;*/
    /*width: 94%;*/
    /*right: 0 !important;*/
    /*top: 70px !important;*/
}
.serch_del {
    position: fixed;
    right: 25px;
    color: #0086b3;
    display: inline-block;
    z-index: 3000;
    top: 77px;
    cursor: pointer;
}
#search_place {
    position: absolute;
    display: none;
}
/* || header icons for helping user*/
.icon_c {
    margin-left: 5px;

}

.icon_c a {

}

.icon-search {
    /*position: absolute;*/
    /*margin-left: -85px;*/
    /*margin-top: 26px;*/
    height: 19px;
    cursor: pointer;
    /*right: 95px;*/
}

.icon-logout {
    /*top: 50px;*/
    /*position: absolute;*/
    /*margin-left: -25px;*/
    /*margin-top: 25px;*/
    height: 20px;
    /*right: 20px;*/
}

.icon-settings {
    /*position: absolute;*/
    /*margin-left: -55px;*/
    /*margin-top: 25px;*/
    height: 20px;
    cursor: pointer;
    /*right: 45px;*/
}

.icon-note {
    /*position: absolute;*/
    /*margin-left: -55px;*/
    /*margin-top: 25px;*/
    height: 20px;
    cursor: pointer;
    /*right: 70px;*/
}

.icon-settings:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

/* || End header*/

/* || Sidebar */
.sidebar {
    /* width:250px; */
    background: #0086b3;
}

.m_d {
    background: #0086b2;
    color: #CFD8DC;
}

.collapsed {
    width: 60px !important;
}

.sidebar .bgn::-webkit-input-placeholder {
    color: #CFD8DC;
}

.sidebar .bgn::-moz-placeholder {
    color: #CFD8DC;
}

.sidebar .bgn:-moz-placeholder {
    color: #CFD8DC;
}

.sidebar .bgn:-ms-input-placeholder {
    color: #CFD8DC;
}

.sidebar .md_iwir .icon {
    color: #CFD8DC !important;
    cursor: pointer
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*.sidebar > ul{*/
/*    margin: 0 0 70px 0;*/
/*}*/
.sidebar ul li {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 6px 12px
}

.collapsed ul li {
    position: relative
}

.sidebar ul li:hover {
    background: #00688C
}

.collapsed ul li ul {
    position: absolute;
    background: #0086b2;
    left: 55px;
    top: 0;
}

.collapsed ul li ul li {
    border: 0
}

.sidebar li.active {
    background: #00688C
}

.collapsed li.active ul {
    width: 200px
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block
}

.md_ibgi .file, .md_ibgir .file {
    padding: 6px 12px
}

.side_arrow, .side_arrow_exp {
    cursor: pointer;
}

.rot {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar ul li a:hover {
    color: #fff !important
}

.sidebar ul li .icon {
    margin-right: 5px
}

.sidebar ul li:last-child {
    border-bottom: 0
}

.sidebar_button {
    display: inline-block;
    padding: 5px 7px 2px;
    border: 2px solid #cfd8dc;
    vertical-align: middle;
    background: #00688C;
    cursor: pointer;
    margin-left: 10px;
    /* margin-top: 10px; */
}

.collapsed .dropdown > .dropdown_li {
    position: relative;
}

.collapsed .dropdown > .dropdown_li:hover > .dropdown_ul {
    display: block !important;
    position: absolute;
    width: 220px;
    left: 50px;
}

.dropdown_ul {
    display: none;
    position: absolute;
    margin-left: 0;
    width: 250px;
    background: #546E7A;
    top: 0;
    z-index: 79;
    margin-left: 9px !important;
}

.sidebar_button:hover {
    background: #024072;
    /*border-color:#546E7A;*/
    color: #ffffff !important;
}

.ar_ic {
    width: 11px;
}

/* sidebar button in mobile*/
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: var(--mbc);
    background-color: #0086b3;
    margin: 8px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* End sidebar*/

/*  || Dashboard*/

.condash {
    padding: 10px;
    max-width: 960px;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}

.condash:empty {
    background: #555;
    visibility: hidden;
    display: none;
}

.count_block {
    color: #fefff9;
    background-color: #16a084;
    padding: 5px;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 2%;
    min-height: 90px;
    width: 22.5%;
}

.count_block > div {
    font-size: 14px;
}

.dbi {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.dbi:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.dbi_content {
    position: absolute;
    height: 100%;
    /*! padding:15px 0; */
    box-sizing: border-box;
    border: 2px solid var(--mbc);
    border: 2px solid #0086b3;
    border-radius: 5px;
}

.dbi_content img {
    margin-top: 20px;
    width: 100px;
    padding: 15px;
}

.dpi_title {
    position: absolute;
    bottom: 0;
    padding: 10px 5px;
    border-top: 1px solid #e9ecf2;
    box-sizing: border-box;
    font-size: 15px;
    min-height: 84px;
    text-decoration: none;
    font-weight: bold;
    color: #263238;
}

.dbi_content, .dpi_title {
    width: 100%;
}

/*.dpi_title{
	text-decoration: none;
	font-weight: bold;
	color: #263238;
}*/

/* || End Dashboard  */


/* #cssmenu {
	display:none !important;
} */

.page_loader, .page_loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    z-index: 1006;
}

.page_loader {
    margin: 200px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECEFF1;
    z-index: 1005;
}

/*.container {
	//margin-top:80px;
	margin-top:50px;
}*/


/*.dbi {background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); margin-bottom:25px; position:relative; text-align:center}*/

/*.dbi:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }*/

/*.dbi_content {
    position: absolute;
    height: 100%;*/

/*! padding:15px 0; */

/*box-sizing:border-box
}	*/

/*.dbi_content img {
	margin-top:10px;
	width: 100px;
	}*/

/*.dpi_title {
	position:absolute;
	bottom:0;
	padding:10px 5px;
	border-top:1px solid #e9ecf2;
	box-sizing:border-box;
	font-size: 15px;
	min-height: 84px;
}*/


/* .twir { */
/* padding-right: 45px !important */
/* } */

.twi input[type=text] {
    width: 100%;
    padding-left: 50px !important
}

.twir input[type=text], .twir input[type="number"] {
    width: 100%;
}

.twi input, .twir input {
    color: #CFD8DC;
    border: 0 !important;
}

.block {
    padding: 15px;
    background: #fff;
    box-sizing: border-box
}

.iwi, .iwoi, .md_iwi, .md_iwoi, .ibgi, .md_ibgi, .iwir, .iwoir, .md_iwir, .md_iwoir, .md_iwids, .ibgir, .md_ibgir, .ibgids, .md_ibgids, .twi, .twir, .iwids {
    position: relative;
}

.iwir, .iwoir, .iwids, .twi, .twir {
    border: 1px solid #0086b3;
}

.iwi input[type=text], .md_iwi input[type=text], .md_iwi textarea, .md_iwi p, .ibgi input[type=text], .md_ibgi input[type=text], .iwi input[type=password], .md_iwi input[type=password], .ibgi input[type=password], .md_ibgi input[type=password], .iwi .file, .md_iwi .file, .ibgi .file, .md_ibgi .file {
    width: 100%;
    padding-left: 35px !important
}

.iwir input[type=text], .md_iwir input[type=text], .ibgir input[type=text], .md_ibgir input[type=text] {
    width: 100%;
    padding-right: 35px;
}

.ibgids input[type=text], .iwids input[type=text], .md_iwids input[type=text], .md_ibgids input[type=text] {
    /* padding-left: 45px; */
    padding-right: 45px;
    width: 100%;
}

.dark input {
    background-color: #006064;
}

/*
.light input {
	background-color:#ECEFF1;
}*/

.iwir .icon, .md_iwir .icon, .icon_right, .icon_left, .iwids .icon_right, .md_iwids .icon_right {
    position: absolute;
    right: 25px;
    top: 6px;
    color: #0288D1;
    /*! color:#006064; */
    z-index: 4;
}

.iwi .icon, .md_iwi .icon, .md_iwids .icon, .iwids .icon, .iwids .icon_left, .md_iwids .icon_left {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 4;
    width: 16px;
}

.dell_date {
    position: absolute;
    right: 22px !important;
    top: 1px !important;
}

.iwoi input[type=text], .md_iwoi input[type=text] {
/ / width: 100 %;
}

.home_form .icon, .icon-light {
    color: #CFD8DC !important
}

.ibgi .icon, .md_ibgi .icon, .ibgids .icon_left, .md_ibgids .icon_left, .ibgids .icon {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px;
    /*! z-index: 6; */
    height: 100%;
}

.ibgir .icon, .md_ibgir .icon, .ibgids .icon_right, .md_ibgids .icon_right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
    background: /*#0288D1*/ #78909C;
    color: #fff;
    z-index: 10;
    height: 100%;
}

.il {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
}

.dark .il {
    color: #cfd8dc;
}

input[type=text], input[type=password], input[type=number] {
    padding: 6px 12px;
}

.dark .iwoi input, .dark .iwi input, .dark .md_ibgi input, .dark .ibgi input, .dark .iwir input, .dark .ibgir input, .dark .iwids input {
    border: 1px solid #CFD8DC;
}

.light .iwoi input, .light .iwi input, .light .md_ibgi input, .light .ibgi input, .light .iwir input, .light .ibgir input, .light .iwids input {
/ / border: 1 px solid #006064;
/ / border: 1 px solid #cfd8dc;
    border: 0;
}

.bb input[type=radio], .bb input[type=checkbox], .bb input[type=radio]:checked::before, .lb input[type=radio]:checked::before, .bl input[type=radio], .bl input[type=checkbox], .clb input[type=radio], .cll input[type=radio] {
    border: 1px solid #0288D1;
}

.bb input[type=checkbox]:checked::before, .lb input[type=checkbox]:checked::before {
    color: #0288D1
}

.cb input[type=radio]:checked::before, .cll input[type=radio]:checked::before {
    background: #CFD8DC
}

.cl input[type=radio]:checked::before, .clb input[type=radio]:checked::before {
    background: #0288D1
}

.iwb input[type=radio], .iwb input[type=checkbox] {
    background: #CFD8DC
}

.ibb input[type=radio], .ibb input[type=checkbox] {
    background: #0288D1
}

.md_iwi input[type=text], .md_iwoi input[type=text], .md_ibgi input[type=text], .md_iwir input[type=text], .md_iwoir input[type=text], .md_ibgir input[type=text], .md_iwids input[type=text], .md_ibgids input[type=text], .md_ibgids input[type=text], .md_iwi input[type=password], .md_iwoi input[type=password], .md_ibgi input[type=password], .md_iwir input[type=password], .md_iwoir input[type=password], .md_ibgir input[type=password], .md_iwids input[type=password], .md_ibgids input[type=password], .md_ibgids input[type=password], .md_iwi .file, .md_ibgi .file, .md_iwir .file, .md_ibgir .file {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #CFD8DC;
    background: none;
    color: #CFD8DC;
}

.light .md_iwi input, .light .md_iwoi input, .light .md_ibgi input, .light .md_iwir input, .light .md_iwoir input, .light .md_ibgir input, .light .md_iwids input, .light .md_ibgids input, .light .md_ibgids input, .light .md_iwi input, .light .md_iwoi input, .light .md_ibgi input, .light .md_iwir input, .light .md_iwoir input, .light .md_ibgir input, .light .md_iwids input, .light .md_ibgids input, .light .md_ibgids input, .light .md_iwi .file, .light .md_ibgi .file, .light .md_iwir .file, .light .md_ibgir .file {
    border: 0;
    border-bottom: 1px solid #006064;
    background: none;
    color: #CFD8DC;
    cursor: pointer;
}

.md_iwoi input[type=text]:focus, .md_iwoi input[type=text]:active, .md_iwi input[type=text]:focus, .md_iwi input[type=text]:active, .md_ibgi input[type=text]:focus, .md_ibgi input[type=text]:active, .md_iwir input[type=text]:focus, .md_iwir input[type=text]:active, .md_ibgir input[type=text]:focus, .md_ibgir input[type=text]:active {
    border: 0;
    border-bottom: 1px solid #0288D1;
    outline: 0
}

.home_form h2 {
    color: #80DEEA;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
}

.home_form input[type=text]:focus, .home_form input[type=text]:active, .home_form input[type=password]:focus, .home_form input[type=password]:active {
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
}

input:-webkit-autofill {
    background-color: #FF6600 !important;
    background-image: none !important;
    color: #CFD8DC !important;
    -webkit-box-shadow: 0 0 0 1000px #006064 inset;
    box-shadow: 0 0 0 1000px #0086b3 inset;
}

/*scroll me*/

/**/

/**/

/**/

/**/

@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50%, 100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: 38%;
    box-sizing: border-box;
    width: 90px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 14px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
}

.scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 19px;
    height: 30px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 4;
}

.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}

/*.home_logo img {width:100%}*/

.home_form {
    /*height: 300px;*/
    /* position:fixed;
      left:50%;
      margin-left:-125px; */
    /*padding: 10px;*/
    background: #0086b3;
    border-radius: 10px;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
}

.home_logo {
    width: 200px;
    margin-left: 36px;
    padding: 12px;
    margin: 0 auto;
/ / margin-bottom: 20 px;
/ / border: 1 px solid #CFD8DC;
/ / border-radius: 50 %;
}

.home_form input[type=submit] {
    background: #00688C;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
}

.home_form input[type=submit]:hover, .home_form .signup:hover {
    background: #024072
}

.home_form .signup {
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 123px;
    display: inline-block;
    background: #00688C;
}

.home_form input[type=text]::-webkit-input-placeholder {
    color: #CFD8DC;
}

.home_form input[type=text]::-moz-placeholder {
    color: #CFD8DC;
}

.home_form input[type=text]:-moz-placeholder {
    color: #CFD8DC;
}

.home_form input[type=text]:-ms-input-placeholder {
    color: #CFD8DC;
}

.home_form input[type=password]::-webkit-input-placeholder {
    color: #CFD8DC;
}

.home_form input[type=password]::-moz-placeholder {
    color: #CFD8DC;
}

.home_form input[type=password]:-moz-placeholder {
    color: #CFD8DC;
}

.home_form input[type=password]:-ms-input-placeholder {
    color: #CFD8DC;
}

.dark input[type=text]::-webkit-input-placeholder {
    color: #CFD8DC;
}

.dark input[type=text]::-moz-placeholder {
    color: #CFD8DC;
}

.dark input[type=text]:-moz-placeholder {
    color: #CFD8DC;
}

.dark input[type=text]:-ms-input-placeholder {
    color: #CFD8DC;
}

.dark input[type=password]::-webkit-input-placeholder {
    color: #CFD8DC;
}

.dark input[type=password]::-moz-placeholder {
    color: #CFD8DC;
}

.dark input[type=password]:-moz-placeholder {
    color: #CFD8DC;
}

.dark input[type=password]:-ms-input-placeholder {
    color: #CFD8DC;
}

.ibgids input::-webkit-input-placeholder {
    color: #78909c;
}

.ibgids input::-moz-placeholder {
    color: #78909c;
}

.ibgids input:-moz-placeholder {
    color: #78909c;
}

.ibgids input:-ms-input-placeholder {
    color: #78909c;
}

.home_form a {
    color: #CFD8DC;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: inline-block
}

.home_form a:hover {
    color: #fff
}

/*.home_footer {
	position: absolute;
    bottom: 0;
    color: #CFD8DC;
    padding: 20px;
    border-top: 1px solid #CFD8DC;
	text-align:center;
	font-size:14px;
	width:100%
}*/

.dark_error {
    color: #EF9A9A;
    font-size: 13px;
}

.dark_success {
    color: #A5D6A7;
    font-size: 13px;
}

.dark_notify {
    color: #B3E5FC;
    font-size: 13px
}

.marbot {
    margin-bottom: 20px
}

.dark_error {
    color: #EF9A9A;
    font-size: 13px;
}

.dark_success {
    color: #A5D6A7;
    font-size: 13px;
}

.dark_notify {
    color: #B3E5FC;
    font-size: 13px
}

.marbot {
    margin-bottom: 20px
}

.light .iwi .icon, .light .md_iwi .icon, .light .icon_left, .light .iwids .icon, .light .ibgids .icon, .light .md_iwids .icon {
    color: #0288D1
}

.light .ibgi .icon, .light .md_ibgi .icon, .light .ibgids .icon_left, .light .md_ibgids .icon_left {
    color: #fff;
    background: #0288D1;
    z-index: 1000;
}

.light .file {
    color: #98A9B1
}

.dark .iwi .icon, .dark .md_iwi .icon, .dark .icon_left, .dark .icon_right, .dark .md_iwids .icon, .dark .iwids .icon, .dark .ibgids .icon, .dark .iwir .icon, .dark .md_iwir .icon {
    color: #CFD8DC;
}

.dark .ibgi .icon, .dark .md_ibgi .icon, .dark .ibgids .icon_left, .dark .md_ibgids .icon_left, .dark .ibgids .icon_right, .dark .ibgir .icon, .dark .md_ibgir .icon {
    color: #006064;
    background: #CFD8DC
}

/* width 100% */

.header, .home_logo img, textarea, .iwoi input[type=text], .md_iwoi input[type=text] {
    width: 100%;
}

.home_logo img {
    /* background: white; */
    padding: 10px;
}

textarea {
    height: 6em;
    padding: 4px;
    resize: none;
    background: /*#006064*/ #ECEFF1;
    color: /*#fff*/ #006064;
    border: 1px solid #CFD8DC;
}

.u_s_s {
    /*Non selectable on click */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * Nestable
 */

.av {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    /*max-width: 600px;*/
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.av-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.av-list .av-list {
    padding-left: 30px;
}

.av-collapsed .av-list {
    display: none;
}

.av-item, .av-empty, .av-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.av-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.av-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.av-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.av-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.av-item > button[data-action="collapse"]:before {
    content: '-';
}

.av-placeholder, .av-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.av-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.av-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.av-dragel > .av-item .av-handle {
    margin-top: 0;
}

.av-dragel .av-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

button.standard {
    border: none;
}

#nestable-output, #nestable2-output, #nestable3-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .av-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .av-handle:hover {
    background: #bbb;
}

#nestable2 .av-item > button:before {
    color: #fff;
}

/*============= config ==============*/

.tabs_ul {
    width: auto;
    margin: 50px 0 20px 0;
    display: inline-block;
}

.tabs_ul a {
    margin-bottom: 5px;
    display: inline-block;
}

.tabs_ul > a > li {
    float: left;
}

.tabs_ul li, .tabs_ul > a > li {
    padding: 10px 15px;
    cursor: pointer;
    /*border-bottom: 1px solid #eee;*/
    border: 1px solid #0086b3;
    color: #0086b3;
}

.tabs_ul li:hover, .tabs_ul > a > li:hover {
    /* border-top:1px solid #eee;
      border-left:1px solid #eee;
      border-right:1px solid #eee;
      border-bottom:1px solid #fff; */
    border: 1px solid;
    background: #70bddc;
    color: white;
}

.tabs_ul .selected, .tabs_ul a .selected {
    border-top: 1px solid #546E7A;
    border-left: 1px solid #546E7A;
    border-right: 1px solid #546E7A;
    border-bottom: 1px solid #fff !important;
}

.tab_block {
    width: 960px;
    display: inline-block;
}

.block {
    width: 40%;
    float: left;
    font-size: 14px;
    padding-right: 50px;
    margin: 10px 0;
}

.tab_title {
    padding: 3px 0;
}

.tab_title > input[type="text"] {
    width: 400px;
    padding: 5px;
    border: 1px solid #E8E4E4;
}

.save_2, .add_button, .delete_2 {
    /* width: 380px; */
    margin: 30px 0;
    height: 35px;
    display: inline-block;
    width: fit-content;
}

.av-hover > .av-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.border {
    border: 1px solid #70bddc !important;
}

.category_point_block {
    border-left: 1px dotted #546e7a;
    border-right: 1px dotted #546e7a;
    border-bottom: 1px dotted #546e7a;
    padding: 10px;
}

.av3-content {
    display: block;
    min-height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 60px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.av-drf:before {
    color: #c50000 !important;
}

.av3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.text_cont {
    display: inline-block;
    width: 95%;
    word-break: break-word;
}

.av-dragel > .av3-item > .av3-content {
    margin: 0;
}

.av3-item > button {
    margin-left: 30px;
}

.av3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 31px;
}

.av3-handle:before {
    content: '\2630';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.av3-handle:hover {
    background: #ddd;
}

.del {
    border: 1px dashed red;
    margin: 5px;
}

.pointer {
    float: right;
    cursor: pointer;
}

.menu_point_block {
    display: none;
    border-left: 2px dashed #999;
    border-right: 2px dashed #999;
    border-bottom: 2px dashed #999;
    padding: 0 5px;
    border-radius: 0 0 3px 3px;
    background: #f9f9f9;
}

.menu_point_block input[type="text"], .menu_point_block textarea {
    width: 90%;
}

form > label:before {
    height: 14px !important;
    width: 14px !important;
}

#slider {
    width: 250px;
    position: absolute;
    background: #D5D5D5;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 999;
    top: 38px;
    padding: 10px 20px 20px 20px;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

/*===================  add gallery =====================*/

.top_gallery_blocks {
    width: 912px;
    margin: 5px auto;
    background: #fff;
    padding: 10px 35px;
    display: table;
}

.save_s {
    width: 20%;
    float: right;
    margin: 0;
}

.item_block {
    float: left;
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px;
}

.thumbnail_box {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 200px;
}

.thumbnail_img {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    max-width: 100%;
    height: auto;
    /*	width:270px; */
}

.caption {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.4s, 0.1s;
    -o-transition-duration: 0.4s, 0.1s;
    -webkit-transition-duration: 0.4s, 0.1s;
    transition-duration: 0.4s, 0.1s;
    -moz-transition-delay: initial, 0.3s;
    -o-transition-delay: initial, 0.3s;
    -webkit-transition-delay: initial, 0.3s;
    transition-delay: initial, 0.3s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 9px;
    background-color: #fff;
    color: #555;
}

.thumbnail_box:hover img {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.thumbnail_box:hover .caption {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.4s, 0.1s;
    -o-transition-duration: 0.4s, 0.1s;
    -webkit-transition-duration: 0.4s, 0.1s;
    transition-duration: 0.4s, 0.1s;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.menu_group_gallery, .gallery_textarea {
    margin: 0 0 15px 0;
}

.flag_bloc_gallery {
    background: #fff;
}

.menu_input_gallery {
    padding: 2px 10px 2px 0;
    width: calc(100% - 46px);
    height: 24px;
    background: #fff;
}

.close {
    /* float:right; */
    cursor: pointer;
    background: url(../../../../addons/efm/css/images/clear.png);
    margin: -16px -26px 0 0;
    width: 30px;
    height: 30px;
}

.gallery_textarea {
    width: 220px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    resize: none;
    height: 60px
}

.flag_g {
    float: left;
    width: 28px;
    height: 24px;
    display: block;
    z-index: 999;
    position: relative;
    margin-top: 18px;
}

.uploader_box {
    width: 910px;
    margin: 0 auto;
}

.gallery_name {
    border-left: 1px solid #D5D5D5;
    border-radius: 4px;
    border-right: 1px solid #D5D5D5;
    padding: 5px 10px;
}

.add_new {
    width: 150px;
    float: left;
    margin: 5px 5px 5px 20px;
    cursor: pointer;
}

.top_menu > nav > ul, .tabs_ul, .right li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fixed {
    position: fixed !important;
}

.d_grid {
    display: grid;
}

/* Elmasys reporting*/
.footer_line {
    padding: 15px 0;
    background-color: #99999957;
}

.footer_logo img {
    width: 200px;
}

.footer {
    background-color: #444;
}

.ftr {
    background-color: #546e7a;
    color: #fff;
}

.footer_bl {
    border-top: 1px solid #fff;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (max-height: 600px) {
    /*.home_form {*/
    /*  height: 300px;*/
    /*}*/
    /* .collapsed {
      display: none;
    } */
    /*.home_logo{
          width: 0px ;
          height: 0px !important;
          margin-left: 0px;
          border-radius: 0%;
          padding: 0px !important;
          margin-bottom: 0px;
          visibility:hidden;
          margin-top: 10px !important;
          -webkit-transition: top 1s ease-out 0.5s;
          -moz-transition: top 1s ease-out 0.5s;
          -o-transition: top 1s ease-out 0.5s;
          transition: top 1s ease-out 0.5s;
          opacity:0;
          border: 0px solid #546e7a !important;
      }*/
    .home_form a {
        color: #CFD8DC;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        width: 100%;
        display: inline-block
    }

    .text_cont {
        width: 78%;
    }
}

@media only screen and (min-width: 700px) {
    .av + .av {
        float: left;
        width: 48%;
    }

    .av + .av {
        margin-left: 2%;
    }
}

@media only screen and (min-width: 900px) {

    #menu-button {
        display: none;
    }

    .desktop_flex {
        display: flex;
    }
}

@media only screen and (max-width: 901px) {
    .hl_cont {
        flex-direction: row;
    }

    .c_lng {
        margin-left: 15px;
        position: unset;
        top: 0;

    }

    .c_lng > ul, .h_lng {
        /*min-width: 80px;*/
        padding: 10px 0;
        margin: 15px 0;
        position: absolute;
        top: 45px;
        right: 0;
        /*left: auto;*/
        z-index: 99999999999999999999999;
        background-color: #FFF;
        background-position: bottom right;
        background-clip: border-box;
        background-repeat: no-repeat;
        text-align: left;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        display: none;
        transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
        /*pointer-events: none;*/
    }

    .h_btns {
        /*min-width: 80px;*/
        padding: 10px 0;
        margin: 15px 0;
        position: absolute;
        top: 45px;
        right: 100%;
        /*left: auto;*/
        z-index: 99999999999999999999999;
        background-color: #FFF;
        background-position: bottom right;
        background-clip: border-box;
        background-repeat: no-repeat;
        text-align: left;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        display: none;
        transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
        /*pointer-events: none;*/
    }
    .h_btns > .icon_c {
        padding: 5px 40px;
        margin: 0;
    }

    .h_lng.act, .h_btns.act {
        display: flex;
        flex-direction: column;
    }

    .n_lng {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .n_lng::after, .uname::after{
        content: '\25be';
        font-weight: 900;
        color: #006064;
        /*content: '\276F';*/
        /*transform: rotate(90deg);*/
    }

    .lng, .h_lng {
        flex-direction: column;
    }

    .lng a, .h_lng a {
        width: auto;
        opacity: 1;
        text-align: center;
        padding: 0 10px;
    }

    .lng:hover a, .lng .active a, .h_lng:hover a, .h_lng .active a {
        width: auto;
        font-weight: 500;
        padding: 0 40px;
    }

    .uname {
        width: 0px;
    }

    .sidebar {
        width: 100% !important;
    }
    #input_search, .m_d  {
        display: none;
    }
    #search_place {
        display: flex;
        justify-content: right;
        position: relative;
        z-index: 5;
        padding: 0 15px;
    }
    #sb_s, #d_s {
        position: relative !important;
        width: 230px;
        z-index: 2 !important;
        top: 0 !important;
        right: 0 !important;
    }
    .serch_del {
        position: absolute;
        right: 20px;
        color: #0086b3;
        display: inline-block;
        z-index: 6;
        top: 2px;
        cursor: pointer;
    }
    .sidebar > ul{
        margin: 0 0 70px 0;
    }
    /*.c_lng {*/
    /*  height: auto;*/
    /*  top: 30px;*/
    /*  width: 200px !important;*/
    /*}*/
    .fix_sidebar {
        position: fixed;
        top: 75px;
        z-index: 7;
        overflow-y: scroll !important;
        min-height: 100vh;
        margin-bottom: 20px;
    }

    .dialog-ovelay .dialog {
        width: 90% !important;
        margin: 50px auto 0 !important;
    }

    .tab_block {
        width: 95%;
        display: inline-block;
    }

    .v_and_h_btn {
        margin-top: 25px !important;
    }

    .hor_tb tbody tr {
        display: flex !important;
    }

    .fix_bottom_2_btn {
        display: flex;
        position: fixed;
        width: 100%;
        bottom: 26px;
        z-index: 8;
        left: 0;
        margin: 0;
    }

    .fix_bottom_2_btn > div {
        flex: 3 1 0;
    }

    .fix_bottom_2_btn > a {
        flex: 3 1 0;
        text-decoration: none;
    }

    /* .fixed_add_btn {
      top: 57%;
      height: 0;
      width: 80px !important;
      right: 0;
      left: 69%;
      position: fixed;
    } */
    .bottom_btn {
        position: fixed;
        width: 100%;
        bottom: 26px;
        z-index: 8;
        left: 0;
        margin: 0;
    }

    .tab_fs li {
        font-size: 14px !important;
    }

    .mobile_m0 {
        margin: 0 !important;
    }

    .mobile_mt_1 {
        margin-top: 10px !important;
    }

    .mobile_mt_2 {
        margin-top: 20px !important;
    }

    .mobile_mt_3 {
        margin-top: 30px !important;
    }

    .mobile_mt_4 {
        margin-top: 40px !important;
    }

    .mobile_mt_6 {
        margin-top: 60px;
    }

    .mobile_mt_7 {
        margin-top: 70px;
    }

    .mobile_mt_12 {
        margin-top: 120px;
    }

    .mobile_mt {
        margin-top: 70px !important;
    }

    .mobile_mt_det {
        margin-top: 100px !important;
    }

    .mobile_mb {
        margin-bottom: 50px;
    }

    .mobile_mb1 {
        margin-bottom: 10px;
    }

    .mobile_mb_2 {
        margin-bottom: 20px;
    }

    .mobile_mb_10 {
        margin-bottom: 100px;
    }

    .mobile_mb2 {
        margin-bottom: 100px;
    }

    td.desktop_show {
        height: 0;
        display: none !important;
    }

    .save_w_select {
        position: relative;
        top: 80px;
    }

    #add_p_product {
        position: fixed;
        width: 100%;
        bottom: 37px;
        z-index: 8;
        left: 0;
        margin: 0;
    }

    .edit_w_add {
        width: 50% !important;
    }

    .count_tab li {
        width: 50% !important;
        font-size: 14px !important;
    }

    .counts_mobile_tabs {
        top: 122px;
    }

    .count_tab {
        height: 47px;
        z-index: 6 !important;
    }

    /*#menu-button {*/
    /*  display: inline-block;*/
    /*  margin-top: 10px;*/
    /*}*/
    .mobile_back_none {
        background: none !important;
        height: 0 !important;
    }

    .mobile_back_none tr {
        background: none !important;
        height: 0 !important;
    }

    .desktop_show {
        visibility: hidden !important;
    }

    .fixed_head_title {
        position: fixed;
        z-index: 6;
        top: 74px;
        height: 45px;
        left: 0;
        background: #0086b3;
        padding: 10px;
        width: 100%;
        color: white;
        /* text-align: center !important; */
    }

    /*.av_tabs{*/
    /*  width: 100% !important;*/
    /*}*/
    .fixed_tabs {
        position: fixed !important;
        left: 0;
        top: 115px;
    }

    .fixed_tabs > li {
        height: 40px !important;
    }

    .fixed_tabs:first-child li {
        width: 100% !important;
    }

    .fixed_tabs > li.act_tab {
        height: 40px !important;
        margin-top: 15px !important;
    }

    .av_tabs_bgn {
        background: #eceff1;
        position: fixed;
        left: 0;
        top: 115px;
        height: 56px;
        width: 100%;
        z-index: 6;
    }

    .nav_w_tabs {
        top: 178px !important;
    }

    .fixed_top_content {
        margin-top: 45px !important;
    }

    .jc_sa {
        justify-content: space-around;
    }

    .jc_sb {
        justify-content: space-between;
    }

    .jc_sb .btn {
        width: 25% !important;
    }

    .fe_t, .fe_v, .de_t {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        display: inline-table;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    #counts_filter .fe_v {
        padding: 10px 0;
    }

    .collapsed {
        display: none !important;
    }

    .container {
        margin-top: 160px;
    }

    .fix_nav {
        position: fixed;
        width: 100%;
        top: 73px;
        left: 0;
        z-index: 6;
    }

    .topnav, .bottomnav {
        overflow-x: scroll;
        background-color: #00688c;
        /* width: 246vh; */
        /* display: flex; */
        /* justify-content: space-between; */
        /* overflow: auto; */
        white-space: nowrap;
        /* width: calc(33.33% - 2px);*/
        overflow-y: hidden !important;
    }

    .topnav a, .bottomnav a {
        color: #f2f2f2;
        text-align: center;
        padding: 12px 12px;
        text-decoration: none;
        font-size: 14px;
        width: fit-content;
        display: inline-flex;
        /*width: 32.33%;*/
        justify-content: center;
    }

    ul.tabs li {
        padding: 0 15px;
    }

    .topnav a:hover, .bottomnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .topnav a.active, .bottomnav a:hover {
        background-color: #4CAF50;
        color: white;
    }

    .mobile_w_100 {
        width: 100% !important;
        max-width: none !important;
    }

    .mobile_w_30 {
        width: 30% !important;
        max-width: none !important;
    }

    .av_df {
        padding: 20px 5px 5px !important;
    }

    .tag_c {
        position: relative;
        bottom: 6px;
        left: 4px;
        cursor: pointer;
        font-size: 18px;
        padding: 5px;
    }

    .border_b_dashed {
        border-top: 2px dashed #748993;
    }

    .border_b_dashed:first-of-type {
        border: none;
    }

    .v_and_h_btn {
        width: 290px !important;
    }

    .v_and_h_btn .btn {
        height: 55px !important;
        padding-left: 20px;
    }

    #ver {
        padding-left: 20px;
        padding-right: 20px;
    }

    #complate_product {
        border-top: 8px solid #00688c;
        margin-top: 5px;
    }

    /*  lightbox */
    .lb {
        overflow-x: auto;
    }

    .lb > div {
        /*position: relative;*/
        min-height: 120vh;
        height: auto;
        min-width: 100% !important;
        margin: 0 auto !important;
        box-shadow: 0 0 0 0 !important;

    }

    .lb .av_b {
        position: relative;
    }

    .lb .many {
        overflow: unset;
        height: unset;
    }

    .add_customer_rel_s {
        width: 0;
        height: 0;
    }

    .m_d_none {
        display: none !important;
    }

    .m_d_block {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .fixed_head_title {
        height: 65px !important;
    }

    .fixed_tabs {
        top: 130px !important;
    }

    .av_tabs_bgn {
        top: 130px;
    }

    .text_cont {
        width: 78%;
    }
}
@media (max-width: 480px) {
    #d_s {
        width: 100% !important;
    }
}
/*@media all and (max-width: 1024px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.header {
    padding:20px 0 0 0;
}*/

/*RESPONSIVE LAYOUTS*/

/*@media(min-width:1600px) and (max-width:1919px) {}
@media(min-width:1440px) and (max-width:1599px) {}
@media(min-width:1200px) and (max-width:1439px) {}
@media(min-width:980px) and (max-width:1199px) {}
@media(min-width:768px) and (max-width:979px) {}
@media(min-width:480px) and (max-width:767px) {}
@media (max-width:479px) {}*/