/*
	Voitin.com Web Services
    http:/www.voitin.com
*/
 
/* Resetare CSS */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}::-webkit-input-placeholder{color:inherit}:-moz-placeholder{color:inherit;opacity:1}::-moz-placeholder{color:inherit;opacity:1}:-ms-input-placeholder{color:inherit}

/* General */
body { font-size: 15px; font-family: 'Roboto', Arial, Verdana, Georgia, Helvetica, sans-serif; margin: 0; padding: 0; color: #1e293b; background: #fff } 
body.home { height: 100vh; background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12) fixed } 
input, textarea, select { -webkit-appearance: none; filter: none; font-size: 15px; font-family: 'Roboto', Arial, Verdana, Georgia, Helvetica, sans-serif; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }  
input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover, button:focus { outline: none; outline-width: 0 } 
.inside { width: 95%; max-width: 2500px; min-width: 1100px; position: relative; margin: 0 auto }
.round { khtml-border-radius: 6px; moz-border-radius: 6px; webkit-border-radius: 6px; border-radius: 6px }
.anim { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out }
.clear { clear: both }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
img { border: none }
.ball { position: absolute; border-radius: 50%; z-index: 0; opacity: 0.3 }
input[disabled] { cursor: not-allowed } 
input::-webkit-calendar-picker-indicator { display: none!important }
sup { vertical-align: super; font-size: smaller }
.gm-style iframe + div { border:none!important; }

#introPart { border: 10px solid rgba(61, 186, 206, 0.2); border-radius: 25px; padding: 60px; box-shadow: 0 0 30px rgba(0,0,0,0.5); position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 80%; max-width: 650px; background: rgba(255,255,255,0.2); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#introPart .logo { margin: 0 0 40px 0; width: 100%; display: block; text-align: center; text-decoration: none }
#introPart .logo span { vertical-align: middle; display: inline-block; text-align: center; font-size: 25px; font-weight: 200; color: #051937 }
#introPart .logo span b { color: #fff; background: #051937; box-shadow: 0 0 8px rgba(0,0,0,0.4); text-indent: 20px; text-align: center; letter-spacing: 20px; border: 1px solid #051937; margin: 0 0 10px 0; display: block; font-size: 85px; font-weight: 600 }
#introPart form { padding-top: 20px }
#introPart .line { position: relative; margin: 15px 0 }
#introPart input { border-radius: 25px; color: #444; border: 1px solid rgba(255,255,255,0.85); background: rgba(255,255,255,0.7); line-height: 60px; height: 60px; padding: 0 15px 0 80px; width: 100% }
#introPart input.error { border-color: red }
#introPart input:focus { color: #000; border-color: #fff; background: #fff }
#introPart i { color: #051937; text-align: center; position: absolute; left: 10px; display: block; font-size: 18px; line-height: 30px; width: 50px; top: 50%; transform: translateY(-50%); border-right: 2px solid rgba(0,0,0,0.1) }
#introPart .buton { margin-top: 15px; border-radius: 25px; cursor: pointer; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; background: #051937; border: 0; box-shadow: none; padding: 0 50px; background: #051937 }
#introPart .buton:hover { color: #fff; background: #000 }
#introPart .buton:focus { color: #fff; background: #000 }
 
#content { position: relative; display: flex; flex: 1 1 auto; width: 100%; background: #fff; padding: 0; z-index: 1; position: relative }

#content .logo { text-shadow: 0 3px 4px rgba(0,0,0,0.3); margin: 30px 0 60px 0; text-decoration: none; text-align: center;  display: block }
#content .logo span { vertical-align: middle; display: inline-block; text-align: center; font-size: 17px; font-weight: 200; color: rgba(255,255,255,0.6) }
#content .logo span b { color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.8); text-indent: 20px; text-align: center; letter-spacing: 20px; border: 1px solid rgba(255,255,255,0.2); margin: 0 0 10px 0; display: block; font-size: 55px; font-weight: 600 }

#content .welcome { font-size: 25px; margin: 20px 0 10px 0; text-transform: uppercase; font-weight: 200; text-align: center; display: block; color: #fff; text-align: center }
#content .welcome b { font-size: 30px; font-weight: 500; display: block }
#content .welcome i { font-weight: 300; letter-spacing: 4px; margin: 10px 0 20px 0; font-style: normal; font-size: 15px; display: block }
#content .pozitie { margin-bottom: 30px; font-weight: 600; color: #051937; display: block; background: rgba(255,255,255,0.7); border-radius: 25px; padding: 10px; text-align: center }

.admin { background: rgba(255,255,255,0.3); color: #fff; padding: 20px; text-align: center; border-radius: 25px }
.admin select { width: 100%; margin-top: 10px; text-align: center; background: #fff; border: 0; padding: 0; line-height: 45px; height: 45px; border-radius: 25px }

#content .sidebar { position: relative; z-index: 50; border-right: 2px solid #fff; box-shadow: 0 0 15px rgba(0,0,0,0.4); flex: 1 0 auto; flex-direction: column; position: sticky; top: 0; overflow-y: scroll; width: 370px; height: 100vh; padding: 20px; background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12) fixed; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .sidebar ul {  width: 100%; list-style: none }
#content .sidebar ul li { position: relative; display: block; margin: 0 }
#content .sidebar ul li a { overflow: hidden; border-radius: 10px; z-index: 2; position: relative; color: #fff; font-weight: 400; font-size: 15px; text-decoration: none; display: block; line-height: 44px; padding: 0 20px 0 50px }
#content .sidebar ul li a span { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; position: relative; z-index: 2 }
#content .sidebar ul li a:hover { background: rgba(255,255,255,0.15) }
#content .sidebar ul li a svg { height: 25px; width: 25px; position: absolute; top: 50%; opacity: 0.8; transform: translateY(-50%); left: 12px; display: block }
#content .sidebar ul li a.active { background: rgba(255,255,255,0.05) }
#content .sidebar ul li span { color: #fff; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 10px; line-height: 20px; display: block; padding: 0 10px; border-radius: 20px; font-weight: 600; white-space: nowrap; background: #db2777}
#content .sidebar ul li span.not { background: #051937 }
#content .sidebar ul li.section { padding-left: 10px; font-size: 13px; font-weight: 300; margin: 40px 0 20px 0; color: #d3d3d3 }
#content .sidebar ul li.section b { font-size: 17px; font-weight: 600; margin: 0 0 5px 0; color: #fff; display: block }

#content .contentPart { overflow: hidden; flex: 1 1 auto !important; flex-direction: column !important; width: 100%; padding: 50px 0; min-height: 100vh; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

#content .ocupare { padding: 0 40px; display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 20px }
#content .ocupare > div { border: 1px solid #d3d3d3; box-shadow: 2px 2px 0 rgba(0,0,0,0.05); padding: 20px; border-radius: 10px; color: #fff }
#content .ocupare > div h4 { background: linear-gradient(to right top, #051937,#008793) fixed;  border-radius: 10px; text-align: center; padding: 10px; font-size: 18px; margin: 0 0 10px 0; font-weight: 600 }
#content .ocupare > div ul { list-style: none }
#content .ocupare > div ul li { text-align: center; color: #333; margin: 10px 0; border-radius: 10px; padding: 15px; border: 1px solid rgba(0,0,0,0.1) }
#content .ocupare > div ul li .weekView { margin-top: 10px; background: rgba(0,0,0,0.05); padding: 15px; border-radius: 10px; display: grid; grid-template-columns: repeat(7, 1fr); grid-auto-rows: 1fr; grid-column-gap: 5px }
#content .ocupare > div ul li .weekView .day { border-right: 1px solid rgba(0,0,0,0.1); color: #555; display: block; text-decoration: none; text-align: center }
#content .ocupare > div ul li .weekView .day:last-of-type { border: 0 }
#content .ocupare > div ul li .weekView .day > * { display: block }
#content .ocupare > div ul li .weekView .day .letter { text-transform: uppercase; font-weight: 500; font-size: 13px }
#content .ocupare > div ul li .weekView .day .percent { margin-top: 5px; font-weight: 600; font-size: 14px }
#content .ocupare > div ul li .weekView .day .percent.green { color: #009C86 }
#content .ocupare > div ul li .weekView .day .percent.ok { color: #009C86 }
#content .ocupare > div ul li .weekView .day .percent.zero { color: #888 }
#content .ocupare > div ul li .weekView .day .percent.red { color: #960019 }
#content .ocupare > div ul li .weekView .day:hover { opacity: 0.7 }
#content .ocupare > div ul li .weekView .day[href="#"] { cursor: not-allowed }
#content .ocupare > div ul li .weekView .day[href="#"]:hover { opacity: 1 }

#content #diagrame { white-space: nowrap; padding: 20px 30px; overflow-x: scroll }
#content #diagrame .diagrama { margin: 0 10px; border-radius: 25px; padding: 15px 15px 10px 15px; display: inline-block; vertical-align: top; width: 350px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0, 0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #diagrame .diagrama h4 { text-align: center; font-size: 25px; margin: 0 0 20px 0 }
#content #diagrame .diagrama h6 { color: #666; white-space: normal; text-align: center; font-size: 15px; font-weight: 500; margin: -10px 0 20px 0 }
#content #diagrame .diagrama h6.error { color: #d20023 }
#content #diagrame .diagrama h6 span { margin-top: 5px; font-weight: 400; font-size: 13px; display: block }
#content #diagrame .diagrama h6 a { color: #666 }
#content #diagrame .diagrama h6 a:focus { color: #666 }
#content #diagrame .diagrama h6.error a { color: #960019 }
#content #diagrame .diagrama h6.error a:focus { color: #960019 }
#content #diagrame .diagrama ul { list-style: none }
#content #diagrame .diagrama ul > li { box-shadow: 0 0 15px rgba(0,0,0,0.1); padding: 15px 20px; border-radius: 25px; margin: 10px 0 }
#content #diagrame .diagrama ul .type { text-align: center; border-bottom: 1px dashed #d3d3d3; padding: 0 0 12px 0; margin: 0 0 12px 0; font-size: 16px; font-weight: 600 }
#content #diagrame .diagrama ul ul { border-radius: 12px; min-height: 50px; background: rgba(0,0,0,0.05); padding: 8px 12px }
#content #diagrame .diagrama ul ul li { box-shadow: none; margin: 4px 0; cursor: pointer; border-radius: 0; background: #fff; border: 1px solid #d3d3d3; padding: 10px 20px }
#content #diagrame .diagrama ul ul li:hover, #content #diagrame .diagrama ul ul li:focus { background: #f4f6f9 }
#content #diagrame .diagrama ul.disabled li { cursor: not-allowed!important; opacity: 0.4!important }
#content #diagrame .diagrama ul.disabled * { cursor: not-allowed!important }
#content #diagrame .diagrama ul li.disabled { cursor: not-allowed!important; opacity: 0.4!important }
#content #diagrame .diagrama ul li.disabled * { cursor: not-allowed!important }
#content #diagrame .diagrama ul li.disabled span { display: block; font-size: 90%; color: #d20023 }

.faq .faqs h4 { cursor: pointer; position: relative; padding: 15px 50px 15px 20px; box-shadow: 0 0 15px rgba(0,0,0,0.1); font-weight: 500; font-size: 15px }
.faq .faqs h4 .fa { position: absolute; right: 20px; top: 50%; transform: translateY(-50%) }
.faq .faqs h4.active { color: #009C86 }
.faq .faqs .hid { background: #fff; position: relative; display: none; padding: 25px; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.faq .faqs .hid ul.imgs { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; grid-column-gap: 50px; grid-row-gap: 20px }
.faq .faqs .hid ul.imgs li img { display: block; margin: 0 0 10px 0; width: 100% }
.faq .faqs .hid ul.imgs li b { display: block; text-align: center; font-size: 14px }

#tblModalRes { overflow-y: scroll; width: 100% }

#tblModalRes .buton { margin-top: 20px; cursor: pointer; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 12px!important; text-decoration: none; line-height: 40px; display: inline-block; letter-spacing: 0.5px; background: #666; border: 0; box-shadow: none; border-radius: 25px; padding: 0 30px }
#tblModalRes .buton:hover { color: #fff; background: #000 }
#tblModalRes .buton:focus { color: #fff }
#tblModalRes .buton:disabled { cursor: not-allowed; opacity: 0.3 }
#tblModalRes .buton.import { margin-right: 5px; background: #EA4335 }

.niceTbl { min-width: 100% }
.niceTbl tr th { padding: 5px; background: #fff; border: 1px solid #f4f6f9 }
.niceTbl tr th select { width: 100%; padding: 10px 15px; border: 1px solid #d3d3d3; font-weight: 600; cursor: pointer; appearance: auto; -webkit-appearance: auto; background: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.niceTbl tr td { min-width: 150px; padding: 10px; border: 1px solid #f4f6f9 }

#content .contentPart .topPartActions { position: relative; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px 40px 10px 40px; margin: -50px 0 30px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .topPartActions a { cursor: pointer; position: relative; margin-left: 20px; float: right; background: #fff; display: block; color: inherit; text-decoration: none }
#content .contentPart .topPartActions a svg { height: 26px; display: block }
#content .contentPart .topPartActions a span { z-index: 10; background: #004D7A; position: absolute; top: -5px; text-align: center; right: -8px; width: 18px; height: 18px; line-height: 18px; font-weight: 500; font-size: 9px; color: #fff; border-radius: 50% }
#content .contentPart .topPartActions a.active span:before { z-index: 5; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 18px; height: 18px; border-radius: 50%; background: transparent; cursor: pointer; box-shadow: 0 0 0 rgba(22, 101, 52,0.9); animation: pulse 2s infinite }
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(22, 101, 52,0.9)}70%{-webkit-box-shadow:0 0 0 10px rgba(22, 101, 52,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(22, 101, 52,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(22, 101, 52,0.9);box-shadow:0 0 0 0 rgba(22, 101, 52,0.7)}70%{-moz-box-shadow:0 0 0 10px rgba(22, 101, 52,0);box-shadow:0 0 0 10px rgba(22, 101, 52,0)}100%{-moz-box-shadow:0 0 0 0 rgba(22, 101, 52,0);box-shadow:0 0 0 0 rgba(22, 101, 52,0)}} 
#content .contentPart .topPartActions a:hover svg { opacity: 0.8 }
#content .contentPart .topPartActions .modalMessages { display: none; overflow: hidden; position: absolute; top: 100%; right: 40px; background: #fff; border-radius: 25px; width: 500px; box-shadow: 0 0 15px rgba(0,0,0,0.2); z-index: 50; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .topPartActions .modalMessages ul { list-style: none; padding: 0; overflow-y: scroll; max-height: 500px }
#content .contentPart .topPartActions .modalMessages ul li { display: table; width: 100%; line-height: 140%; padding: 11px 20px; border-bottom: 1px solid rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .topPartActions .modalMessages ul li > div { display: table-cell; vertical-align: middle }
#content .contentPart .topPartActions .modalMessages ul li > div:first-of-type { width: 15% }
#content .contentPart .topPartActions .modalMessages ul li > div:last-of-type { padding-right: 25px }
#content .contentPart .topPartActions .modalMessages ul li:last-of-type { border: 0 }
#content .contentPart .topPartActions .modalMessages ul li span { margin-top: 1px; font-size: 95%; color: #004D7A; font-weight: 700; display: block }
#content .contentPart .topPartActions .modalMessages ul li img { vertical-align: middle; display: block; width: 80% }
#content .contentPart .topPartActions .modalMessages ul li.new { background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(33,29,96,0) 42%,rgba(79,70,229,0.08) 100%) }
#content .contentPart .topPartActions .modalMessages h4 { padding: 15px; background: #004D7A; color: #fff; font-weight: 600; font-size: 20px; text-align: center }

#content .visiteDashboard { text-align: center; background: #009C86; color: #fff; padding: 30px }
#content .visiteDashboard .col { border-right: 1px solid rgba(255,255,255,0.3); text-align: center; padding: 0 40px; display: inline-block }
#content .visiteDashboard .col:last-of-type { border-right: 0 }
#content .visiteDashboard .col > * { display: block }
#content .visiteDashboard .col span { font-weight: 600; margin: 0 0 5px 0; font-size: 30px }
#content .visiteDashboard .col b { font-weight: 500; text-transform: uppercase }

#content .vizite { padding: 0 40px }
#content .settingsIframe .vizite { padding: 0 }
#content .vizite .vizita {  position: relative; padding: 25px 30px; background: rgba(0,0,0,0.05); border-left: 2px solid #fff; margin: 10px 0 }
#content .vizite .vizita.tip0 { border-color: #004D7A }
#content .vizite .vizita.tip1 { border-color: #EA4335 }
#content .vizite .vizita h5 { position: relative; font-size: 22px; padding: 0 100px 0 0 }
#content .vizite .vizita h5 span.status { font-size: 14px; opacity: 1; border-radius: 10px; padding: 8px 15px; position: absolute; right: 125px; top: -15px }
#content .vizite .vizita h5 span.status.status5 { background: #004D7A; color: #fff }
#content .vizite .vizita h5 span.status.status7 { background: #EA4335; color: #fff }
#content .vizite .vizita h5 span.status.vz { width: 90px; text-align: center; right: 0 }
#content .vizite .vizita h5 span.status.vz.tp1 { background: #666666; color: #fff }
#content .vizite .vizita h5 span.status.vz.tp2 { background: #36CD54; color: #fff }
#content .vizite .vizita h5 span.status.vz.tp3 { background: #009C86; color: #fff }
#content .vizite .vizita .circle { color: #fff; position: absolute; left: -22px; top: 50%; transform: translateY(-50%); border-radius: 50%; display: inline-block; vertical-align: middle; width: 40px; font-weight: 400; font-size: 14px; margin-right: 4px; height: 40px; line-height: 40px; text-align: center; background: #d3d3d3 }
#content .vizite .vizita.tip0 .circle { background: #004D7A }
#content .vizite .vizita.tip1 .circle { background: #EA4335 }
#content .vizite .vizita h6 { font-weight: 500; display: block; font-size: 14px; margin: 0 0 5px 0; opacity: 0.7 } 
#content .vizite .vizita .line { border-top: 1px dashed rgba(0,0,0,0.1); padding: 10px 0 }
#content .vizite .vizita .line b { display: inline-block; vertical-align: middle; font-weight: 500 }
#content .vizite .vizita .line b:first-of-type { font-weight: 400; width: 200px }
#content .vizite .vizita .line:first-of-type { border: 0 }
#content .vizite .vizita .line b svg { display: inline-block; margin-top: -2px; height: 18px; vertical-align: middle; margin-right: 3px }
#content .vizite .vizita .line b .gmaps svg { margin-right: 0 }
#content .vizite .vizita .line b a { margin-right: 25px; color: inherit; text-decoration: none }
#content .vizite .vizita .line b a:hover { opacity: 0.7 }
#content .vizite .vizita .infoCl { margin-top: 20px; background: #fff; padding: 20px 35px; box-shadow: 0 0 18px rgba(0,0,0,0.05) }
#content .vizite .vizita .vStatus { margin-top: 10px; background: rgba(0, 156, 134, 0.09); padding: 10px 25px }
#content .vizite .vizita .vStatus.error { margin-top: 10px; background: rgba(234, 67, 53, 0.09); padding: 10px 25px }
#content .vizite .vizita .vStatus .error { font-size: 13px; border-radius: 10px; margin: 10px 0 15px 0; padding: 10px; text-align: center; font-weight: 500; background: #EA4335; color: #fff }
#content .vizite .vizita .startVisit { display: inline-block; float: none }
#content .vizite .vizita .startVisit.disabled { cursor: not-allowed; opacity: 0.2 }
#content .vizite .vizita .continueVisit { display: inline-block; float: none }
#content .vizite .vizita .closeVisit { background: #EA4335; display: inline-block; float: none }

#content .competitiveBrands { display: none; border: 1px solid rgba(0,0,0,0.1)!important; padding: 25px 25px; border-radius: 0 0 6px 6px; margin-top: -10px; background: #F2F2F2 }
#content .competitiveBrands form { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; grid-column-gap: 30px; grid-row-gap: 20px }
#content .competitiveBrands form > div label { display: block; margin: 0 0 5px 0 }

#content .calendarExpanded.intro .weekDays { border-bottom: none; overflow-x: visible; white-space: normal; display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 1fr; grid-column-gap: 10px; grid-row-gap: 10px }
#content .calendarExpanded.intro .weekDays > a { text-decoration: none; color: inherit; margin: 0; border-radius: 10px; cursor: pointer; text-align: center; padding: 30px 20px; background: #f4f6f9; border-right: 1px solid rgba(0,0,0,0.1); display: block; vertical-align: middle }
#content .calendarExpanded.intro .weekDays span.day { margin: 0 0 5px 0; display: block; font-weight: 600 }
#content .calendarExpanded.intro .weekDays a span.hours { margin: 5px 0 5px 0; opacity: 0.8; display: block; font-size: 80% }
#content .calendarExpanded.intro .weekDays a span.status { margin: 10px 0 0 0; display: block; font-style: italic; opacity: 0.6; font-weight: 400 }
#content .calendarExpanded.intro .weekDays a:hover { background: #d3d3d3 }
#content .calendarExpanded.intro .weekDays a.has { background: #cae5f5 }
#content .calendarExpanded.intro .weekDays a.active { background: #004D7A; color: #fff }
#content .calendarExpanded.intro .weekDays a .percent { box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; background: #fff; border-radius: 35px; display: block; padding: 3px }
#content .calendarExpanded.intro .weekDays a .percent .bar { background: #009C86; border-radius: 35px; display: block; width: 5%; height: 6px }

#content .calendarExpanded { width: 100%; padding: 0 40px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .calendarExpanded .weekDays { border-bottom: 1px solid #d3d3d3; overflow-x: scroll; white-space: nowrap }
#content .calendarExpanded .weekDays > div { margin: 0 5px 0 0; border-radius: 10px 10px 0 0; cursor: pointer; text-align: center; padding: 30px 30px; background: #f4f6f9; border-right: 1px solid rgba(0,0,0,0.1); display: inline-block; vertical-align: middle }
#content .calendarExpanded .weekDays > div span.day { margin: 0 0 5px 0; display: block; font-weight: 600 }
#content .calendarExpanded .weekDays > div span.hours { margin: 5px 0 5px 0; opacity: 0.8; display: block; font-size: 80% }
#content .calendarExpanded .weekDays > div span.status { margin: 10px 0 0 0; display: block; font-style: italic; opacity: 0.6; font-weight: 400 }
#content .calendarExpanded .weekDays > div:hover { background: #d3d3d3 }
#content .calendarExpanded .weekDays > div.has { background: #cae5f5 }
#content .calendarExpanded .weekDays > div.active { background: #004D7A; color: #fff }

#content .calendarExpanded .dailyPlanner { border-radius: 0 0 10px 10px; padding: 25px; background: #f4f6f9; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .calendarExpanded .dailyPlanner .tblLike { border-radius: 10px; table-layout: fixed; overflow: hidden; display: table; position: relative; height: 100%; width: 100% }
#content .calendarExpanded .dailyPlanner .tblLike .toggleSidebar { position: absolute; right: -30px; top: 50%; background: #004D7A; box-shadow: 0 0 8px rgba(0,0,0,0.1); border-radius: 0 10px 10px 0; padding: 30px 0; width: 30px; text-align: center; color: #fff }
#content .calendarExpanded .dailyPlanner .tblLike .toggleSidebar:hover { opacity: 0.8 }
#content .calendarExpanded .dailyPlanner .tblLike .col { height: 100%; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .calendarExpanded .dailyPlanner .tblLike .col.left { border-radius: 10px 0 0 10px; background: rgba(255,255,255,0.9); padding: 20px; position: absolute; left: -400px; top: 0; z-index: 100; width: 400px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left.active { box-shadow: 0 0 15px rgba(0,0,0,0.3); left: 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul { margin-top: 3px; margin-bottom: 25px; overflow-y: scroll; height: calc(100% - 40px); list-style: none }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li { margin: 2px 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li > a { border-radius: 10px; border-left: 3px solid rgba(0,0,0,0.1); padding: 12px 18px; background: rgba(0,0,0,0.05); display: block; text-decoration: none; color: inherit }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li > a:hover { background: rgba(0,0,0,0.1) }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li.active > a { border-radius: 10px 10px 0 0; border-color: #666 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li.active .operations { display: block }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li > a b { font-weight: 600; display: block }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li > a span { margin-top: 6px; position: relative; padding-left: 15px; font-size: 80%; display: block }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li > a span .fa { opacity: 0.7; position: absolute; left: 0; top: 1px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li .operations { border-radius: 0 0 10px 10px; border-left: 3px solid rgba(0,0,0,0.1); padding: 10px; background: #666; display: block; text-decoration: none; color: inherit; display: none; text-align: center }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li .operations a { color: #fff; font-size: 90%; display: inline-block; text-decoration: none; margin: 0 10px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li .operations a i { margin-right: 4px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left ul li .operations a:hover { opacity: 0.7 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .btn { position: relative; display: block; padding: 0 20px 0 40px; line-height: 40px; border-radius: 10px; text-decoration: none; color: #fff; background: #004d7a; font-weight: 500; font-size: 15px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .btn:hover { background: #003d60 } 
#content .calendarExpanded .dailyPlanner .tblLike .col.left .btn svg { display: block; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .filter { position: relative; margin: 0 0 20px 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .filter input { color: #999; width: 100%; border-radius: 10px; background: #fff; border: 1px solid #d3d3d3; padding: 0 50px 0 15px; line-height: 40px }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .filter input:focus { color: #000 }
#content .calendarExpanded .dailyPlanner .tblLike .col.left .filter .fa { cursor: pointer; margin-top: -2px; color: #004D7A; position: absolute; right: 15px; top: 50%; transform: translateY(-50%) }
#content .calendarExpanded .dailyPlanner .tblLike .col h4 { text-align: center; margin: 0 0 10px 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col h4 b { display: block }
#content .calendarExpanded .dailyPlanner .tblLike .col form { height: calc(100% - 62px); overflow-y: scroll }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div { padding: 20px; background: #fff; border-radius: 10px; margin: 0 0 10px 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div.tip0 { border: 1px solid #004D7A }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div.tip1 { border: 1px solid #EA4335 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div.tip2 { border: 1px solid #35eaa2 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h5 { position: relative; font-size: 18px; padding: 0 100px 0 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h6 { font-weight: 500; display: block; font-size: 80%; margin: 0 0 5px 0; opacity: 0.7 } 
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h5 span.status { font-size: 12px; opacity: 1; border-radius: 10px; padding: 4px 10px; position: absolute; right: 0; top: 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h5 span.status.status5 { background: #004D7A; color: #fff }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h5 span.status.status7 { background: #EA4335; color: #fff }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h4 { text-align: left; position: relative; font-weight: 500; display: block; font-size: 90%; margin-top: 4px; opacity: 0.7; margin: 0 0 10px 0; border-bottom: 1px dashed #d3d3d3; padding: 10px 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div h4 span { display: inline-block; vertical-align: middle; width: 49% }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location { overflow: hidden; position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(0,0,0,0.05); cursor: pointer }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location .check { position: absolute; left: 0; top: 50%; transform: translateY(-50%) }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location:last-of-type { border: 0 }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location:hover { color: #004D7A }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location.active { color: #004D7A }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location span { display: block; opacity: 0.7; font-size: 90%; margin-top: 4px }
#content .calendarExpanded .dailyPlanner .tblLike .col .allExpanded > div .location input { position: absolute; left: -100px }

#content .calendarExpanded .dailyPlanner .tblLike .col.right { width: 100% }
#content .calendarExpanded .dailyPlanner #topMapController { margin: 0 0 10px 0 }
#content .calendarExpanded .dailyPlanner #topMapController .option { display: block; float: left }
#content .calendarExpanded .dailyPlanner #topMapController .option:last-of-type { float: right }
#content .calendarExpanded .dailyPlanner #topMapController .option > * { display: block; float: left }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios { overflow: hidden; border-radius: 10px; background: #fff; display: block;   white-space: nowrap; float: left }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios .radio { font-size: 14px; font-weight: 600; border-right: 1px solid rgba(0,0,0,0.1); overflow: hidden; color: #333; background: #d3d3d3; cursor: pointer; padding: 0 20px; line-height: 42px; display: block; float: left }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios .radio:last-of-type { border: 0 }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios .radio input { position: absolute; top: -50px }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios .radio:hover { background: #c0c0c0 }
#content .calendarExpanded .dailyPlanner #topMapController .option .radios .radio.active { color: #fff; background: #009C86 }

#content .addCustom { text-transform: uppercase; font-size: 13px; border-radius: 10px 10px 0 0; line-height: 40px; margin-left: 25px; padding: 0 25px; color: #004D7A; text-decoration: none; font-weight: 600; background-image: linear-gradient(to bottom, #c3c3c3, #cccccd, #d6d6d7, #dfdfe2, #e8e9ec); display: none; float: left }
#content .addCustom:hover { background-image: linear-gradient(to bottom, #acacac, #bbbbbc, #cacacb, #d9d9dc, #e8e9ec) }
#content .addCustom .fa { margin-right: 4px }
#content #selectedLocations { position: relative; overflow-x: scroll; margin: 0 0 10px 0; border-radius: 10px; padding: 25px; background: rgba(0,0,0,0.05);  white-space: nowrap }
#content #selectedLocations .location { white-space: normal; max-width: 350px; position: relative; padding: 20px; border-radius: 10px; background: #fff; vertical-align: middle; display: inline-block; margin: 0 160px 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations > .location { border: 5px solid #d3d3d3 }
#content #selectedLocations .location:after { width: 160px; height: 1px; border-top: 1px dashed rgba(0,0,0,0.2); content: ""; display: block; position: absolute; top: 50%; left: 100% }
#content #selectedLocations .location.last { margin: 0 25px 0 0 }
#content #selectedLocations .location.last:after { display: none }
#content #selectedLocations .location.last .deleteIcon { right: 22px }
#content #selectedLocations .location > * { display: block }
#content #selectedLocations .location b { font-size: 15px; font-weight: 600; margin: 0 0 5px 0 }
#content #selectedLocations .location b span { display: block; color: #fff; position: absolute; top: -10px; left: -10px; background: #009C86; border-radius: 50%; text-align: center; width: 30px; height: 30px; line-height: 30px }
#content #selectedLocations .location .deleteIcon { display: block; color: #fff; position: absolute; top: -10px; right: -10px; background: #EA4335; border-radius: 50%; text-align: center; width: 30px; height: 30px; line-height: 30px }
#content #selectedLocations .location .deleteIcon:hover { background: #b12f23 }
#content #selectedLocations .location .changeIcon { display: block; color: #fff; position: absolute; top: -10px; right: -10px; background: #EA9435; border-radius: 50%; text-align: center; width: 30px; height: 30px; line-height: 30px }
#content #selectedLocations .location .changeIcon:hover { background: #B35C12 }
#content #selectedLocations .location .visitDuration { overflow: hidden; cursor: pointer; position: relative; text-align: center; margin: 10px 0 -5px 0; font-weight: 600; ; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 8px; background: #fff; font-size: 13px; color: #009C86; border: 1px dashed #d3d3d3; padding: 8px }
#content #selectedLocations .location .visitDuration span { opacity: 0; display: block; background: #009C86; color: #fff; position: absolute; left: 0; top: 0; text-align: center; width: 100%; padding: 8px 0 }
#content #selectedLocations .location .visitDuration:hover span { opacity: 1 }
#content #selectedLocations .location .visitDuration.active:hover span { opacity: 0 }
#content #selectedLocations .location .visitDuration b { font-size: 13px }

#content #selectedLocations .location .changeDuration { display: none }
#content #selectedLocations .location .changeDuration a { display: block; text-align: center; text-decoration: underline; color: #555; font-size: 13px; margin-top: 10px }
#content #selectedLocations .location .changeDuration .predefinedVisits { margin-top: 10px; white-space: normal; text-align: center }
#content #selectedLocations .location .changeDuration .predefinedVisits > div { cursor: pointer; font-size: 12px; border: 1px solid #d3d3d3; padding: 5px 8px; border-radius: 8px; text-align: center; display: inline-block; vertical-align: middle; margin: 2px }
#content #selectedLocations .location .changeDuration .predefinedVisits > div:hover { background: #f4f6f9 }
#content #selectedLocations .location .changeDuration .slider { -webkit-appearance: none; width: 100%; height: 15px; border-radius: 10px; background: #d3d3d3; outline: none; opacity: 0.7; margin-top: 20px; -webkit-transition: .2s; transition: opacity .2s; display: block }
#content #selectedLocations .location .changeDuration .slider:hover { opacity: 1 }
#content #selectedLocations .location .changeDuration .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; background: #009C86; cursor: pointer; border-radius: 50% }
#content #selectedLocations .location .changeDuration .slider::-moz-range-thumb { width: 25px; height: 25px; background: #009C86; cursor: pointer; border-radius: 50% }

#content #selectedLocations .locationCustom { white-space: normal; max-width: 350px; position: relative; padding: 20px; border-radius: 10px; background: #fff; vertical-align: middle; display: inline-block; margin: 0 160px 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fcfce4 }
#content #selectedLocations .locationCustom > * { display: block }
#content #selectedLocations .locationCustom b { font-size: 15px; font-weight: 600; margin: 0 0 5px 0 }
#content #selectedLocations .locationCustom b span { display: block; color: #fff; position: absolute; top: -10px; left: -10px; background: #009C86; border-radius: 50%; text-align: center; width: 30px; height: 30px; line-height: 30px }
#content #selectedLocations .locationCustom:after { width: 160px; height: 1px; border-top: 1px dashed rgba(0,0,0,0.2); content: ""; display: block; position: absolute; top: 50%; left: 100% }
#content #selectedLocations .locationCustom .visitDuration { overflow: hidden; cursor: pointer; position: relative; text-align: center; margin: 10px 0 -5px 0; font-weight: 600; ; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 8px; background: #fff; font-size: 13px; color: #009C86; border: 1px dashed #d3d3d3; padding: 8px }
#content #selectedLocations .locationCustom .visitDuration span { opacity: 0; display: block; background: #009C86; color: #fff; position: absolute; left: 0; top: 0; text-align: center; width: 100%; padding: 8px 0 }
#content #selectedLocations .locationCustom .visitDuration:hover span { opacity: 1 }
#content #selectedLocations .locationCustom .visitDuration.active:hover span { opacity: 0 }
#content #selectedLocations .locationCustom .visitDuration b { font-size: 13px }
#content #selectedLocations .locationCustom select { display: none; cursor: pointer; appearance: auto; -webkit-appearance: auto; margin-top: 10px; border-radius: 10px; padding: 0 10px; height: 40px; line-height: 40px; border: 1px solid #d3d3d3; background: #fff; width: 100% }
#content #selectedLocations .locationCustom .distance { font-size: 12px; width: 140px; margin-right: 10px; text-align: center; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); background: #009C86; color: #fff; border-radius: 10px; padding: 8px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations .locationCustom .time { font-size: 12px; width: 140px; margin-right: 10px; text-align: center; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); background: #888; color: #fff; margin-top: 30px; border-radius: 7px; padding: 5px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations .locationCustom .localTime { font-size: 13px; width: 100%; margin-top: 10px; text-align: center; background: #d3d3d3; color: #333; border-radius: 7px; padding: 7px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations > i { display: block; text-align: center; opacity: 0.7 }


#content #selectedLocations .location select { display: none; cursor: pointer; appearance: auto; -webkit-appearance: auto; margin-top: 10px; border-radius: 10px; padding: 0 10px; height: 40px; line-height: 40px; border: 1px solid #d3d3d3; background: #fff; width: 100% }
#content #selectedLocations .location .distance { font-size: 12px; width: 140px; margin-right: 10px; text-align: center; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); background: #009C86; color: #fff; border-radius: 10px; padding: 8px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations .location .time { font-size: 12px; width: 140px; margin-right: 10px; text-align: center; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); background: #888; color: #fff; margin-top: 30px; border-radius: 7px; padding: 5px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations .location .localTime { font-size: 13px; width: 100%; margin-top: 10px; text-align: center; background: #d3d3d3; color: #333; border-radius: 7px; padding: 7px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content #selectedLocations > i { display: block; text-align: center; opacity: 0.7 }
#content #selectedLocations .inlineList { display: inline }
#content .rezumatTraseu { margin: 0 0 10px 0; background: rgba(0,0,0,0.1); padding: 10px; border-radius: 10px; bottom: 0; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .rezumatTraseu span { border-right: 1px solid rgba(0,0,0,0.2); padding: 0 20px; display: block; width: 33.3333%; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .rezumatTraseu span:last-of-type { border: 0 }

#content .overError { margin: 0 0 10px 0; background: #EA4335; color: #fff; padding: 10px; border-radius: 10px; bottom: 0; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

.modal.wide { width: 90%; max-width: 900px }
.inModal { padding: 20px }
.inModal .lineEvent { display: block; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05) }
.inModal .lineEvent b { font-weight: 500; display: inline-block; width: 155px }
.inModal .lineEvent.first { margin-top: -15px }
.inModal .lineEvent.last { border: 0; margin-bottom: 25px }
.inModal .lineEvent.inscris { font-weight: 600; color: #348023 }
.inModal .lineEvent.inscris * { font-weight: 600 }
.inModal .butonlineEvent { text-decoration: none; margin-top: 15px; display: inline-block; -webkit-appearance: none; font-weight: 600; text-transform: uppercase; font-size: 12px; cursor: pointer; background: #004D7A; border: 0; color: #fff; letter-spacing: 1px; box-shadow: none; padding: 0 20px; line-height: 40px; padding-top: 1px }
.inModal .butonlineEvent:hover { background: #348023 }
.inModal h3 { font-size: 26px; font-weight: 500; color: #555; margin: 0 0 30px 0; position: relative }
.inModal h3 span { background: #fff; z-index: 2; padding: 0 20px 0 0; position: relative; display: inline-block }
.inModal h3:after { position: absolute; z-index: 1; left: 0; top: 50%; margin-top: 0; content: ""; width: 100%; height: 1px; background: #d3d3d3 }
.inModal .data { background: #fff; color: #004D7A; border: 1px solid #004D7A; border-radius: 12px; padding: 7px 25px; display: inline-block; margin: 10px 0 0 0 }
.inModal .data .fa { margin-right: 4px } 
.inModal .conversatieChat { max-height: 400px; overflow: scroll }
.inModal .conversatieChat .chatBubble { border-radius: 15px; width: 80%; float: left; padding: 20px; margin: 0 0 10px 0; background: #64748b; color: #fff }
.inModal .conversatieChat .chatBubble a { text-decoration: none; color: #555; display: block; margin: 5px 0 10px 0; font-weight: 600; font-size: 80% }
.inModal .conversatieChat .chatBubble a:hover { opacity: 0.7 }
.inModal .conversatieChat .chatBubble span { font-size: 80%; display: block; margin-top: 8px }
.inModal .conversatieChat .chatBubble.admin { background: #3b82f6; color: #fff; float: right }
.inModal #updatedTicket { border-top: 1px dashed #d3d3d3; padding: 10px 0 0 0; margin: 20px 0 0 0 }
.inModal #updatedTicket .line { position: relative }
.inModal #updatedTicket .line .text { line-height: 50px; height: 50px; border-radius: 25px; padding-left: 20px; padding-right: 110px }
.inModal #updatedTicket input[type=submit] { font-size: 12px; position: absolute; margin: 0; line-height: 37px; height: 37px; right: 10px; top: 50%; height: auto; transform: translateY(-50%); padding: 0 35px }
.inModal #updatedTicket input[type=submit]:hover { opacity: 0.9 }

#content .contentPart .title { padding: 0 40px; color: #1e293b; font-size: 30px; margin: 0 0 50px 0; position: relative; line-height: 35px; font-weight: 800 }
#content .contentPart .title.wMarginTop { text-align: center; margin-top: 40px }
#content .contentPart .title .subtitle { padding: 0; color: #1e293b; font-size: 20px; margin: 5px 0 50px 0; position: relative; line-height: 25px; font-weight: 600 }
#content .contentPart .title .subtitle.noBot { margin-bottom: 0 }
#content .contentPart .rightSection { z-index: 30; position: absolute; right: 40px; top: 50%; transform: translateY(-50%) }
#content .contentPart .rightSection.simple { margin: 0 0 20px 10px; position: relative; right: auto; top: auto; transform: none }
#content .contentPart .rightSection a { float: left; margin-left: 10px; position: relative; display: block; padding: 0 30px 0 50px; line-height: 40px; border-radius: 25px; text-decoration: none; color: #fff; font-weight: 500; font-size: 15px }
#content .contentPart .rightSection a.back { background: #666 } 
#content .contentPart .rightSection a.back:hover { background: #333 } 
#content .contentPart .rightSection a.back svg { height: 16px }
#content .contentPart .rightSection a.add { background: #004d7a } 
#content .contentPart .rightSection a.add:hover { background: #003d60 } 
#content .contentPart .rightSection a.delete { background: #EA4335 } 
#content .contentPart .rightSection a.delete:hover { background: #c2382c } 
#content .contentPart .rightSection a.export { background: #0a6ea8 } 
#content .contentPart .rightSection a.export:hover { background: #095c8c } 
#content .contentPart .rightSection a.export .fa { position: absolute; color: #fff; left: 22px; top: 50%; transform: translateY(-50%); font-size: 17px }
#content .contentPart .rightSection a.upload { background: #484554 } 
#content .contentPart .rightSection a.upload:hover { background: #65626f } 
#content .contentPart .rightSection a svg { display: block; position: absolute; left: 19px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px }
#content .contentPart .rightSection form { margin-left: 10px; float: right; position: relative }
#content .contentPart .rightSection form input { color: #fff; font-weight: 600; cursor: pointer; padding: 0 20px 0 40px; border: 0; line-height: 40px; text-align: center; height: 40px; border-radius: 25px; background: #009C86 }
#content .contentPart .rightSection form .fa { position: absolute; color: #fff; left: 22px; top: 50%; transform: translateY(-50%); font-size: 17px }

#content .contentPart .splitPeople { display: table; padding: 0 40px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .splitPeople > div { padding-left: 40px; display: table-cell; width: 65%; vertical-align: top }
#content .contentPart .splitPeople div.cp1 { padding-left: 0; width: 35% }
#content .contentPart .splitPeople div.cp1 .avatar .ltr { margin: 0 auto 30px auto; letter-spacing: 2px; font-size: 25px; font-weight: 300; display: block; width: 80px; height: 80px; background: rgba(0,0,0,0.3); border-radius: 50%; text-align: center; color: #fff; text-decoration: none; line-height: 80px }
#content .contentPart .splitPeople div.cp1 .line { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.04) }
#content .contentPart .splitPeople div.cp1 .line > b { opacity: .7; display: inline-block; width: 25% }
#content .contentPart .splitPeople div.cp1 .line span .fa { width: 20px; text-align: center; margin-right: 6px }
#content .contentPart .splitPeople div.cp1 .line span b { line-height: 15px; font-size: 11px; font-weight: 400; vertical-align: middle; display: inline-block; margin-left: 4px; border-radius: 6px; padding: 0 8px; background: rgba(0,0,0, 0.1); text-align: center }
#content .contentPart .splitPeople div.cp1 .line:last-of-type { border: 0 }
#content .contentPart .splitPeople div.cp1 .line.lst { border: 0; margin-bottom: 20px }
#content .contentPart .splitPeople div.cp1 .cnts { border-top: 2px solid #d3d3d3; padding: 20px 0 0 0 }

#content .contentPart .pplLine { padding: 12px 40px 20px 40px; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,242,245,1) 100%);
 } 
#content .contentPart .pplLine h4 { line-height: 40px; float: left; font-size: 23px }
#content .contentPart .pplLine .rightSection { margin: 0; padding: 0; float: right }

#content .contentPart .spplLine { padding: 12px 40px; margin: 0 0 30px 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; color: #64748b; background: #f8fafc }
#content .contentPart .spplLine .rightSection { margin: 0; padding: 0; float: none }
#content .contentPart .spplLine .rightSection a { margin: 0 10px 0 0 }


#content .contentPart .title span.status { margin-top: 10px; display: inline-block; font-size: 14px; border-radius: 10px; padding: 0 15px }
#content .contentPart .title span.status.status5 { background: #007EC5; color: #fff }
#content .contentPart .title span.status.status7 { background: #21C500; color: #fff }

#content .contentPart .megaIntro { margin-top: -50px; text-align: center; color: #fff; min-height: 500px; position: relative; background: #004D7A }
#content .contentPart .megaIntro .bg { width: 100%; z-index: 1; display: block; opacity: 0.2; position: absolute; left: 0; top: 0 }
#content .contentPart .megaIntro .title { padding: 0; width: 100%; font-size: 45px; line-height: 50px; color: #fff; z-index: 10; position: absolute; top: 50%; transform: translateY(-50%) }
#content .contentPart .megaIntro .title .subtitle { margin-top: 15px; font-size: 25px; line-height: 30px; color: #fff }
#content .contentPart .megaIntro .title .rightSection { position: relative; transform: none; right: auto; top: auto }
#content .contentPart .megaIntro .title .rightSection a { background: none; color: #fff; border: 1px solid #fff; display: inline-block; float: none }
#content .contentPart .megaIntro .title .rightSection a:hover { background: #fff; color: #607087 }

#content .contentPart .lineStats { margin-top: 60px; text-align: center }
#content .contentPart .lineStats .liner { font-size: 35px; margin: 25px 0 }
#content .contentPart .lineStats .liner b { color: #818cf8 }

#content .contentPart .previewTable { display: flex; position: relative; z-index: 10; margin: -100px 0 0 0; padding: 40px }
#content .contentPart .previewTable .col { color: #64748b; margin: 0 10px; font-size: 15px; box-shadow: 0 0 4px rgba(0,0,0,0.3); border-radius: 20px; width: 19%; text-align: center; padding: 50px 25px; background: #fff; text-align: center; }
#content .contentPart .previewTable .col b { color: #051937; margin: 0 0 15px 0; font-size: 20px; display: block }
#content .contentPart .previewTable .col:last-of-type { margin: 0 }

.generic { background: #fff; margin-top: -20px; padding: 0 40px }
.generic.wBot { margin-bottom: 40px }
.generic .introText p { margin: 15px 0; line-height: 140% }
.generic .introText { position: relative; max-height: 100px; overflow: hidden }
.generic .introText.showAll { max-height: 100% }
.generic .introText.showAll:after { display: none }
.generic .introText:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; z-index: 2; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 6%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ) }
.generic .readMore:hover { opacity: 0.8 }
.generic .readMore { color: #000; text-decoration: none; font-weight: 600; display: inline-block; margin: 15px 0 20px 0 }

.timeline { background: #fff; padding: 0 }
.timeline .day .date { margin: 0 0 -5px -15px; border-radius: 25px; padding: 15px 40px; display: inline-block; background: #004D7A; color: #fff; font-weight: 600; font-size: 15px }
.timeline .day .items { padding: 20px 40px; border-left: 1px solid #cbd5e1 }
.timeline .day .items .item { padding: 20px 25px; border-radius: 25px; border: 1px dashed #d3d3d3; margin: 4px 0 }
.timeline .day .items .item span { display: block }
.timeline .day .items .item span a { display: inline-block; margin-left: 30px; font-weight: 400; color: inherit; text-decoration: none }
.timeline .day .items .item span a:hover { opacity: 0.7 }
.timeline .day .items .item span b { color: #004D7A; margin: 0 10px 0 0; font-weight: 700 }
.timeline .day .items .item span:last-of-type { color: #999; display: block; margin-top: 12px; padding: 12px 0 0 0; border-top: 1px solid rgba(0,0,0,0.1) }

#content .contentPart .customTable { margin: 0; width: 100%!important }
#content .contentPart .customTable * { text-align: left }
#content .contentPart .customTable thead { position: relative; z-index: 10 }
#content .contentPart .customTable thead tr th { vertical-align: middle; border-bottom: 0; padding: 15px 15px; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; color: #64748b; font-weight: 500; background: #f8fafc }
#content .contentPart .customTable thead tr th:first-of-type { padding-left: 40px }
#content .contentPart .customTable thead tr th:last-of-type { padding-right: 40px }
#content .contentPart .customTable thead tr th.noOrder .sort-icon { display: none }
table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after { right: 2px!important }
#content .contentPart .customTable tr td:first-of-type { padding-left: 40px }
#content .contentPart .customTable tr td:last-of-type { padding-right: 40px }
#content .contentPart .customTable tr td { vertical-align: middle; line-height: 140%; border-right: 1px solid rgba(0,0,0,0.03); padding: 15px; border-bottom: 1px solid #e2e8f0 }
#content .contentPart .customTable tr td svg { margin: 0 auto; width: auto !important; height: 1.25rem !important }
#content .contentPart .customTable tr td img { display: block; margin: 0 auto; width: 40px }
#content .contentPart .customTable tr td .wLink { margin: 0 4px; display: inline-block; text-decoration: none }
#content .contentPart .customTable tr td .wLink:hover { opacity: 0.8 }
#content .contentPart .customTable tr td .wLink svg { display: block }
#content .contentPart .customTable tr td .wLink svg.notactive { display: block!important }
#content .contentPart .customTable tr td .wLink svg.active { display: none!important }
#content .contentPart .customTable tr td .wLink.active svg.notactive { display: none!important }
#content .contentPart .customTable tr td .wLink.active svg.active { display: block!important }
#content .contentPart .customTable tr td .wLink.log { margin: 0 4px; color: #555 }
#content .contentPart .customTable tr td .niceButton { color: #007EC9; text-align: center; font-size: 85%; padding: 4px 20px; background: #fff; border: 1px solid #d3d3d3; border-radius: 6px; display: block; text-decoration: none }
#content .contentPart .customTable tr td .niceButton svg { width: -9.8rem !important; height: 1.1rem !important; margin-right: 4px }
#content .contentPart .customTable tr td .niceButton:hover { background: #f4f6f9 }
#content .contentPart .customTable tr td .niceButton.show0 { color: #999 }
#content .contentPart .customTable tr td .niceButton.show0 svg { fill: #999 }
#content .contentPart .customTable tr td .big { color: red }
#content .contentPart .customTable tr td .small { color: purple }
#content .contentPart .customTable tr td .ok { color: green }
#content .contentPart .customTable tr td .big:after { display: inline-block; margin-left: 3px; content: "↓" }
#content .contentPart .customTable tr td .small:after { display: inline-block; margin-left: 3px; content: "↑" }
#content .contentPart .customTable tr td .ok:after { display: inline-block; margin-left: 3px; content: "✓" }
#content .contentPart .customTable tr td .status { font-size: 85%; font-weight: 600; text-align: center; border-radius: 6px; padding: 4px 20px; display: block; background: yellow; color: #000 }
#content .contentPart .customTable tr td .status.status1 { color: #000; background: yellow }
#content .contentPart .customTable tr td .status.status2 { color: #fff; background: purple }
#content .contentPart .customTable tr td .status.status3 { color: #d3d3d3; background: #555 }
#content .contentPart .customTable tr td .status.status4 { color: #fff; background: red }
#content .contentPart .customTable tr td .status.status5 { color: #fff; background: #007ec5 }
#content .contentPart .customTable tr td .status.status7 { color: #fff; background: #21c500 }
#content .contentPart .customTable tr td .blk { margin: 2px 0 0 0; display: block; font-size: 90%; color: rgba(0,0,0,0.5) }
#content .contentPart .customTable tr td .blk .fa { margin-right: 4px }

#content .contentPart .customTable tr td .special { margin: 4px 0; display: block }
#content .contentPart .customTable tr td .special .fa { margin-right: 4px; color: rgba(0,0,0,0.5) }
#content .contentPart .customTable tr td .special b { line-height: 15px; font-size: 11px; font-weight: 400; vertical-align: middle; display: inline-block; margin-left: 4px; border-radius: 6px; padding: 0 8px; background: rgba(0,0,0, 0.1); text-align: center }

#content .contentPart .customTable tr td .deals { display: block; font-size: 13px; overflow: hidden; font-weight: 400; background: rgba(0,0,0,0.1); border-radius: 6px }
#content .contentPart .customTable tr td .deals span { padding: 5px 10px; display: block; float: left; width: 50%; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .customTable tr td .deals span b:first-of-type { border-right: 1px solid rgba(255,255,255,0.2); margin-right: 7px; font-weight: 400; padding-right: 7px }
#content .contentPart .customTable tr td .deals span:first-of-type { background: #009C85; color: #fff }
#content .contentPart .customTable tr td .deals span:last-of-type { background: #043F68; color: #fff }

.editor { max-width: 1000px!important; min-width: 600px; padding: 30px!important; display: none }
.editor.wide { max-width: 1000px!important; min-width: 1000px; width: 90% }
.editor form .line .text { border-color: #d3d3d3 }
.editor form .priceDiv { margin-top: 20px; border-radius: 6px; background: rgba(0,0,0,0.1); padding: 15px 20px 20px 20px }
.editor form .priceDiv .line .text { border-color: #c2c2c2 }
.editor form label span { font-weight: 400; display: block; margin-top: 4px; opacity: 0.8 }
.editor form label a { display: block; margin-top: 4px; color: #009C86!important; text-decoration: none }
.editor form label a:hover { color: #363191!important }
.editor form {  }
.editor h2 { font-size: 18px; text-align: center; border-bottom: 1px dashed #d3d3d3; padding: 0 0 20px 0; margin: 15px 0 30px 0 }

.settingsIframe { padding: 0 40px 40px 40px }
.settingsIframe h2 { font-size: 18px; text-align: center; border-bottom: 1px dashed #d3d3d3; padding: 0 0 20px 0; margin: 15px 0 30px 0 }
.settingsIframe .editorTabsController { margin: 0 0 -1px 0 }
.settingsIframe .editorTabsController a { font-size: 16px; font-weight: 500; display: block; line-height: 45px; padding: 0 25px; color: #555; text-decoration: none; border-radius: 10px 10px 0 0; border: 1px solid #d3d3d3; border-bottom-color: #d3d3d3; border-top: 2px solid #d3d3d3; float: left; margin-right: 5px }
.settingsIframe .editorTabsController a.active { border-bottom-color: #fff; border-top-color: #051937; color: #051937 }
.settingsIframe .editorTabsController a span { font-size: 12px; display: inline-block; vertical-align: middle; border-radius: 5px; margin-left: 4px; padding: 0 10px; line-height: 21px; background: rgba(0,0,0,0.2); color: #555; text-align: center }
.settingsIframe .editorTabs { border: 1px solid #d3d3d3; border-radius: 0 0 10px 10px; padding: 25px }
.settingsIframe .editorTabs .tab { display: none }
.settingsIframe .editorTabs .tab.active { display: block }
.settingsIframe .editorTabs .tab .buton { margin-top: 20px; cursor: pointer; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 12px!important; text-decoration: none; line-height: 40px; display: inline-block; letter-spacing: 0.5px; background: #051937; border: 0; box-shadow: none; border-radius: 25px; padding: 0 30px }
.settingsIframe .editorTabs .tab .buton:hover { color: #fff; background: #000 }
.settingsIframe .editorTabs .tab .buton:focus { color: #fff }
.settingsIframe .editorTabs .tab .buton:disabled { cursor: not-allowed; opacity: 0.3 }
.settingsIframe .editorTabs .tab .vizite .vizita { border-radius: 6px!important; border: 1px solid rgba(0,0,0,0.1)!important; padding: 10px 15px!important; margin: 5px 0 }
.settingsIframe .editorTabs .tab .vizite .vizita.active { border-radius: 6px 6px 0 0!important }
.settingsIframe .editorTabs .tab .vizite .vizita > * { display: block; line-height: 25px; float: left; width: 20%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.settingsIframe .editorTabs .tab .vizite .vizita > b { width: 40%; white-space: nowrap; overflow: hidden; padding-right: 20px; text-overflow: ellipsis }
.settingsIframe .editorTabs .tab .vizite .vizita > span { border-left: 1px solid #d3d3d3; padding: 0 0 0 20px; color: #444 }
.settingsIframe .editorTabs .tab .vizite .vizita > span a { margin-left: 5px; margin-top: 2px; float: right; display: block }
.settingsIframe .editorTabs .tab .vizite .vizita > span a svg { margin: 0 auto; width: -10.8rem !important; height: 1.15rem !important }
.settingsIframe .editorTabs .tab .vizite .vizita > span a.toggleBrands { margin-right: 5px }
.settingsIframe .editorTabs .tab .vizite .vizita > span:last-of-type { border: 0; text-align: right }

.slider { -webkit-appearance: none; width: 100%; height: 15px; border-radius: 10px; background: #d3d3d3; outline: none; opacity: 0.7; margin-top: 20px; -webkit-transition: .2s; transition: opacity .2s; display: block }
.slider:hover { opacity: 1 }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; background: #009C86; cursor: pointer; border-radius: 50% }
.slider::-moz-range-thumb { width: 25px; height: 25px; background: #009C86; cursor: pointer; border-radius: 50% }

.programZilnic .liner { border: 1px solid rgba(0,0,0,0.1); border-radius: 6px; padding: 10px 15px; margin: 5px 0 }
.programZilnic .liner > * { display: block; line-height: 35px; float: left }
.programZilnic .liner .checkbox { width: 150px }
.programZilnic .liner .checkbox label { cursor: pointer }
.programZilnic .liner .checkbox input { display: none }
.programZilnic .liner .checkbox .fa { margin-right: 4px }
.programZilnic .liner .hours > * { cursor: not-allowed; opacity: 0.3; float: left }
.programZilnic .liner .hours .text { border-radius: 10px; line-height: 35px!important; height: 35px; padding: 0; color: #555; text-align: center; width: 90px }
.programZilnic .liner .hours span { opacity: 0.7; padding: 0 15px }
.programZilnic .liner.activeItem .checkbox { color: #009C86 }
.programZilnic .liner.activeItem .hours > * { cursor: default; opacity: 1 }

#content .contentPart #DataTables_Table_0_wrapper { position: relative }
#content .contentPart #DataTables_Table_0_length label select { padding: 10px 0; margin: 0 5px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.05); border: 0; border-radius: 15px; background: #fff; width: 60px }
#content .contentPart #DataTables_Table_0_length {padding: 10px 40px }
#content .contentPart #DataTables_Table_0_filter { border-top: 1px solid #e2e8f0; padding: 10px 40px; float: none; background: #eff2f5 }

#content .contentPart #DataTables_Table_1_wrapper { position: relative }
#content .contentPart #DataTables_Table_1_length label select { padding: 10px 0; margin: 0 5px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.05); border: 0; border-radius: 15px; background: #fff; width: 60px }
#content .contentPart #DataTables_Table_1_length {padding: 10px 40px }
#content .contentPart #DataTables_Table_1_filter { border-top: 1px solid #e2e8f0; padding: 10px 40px; float: none; background: #eff2f5 }

#content .contentPart #DataTables_Table_2_wrapper { position: relative }
#content .contentPart #DataTables_Table_2_length label select { padding: 10px 0; margin: 0 5px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.05); border: 0; border-radius: 15px; background: #fff; width: 60px }
#content .contentPart #DataTables_Table_2_length {padding: 10px 40px }
#content .contentPart #DataTables_Table_2_filter { border-top: 1px solid #e2e8f0; padding: 10px 40px; float: none; background: #eff2f5 }

#content .contentPart #DataTables_Table_3_wrapper { position: relative }
#content .contentPart #DataTables_Table_3_length label select { padding: 10px 0; margin: 0 5px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.05); border: 0; border-radius: 15px; background: #fff; width: 60px }
#content .contentPart #DataTables_Table_3_length {padding: 10px 40px }
#content .contentPart #DataTables_Table_3_filter { border-top: 1px solid #e2e8f0; padding: 10px 40px; float: none; background: #eff2f5 }

#content .contentPart .dataTables_wrapper .dataTables_filter input { box-shadow: 0 0 10px rgba(0,0,0,0.05); border: 0; padding: 10px 40px 10px 20px; border-radius: 15px; background: #fff; max-width: 300px; width: 100% }
#content .contentPart .dataTables_wrapper .dataTables_filter label { position: relative }
#content .contentPart .dataTables_wrapper .dataTables_filter .fa { color: #051937; font-size: 16px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%) }

#content .contentPart .dataTables_wrapper.no-footer .dataTables_scrollBody { border: 0; margin-bottom: 50px }
#content .contentPart #DataTables_Table_0_info { padding-left: 40px }
#content .contentPart #DataTables_Table_0_paginate { padding-right: 40px }
#content .contentPart table.dataTable tfoot th, #content .contentPart table.dataTable tfoot td { border-color: #d3d3d3 }

#content .contentPart .dtsp-panesContainer { background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0.03) 100%); margin: 0 0 0; padding: 0 40px 20px 40px }
#content .contentPart div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered { border-color: rgba(0,0,0,0.2) }
#content .contentPart div.dtsp-searchPane div.dtsp-topRow { margin: 0 0 5px 0; border-color: rgba(0,0,0,0.2) }
#content .contentPart div.dtsp-searchPane div.dataTables_wrapper { background: #fff; border-color: rgba(0,0,0,0.2) }
#content .contentPart div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search { padding-left: 8px }
#content .contentPart .dtsp-searchPanes .dataTables_scrollBody { margin-bottom: 0!important }
#content .contentPart .dts_label { display: none!important }

#content .currSync { font-weight: 500; color: rgba(0,0,0,0.6); background: #4ade80; padding: 15px; text-align: center; margin: 0 }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { border-color: rgba(0,0,0,0.3)!important; background: #fff }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { color: #000!important; border-color: #fff!important; background: rgba(0,0,0,0.05) }
.dataTables_wrapper .dataTables_paginate .paginate_button:focus { box-shadow: none!important; color: #000!important; border-color: rgba(0,0,0,0.05)!important; background: rgba(0,0,0,0.05) }
.dataTables_wrapper .text-center { text-align: center!important }
.dataTables_wrapper .text-right { text-align: right!important }
.dataTables_wrapper .nobreak { white-space: nowrap!important }

.rezumatVanzari { padding: 20px; margin: 0 auto; box-shadow: 0 0 10px rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.rezumatVanzari .inRez { display: grid; grid-auto-flow: row; gap: 1.5rem; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100% }
.rezumatVanzari .inRez > div {  flex-direction: column !important; display: flex !important }
.rezumatVanzari #rightBoxes .insider { gap: 1rem !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; display: grid }
.rezumatVanzari #rightBoxes .insider > div { padding-top: 3rem !important; padding-bottom: 3rem !important; text-align: center; background: #f1f5f9; color: #64748b; border-radius: 15px; padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.rezumatVanzari #rightBoxes .insider > div b { display: block; margin: 0 0 4px 0; font-size: 45px }
.rezumatVanzari #rightBoxes .insider > div i { display: block; font-style: normal; font-weight: 500 }
.rezumatVanzari #rightBoxes .insider > div i i { opacity: 0.8; font-style: normal; font-weight: 400 }
.rezumatVanzari #rightBoxes .insider > div.box1 { grid-column: span 2 / span 2 !important; color: #3730a3; background: #eef2ff }
.rezumatVanzari #rightBoxes .insider > div.box2 { grid-column: span 2 / span 2 !important; color: #166534; background: #f0fdf4 }
.rezumatVanzari #rightBoxes .insider > div.box3 { grid-column: span 2 / span 2 !important }
.rezumatVanzari #rightBoxes .insider > div.box3 b { font-size: 25px }
.rezumatVanzari #rightBoxes .insider > div.box4 { grid-column: span 1 / span 1 !important }





















.bulk { padding: 60px 20px!important; width: 70%; min-width: 600px; max-width: 1400px }
.bulk h2 { text-transform: uppercase; text-align: center; font-weight: 500; color: #051937; font-size: 20px; margin: 0 0 10px 0 }
.bulk p { text-align: center; font-weight: 500; font-size: 14px; margin: 0 0 70px 0 }
.bulk h2 b { font-weight: 500; color: #444 }
.bulk .prices { border-left: 1px solid rgba(0,0,0,0.1)!important; display: table; width: 100%; margin-top: 40px }
.bulk .prices .plt { position: relative; border-top: 2px solid #fff; border-bottom: 2px solid #fff; width: 14.28%; border-right: 1px solid rgba(0,0,0,0.1)!important; text-align: center; padding: 10px 20px; display: table-cell; vertical-align: middle; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.bulk .prices .plt .default { left: 50%; transform: translateX(-50%); position: absolute; top: -25px; height: 25px; width: 60px; line-height: 25px; color: #fff; border-radius: 10px 10px 0 0; font-size: 11px }
.bulk .prices .plt .markup { z-index: 10; left: -30px; position: absolute; bottom: -33px; height: 25px; width: 60px; line-height: 25px; color: #fff; border-radius: 0 0 10px 10px; font-size: 11px }
.bulk .prices .plt.error { background: red; color: #fff }
.bulk .prices .plt.error span { color: #fff!important }
.bulk .prices .plt input { text-align: center; border: 1px solid #000; background: #fff; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.bulk .prices .plt span { font-size: 11px; margin: 0 0 8px 0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block }
.bulk .prices .plt span.computedPrice { font-size: 12px; margin: 8px 0 0 0 }
.bulk form .center { text-align: center; margin-top: 40px }
.bulk form .btn { display: inline-block; background: #051937; padding: 11px 30px; color: #fff; text-decoration: none }
.bulk form .btn:hover { background: #0f739e }

#content a.monday { margin-left: 20px; display: inline-block; padding: 3px 20px; color: #000; background: #fff; border: 1px solid #d3d3d3 }
#content a.monday img { margin-left: 5px; display: inline-block; vertical-align: middle; height: 10px }
#content a.monday:hover { background: #f4f6f9 }

#content .priceModifier { padding-left: 35px }
#content .priceModifier .linePrice { border-left: 4px solid red; position: relative; padding: 20px 20px 35px 20px; box-shadow: 0 0 15px rgba(0,0,0,0.2); margin: 20px 0 }
#content .priceModifier .linePrice .inlineConfirm { font-weight: 500; font-size: 13px; display: block; position: absolute; top: 20px; right: 20px; background: red; padding: 8px 20px; color: #fff!important; text-decoration: none }
#content .priceModifier .linePrice .inlineConfirm .fa { margin-right: 4px }
#content .priceModifier .linePrice .inlineConfirm:hover { background: #c30000 }
#content .priceModifier .linePrice .applyDefault { font-weight: 500; font-size: 13px; display: block; position: absolute; top: 20px; right: 20px; background: #868686; padding: 8px 20px; color: #fff!important; text-decoration: none }
#content .priceModifier .linePrice .applyDefault .fa { margin-right: 4px }
#content .priceModifier .linePrice .applyDefault:hover { background: #777 }
#content .priceModifier .linePrice.confirmate { border-color: #051937 }
#content .priceModifier .linePrice.confirmate .topLine .confShow { opacity: 1; color: #051937 }
#content .priceModifier .linePrice.confirmate .topLine b { color: #051937 }
#content .priceModifier .linePrice.confirmate .inlineConfirm { display: none!important }
#content .priceModifier .linePrice .topLine { width: 100%; display: table }
#content .priceModifier .linePrice .topLine .confShow { opacity: 0.2; margin-right: 5px }
#content .priceModifier .linePrice .topLine a { text-decoration: none; color: inherit }
#content .priceModifier .linePrice .topLine a:hover { color: #051937 }
#content .priceModifier .linePrice .topLine .topCol { padding: 0 300px 10px 0; line-height: 140%; width: 100%; vertical-align: top; display: table-cell }
#content .priceModifier .linePrice .topLine .topCol span { display: block; margin: 10px 0 14px 0 }
#content .priceModifier .linePrice .topLine .topCol span .fa { margin-right: 4px }
#content .priceModifier .linePrice .topLine .topCol b { font-weight: 600; display: inline-block; position: relative; margin-right: 14px; padding-right: 10px }
#content .priceModifier .linePrice .topLine .topCol b:after { content: ""; display: block; height: 100%; width: 2px; background: #d3d3d3; position: absolute; right: -5px; top: 0 }
#content .priceModifier .linePrice .topLine .topCol b.retail { margin: -4px 0 0 0; font-size: 13px; background: #051937; color: #fff; border-radius: 15px; font-weight: 400; padding: 8px 15px; display: inline-block }
#content .priceModifier .linePrice .topLine .topCol b.retail i { margin-left: 5px; background: #fff; display: inline-block; width: 80px; text-align: center; color: #000; font-weight: 500; font-style: normal; padding: 4px 14px; border-radius: 10px }
#content .priceModifier .linePrice .topLine .topCol b.retail:after { display: none }

#content .priceModifier .competitori { background: rgba(0,0,0,0.05); display: table; width: 100%; margin-top: 0 }
#content .priceModifier .competitori .colComp { display: table-cell; width: 20%; border-left: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(0,0,0,0.1); padding: 33px 0 10px 0; text-align: center }
#content .priceModifier .competitori .colComp b { display: block }

#content .priceModifier .prices { display: table; width: 100%; border-left: 1px solid rgba(0,0,0,0.1); margin-top: 10px }
#content .priceModifier .prices .plt { position: relative; border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-right: 1px solid rgba(0,0,0,0.1)!important; text-align: center; width: 10%; padding: 10px 20px; display: table-cell; vertical-align: middle; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .priceModifier .prices .plt .default { left: 50%; transform: translateX(-50%); position: absolute; top: -25px; height: 25px; width: 60px; line-height: 25px; color: #fff; border-radius: 10px 10px 0 0; font-size: 11px }
#content .priceModifier .prices .plt .defaults { left: 50%; transform: translateX(-50%); position: absolute; top: -25px; height: 25px; width: 60px; line-height: 25px; color: #fff; border-radius: 10px 10px 0 0; font-size: 11px }
#content .priceModifier .prices .plt .markup { z-index: 10; left: -30px; position: absolute; bottom: -33px; height: 25px; width: 60px; line-height: 25px; color: #fff; border-radius: 0 0 10px 10px; font-size: 11px }
#content .priceModifier .prices .plt.error { background: red; color: #fff }
#content .priceModifier .prices .plt.error span { color: #fff!important }
#content .priceModifier .prices .plt input { text-align: center; border: 1px solid #000; background: #fff; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .priceModifier .prices .plt span { font-size: 11px; margin: 0 0 8px 0; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; display: block }
#content .priceModifier .prices .plt span.computedPrice { font-size: 12px; margin: 8px 0 0 0 }
#content .priceModifier .prices .plt.achz { border-right: none!important; padding: 0; font-size: 12px; font-weight: 500; background: #051937; border-color: #051937; border-bottom-color: #1279a3; color: #fff }
#content .priceModifier .prices .plt.achz .colInPrice { padding: 10px 0 }
#content .priceModifier .prices .plt.achz .colInPrice.clearfix { padding: 0 }
#content .priceModifier .prices .plt.achz .colInPrice:last-of-type { background: rgba(0,0,0,0.2) }
#content .priceModifier .prices .plt.achz .colInPrice.grey { background: #d3d3d3; color: #555 }
#content .priceModifier .prices .plt.achz .colInPrice .colInHalfPrice { padding: 10px 0; width: 50%; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .priceModifier .prices .plt.achz .colInPrice .colInHalfPrice:last-of-type { border-left: 1px solid rgba(255,255,255,0.2) }
#content .priceModifier .prices .plt.achz .colInPrice .colInHalfPrice.grey { background: #d3d3d3; color: #555 }
#content .priceModifier .prices .plt.achz i { font-style: normal; font-size: 9px; letter-spacing: 0.5px; margin-top: 1px; opacity: 0.6; display: block }
#content .priceModifier .checkProduct { z-index: 50; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); left: -35px }
#content .priceModifier .checkProduct input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0 }
#content .priceModifier .checkProduct .checkmark { position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 25px; width: 25px; background-color: #eee }
#content .priceModifier .checkProduct .line label:hover input ~ .checkmark { background-color: #ccc }
#content .priceModifier .checkProduct input:checked ~ .checkmark { background-color: #051937 }
#content .priceModifier .checkProduct .checkmark:after { content: ""; position: absolute; display: none }
#content .priceModifier .checkProduct input:checked ~ .checkmark:after { display: block }
#content .priceModifier .checkProduct .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } 

#content .brandModifier .linePrice { border-left: 4px solid #d3d3d3; position: relative; padding: 20px; box-shadow: 0 0 15px rgba(0,0,0,0.2); margin: 20px 0 }
#content .brandModifier .linePrice.confirmate { border-color: #051937 }
#content .brandModifier .linePrice .topLine { width: 100%; display: table }
#content .brandModifier .linePrice .topLine a { text-decoration: none; color: inherit }
#content .brandModifier .linePrice .topLine a:hover { color: #051937 }
#content .brandModifier .linePrice .topLine .topCol { padding: 0 0 10px 0; width: 100%; vertical-align: top; display: table-cell }
#content .brandModifier .linePrice .topLine .topCol b { font-weight: 600; display: inline-block; position: relative; margin-right: 14px; padding-right: 10px }
#content .brandModifier .prices { display: table; width: 100%; margin-top: 10px }
#content .brandModifier .prices .plt { position: relative; border-right: 1px solid rgba(0,0,0,0.1)!important; text-align: center; width: 8.333%; padding: 10px; display: table-cell; vertical-align: middle; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .brandModifier .prices .plt:first-of-type { border-left: 0!important }
#content .brandModifier .prices .plt:last-of-type { border-right: 0!important }
#content .brandModifier .prices .plt.error { background: red; color: #fff }
#content .brandModifier .prices .plt.error span { color: #fff!important }
#content .brandModifier .prices .plt input { text-align: center; border: 1px solid #000; background: #fff; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .brandModifier .prices .plt span { font-size: 11px; margin: 0 0 8px 0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block }

#content .contentPart .warningItem { border-left: 2px solid red; margin: -10px 0 20px 0; box-shadow: 0 0 30px rgba(0,0,0,0.1); padding: 10px 20px }
#content .contentPart .warningItem h4 { color: red; margin: 0 0 20px 0; font-size: 15px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.1) }
#content .contentPart .warningItem .list { max-height: 200px; overflow: auto  }
#content .contentPart .warningItem .list a { font-size: 12px; display: inline-block; text-decoration: none; background: #fff; border: 1px solid #2e8f9e; padding: 5px 8px; color: #2e8f9e; margin: 1px }
#content .contentPart .warningItem .list a:hover { color: #fff; background: #2e8f9e }

#content .contentPart .filterList { margin: 0 0 20px 0; box-shadow: 0 0 30px rgba(0,0,0,0.1); padding: 10px 20px }
#content .contentPart .filterList .cols2 { position: relative; margin: 15px 0 }
#content .contentPart .filterList .cols2 .line { width: 48%; float: left; margin: 0 }
#content .contentPart .filterList .cols2 .line:last-of-type { float: right }
#content .contentPart .filterList .line { position: relative; display: block; margin: 10px 0 }
#content .contentPart .filterList .line .text { background: #fff; color: #999; border: 1px solid #e9eaec; line-height: 40px; height: 40px; padding: 0 10px; width: 100% }
#content .contentPart .filterList .line .text.wX { padding-left: 35px }
#content .contentPart .filterList .line .text:focus { border-color: #d3d3d3; color: #555 }
#content .contentPart .filterList .line .search { border-radius: 0 6px 6px 0; text-align: center; border-left: 1px solid #e9eaec; position: absolute; right: 0; top: 0; line-height: 40px; display: block; width: 40px; height: 40px; color: #555 }
#content .contentPart .filterList .line .search:hover { color: #051937 }
#content .contentPart .filterList .line .cancel { opacity: 0.2; cursor: not-allowed; text-align: right; position: absolute; left: 10px; top: 0; line-height: 40px; display: block; width: 15px; height: 40px; color: #555 }
#content .contentPart .filterList .line .cancel.active { opacity: 2; cursor: pointer }
#content .contentPart .filterList .line .cancel.active:hover { color: #051937 }
#content .contentPart .filterList .wCheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0 }
#content .contentPart .filterList .checkmark { position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 25px; width: 25px; background-color: #eee }
#content .contentPart .filterList .line label:hover input ~ .checkmark { background-color: #ccc }
#content .contentPart .filterList .wCheck input:checked ~ .checkmark { background-color: #051937 }
#content .contentPart .filterList .checkmark:after { content: ""; position: absolute; display: none }
#content .contentPart .filterList .wCheck input:checked ~ .checkmark:after { display: block }
#content .contentPart .filterList .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } 
#content .contentPart .filterList .line.wCheck label { padding-left: 35px }
#content .contentPart .filterList .multipleChecks { margin: 15px 0 5px 0 }
#content .contentPart .filterList .multipleChecks .wChecks { margin-right: 25px; float: left }
#content .contentPart .filterList .wChecks .line label { display: block; position: relative; padding-left: 15px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
#content .contentPart .filterList .wChecks .checkmark { position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 25px; width: 25px; background-color: #eee }
#content .contentPart .filterList .wChecks .line label:hover input ~ .checkmark { background-color: #ccc }
#content .contentPart .filterList .wChecks input:checked ~ .checkmark { background-color: #051937 }
#content .contentPart .filterList .wChecks .checkmark:after { content: ""; position: absolute; display: none }
#content .contentPart .filterList .wChecks input:checked ~ .checkmark:after { display: block }
#content .contentPart .filterList .wChecks .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } 
#content .contentPart .filterList .extraFilters { display: none; margin-top: 10px; padding: 10px 25px; background: rgba(0,0,0,0.05); margin-bottom: 5px }
#content .contentPart .filterList .extraFilters.show { display: block }
#content .contentPart .filterList .extraFilters .line label { display: block; font-weight: 600; margin: 0 0 5px 0 }
#content .contentPart .filterList .extraFilters .line .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: rgba(0,0,0,0.2) }
#content .contentPart .filterList .extraFilters .line .select2-container .select2-selection--multiple { min-height: 50px }
#content .contentPart .filterList .extraFilters .line .select2-container .select2-search--inline .select2-search__field { padding: 5px 0 0 5px }
#content .contentPart .filterList .extraFilters .gnrlBtn { margin-top: 0; line-height: 40px; border: 0; width: 100% }
#content .contentPart .filterList .toggleFilters { display: inline-block; margin: 5px 0; color: #051937; text-decoration: none }

.toggleRadios label { cursor: pointer; overflow: hidden; position: relative; font-size: 14px; border-radius: 6px 0 0 6px; width: 50%; float: left; background: #d3d3d3; color: #555; text-align: center; padding: 6px 0 }
.toggleRadios label:last-of-type { border-radius: 0 6px 6px 0; float: right }
.toggleRadios label.active { background: #009C86; color: #fff }
.toggleRadios label input { position: absolute; left: -50px  }

.gnrlBtn { margin-top: 20px; color: #fff!important; font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; text-decoration: none; display: block; float: left; background: #009C86; padding: 0 30px; border-radius: 25px; line-height: 40px }
.gnrlBtn:hover { color: #fff; background: #2e8f9e }
 
.itemsGeneralOps { margin-top: 10px }
.itemsGeneralOps a { float: left; margin-right: 10px; text-decoration: none; cursor: pointer; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 13px; line-height: 35px; display: block; letter-spacing: 1px; background: #051937; border: 0; box-shadow: none; padding: 0 10px }
.itemsGeneralOps a .fa { margin-right: 3px }
.itemsGeneralOps a.bulkEdit { background: #9d3bb1 }
.itemsGeneralOps a.deleteSelection { background: #f96c6c }
.itemsGeneralOps a:hover { opacity: 0.7 }
.itemsGeneralOps a.disabled { opacity: 0.3; cursor: not-allowed }

.itemsGeneralOps .checkProduct { margin-top: 5px; width: 25px; height: 25px; margin-right: 10px; float: left; position: relative }
.itemsGeneralOps .checkProduct input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0 }
.itemsGeneralOps .checkProduct .checkmark { position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 25px; width: 25px; background-color: #eee }
.itemsGeneralOps .checkProduct .line label:hover input ~ .checkmark { background-color: #ccc }
.itemsGeneralOps .checkProduct input:checked ~ .checkmark { background-color: #051937 }
.itemsGeneralOps .checkProduct .checkmark:after { content: ""; position: absolute; display: none }
.itemsGeneralOps .checkProduct input:checked ~ .checkmark:after { display: block }
.itemsGeneralOps .checkProduct .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } 

#content .contentPart .listItems .item { position: relative; border: 1px solid #f4f6f9; margin: 5px 0; padding-left: 55px }
#content .contentPart .listItems .item:hover { border-color: #d3d3d3; background: rgba(0,0,0,0.01) }
#content .contentPart .listItems .item span { line-height: 40px }
#content .contentPart .listItems .item a { color: inherit; text-decoration: none }
#content .contentPart .listItems .item a:hover { text-decoration: underline }
#content .contentPart .listItems .item.obl .nr { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .nr { user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; position: absolute; top: 0; left: 0; width: 40px; line-height: 40px; text-align: center; background: rgba(0,0,0,0.03); opacity: 0.5; color: #555; font-weight: 600 }
#content .contentPart .listItems .item .nr.type1 { color: #fff; background: #00c164 }
#content .contentPart .listItems .item .nr.type2 { color: #fff; background: #910091 }
#content .contentPart .listItems .item .nr.type3 { color: #fff; background: #0065ad }
#content .contentPart .listItems .item .nr.type4 { color: #fff; background: #7101c1 }
#content .contentPart .listItems .item .nr.type5 { background: #999 }
#content .contentPart .listItems .item .nume i { color: #f96c6c; display: inline-block; margin-left: 10px; font-size: 12px; line-height: 40px }
#content .contentPart .listItems .item .options { float: right }
#content .contentPart .listItems .item .options a { display: block; float: left; text-decoration: none }
#content .contentPart .listItems .item .options span { color: #999; padding: 0 20px; display: block; float: left; text-decoration: none }
#content .contentPart .listItems .item .options span.data { background: #f4f6f9; color: #555 }
#content .contentPart .listItems .item .options a.optionsCharacteristic { width: 80px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #3bb156 }
#content .contentPart .listItems .item .options a.optionsCharacteristic:hover { background: #3bb156; color: #fff }
#content .contentPart .listItems .item .options a.optionsCharacteristic.empty { color: red }
#content .contentPart .listItems .item .options a.editCharacteristic { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.editCharacteristic:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.deleteCharacteristic { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteCharacteristic:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.deleteBrandOptionsValue { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteBrandOptionsValue:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.deleteUser { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteUser:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.deletePlatform { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deletePlatform:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.delBtn { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.delBtn:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.optionsBrand { width: 80px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #3bb156 }
#content .contentPart .listItems .item .options a.optionsBrand:hover { background: #3bb156; color: #fff }
#content .contentPart .listItems .item .options a.optionsBrand.empty { color: red }
#content .contentPart .listItems .item .options a.optionsGeneral { width: 80px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #3bb156 }
#content .contentPart .listItems .item .options a.optionsGeneral:hover { background: #3bb156; color: #fff }
#content .contentPart .listItems .item .options a.optionsGeneral.empty { color: red }
#content .contentPart .listItems .item .options a.editBrand { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.editBrand:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.viewFile { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.viewFile:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.deleteBrand { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteBrand:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.deleteBrand { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteBrand:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.deleteFile { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteFile:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.optionsCategory { width: 80px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #3bb156 }
#content .contentPart .listItems .item .options a.optionsCategory:hover { background: #3bb156; color: #fff }
#content .contentPart .listItems .item .options a.optionsCategory.empty { color: red }
#content .contentPart .listItems .item .options a.editPlatform { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.editPlatform:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.deleteCategory { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteCategory:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.editSubCategory { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.editSubCategory:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.deleteSubCategory { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteSubCategory:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .options a.editSubSubCategory { margin-left: 2px; width: 40px; line-height: 40px; text-align: center; background: rgba(141, 170, 200, 0.1); color: #051937 }
#content .contentPart .listItems .item .options a.editSubSubCategory:hover { background: #051937; color: #fff }
#content .contentPart .listItems .item .options a.deleteSubSubCategory { margin-left: 2px; font-size: 17px; width: 40px; line-height: 40px; text-align: center; background: rgba(249, 193, 193, 0.1); color: #f96c6c }
#content .contentPart .listItems .item .options a.deleteSubSubCategory:hover { background: #f96c6c; color: #fff }
#content .contentPart .listItems .item .likeEq { display: block; float: left; width: 45% }
#content .contentPart .listItems .item .likeEq .color { border: 1px dashed #d3d3d3; display: block; width: 100px; margin-top: 7px; height: 25px }
#content .contentPart .listItems .item .likeEq .multiline { position: relative; white-space: nowrap; overflow-x: scroll; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

#content .contentPart .dashBox { position: relative; border-radius: 25px; box-shadow: 0 0 15px rgba(0,0,0,0.1); padding: 20px 25px }
#content .contentPart .dashBox.plain { padding: 0; box-shadow: none }
#content .contentPart .dashBox .dashLine { border-bottom: 1px solid rgba(0,0,0,0.05) }
#content .contentPart .dashBox .dashLine:last-of-type { border: 0 }
#content .contentPart .dashBox .dashLine { color: #000; display: block; text-decoration: none; padding: 10px 300px 10px 0; position: relative }
#content .contentPart .dashBox .dashLine span { border-left: 1px solid rgba(0,0,0,0.1); padding-left: 20px; width: 150px; position: absolute; top: 10px; right: 0 }
#content .contentPart .dashBox .dashLine.small span { text-align: center; width: 170px }
#content .contentPart .dashBox .dashLine a { white-space: nowrap; vertical-align: middle; display: inline-block; overflow: hidden; text-overflow: ellipsis; max-width: 500px; border-bottom: 1px dashed #051937; padding: 0; color: #051937 }
#content .contentPart .dashBox a { border-bottom: 1px solid rgba(0,0,0,0.05); color: #000; display: block; text-decoration: none; padding: 10px 0 }
#content .contentPart .dashBox a:last-of-type { border-bottom: 0 }
#content .contentPart .dashBox a span { border-left: 1px solid rgba(0,0,0,0.1); padding-left: 20px; width: 150px; float: right }
#content .contentPart .dashBox a span.red { color: #f96c6c }
#content .contentPart .dashIndicators { margin: 0 0 40px 0 }
#content .contentPart .dashIndicators .dashIndicator { box-shadow: 0 0 15px rgba(0,0,0,0.1); display: block; padding: 20px; border-top: 3px solid #3bb156; width: 23%; float: left; margin-right: 2.5%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .contentPart .dashIndicators .dashIndicator:nth-child(2) { border-color: #f96c6c }
#content .contentPart .dashIndicators .dashIndicator:nth-child(3) { border-color: #051937 }
#content .contentPart .dashIndicators .dashIndicator:nth-child(4) { border-color: #126b92 }
#content .contentPart .dashIndicators .dashIndicator:nth-child(4n+4) { margin-right: 0 }
#content .contentPart .dashIndicators .dashIndicator .dashIndicatorTitle { }
#content .contentPart .dashIndicators .dashIndicator .dashIndicatorValue { margin-top: 10px; position: relative; line-height: 50px; font-size: 40px; font-weight: 600 }
#content .contentPart .dashIndicators .dashIndicator .dashIndicatorValue .percent { position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: 0.5; font-size: 20px; font-weight: 400 }
 
.modal { border-radius: 25px; padding: 50px!important; width: 900px!important; display: none } 
.modal .modTitle { position: relative; margin-bottom: 50px; color: #051937; font-size: 22px; line-height: 21px; font-weight: 700 }
.modal .modTitle:after { content: ""; display: block; width: 30px; height: 4px; background: #051937; position: absolute; left: 0; bottom: -19px }
.modal .sort { margin-bottom: 5px }
.modal .sort .fa { display: block; float: left; width: 5%; text-align: center; border: 1px solid #d3d3d3; color: #051937; border-right: 0; border-radius: 6px 0 0 6px; line-height: 38px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.modal .sort .orderModal {border-radius: 0 6px 6px 0; border: 1px solid #d3d3d3; line-height: 40px; height: 40px; padding: 0 10px; display: block; background: #fff; width: 95% }
.modal .lineLogPopupTable { display: table; width: 100%; min-width: 600px }
.modal .lineLogPopupTable .lineLogPopup { display: table-row; width: 100%; min-width: 500px }
.modal .lineLogPopupTable .lineLogPopup .col { display: table-cell; padding: 10px; border: 1px solid #d3d3d3; padding: 8px }
 
.modal .numberMath { margin-top: 15px }
.modal .numberMath > * { display: block; float: left; line-height: 40px; padding: 0 }
.modal .numberMath > span { background: #d3d3d3; color: #004D7A; text-align: center; line-height: 42px;  width: 40px }
.modal .numberMath > span:hover { color: #fff; background: #004D7A }
.modal .numberMath > span:first-of-type { border-radius: 6px 0 0 6px }
.modal .numberMath > span:last-of-type { border-radius: 0 6px 6px 0 }
.modal .numberMath input { width: 80px; border: 0; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; text-align: center }
.modal .numberMath input.error { color: red }
.modal .numberMath .maxAvail { font-size: 14px; border-radius: 6px; margin-left: 10px; background: #f4f6f9; color: #051937; text-align: center; line-height: 42px; padding: 0 20px }

.fileLists > a { color: #555; text-decoration: none; margin: 5px 0; display: block; background: none; padding: 15px; border: 1px solid #e9e9e9 }
.fileLists > a:hover { color: #051937; text-decoration: underline; border-color: #d3d3d3 }
.fileLists > a span { color: #555; float: right }
.fileLists > a span:last-of-type { opacity: 0.7; margin-right: 35px }
.tableType { color: #777; text-align: left; border: 1px dashed #d3d3d3; padding: 15px }
.tableType b { font-weight: 600; text-transform: uppercase }
 

#content .paginatie { text-align: left; list-style: none; float: right }
#content .paginatie li { color: #666; font-size: 13px; font-weight: 500; vertical-align: top; display: inline-block }
#content .paginatie li a, #content .paginatie li span { border-radius: 6px; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; margin: 0 3px 3px 0; display: block; padding: 0 10px; line-height: 35px; background: #fff; background: #dbdcdf; color: #555; text-decoration: none }
#content .paginatie li a:hover { background: #000; color: #fff }
#content .paginatie li a.gri { background: #000; color: #fff }

.productTabs .tabsController a { position: relative; margin-right: 1px; background: #f4f6f9; color: #555; text-decoration: none; padding: 0 20px; font-weight: 600; font-size: 14px; line-height: 50px; display: block; letter-spacing: 1px; float: left }
.productTabs .tabsController a:hover { background: #e8e8e8 }
.productTabs .tabsController a.active { background: #051937; color: #fff }
.productTabs .tabsController a:first-of-type { border-radius: 6px 0 0 0 }
.productTabs .tabsController a:last-of-type { border-radius: 0 6px 0 0 }
.productTabs .tabsController a span { opacity: 0.8; border-left: 1px solid rgba(0,0,0,0.2); line-height: 15px; padding-left: 12px; margin-left: 7px; display: inline-block }

.customRoutes { padding: 0 40px }

.nothing { border-radius: 6px; border: 1px dashed #d3d3d3; opacity: 0.8; text-align: center; font-style: italic; font-size: 15px; line-height: 40px; padding: 0 15px }
.nothing.mins { min-width: 600px; padding: 40px 15px }

.productTabs .tabsContent { border-left-width: 1px; border-style: solid; border-image: linear-gradient(to bottom, #f4f6f9, #fff) 1 100%; border-radius: 0 0 6px 6px; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.productTabs .tabsContent * { font-size: 98% }
.productTabs .tabsContent #editProduct * { font-size: 100% }
.productTabs .tabsContent .tableLike { display: table; width: 100% }
.productTabs .tabsContent .tableLike .logLine {  display: table-row }
.productTabs .tabsContent .tableLike .logLine .col { border: 1px solid #d3d3d3; padding: 10px; display: table-cell; vertical-align: middle }
.productTabs .tabsContent .tableLike .logLine .col:first-of-type { width: 20% }
.productTabs .tabsContent .tableLike .logLine .col:last-of-type { width: 15% }
.productTabs .tabsContent .tableLike .logLine.head .col { font-weight: 600; background: #f4f6f9 }
.productTabs .tabsContent .tableLike .logLine a { text-decoration: none }
.productTabs .tabsContent .tableLike .logLine a:hover { opacity: 0.7 }
 
.errors { margin-top: 25px; border: 2px solid red; padding: 15px 20px }
.errors .error { background: rgba(255, 0, 0, 0.2); font-weight: 500; margin: 5px 0; padding: 15px; color: #000 }

.tichete { padding: 0 40px }
.tichete .tichetLinie { display: block; text-decoration: none; color: inherit; cursor: pointer; position: relative; border: 2px solid rgba(0,0,0,0.1); margin: 0 0 10px 0; padding: 25px }
.tichete .tichetLinie:hover { border-color: rgba(0,0,0,0.3) }
.tichete .tichetLinie.new { border-color: #009C86 }
.tichete .tichetLinie.new .mesaje b:last-of-type { color: red }
.tichete .tichetLinie p { font-size: 115%; padding-right: 150px }
.tichete .tichetLinie .mesaje { opacity: 0.8; display: block; font-size: 90%; margin-top: 15px }
.tichete .tichetLinie .mesaje b { display: inline-block; width: 25px; text-align: center }
.tichete .tichetLinie .data { opacity: 0.6; position: absolute; top: 50%; transform: translateY(-50%); right: 25px }

.form .h3 { position: relative; margin: 0 0 20px 0; font-size: 19px }
.form .h3.wTop { margin-top: 40px }
.form .h3 span { position: relative; background: #fff; z-index: 5; padding-right: 20px }
.form .h3:after { width: 100%; height: 1px; background: rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; content: ""; margin-top: -1px }

.form .customCheck { padding: 20px; border: 1px solid #d3d3d3; margin-bottom: 10px; position: relative; overflow: hidden; cursor: pointer }
.form .customCheck .fa { width: 12px; margin-right: 4px }
.form .customCheck input[type=checkbox], .form .customCheck input[type=radio] { position: absolute; left: -100px }
.form .customCheck .underCheckOptions { display: block; padding: 10px 25px; box-shadow: 0 0 8px rgba(0,0,0,0.1); border-radius: 15px; margin-top: 10px }
.form .customCheck.active { color: #009C86 }
.form .customCheck.active p { color: #1e293b!important }
.form .customCheck p { color: #1e293b!important }
.form .customCheck.active .underCheckOptions { display: block }

.form .customRadio { padding: 20px; border: 1px solid #d3d3d3; margin-bottom: 10px; position: relative; overflow: hidden; cursor: pointer }
.form .customRadio .fa { width: 12px; margin-right: 4px }
.form .customRadio input[type=checkbox], .form .customRadio input[type=radio] { position: absolute; left: -100px }
.form .customRadio .underCheckOptions { display: block; padding: 10px 25px; box-shadow: 0 0 8px rgba(0,0,0,0.1); border-radius: 15px; margin-top: 10px }
.form .customRadio.active { color: #009C86 }
.form .customRadio.active p { color: #1e293b!important }
.form .customRadio p { color: #1e293b!important }
.form .customRadio.active .underCheckOptions { display: block }
.form .formInfo { font-size: 90%; opacity: 0.8; margin-top: 5px }

.form .customRadios { padding: 5px 20px; border: 1px solid #d3d3d3; margin-bottom: 10px; position: relative; overflow: hidden }
.form .customRadios .customRadio { padding: 15px 0; border: 0; border-bottom: 1px solid #d3d3d3; margin-bottom: 0 }
.form .customRadios .customRadio:last-of-type { border: 0 }

.form fieldset.cols { border-radius: 10px; padding: 25px 30px; background-image: linear-gradient(to right bottom, #e7e7e7, #ededed, #f3f3f3, #f9f9f9, #ffffff); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box  }
.form fieldset.cols .tblForm { display: table; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box  }
.form fieldset.cols .tblForm > * { display: table-cell; vertical-align: middle }
.form fieldset.cols .logoZone { padding-right: 50px; width: 25% }
.form fieldset.cols .logoZone img { margin: 0 auto; display: block; width: 100% }
.form fieldset.cols .logoZone .status { margin-top: 6px; background: #999; color: #fff; font-size: 13px; opacity: 1; display: block; text-align: center; border-radius: 10px; padding: 7px }
.form fieldset.cols .logoZone .status.status1 { color: #000; background: yellow }
.form fieldset.cols .logoZone .status.status2 { color: #fff; background: purple }
.form fieldset.cols .logoZone .status.status3 { color: #d3d3d3; background: #555 }
.form fieldset.cols .logoZone .status.status4 { color: #fff; background: red }
.form fieldset.cols .logoZone .status.status5 { color: #fff; background: #007ec5 }
.form fieldset.cols .logoZone .status.status7 { color: #fff; background: #21c500 }
.form fieldset.cols .options { border-top: 1px dashed #d3d3d3; padding: 20px 0 0 0; margin: 20px 0 0 0; text-align: right }
.form fieldset.cols .options a { text-decoration: none; vertical-align: middle; margin-left: 10px; color: #444; border: 1px solid #333; background: none; border-radius: 10px; padding: 10px 20px; display: inline-block }
.form fieldset.cols .options a svg { height: 20px; margin-right: 4px; display: inline-block; vertical-align: middle }
.form fieldset.cols .options a:hover { background: rgba(0,0,0,0.1) }

.form .cols2 { position: relative; margin: 15px 0 }
.form .cols2 .line { width: 49%; float: left; margin: 0 }
.form .cols2 .line:last-of-type { float: right }
.form .cols3 { position: relative; margin: 15px 0 }
.form .cols3 .line { width: 32%; float: left; margin: 0 2% 0 0 }
.form .cols3 .line:last-of-type { margin-right: 0; float: right }
.form .blocajTari { padding: 20px; border: 1px solid #d3d3d3 }
.form .blocajTari .tariCheck { position: relative; overflow: hidden; cursor: pointer }
.form .blocajTari .tariCheck .fa { width: 12px; margin-right: 4px }
.form .blocajTari .tariCheck input { position: absolute; left: -100px }
.form .blocajTari .tariCheck.active { color: #009C86 }
.form .blocajTari .applyAll { margin-top: 20px; position: relative; overflow: hidden; cursor: pointer }
.form .blocajTari .applyAll .fa { width: 12px; margin-right: 4px }
.form .blocajTari .applyAll input { position: absolute; left: -100px }
.form .blocajTari .applyAll.active { color: #009C86 }
.form .blocajTari .extraTari { overflow-y: scroll; max-height: 600px; display: none; padding: 20px 5px 10px 5px }
.form .blocajTari .extraTari .extraTariGrid {  }
.form .blocajTari .extraTari .extraTariGrid .colTara { margin: 5px 0 }
.form .blocajTari .extraTari .extraTariGrid .underTara { margin-top: 10px; display: none }
.form .blocajTari .extraTari .extraTariGrid .underTara .gridDisplay { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; grid-column-gap: 10px; grid-row-gap: 7px }
.form .blocajTari .extraTari .extraTariGrid .underTara label { display: block; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1); padding: 8px 10px; overflow: hidden; position: relative }
.form .blocajTari .extraTari .extraTariGrid .underTara label .fa { width: 12px; margin-right: 3px }
.form .blocajTari .extraTari .extraTariGrid .underTara label:hover { border-color: rgba(0,0,0,0.3) }
.form .blocajTari .extraTari .extraTariGrid .underTara label.active { color: #fff; background: #009C86 }
.form .blocajTari .extraTari .extraTariGrid .underTara input { position: absolute; left: -100px }
.form .blocajTari .extraTari .extraTariGrid .colTara { border-radius: 5px; box-shadow: 0 0 8px rgba(0,0,0,0.1); padding: 15px }
.form .blocajTari .extraTari .extraTariGrid .colTara h4 { position: relative; line-height: 20px; cursor: pointer; white-space: nowrap }
.form .blocajTari .extraTari .extraTariGrid .colTara h4 b { font-weight: 500; margin-left: 5px; opacity: 0.8 }
.form .blocajTari .extraTari .extraTariGrid .colTara h4 .fa { width: 12px; margin-right: 4px }
.form .blocajTari .extraTari .extraTariGrid .colTara h4 .fa:last-of-type { line-height: 20px; text-align: right; height: 30px; width: calc(100% - 20px); margin-right: 0; position: absolute; top: 0; right: 0 }
.form .blocajTari .extraTari .extraTariGrid .colTara h4.active { color: #009C86 }
.form .line { position: relative; margin: 15px 0 }
.form .line .inlineSel input { width: 49%; float: left }
.form .line .inlineSel select { width: 49%; -webkit-appearance: auto; float: left; margin-left: 2% }
.form .cloner .line { margin: 0 0 2% 0 }
.form .cloner .line:first-of-type select { width: 49% }
.form .cloner .line:first-of-type a { display: none }
.form .cloner .line select { width: 44% }
.form .cloner .line .delete { width: auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block }
.form .cloner .line .delete svg { display: block; margin: 0 auto; width: auto !important; height: 1.25rem !important }


.form .line label { display: block; font-size: 15px; font-weight: 600; margin: 0 0 9px 0 }
.form .line label a { color: inherit }
.form .line label sup { color: red; font-size: small; vertical-align: top }
.form .addMore { font-weight: 600; display: block; color: #009C86; text-decoration: none; margin: -5px 0 20px 0 }
.form .line .info { font-size: 11px; font-style: italic; color: #555; margin: -5px 0 5px 0 }
.form .text { background: #fff; color: #555; border: 1px solid #d2d4d8; line-height: 45px; height: 45px; padding: 0 10px; width: 100% }
.form input[type="color"].text { overflow: hidden; padding: 8px }
.form .text.error { border-color: red }
.form .text:focus { border-color: #d3d3d3; color: #555 }
.form textarea.text { resize: none; line-height: 120%; padding: 10px; height: 120px }
.form .wIcon { display: flex }
.form .wIcon input { border-radius: 6px 0 0 6px }
.form .wIcon .inputIcon { font-size: 16px; display: block; width: 50px; line-height: 40px; height: 40px; background: #555; color: #fff; text-align: center!important;  border-radius: 0 6px 6px 0 }
.select2-container--default { z-index: 99999999 }
.select2-container { width: 100%!important }
.form .select2-container--default * { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out }
.form .select2-container--default .select2-selection--multiple { padding: 4px; border-color: #e9eaec; min-height: 40px }
.form .select2-container--default .select2-search--inline .select2-search__field { color: #999; height: 20px; line-height: 20px }
.form .select2-container--default .select2-search--inline .select2-search__field:focus { color: #555 }
.form .select2-container--default .select2-selection--multiple .select2-selection__choice { margin: 2px }
.form .select2-container--default .select2-selection--single { border-color: #e9eaec; height: 40px }
.form .select2-container--default.select2-container--open .select2-selection--single { border-color: #d3d3d3 }
.form .select2-container--default.select2-container--open .select2-selection--multiple { border-color: #d3d3d3 }
.form .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: #d3d3d3 }
.form .select2-container--default .select2-selection--multiple .select2-selection__choice { border: 0; color: #555; background-color: #e2e2e2 }
.form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px }
.form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px }
.form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { border: 0; height: 100%; padding: 0 6px; background: #f96c6c; color: #fff }
.form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #fff; background: #cc5050 }
.form .select2-container--default .select2-selection--multiple .select2-selection__choice__display { display: block; padding: 4px 10px }
.form .select2-container--default .select2-selection--single .select2-selection__clear { margin-right: 25px; color: #cc5050; height: 38px }
.form .buton { margin-top: 10px; cursor: pointer; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 13px; line-height: 40px; display: inline-block; letter-spacing: 1px; background: #051937; border: 0; box-shadow: none; border-radius: 25px; padding: 0 30px }
.form .buton.sendGSS { margin-top: 20px; display: none; text-decoration: none }
.form .buton:hover { color: #fff; background: #000 }
.form .buton:focus { color: #fff }
.form .buton:disabled { cursor: not-allowed; opacity: 0.3 }
.form .mainLine { position: sticky; z-index: 999; top: 0; background: #fff; margin-bottom: 20px; box-shadow: 0 0 18px rgba(0,0,0,0.15); padding: 5px 20px }
.form .eansLine { background: #fff; margin-bottom: 20px; box-shadow: 0 0 18px rgba(0,0,0,0.15); padding: 5px 20px }
.form .radios label { margin: 0; font-size: 12px; cursor: pointer; position: relative; overflow: hidden; float: left; text-align: center; background: #f4f6f9; color: #555 }
.form .radios label span { display: block; line-height: 40px; width: 70px }
.form .radios label input { width: 1px; padding: 0; position: absolute; left: -100px }
.form .radios label input.error + span { color: #fff; background: red }
.form .radios label input:checked + span, .form .radios label input:checked.error + span{ background: #2e8f9e!important; color: #fff!important }
.form .radios label:first-of-type { margin-right: 1px; border-radius: 6px 0 0 6px }
.form .radios label:last-of-type { border-radius: 0 6px 6px 0 }
.form .sp-replacer { border: 0!important; padding: 10px 10px; border-radius: 6px }
.form .sp-replacer .sp-preview { border-radius: 6px; overflow: hidden; width: 200px; height: 18px }
.sp-container { border: 0; box-shadow: 0 0 8px rgba(0,0,0,0.1); background: #fff; border-radius: 6px; overflow: hidden }

.form .suggestLine { margin: 8px 0; position: relative }
.form .suggestLine .text { padding-right: 180px }
.form .suggestLine .inputOptions { z-index: 10; position: absolute; right: 10px; top: 50%; transform: translateY(-50%) }
.form .suggestLine .inputOptions a { float: left; display: block; text-decoration: none; line-height: 25px; width: 150px; text-align: center; color: #fff; background: #333; margin-left: 4px }
.form .suggestLine .inputOptions a { background: #3bb156 }
.form .suggestLine .inputOptions a:hover { background: #309147 }
.form .setFormator { margin-top: 10px; border-radius: 6px; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px }

.notif { margin: 0 0 20px 0; background: rgba(0, 156, 134, 0.3); padding: 15px 20px }

.summaryView ul { list-style: none }
.summaryView ul li { border-bottom: 1px solid rgba(0,0,0,0.05); padding: 15px 0 }
.summaryView ul li > b { display: block }
.summaryView ul li div { margin-top: 5px; background: rgba(0,0,0,0.05); padding: 8px 12px }
.summaryView ul li.total { border: 0; background: #d3d3d3; text-align: center; font-size: 110%; padding: 10px }
.summaryView ul li.total b { margin-top: 5px }
.summaryView .tari { margin: 0 0 15px 0; border: 1px solid #d3d3d3; padding: 15px }

.productListSample > div { margin: 10px 0; border: 1px solid #d3d3d3; padding: 20px }
.productListSample > div h4 { padding-right: 200px; position: relative; font-weight: 400; margin: 0 0 25px 0 }
.productListSample > div h4 b { color: #051937; margin: 0 0 5px 0; text-transform: uppercase; display: block }
.productListSample > div h4 .price { position: absolute; right: 29px; border-radius: 25px; font-size: 90%; top: -3px; line-height: 25px; padding: 0 15px; background: #051937; color: #fff }
.productListSample > div h4 svg { cursor: pointer; position: absolute; right: 0; top: 0; width: 18px; height: 18px }
.productListSample > div h4 svg:hover { opacity: 0.8 }
.productListSample > div .qty { display: flex;  border-top: 1px solid rgba(0,0,0,0.05); padding-top: 35px }
.productListSample > div .qty label { width: 250px; display: block; white-space: nowrap }
.productListSample > div .qty > div { width: 100%; position: relative }
.productListSample > div .qty > div input { width: 100% }
.productListSample > div .qty > div span { display: block; position: absolute; font-size: 80%; font-weight: 500; background: rgba(0,0,0,0.05); padding: 2px 6px; top: -20px; left: 0 }
.productListSample > div .qty > div span:last-of-type { right: 0; left: auto }



.form .inputMultiplier .inputCloner { margin: 8px 0; position: relative }
.form .inputMultiplier .inputCloner .text { padding-right: 100px }
.form .inputMultiplier .inputCloner.w2 .text { padding-right: 10px; float: left; width: 49% }
.form .inputMultiplier .inputCloner.w2 .right { padding-right: 100px; float: right }
.form .inputMultiplier .inputCloner .inputOptions { z-index: 10; position: absolute; right: 10px; top: 50%; transform: translateY(-50%) }
.form .inputMultiplier .inputCloner .inputOptions a { float: left; display: block; line-height: 25px; width: 25px; text-align: center; color: #fff; background: #333; margin-left: 4px }
.form .inputMultiplier .inputCloner .inputOptions a.delete { background: #f96c6c }
.form .inputMultiplier .inputCloner .inputOptions a.delete:hover { background: #cc5050 }
.form .inputMultiplier .inputCloner .inputOptions a.clone { background: #3bb156 }
.form .inputMultiplier .inputCloner .inputOptions a.clone:hover { background: #309147 }
.form .inputMultiplier .inputCloner:first-of-type .inputOptions a.delete { display: none }
.form #fltrDyn { margin-bottom: 20px }
.form #fltrDyn .line { width: 48%; margin: 8px 0; float: left }
.form #fltrDyn .line:nth-child(2n+2) { float: right }
.form .error { border-color: red!important }
.form  .animationLoading { display: none }
.form.loading > div { display: none }
.form.loading .animationLoading { display: block }
.form .animationLoading svg { display: block; margin: 90px auto; width: 200px }

.form-wrap.form-builder .frmb li.form-field .close-field { border-radius: 6px!important; border: 1px solid #d3d3d3!important; bottom: 5px!important; padding: 6px 20px!important }

.form-wrap.form-builder .frmb .prev-holder select, .form-wrap.form-builder .frmb .prev-holder input[type=text], .form-wrap.form-builder .frmb .prev-holder textarea, .form-wrap.form-builder .frmb .prev-holder input[type=number] { width: 100%!important }
.form-wrap.form-builder .frmb .prev-holder input[type=date] { background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); width: 100%!important }
.form-wrap.form-builder.formbuilder-embedded-bootstrap .form-control { background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); width: 100%!important }
.form-wrap.form-builder .frmb-control li:first-child { border-radius: 10px 10px 0 0!important }
.form-wrap.form-builder .frmb-control li:last-child { border-radius: 0 0 10px 10px!important }
.form-wrap.form-builder.formbuilder-embedded-bootstrap .formbuilder-checkbox { margin: 6px 0 }
.form-wrap.form-builder.formbuilder-embedded-bootstrap .formbuilder-radio { margin: 6px 0 }
.form-wrap.form-builder .frmb .prev-holder input[type=text].other-val { width: 40%!important }
.form-wrap.form-builder .frmb .field-actions a { border-style: solid; border-color: #d3d3d3 }
.form-wrap.form-builder .frmb .form-elements .requireValidOption-wrap input[type=checkbox] { margin-top: 0!important }
.form-wrap.form-builder .frmb .form-elements .other-wrap input[type=checkbox] { margin-top: 0!important }
.form-wrap.form-builder .frmb .form-elements .other-wrap .input-wrap { margin-top: 8px!important }
.form-wrap.form-builder input { -webkit-appearance: auto }
.form-wrap.form-builder .frmb .form-elements { padding: 15px 30px!important }
.form-wrap.form-builder .frmb li.form-field .field-label { display: inline-block!important }
.form-wrap.form-builder .frmb { margin-right: 20px!important }
.form-wrap.form-builder .frmb li.form-field { overflow: hidden; border-radius: 10px!important; margin: 4px 0; padding: 20px!important; border: 1px solid #d3d3d3; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.form-wrap.form-builder .frmb li.form-field:hover { box-shadow: none!important }
.form-builder-dialog .button-wrap { margin-top: 20px!important; text-align: center!important }
.form-builder-dialog .button-wrap > button:last-of-type { background: #d30000; color: #fff }
.form-builder-dialog .button-wrap > button { border-radius: 6px; text-decoration: none; cursor: pointer; text-transform: uppercase; padding: 0 19px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 12px; line-height: 38px; border: 0; background: #2f3028; color: #fff;  font-weight: 600; display: inline-block }
.form-builder-dialog { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; font-size: 15px; border-radius: 0!important; top: 50%!important; left: 50%!important; transform: translate(-50%, -50%)!important; padding: 25px!important; text-align: center!important; box-shadow: 0 0 25px rgba(0,0,0,0.1)!important }
.form-builder-dialog h3 { margin: 0 0 10px 0; text-transform: uppercase; font-weight: 300; font-size: 28px  }
.form-builder-overlay { background: rgba(0,0,0,.7)!important }
.form-wrap.form-builder .cb-wrap .form-actions { float: none!important; width: 100%!important }
.form-wrap.form-builder.formbuilder-embedded-bootstrap .btn-group > .btn { letter-spacing: 0.5px; font-size: 12px!important; line-height: 40px; padding: 0 6px; border-radius: 25px!important; text-transform: uppercase; font-weight: 500; margin-top: 5px; float: none!important; width: 100%!important }
.form-wrap.form-builder.formbuilder-embedded-bootstrap .btn-group > .btn:last-of-type { background: #051937; color: #fff }


/* Media: Mobile/Tablet */
@media screen and (max-width: 55em) {
	body { -webkit-text-size-adjust: none }
	
}


/* */
.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,0.2);content:''}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar{display:block}.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid #000;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{white-space:nowrap;text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#3730a3;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{cursor:pointer;background:#3730a3;color:#fff;border:0;margin-left:8px;font-size:12px;font-weight:700;padding: 8px 10px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#3730a3;color:#fff}@media (min-width: 564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .ranges,.daterangepicker.single .drp-calendar{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .ranges,.daterangepicker .drp-calendar{float:left}}@media (min-width: 730px){.daterangepicker .ranges{width:auto;float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}
  
/* */
.easy-autocomplete{position:relative}.easy-autocomplete input{}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;overflow:hidden;border-radius:6px;box-shadow:0 0 8px rgba(0,0,0,0.2);display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:5px 12px;border:0}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}

/* jQuery: select2 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#051937;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #051937}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #051937}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #051937}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #051937}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#051937}

/* jQuery: Noty 3.2.0 */
.noty_layout_mixin,#noty_layout__top,#noty_layout__topLeft,#noty_layout__topCenter,#noty_layout__topRight,#noty_layout__bottom,#noty_layout__bottomLeft,#noty_layout__bottomCenter,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,0.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,0.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0;opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#FFEAA8;border:1px solid #FFC237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#FF8181;border:1px solid #e25353;color:#FFF}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78C5E7;border:1px solid #3badd6;color:#FFF}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0B90C4}.noty_theme__relax.noty_type__success{background-color:#BCF5BC;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50C24E}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,0.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#FA6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#CE352C;color:#FFF}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1BA1E2;color:#FFF}.noty_theme__metroui.noty_type__success{background-color:#60A917;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #D1D1D1;color:#2F2F2F}.noty_theme__mint.noty_type__warning{background-color:#FFAE42;border-bottom:1px solid #E89F3C;color:#fff}.noty_theme__mint.noty_type__error{background-color:#DE636F;border-bottom:1px solid #CA5A65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7F7EFF;border-bottom:1px solid #7473E8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#AFC765;border-bottom:1px solid #A0B55C;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,0.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073B4C;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06D6A0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;background:transparent}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.5;background:transparent}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,0.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,0.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,0.098039) 5px 4px 10px 0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,0.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073B4C;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06D6A0;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#FFEAA8;border:1px solid #FFC237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ED7000;border:1px solid #e25353;color:#FFF}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78C5E7;border:1px solid #3badd6;color:#FFF}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0B90C4}.noty_theme__light.noty_type__success{background-color:#57C880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50C24E}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,0.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073B4C;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06D6A0;color:#fff}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,0.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,0.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#FFEAA8;border:1px solid #FFC237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#FF8181;border:1px solid #e25353;color:#FFF}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78C5E7;border:1px solid #3badd6;color:#FFF}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0B90C4}.noty_theme__relax.noty_type__success{background-color:#BCF5BC;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50C24E}.noty_theme__nest.noty_bar{margin:0 0 15px;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,0.098039) 5px 4px 10px 0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,0.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073B4C;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06D6A0;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #D1D1D1;color:#2F2F2F}.noty_theme__mint.noty_type__warning{background-color:#FFAE42;border-bottom:1px solid #E89F3C;color:#fff}.noty_theme__mint.noty_type__error{background-color:#DE636F;border-bottom:1px solid #CA5A65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7F7EFF;border-bottom:1px solid #7473E8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#AFC765;border-bottom:1px solid #A0B55C;color:#fff}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,0.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#FA6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#CE352C;color:#FFF}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1BA1E2;color:#FFF}.noty_theme__metroui.noty_type__success{background-color:#60A917;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#FFEAA8;border:1px solid #FFC237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ED7000;border:1px solid #e25353;color:#FFF}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78C5E7;border:1px solid #3badd6;color:#FFF}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0B90C4}.noty_theme__light.noty_type__success{background-color:#57C880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50C24E}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.5;background:transparent}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;background:transparent}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}

/* jQuery: OwlCarousel 1.3.3 */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-theme .owl-controls{margin-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:0 2px;background:#a56b6b;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#640000}

/* jQuery: FancyBox 3.3.5 */
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:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;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;mix-blend-mode:difference;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;stroke-width:1.5;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-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);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:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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 #4ea7f9;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}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.fc-container .buton { text-decoration: none; cursor: pointer; text-transform: uppercase; padding: 0 19px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 12px; line-height: 38px; border: 0; background: #2f3028; color: #fff; margin: 0 10px 0 0; font-weight: 600; display: inline-block }
.fc-container .buton:hover { background: #000 }
.fc-container .buton.ok { background: #d30000; color: #fff }
.fc-container .buton.ok:hover { background: #940202 }
.fc-container h3 { text-align: center; text-transform: uppercase; font-weight: 300; font-size: 28px; margin: 0 0 10px 0 }
.fc-container p { text-align: center; margin: 0 }
.fc-container .tright { text-align: center; margin: 30px 0 0 0 }

/* Fonts: Font Awesome 4.7.0 */
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f3730a3"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}