@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@-webkit-keyframes pull-up {
    0%   {top:50px;}
    100% {top:10px;}
}
@keyframes pull-up {
    0%   {top:50px;}
    100% {top:10px;}
}
@-webkit-keyframes pull-down {
    0%   {top:-150px;}
    20%   {top:10px;}
    98%   {top:10px;}
    100%   {top:-150px;}
}
@keyframes pull-down {
    0%   {top:-150px;}
    20%   {top:10px;}
    90%   {top:10px;}
    100%   {top:-150px;}
}

html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#f8f8f8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
    font-family:Geneva, Arial, Helvetica, sans-serif;
}
bottom {
    cursor:pointer;
}
img {
	border:0;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(/Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
#login-panel .login {
    width:500px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
}
#login-panel .login figure {
    width:140px;
    height:140px;
    border:solid 10px #f0f0f0;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    position:relative;
    overflow:hidden;
    margin:0 auto 30px auto;
}
#login-panel .login figure img {
    width:100%;
    height:auto;
}
#login-panel .login ul li {
    position:relative;
}
#login-panel .login ul li:first-child,
#login-panel .login ul li.tab-1 {
    margin-bottom:2px;
}
#login-panel .login ul li input {
    width:100%;
    padding:15px 10px;
    background:#f0f0f0;
    border:0;
}
#login-panel .login ul li.tab-1 input {
}
#login-panel .login ul li.tab-2 input {
    border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
}
#login-panel .login ul li input.style-2 {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#login-panel .login ul li.tab-3 {
    margin:20px 0 10px 0;
    text-align:center;
}
#login-panel .login ul li.tab-3 .switch-bar {
    margin:auto;
    background:#f0f0f0;
    display:inline-block;
}
#login-panel .login ul li.tab-3 .switch:checked ~  .switch-bar .switch-label::before,
#login-panel .login ul li.tab-3 .switch:checked ~  .switch-bar .switch-label::after {
    display:block;
}
#login-panel .login ul li.tab-3 .switch-label::before,
#login-panel .login ul li.tab-3 .switch-label::after{
    display:none;
}
#login-panel .login ul li.tab-3 span {
    display:inline-block;
    padding:0 10px;
    font-size:12px;
    line-height:20px;
    position:relative;
    top:-6px;
}
#login-panel .login ul li.tab-4 {
    margin:20px 0 10px 0;
}
#login-panel .login ul li a,
#login-panel .login ul li button {
    background:#ed145b;
    color:#fff;
    padding:10px 10px;
    text-align:center;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:0;
    width:100%;
    cursor:pointer;
    font-size:15px;
}
#login-panel .login ul li a {
    background:#247277;
    display:block;
}
#login-panel .login ul li a:hover,
#login-panel .login ul li button.active,
#login-panel .login ul li button:hover {
    background:#f0f0f0;
    color:#333;
}
#login-panel .login ul li input.input-validation-error {
    background:#ed145b;
    color:#fff;
}
#login-panel .login ul li input.input-validation-error::-webkit-input-placeholder {
    color:#fff;
}
#login-panel .login ul li .password-hide-show {
    width:20px;
    height:15px;
    position:absolute;
    top:16px;
    right:12px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-image:url(/Images/password-hide-show-icon.png);
    background-position:top center;
}
#login-panel .login ul li .password-hide-show.show {
    background-position:bottom center;
}
#loading {
    display:none;
    position:fixed;
    width:220px;
    height:105px;
    background:#eee;
    top:10px;
    left:calc(50% - 110px);
    z-index:5;
    color:#fff;
    font-size:24px;
    text-align:center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-animation-name:pull-up;
    -webkit-animation-duration:1s;
    animation-name:pull-up;
    animation-duration:1s;
}
#message-text figure,
#loading figure {
    height:70px;
}
#message-text figure.error,
#loading figure.error {
    display:none;
}
#message-text figure img,
#loading figure img {
    width:auto;
    height:70%;
}
#loading figure img {
    margin-top:10px;
}
#message-text p,
#loading p {
    font-size:14px;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    color:#ed145b;
}
#message-text {
    display:none;
    position:fixed;
    width:220px;
    min-height:105px;
    padding:5px;
    background:#0b99aa;
    top:-150px;
    left:calc(50% - 110px);
    z-index:5;
    color:#fff;
    font-size:24px;
    text-align:center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-animation-name:pull-down;
    -webkit-animation-duration:5s;
    animation-name:pull-down;
    animation-duration:5s;
}
#message-text.style-2 {
    background:#ed145b;
}
#message-text.active {
    display:block;
}
#message-text p {
    color:#fff;
}
#header {
    width:100%;
    height:50px;
    background:#fff;
    display:table;
    position:fixed;
    top:0;
    left:0;
    z-index:2;
}
#header .logo {
    width:250px;
    height:50px;
    background:#ed145b;
    text-align:center;
    float:left;
    position:relative;
    font-family:'Montserrat', sans-serif;
    padding-top:3px;
}
#header .logo a {
    display:block;
    color:#fff;
}
#header .logo a:hover {
    color:#f0f0f0;
}
#header .logo i {
    font-style:normal;
    font-size:11px;
}
#header .logo a span {
    display:block;
    font-weight:bold;
    font-size:22px;
}
#header .menus {
    width:calc(100% - 250px);
    float:left;
    padding:0 20px;
}
#header .menus .manager-info {
    float:right;
    margin:10px 50px 0 0;
    display:table;
    font-size:12px;
    position:relative;
    width:170px;
}
#header .menus .manager-info p {
    float:left;
    width:140px;
    height:30px;
    line-height:30px;
    padding:0 20px 0 10px;
    text-align:right;
}
#header .menus .manager-info figure {
    float:left;
    width:30px;
    height:30px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    overflow:hidden;
}
#header .menus .lang figure img,
#header .menus .manager-info figure img {
    width:100%;
    height:auto;
}
#header .menus .logout {
    float:right;
    margin-top:10px;
    width:30px;
}
#footer {
    width:100%;
    margin-top:100px;
    padding-bottom:40px;
    text-align:center;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.03em;
}
#footer i {
    display:inline-block;
    padding:3px 4px;
    background:#ed145b;
    color:#fff;
    font-style:normal;
}
#footer a {
    display:inline-block;
    color:#ed145b;
    font-weight:bold;
    padding:3px 4px;
}
#left-column {
    position:fixed;
    width:250px;
    height:calc(100% - 40px);
    top:50px;
    left:0;
    background:#fff;
    padding:10px;
}
#left-column.open-menu {
    width:70px;
    padding:5px;
}
#left-column nav {
    background:#f3f3f3;
}
#left-column nav ul li a {
    display:table;
    width:100%;
    font-size:14px;
}
#left-column.open-menu nav ul li a {
    font-size:10px;
}
#left-column nav ul li a i {
    display:table-cell;
    width:50px;
    height:50px;
    background-color:#ed145b;
    background-repeat:no-repeat;
    background-position:center;
}
#left-column.open-menu nav ul li a i {
    display:block;
    height:30px;
    width:100%;
    background-size:auto 16px;
}
#left-column nav ul li a i.icon-home {
    background-image:url("/Images/icon-home.png");
}
#index .tab .list .title i.icon-page,
#left-column nav ul li a i.icon-page {
    background-image:url("/Images/icon-page.png");
}
#left-column nav ul li a i.icon-product {
    background-image:url("/Images/icon-product.png");
}
#left-column nav ul li a i.icon-personel {
    background-image:url("/Images/icon-personel.png");
}
#index .tab .list .title i.icon-news,
#left-column nav ul li a i.icon-news {
    background-image:url("/Images/icon-news.png");
}
#left-column nav ul li a i.icon-references {
    background-image:url("/Images/icon-references.png");
}
#index .tab .list .title i.icon-images,
#left-column nav ul li a i.icon-images {
    background-image:url("/Images/icon-images.png");
}
#index .tab .list .title i.icon-manage,
#left-column nav ul li a i.icon-manage {
    background-image:url("/Images/icon-manage.png");
}
#index .tab .list .title i.icon-slide,
#left-column nav ul li a i.icon-slide {
    background-image:url("/Images/icon-slide.png");
}
#left-column nav ul li a i.icon-ads {
    background-image:url("/Images/icon-ads.png");
}
#left-column nav ul li a span {
    display:table-cell;
    width:calc(100% - 50px);
    vertical-align:middle;
    padding:0 15px;
}
#left-column.open-menu nav ul li a:hover span {
    background-color:#c00945;
}
#left-column.open-menu nav ul li a span {
    display:block;
    width:100%;
    padding:0 0 5px 0;
    background:#ed145b;
    text-align:center;
    color:#f0f0f0;
    letter-spacing:-0.05em;
}
#left-column nav ul li.select a,
#left-column nav ul li a:hover {
    background:#ed145b;
    color:#fff;
}
#left-column nav ul li a:hover i {
    background-color:#c00945;
}
#left-column nav ul li.select a i {
    background-color:#111;
}
#left-column.open-menu nav ul li.select a span {
    background-color:#111;
}
#left-column .creapark {
    position:absolute;
    bottom:20px;
    text-align:center;
}
#left-column.open-menu .creapark {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    bottom:50px;
}
#left-column .creapark img {
    width:60%;
    height:auto;
}
#left-column.open-menu .creapark img {
    width:100%;
}
#right-column {
    position:absolute;
    width:calc(100% - 250px);
    height:calc(100% - 40px);
    top:40px;
    right:0;
    padding:20px 30px;
}
#content {
    margin-bottom:40px;
}
#content header.title {
    font-size:22px;
    margin-bottom:30px;
    background:#ed145b;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    color:#fff;
    padding:8px 20px;
    font-family:'Montserrat', sans-serif;
}
#content header.title i {
    font-style:normal;
    padding:0 7px;
}
#content header.title span {
    font-weight:bold;
}
#content .page-buttons {
    margin-bottom:20px;
    display:table;
    width:100%;
}
#content .page-buttons ul li {
    display:table-cell;
    padding-right:20px;
}
#content .page-buttons ul li:last-child {
    padding-right:0;
}
#content .page-buttons ul li a {
    font-size:17px;
    padding:8px 15px;
    background:#0b99aa;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.01em;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#content .page-buttons ul li a:hover {
    background:#047d8b;
}
#content .count-null {
    text-align:center;
    color:#ed145b;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.03em;
    font-size:14px;
    font-weight:bold;
}
#content .list ul > li {
    background:#e6e6e6;
    margin-bottom:10px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#content .list ul > li:hover {
    background:#dadada;
}
#content .list ul > li.head {
    background:#111;
    color:#fff;
    font-size:16px;
    padding:5px 0;
    font-family:'Montserrat', sans-serif;
    font-weight:bold;
    letter-spacing:0.03em;
}
#content .list ul > li ol {
    display:table;
    width:100%;
}
#content .list ul > li ol li {
    display:table-cell;
    padding:5px 10px;
    vertical-align:middle;
}
#content .list ul > li ol li.tab-1 {
    width:100px;
    height:auto;
    text-align:center;
}
#content .list ul > li ol li.tab-1 img {
    width:100%;
    height:auto;
    margin-bottom:-3px;
}
#content .list ul > li ol li.tab-1.lang img {
    width:30px;
    height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#content .list ul > li ol li.tab-2 {
    width:calc(100% - 500px);
}
#content .list ul > li ol li.tab-3 {
    width:300px;
    text-align:center;
}
#content .list ul > li ol li.tab-3 .buttons {
    margin:auto;
}
#index .tab .list ul li .tab-2 .buttons span,
#content .list ul li ol li.tab-3 .buttons span {
    display:inline-block;
    margin-right:3px;
}
#index .tab .list ul li .tab-2 .buttons span:last-child,
#content .list ul li ol li.tab-3 .buttons span:last-child {
    margin-right:0;
}
#content .list ul li ol li.tab-3 .buttons span i.approved {
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    background:#149b02;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    font-style:normal;
    color:#fff;
}
#index .tab .list ul li .tab-2 .buttons span a,
#content .list ul li ol li.tab-3 .buttons span a {
    background-color:#ccc;
    background-position:center;
    background-repeat:no-repeat;
    text-indent:-9999px;
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    cursor:pointer;
}
#content .list ul li ol li.tab-3 .buttons span a.icon-list {
    background-image:url("/Images/icon-list.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-list:hover {
    background-image:url("/Images/icon-list-hover.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-add {
    background-image:url("/Images/icon-add.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-add:hover {
    background-image:url("/Images/icon-add-hover.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-view {
    background-image:url("/Images/icon-view.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-view:hover {
    background-image:url("/Images/icon-view-hover.png");
}
#index .tab .list ul li .tab-2 .buttons span a.icon-edit,
#content .list ul li ol li.tab-3 .buttons span a.icon-edit {
    background-image:url("/Images/icon-edit.png");
}
#index .tab .list ul li .tab-2 .buttons span a.icon-edit:hover,
#content .list ul li ol li.tab-3 .buttons span a.icon-edit:hover {
    background-image:url("/Images/icon-edit-hover.png");
}
#index .tab .list ul li .tab-2 .buttons span a.icon-delete,
#content .list ul li ol li.tab-3 .buttons span a.icon-delete {
    background-image:url("/Images/icon-delete.png");
}
#index .tab .list ul li .tab-2 .buttons span a.icon-delete:hover,
#content .list ul li ol li.tab-3 .buttons span a.icon-delete:hover {
    background-image:url("/Images/icon-delete-hover.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-picture {
    background-image:url("/Images/icon-picture.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-picture:hover {
    background-image:url("/Images/icon-picture-hover.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-products {
    background-image:url("/Images/icon-products.png");
}
#content .list ul li ol li.tab-3 .buttons span a.icon-products:hover {
    background-image:url("/Images/icon-products-hover.png");
}
#index .tab .list ul li .tab-2 .buttons span a:hover,
#content .list ul li ol li.tab-3 .buttons span a:hover {
    background-color:#0b99aa;
}
#content .list ul li ol li.tab-3 .buttons span input {
    width:60px;
    height:30px;
    border:0;
    padding:0 2px;
    text-align:center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#content .list ul > li ol li.tab-4 {
    width:200px;
    height:auto;
}
#content .list .send {
    text-align:right;
}
#content .paged-list {
    display:table;
    margin:30px auto 0 auto;
}
#content .paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
#content .paged-list ul li {
    display:table-cell;
    padding:0 3px;
}
#content .paged-list ul li span,
#content .paged-list ul li a {
    padding:3px 8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size:14px;
    display:block;
}
#content .paged-list ul li a:hover,
#content .paged-list ul li.active span {
    background:#ed145b;
    color:#fff;
}
#content .paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
#content .new-add {
    background:#fff;
    padding:30px 60px;
}
#content .new-add .validation-summary-valid {
    display:none;
}
#content .new-add .validation-summary-valid ul li {
    display:none;
}
#content .new-add ul li {
    display:table;
    width:100%;
    margin-bottom:15px;
}
#content .new-add ul li.hidden {
    display:none;
}
#content .new-add ul li.hidden.show {
    display:table;
}
#content .new-add ul li.address,
#content .new-add ul li.photo-add,
#content .new-add ul li.google {
    padding:15px;
    background:#0d5972;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    color:#fff;
}
#content .new-add ul li.photo-add {
    background:#0b99aa;
}
#content .new-add ul li.photo-add ol li {
    width:calc(50% - 11px);
    float:left;
    margin-bottom:0;
}
#content .new-add ul li.photo-add ol li:first-child {
    margin-right:20px;
}
#content .new-add ul li.photo-add ol li .text {
    width:100%;
    display:block;
    margin-bottom:10px;
    font-size:14px;
}
#content .new-add ul li.photo-add ol li .value {
    width:100%;
    display:block;
}
#content .new-add ul li.photo-add ol li .value .text .link {
    padding:10px 0;
}
#content .new-add ul li.address {
    background:#576e75;
}
#content .new-add ul li:last-child {
    margin-bottom:0;
}
#content .new-add ul li .text {
    display:table-cell;
    width:200px;
    vertical-align:middle;
    position:relative;
    caption-side:top;
}
#content .new-add ul li .text i {
    display:inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    background:#ed145b;
    margin-left:30px;
    border-radius:50% 50% 50% 0;
    -moz-border-radius:50% 50% 50% 0;
    -webkit-border-radius:50% 50% 50% 0;
    font-style:normal;
    text-align:center;
    color:#fff;
    font-size:16px;
    position:absolute;
    right:30px;
    bottom:8px;
    cursor:default;
}
#content .new-add ul li .value {
    display:table-cell;
    width:calc(100% - 200px);
    caption-side:bottom;
    position:relative;
}
#content .new-add ul li .value .select,
#content .new-add ul li .value .textarea,
#content .new-add ul li .value .input {
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 10px;
    border:solid 1px #ccc;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#content .new-add ul li .value .textarea {
    height:300px;
    padding:10px;
}
#content .new-add ul li .value .select {
    padding:0 0 0 10px;
}
#content .new-add ul li .value .textarea.input-validation-error-2,
#content .new-add ul li .value .input.input-validation-error-2,
#content .new-add ul li .value .select.input-validation-error-2 {
    border:solid 1px #c92128;
}
#content .new-add ul li .value .create-password {
    font-size:12px;
    position:absolute;
    top:6px;
    right:50px;
    cursor:pointer;
    display:block;
    background:#0b99c7;
    color:#fff;
    padding:5px 8px;
    border-radius:3px;
}
#content .new-add ul li.address p,
#content .new-add ul li.photo-add p,
#content .new-add ul li.google p {
    background:#fff;
    padding:8px 10px;
    font-size:14px;
    color:#333;
    margin-bottom:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.02em;
    font-weight:bold;
}
#content .new-add .send {
    width:100%;
    text-align:center;
    margin-top:30px;
}
#content .list .send .button,
#content .new-add .send .button {
    padding:10px 20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:#ed145b;
    border:0;
    text-align:center;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    cursor:pointer;
}
#content .list .send .button:hover,
#content .new-add .send .button:hover {
    background:#9e0739;
}
#content .new-add .send .button i {
    margin-right:3px;
    display:none;
}
#content .new-add .send .button.passive {
    background:#333;
}
#content .new-add .send .button.passive i {
    display:inline-block;
}
#panel {
    width:100%;
    height:100%;
    display:table;
    position:absolute;
    width:100%;
    height:100%;
    font-family:'Montserrat', sans-serif;
}
#panel .right-column .list .write .send .button,
#panel .left-column .form .button {
    width:max-content;
    height:35px;
    line-height:35px;
    padding:0 30px;
    border:0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-weight:600;
}
#panel .left-column {
    width:500px;
    height:100%;
    display:inline-block;
    background:#0e3b85;
    color:#fff;
    font-weight:400;
    padding:40px 30px;
}
#panel .left-column .form {
}
#panel .left-column .form span {
    display:block;
}
#panel .left-column .form > h3 {
    font-size:16px;
    margin-bottom:15px;
}
#panel .left-column .form > h3 i {
    font-style:normal;
    font-weight:400;
}
#panel .left-column .form ul li {
    margin-bottom:20px;
}
#panel .left-column .form ul li span:first-child {
    margin-bottom:10px;
}
#panel .left-column .form .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    border-radius:3px;
    padding:0 10px;
    font-family:'Montserrat', sans-serif;
}
#panel .left-column .form .button {
    font-family:'Montserrat', sans-serif;
}
#panel .left-column .form .send {
    text-align:center;
}
#panel .right-column {
    width:calc(100% - 500px);
    display:inline-block;
    font-weight:500;
}
#panel .right-column .list {
    width:700px;
    margin:auto;
}
#panel .right-column .list .info-list {
    padding:15px;
    background:#f3f3f3;
    border-radius:3px;
}
#panel .right-column .list .info-list .no-record {
    text-align:center;
    color:#ed145b;
    font-weight:600;
}
#panel .right-column .list .info-list ul li {
    padding:10px 0;
    border-bottom:solid 1px #f8f8f8;
}
#panel .right-column .list .info-list ul li.yellow {
    background:#f8ac00;
    color:#fff;
}
#panel .right-column .list .info-list ul li.red {
    background:#c00945;
    color:#fff;
}
#panel .right-column .list .info-list ul li:nth-child(odd) {
    background:#f0f0f0;
}
#panel .right-column .list .info-list ul li.title {
    font-weight:700;
    background:#e4e4e4;
}
#panel .right-column .list .info-list ul li:last-child {
    border-bottom:0;
}
#panel .right-column .list .info-list ul li span {
    display:inline-block;
    width:calc(40% - 53px);
    padding:0 20px;
    vertical-align:middle;
}
#panel .right-column .list .info-list ul li span:first-child {
    width:90px;
    text-align:center;
}
#panel .right-column .list .info-list ul li span:last-child {
    width:20%;
    text-align:center;
}
#panel .right-column .list .info-list ul li span:first-child img {
    width:100%;
    height:auto;
}




/*begin calendar*/
.ui-datepicker {
    background:#fff;
    padding:5px;
    border:solid 1px #f0f0f0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-top:5px;
    position:absolute;
    display:none;
}
.ui-datepicker.click {
    display:block;
}
.ui-datepicker-header {
    padding:5px 0;
    margin-bottom:10px;
    line-height:26px;
}
.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
    font-weight:bold;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    width:40px;
    height:26px;
    border:solid 1px #eee;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-indent:-5000px;
    cursor:pointer;
}
.ui-datepicker-prev {
    float: left;
    background: url(/Images/arrow-calendar-prev.png) no-repeat center;
}
.ui-datepicker-next {
    float: right;
    background:url(/Images/arrow-calendar-next.png) no-repeat center;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    border:solid 1px #d0d0d1;
}
.ui-datepicker thead {
}
.ui-datepicker th {
    font-size:12px;
    padding-bottom:10px;
    color:#555;
}
.ui-datepicker tbody td {
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr {
    border: 0;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
}
.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(#999999, #737373);
    color: #fff;
    border:0;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #d9116a;
}
.ui-datepicker-calendar .ui-state-active {
    background: #d9116a;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f0f0f0;
    color: #000;
    text-decoration:line-through;
}
/*end calendar*/
/*select style*/
.custom-select {
    position:relative;
}
.custom-select .select {
    display:none;
}
.select-selected {
    background-color:#fff;
}
.select-selected:after {
    position:absolute;
    content:"";
    top:16px;
    right:10px;
    width:0;
    height:0;
    border:6px solid transparent;
    border-color:#333 transparent transparent transparent;
}
.custom-select .select-selected:after {
    top:20px;
}
.select-selected.select-arrow-active:after {
    border-color:transparent transparent #333 transparent;
    top:9px;
}
.custom-select .select-selected.select-arrow-active:after {
    top:13px;
}
.select-items {
    max-height:200px;
    overflow:auto;
}
.select-items div,
.select-selected {
    height:35px;
    line-height:35px;
    padding-left:10px;
    cursor:pointer;
    border-radius:10px 10px 0 0;
    background:#f0f0f0;
}
.custom-select.style-2 .select-selected {
    height:45px;
    line-height:45px;
}
.select-items div {
    border-radius:0;
    border:solid 1px #f0f0f0;
    border-top:0;
}
.select-items div:first-child {
    border-top:solid 1px #f0f0f0;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.select-items div:last-child {
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
.select-items {
    position:absolute;
    background-color:#f8f8f8;
    top:100%;
    left:0;
    right:0;
    z-index:9;
    color:#333;
    border-radius:3px;
    margin-top:1px;
}
.select-hide {
    display:none;
}
.select-items div:hover,
.same-as-selected {
    background-color:#f0f0f0;
}
/*select style*/
/*photo-upload style*/
.image-upload-hidden-window {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    top:0;
    left:0;
    z-index:4;
    visibility:hidden;
}
.image-crop {
    display:table;
    position:fixed;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    visibility:hidden;
}
.image-crop.show,
.image-upload-hidden-window.show {
    display:table;
    visibility:visible;
}
.image-crop .image-window {
    display:table-cell;
    vertical-align:middle;
}
.image-crop .image-window .imagebox {
    margin:auto;
    background:#fff;
    zoom:0.8;
}
.image-crop .image-window .imagebox .thumbbox {
    width:100%;
    height:100%;
}
.image-crop .image-window .buttons {
    margin:20px auto 0 auto;
}
.image-crop .image-window .buttons input {
    display:inline-block;
    margin:0 3px;
    border:0;
    background:#ed145b;
    color:#fff;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:17px;
    font-family:'Montserrat', sans-serif;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    cursor:pointer;
}
.image-crop .image-window .buttons input:first-child {
    width:auto;
    font-size:14px;
    padding:0 15px;
}
.image-crop .image-window .buttons input:hover {
    background:#222;
}
.image-file-mask {
    overflow:hidden;
    position:relative;
}
.image-file-mask [type=file] {
    cursor:inherit;
    filter:alpha(opacity=0);
    opacity:0;
    display:none;
}
.image-file-mask > span {
    width:150px;
    height:35px;
    min-height:35px;
    display:block;
    background-image:url("/Images/icon-photo-add.png");
    background-repeat:no-repeat;
    background-position:left center;
    background-color:#fff;
    cursor:pointer;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:relative;
}
.image-file-mask > span.change {
    width:100%;
    height:auto;
    background:none;
}
.image-file-mask > span:hover {
    background-color:#f0f0f0;
    color:#000;
}
.image-file-mask > span:hover.change {
    background:none;
}
.image-file-mask > span img {
    width:100%;
    height:auto;
}
.image-file-mask > span img#PDFPreview {
    width:60px;
}
.image-file-mask > span.change i {
    display:none;
}
.image-file-mask > span i {
    color:#333;
    font-style:normal;
    font-family:'Montserrat', sans-serif;
    font-weight:bold;
    letter-spacing:-0.02em;
    display:block;
    position:absolute;
    top:0;
    left:40px;
    line-height:35px;
}
#content .new-add ul li.photo-add .image-close {
    display:none;
    text-align:center;
}
#content .new-add ul li.photo-add .image-close.close2 {
    margin-top:3px;
}
#content .new-add ul li.photo-add .image-close.change {
    display:block;
}
#content .new-add ul li.photo-add .image-close a {
    background:#ed145b;
    color:#fff;
    display:block;
    cursor:pointer;
    padding:5px 10px;
}
#content .new-add ul li.photo-add .image-close a:hover {
    background:#222;
}
/*photo-upload style*/
/*alert style*/
#ui_notifIt{
    position: fixed;
    z-index:10;
    padding:5px;
    cursor: pointer;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-align:center;
}
#ui_notifIt.success{
    background:url(../Manager/Images/icon-confirmation.png) no-repeat top center #0b99aa;
}
#ui_notifIt.error{
    background:url(../Manager/Images/icon-error.png) no-repeat top center #ed145b;
}
#ui_notifIt p {
    font-size:14px;
    line-height:16px;
    font-family:'Montserrat', sans-serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    color:#fff;
    padding-top:62px;
}
/*alert style*/
/*chechbox style*/
.switch {
    display:none;
}
#login-panel .login ul li.tab-3 .switch:checked ~ .switch-bar,
.switch:checked ~ .switch-bar {
    background:#0b99aa;
    transition:200ms all ease;
}
.switch:checked ~ .switch-bar .switch-label {
    left:22px;
}
.switch-bar,
.switch-label {
    border-radius:50px;
    transition:200ms all ease;
}
.switch-bar {
    height:22px;
    width:50px;
    background:#f8f8f8;
    position:relative;
    display:block;
}
.switch-label {
    height:30px;
    width:30px;
    background:#fff;
    border:solid 1px #f9f9f9;
    box-shadow:0px 1px 1px rgba(0,0,0,0.2);
    position:absolute;
    top:-4px;
    left:0;
    cursor:pointer;
}
.switch-label::before {
    content:'';
    height:16px;
    width:2px;
    position:absolute;
    top:calc(50% - 8px);
    left:calc(50% - 1px);
    transform:rotate(45deg);
}
.switch-label::after {
    content:'';
    height:2px;
    width:16px;
    position:absolute;
    top:calc(50% - 1px);
    left:calc(50% - 8px);
    transform:rotate(45deg);
}
.switch-label::before,
.switch-label::after {
    background:#576e75;
    border-radius:2px;
}
.switch:checked ~  .switch-bar .switch-label::before {
    height:18px;
    top:calc(55% - 9px);
    left:calc(60% - 1px);
    background:#0b99aa;
}
.switch:checked ~  .switch-bar .switch-label::after {
    width:8px;
    top:calc(95% - 9px);
    left:calc(22.5% - 2px);
    background:#0b99aa;
}
/*chechbox style*/


@media only screen and (max-width:1024px) {
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}
.jqte {
	border:solid 1px #e0e0e0;
	overflow:hidden;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/* toolbar */
.jqte_toolbar {
	overflow:auto;
	padding:3px 4px;
	background:#eee;
	border-bottom:#bbb 1px solid;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.jqte_tool,
.jqte_tool_icon,
.jqte_tool_label {
	border:#eee 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.jqte_hiddenField {
	display:none
}
.jqte_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url(../Manager/Images/textarea-jquery-te.png) no-repeat
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	position:relative;
	display:block;
	padding:3px;
	width:70px;
	height:22px;
	overflow:hidden;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
	font:bold 13px Arial,sans-serif;
	color:#222;
}
.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	position:absolute;
	top:10px;
	right:2px;
	width:6px;
	height:4px;
	background-position:-19px -23px;
	border:none;
	border-radius:none;
	-webkit-border-radius:none;
	-moz-border-radius:none
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background-position:0 0
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background-position:-22px 0
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background-position:-44px 0
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background-position:-66px 0
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background-position:-88px 0
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position:-110px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position:-132px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position:-154px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position:-176px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position:-198px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position:-220px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background-position:-242px 0
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background-position:-264px 0
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background-position:-286px 0
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position:-308px 0
}
.jqte_tool.jqte_tool_17 .jqte_tool_icon {
	background-position:-330px 0
}
.jqte_tool.jqte_tool_18 .jqte_tool_icon {
	background-position:-352px 0
}
.jqte_tool.jqte_tool_19 .jqte_tool_icon {
	background-position:-374px 0
}
.jqte_tool.jqte_tool_20 .jqte_tool_icon {
	background-position:-396px 0
}
.jqte_tool.jqte_tool_21 .jqte_tool_icon {
	background-position:-418px 0
}
.jqte_tool:hover {
	background-color:#fff;
	border-color:#fff
}
.jqte_tool:hover .jqte_tool_icon,
.jqte_tool:hover .jqte_tool_label {
	border:#aaa 1px solid
}
.jqte_tool:active .jqte_tool_icon,
.jqte_tool:active .jqte_tool_label {
	border:#777 1px solid
}
.jqte_tool.jqte_tool_1:hover .jqte_tool_icon,
.jqte_tool.jqte_tool_1:active .jqte_tool_icon {
	border:none
}
.jqte_tool_depressed {
	background-color:#ddd;
	border-color:#ccc
}
.jqte_tool_depressed .jqte_tool_icon {
	border-color:#aaa
}
.jqte_tool_depressed:hover {
	background-color:#eee
}
/* link form area */
.jqte_linkform {
	padding:5px 10px;
	background:#ddd;
	border-bottom:#bbb 1px solid;
}
.jqte_linktypeselect {
	position:relative;
	float:left;
	width:130px;
	background:#eee;
	cursor:pointer
}
.jqte_linktypeselect:Active {
	background:#fff
}
.jqte_linktypeview {
	padding:3px 5px;
	border:#333 1px solid;
	color:#777;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	outline:none
}
.jqte_linktypetext {
	font-size:12px;
}
.jqte_linktypearrow {
	position:absolute;
	bottom:8px; right:6px;
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(../Manager/Css/jquery-te.png) -7px -23px no-repeat;
}
.jqte_linktypes {
	display:none;
	position:absolute;
	top:22px; left:1px;
	width:125px;
	background:#fff;
	border:#333 1px solid;
	box-shadow:0 1px 4px #aaa;
	-webkit-box-shadow:0 1px 4px #aaa;
	-moz-box-shadow:0 1px 4px #aaa
}
.jqte_linktypes a {
	display:block;
	padding:4px 5px;
	font-size:12px;
}
.jqte_linktypes a:hover {
	background:#ddd
}
.jqte_linkinput {
	float:left;
	margin:0 5px;
	padding:3px 5px;
	width:300px;
	background:#eee;
	border:#333 1px solid;
	color:#777;
	font-size:12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	outline:none;
}
.jqte_linkinput:focus,
.jqte_linkinput:hover {
	background:#fff;
	border-color:#000;
}
.jqte_linkbutton {
	float:left;
	padding:3px 12px;
	background:#aaa;
	border:#333 1px solid;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:inset 0 1px #eee;
	-webkit-box-shadow:inset 0 1px #eee;
	-moz-box-shadow:inset 0 1px #eee;
}
.jqte_linkbutton:hover {
	background:#a1a1a1
}
.jqte_linkbutton:active {
	box-shadow:inset 0 1px #ccc;
	-webkit-box-shadow:inset 0 1px #ccc;
	-moz-box-shadow:inset 0 1px #ccc;
	background:#888;
}

/* text format menu */
.jqte_formats {
	display:none;
	position:absolute;
	width:180px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#fff;
	border:#aaa 1px solid;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	z-index:100;
}
.jqte_format {
	display:block;
	padding:4px 7px;
	font-size:13px
}
.jqte_format:hover {
	background:#ddd
}
.jqte_format_1, .jqte_format_2, .jqte_format_3, .jqte_format_4, .jqte_format_5, .jqte_format_6 {
	font-weight:bold
}
.jqte_format_1 {
	font-size:22px
}
.jqte_format_2 {
	font-size:20px
}
.jqte_format_3 {
	font-size:18px
}
.jqte_format_4 {
	font-size:16px
}
.jqte_format_5 {
	font-size:14px
}
.jqte_format_6 {
	font-size:12px
}
.jqte_format_7 {
	font-family:"Courier New", Courier, monospace
}

/* font size menu */
.jqte_fontsizes {
	display:none;
	position:absolute;
	width:180px;
	height:198px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#fff;
	border:#aaa 1px solid;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa
}
.jqte_fontsize {
	display:block;
	padding:3px 7px;
}
.jqte_fontsize:hover {
	background:#ddd
}

/* color pallette */
.jqte_cpalette {
	display:none;
	position:absolute;
	padding:6px;
	width:144px;
	background:#fff;
	border:#aaa 1px solid;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa
}
.jqte_color {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:#fff 1px solid;
}
.jqte_color:hover {
	border-color:#000
}
.jqte_colorSeperator {
    float:none;
    clear:both;
    height:7px;
}

/* editor area */
.jqte_editor,
.jqte_source {
	padding:10px;
	background:#fff;
	min-height:330px;
	max-height:900px;
	overflow:auto;
	outline:none;
	word-wrap:break-word;
	-ms-word-wrap:break-word;
}
.jqte_editor div, .jqte_editor p {
	margin:0 0 7px
}
.jqte_editor a:link, .jqte_editor a:link * {
	color:#0066FF !important;
	text-decoration:underline;
}
.jqte_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}
.jqte_editor img {
    float:left;
	margin:0 10px 5px 0
}
.jqte_editor a[jqte-setlink],
.jqte_editor a[jqte-setlink] * {
	background:#3297fd !important;
	color:#fff !important
}
.jqte_editor h1,
.jqte_editor h2,
.jqte_editor h3,
.jqte_editor h4,
.jqte_editor h5,
.jqte_editor h6,
.jqte_editor pre {
	display:block;
	margin:0 0 3px;
}
.jqte_editor h1,
.jqte_editor h1 * {
	font-size:26px
}
.jqte_editor h2,
.jqte_editor h2 * {
	font-size:24px
}
.jqte_editor h3,
.jqte_editor h3 * {
	font-size:22px
}
.jqte_editor h4,
.jqte_editor h4 * {
	font-size:20px
}
.jqte_editor h5,
.jqte_editor h5 * {
	font-size:18px
}
.jqte_editor h6,
.jqte_editor h6 * {
	font-size:15px
}
.jqte_editor pre,
.jqte_editor pre * {
	font-family:"Courier New", Courier, monospace
}

/* source area */
.jqte_source,
.jqte_source textarea {
	background:#fff1e8;
}
.jqte_source textarea {
	margin:0 !important;
	padding:0 !important;
	display:block !important;
	width:100% !important;
	min-height:100px;
	font-family:Courier, Arial, sans-serif !important;
	font-weight:normal;
	font-size:15px;
	overflow:hidden !important;
	outline:none;
	resize:none;
}
.jqte_source textarea,
.jqte_source textarea:focus {
	css_shadow:none !important;
	background:none !important;
	border:none !important;
}

/* title box */
.jqte_title {
	display:none;
	position:absolute;
	z-index:9999;
}
.jqte_titleArrow {
	position:relative;
}
.jqte_titleArrowIcon {
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(../Manager/images/textarea-jquery-te.png) 0 -23px no-repeat;
}
.jqte_titleText {
	padding:5px 7px;
	margin-top:0;
	min-width:5px;
	min-height:1px;
	max-width:400px;
	background:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	word-wrap:break-word;
	-ms-word-wrap:break-word
}
.jqte_titleText,
.jqte_titleText * {
	color:#fff;
	font-size:11px
}

/* placeholder */
.jqte_placeholder {
	position:relative;
	display:none;
}
.jqte_placeholder_text {
	position:absolute;
	top:43px;
	left:10px;
	font-size:14px;
	color:#ccc;
}