@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
@font-face {
    font-family: Volte;
    font-weight: 400;
    src: url("/fonts/regular-volte/Volte-Regular.otf") format("opentype");
}
@font-face {
    font-family: Volte;
    font-weight: 500;
    src: url("/fonts/medium-volte/Volte-Medium.otf") format("opentype");
}
@font-face {
    font-family: Zesta;
    src: url("/fonts/medium-zesta/Zesta-Medium.otf") format("opentype");
}
* {
    margin:0;
    padding:0;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
    width:100%;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:400;
    background:#f5f5f5;
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    padding:0;
    margin:0;
}

p {
	letter-spacing: 1px;
	line-height: 20px;
}

a, button {
    cursor:pointer;
    color:#000;

    -webkit-transition:background-color .2s ease-out;
    -moz-transition:background-color .2s ease-out;
    -o-transition:background-color .2s ease-out;
    transition:background-color .2s ease-out;
}

a:focus {
	outline: 0;
}

table {
    text-align:left;
    width:100%;
}

ul, li {
    position:relative;
    list-style:none;
    padding:0;
    margin:0;
}

iframe {
    border:0;
    outline:none;
}

input,textarea, button {
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:400;
    border:0;
    outline:0;
}

textarea {
    resize: none;
}

button {
    cursor:pointer;
}

select {
    font-size:14px;
    background:#fff;
}

select:focus {
    outline:none;
}

input[type="search"] {
    -webkit-appearance:textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}

::-webkit-file-upload-button {
    cursor:pointer;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image:url(/img/ico_rmv.svg);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    position:absolute;
    top:50%;
    margin-top:-7px;
    right:18px;
}

input:focus {
    background:#fff;
}

input.error {
    color:#a94442 !important;
    border-color:#d19a9a !important;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0px 1000px white inset;
    box-shadow:0 0 0px 1000px white inset;
}

::-webkit-input-placeholder {
    color:#999;
}

:-moz-placeholder { /* Firefox 18- */
    color:#999;
}

::-moz-placeholder {  /* Firefox 19+ */
    color:#999;
}

:-ms-input-placeholder {
    color:#999;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

table {
    width:100%;
    border-spacing:0;
}

th, td {
    padding:0;
    margin:0;
}

table.grp {
    border:0;

    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);

    border-radius:8px;
}

table.grp th, table.grp td {
    padding:20px;
}

table.grp tr td {
    border-bottom:1px solid #d4d4d4;
}

table.grp tr:last-child {
    border:0;
}

table.grp thead th {
    background:#ebebeb;
    color:#999999;
}

table.grp tbody td {
    background:#fff;
}

table.grp thead tr:last-child th:not(:first-child), table.grp tbody tr:last-child td:not(:first-child) {
    border-bottom:1px solid #d4d4d4;
}

table.grp thead tr:last-child th:first-child {
    border-left:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    border-radius:8px 0 0 0;
}

table.grp thead tr:last-child th:last-child {
    border-right:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    border-radius:0 8px 0 0;
}

table.grp tbody td:first-child {
    font-weight:bold;
    border-left:1px solid #d4d4d4;
}

table.grp tbody td:last-child {
    border-right:1px solid #d4d4d4;
}

table.grp tbody tr:last-child td:first-child {
    border-left:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    border-radius:0 0 0 8px;
}

table.grp tbody tr:last-child td:last-child {
    border-right:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    border-radius:0 0 8px 0;
}

td.btns {
    text-align:right;
}

td.btns button {
    width:auto;
    padding:14px 25px;
    text-transform:uppercase;
    border-width:2px;
    border-style:solid;
    border-radius:25px;
    margin-left:8px;
    font-weight:bold;
    background-color:#fff;
}

button.edt {
    color:#aaaaaa;
    border-color:#aaaaaa;
}

button.edt:hover {
    color:#fff;
    background-color:#aaaaaa;
}

button.dlt {
    color:#e98989;
    border-color:#e98989;
}

button.dlt:hover {
    color:#fff;
    background-color:#e98989;
}

#success-modal button.btn {
    padding:4px 21px;
}
button.btn {
    font-size:16px;
    padding:8px 36px;
    margin:0 5px;
    border-radius:8px;
    color:#fff;
}

button.confirm {
    background:#000;
}
button.decline {
    background:#969696;
}
.create-account-main {
    width: 470px !important;
}
.accounts-choose-page-main {
    width: 628px !important;
}
#log-p {
    position:relative;
    width:350px;
    margin:0 auto;
}

#log-p .pge-f {
    width:100%;
    padding-top:100px;
    position:relative;
    text-align:center;
}

#log-p .pge-f input[type="radio"] {
    border:1px solid #000000;
}
#log-p .pge-f input {
    width:100%;
    padding:0 25px;
    background:none;
    border:1px solid #d4d4d4;
    margin:0 0 12px;
    height:40px;
    border-radius:25px;
}

#log-p .pge-f input:focus {
    background:#fff;
}

#log-p .pge-f input[type="submit"], #log-p .pge-f a.log-l, #log-p .pge-f a.btn {
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:18px;
}

#log-p .pge-f .f-rme input[type="checkbox"] {
    padding:0;
    width:auto;
    height:auto;
    vertical-align:top;
    margin:1px 8px 0 0;
}

#log-p .pge-f input[type="submit"], #log-p .pge-f a.btn {
    cursor:pointer;
    color:#fff;
    background:#000;
    border:0;
    margin:18px 0;
}

#log-p .pge-f a.btn {
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    border-radius:25px;
    text-decoration:none;
}

#log-p .pge-f a.log-l {
    text-decoration:none;
    color:#9c9c9c;
}

.f-art {
    text-align:center;
    font-weight:bold;
    margin:0 0 12px;
    padding:10px 25px;
    border-radius:25px;
    border-style:solid;
    border-width:2px;
}

.cnt-f .f-art {
    border-radius:0;
    border-width:1px;
}

.art-e {
    color:#a94442;
    background:#f2dede;
    border-color:#d19a9a;
}

.art-s {
    color:#3c763d;
    background:#dff0d8;
    border-color:#d6e9c6;
}

.art-w {
    color:#8a6d3b;
    background:#fcf8e3;
    border-color:#faebcc;
}

.f-art ul {
    margin-top:10px;
    list-style:circle;
    list-style-position:inside;
}

.f-art li {
    text-align:left;
}

#log-p .pge-f .f-rme {
    margin:8px 0 0;
    font-size:12px;
    padding:0 10px;
    text-align:left;
}

#log-p .pge-f .f-rme label {
    font-weight:700;
    color:#757575;
    cursor:pointer;
    text-transform:uppercase;
}

#log-p .pge-f .f-hdr, .r-hdr {
    width:100%;
    text-align:center;
    border-bottom:1px solid #d4d4d4;
    line-height:0.1em;
    margin:30px 0;
}

#log-p .pge-f .f-hdr span {
    letter-spacing:2px;
    font-size:14px;
    text-transform:uppercase;
    color:#999;
    background:#f5f5f5;
    padding:0 12px;
}

#log-p .pge-f a.f-psw {
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    float:right;
}

#log-t {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

#log-t h1 {
	color: #444;
	text-align: center;
	font-size: 46px;
  line-height: 51px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

    /*-- Main --*/
.m-wrp, .c-wrp {
	position: relative;
}

.m-wrp {
	padding: 0 32px 0 0;
}

.p-wrp {
    min-width:1152px;
    width:100%;
}

.i-wrp, .n-wrp, .t-wrp {
    width:100%;
}

.i-wrp {
	background: #5a5a5a;
    color: #ffffff;
}

.n-wrp {
    position:relative;
    height:45px;
    background:#333;
    border-bottom:1px solid #454545;
}

.t-row, nav, main {
    width:1152px;
    margin:0 auto;
    padding:0 32px;
}

.r-wrp, .sm-wrp {
    width: 1152px;
    margin: 40px auto 0;
    text-align: center;
}

.r-wrp, .m-box {
    padding: 20px;
    border-radius: 8px;
}

.m-box {
    border-width: 2px;
    border-style: solid;
}

.r-wrp {
    border: 2px solid #000;
    background: #fff;
}

.m-lnk {
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.m-lnk:hover {
    text-decoration: underline;
}

.sm-logo {
    display: flex;
}

.sm-logo a {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    max-height: 90px;
}

.sm-logo img {
    width: auto;
    height: auto;
    display: block;
}

main {
	padding: 0 0 0 32px;
}

section {
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0 0 30px;

    -webkit-box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.08);
}

.warning {
  background-color: #fff3cd;
  color: #000;
}

.notice {
	width: 1152px;
	margin: 0 auto;
    color: inherit;
	font-size: 16px;
    padding: 30px 32px;
}

.notice h2 {
	margin-bottom: 12px;
	letter-spacing: 2px;
    font-weight: 600;
}

.notice a {
    color: inherit;
}

.notice p {
	line-height: 22px;
	letter-spacing: 1px;
}

.notice .btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 14px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 1px;
}

.notice .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.notice .btn:hover, .notice .btn-close:hover {
    background: #fff;
    color: #000;
}

nav {
    display: flex;
    height:45px
}

nav .r-pnl {
    position:relative;
    margin-left: auto;
}

nav ul {
    display:inline-block;
}

nav ul>li {
    position:relative;
    border-right:1px solid #454545;
    float:left;
}

nav ul.grp>li {
    border-right:0;
}

nav ul li:first-child {
    border-left:1px solid #454545;
}

nav ul.grp li:first-child {
    border-left:0;
}

nav ul li.active a {
    height:45px;
    background:#000;
    color:#fff;
}

nav ul li.active a:hover {
    background:#000;
}

nav ul>li a {
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#ddd;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:44px;
    line-height:45px;
    text-decoration:none;
    padding:0 30px;
}

nav ul>li a:hover {
    color:#fff;
    background:#000;
}

nav ul>li.drp:hover {
    background:#222;
}

nav ul li.drp a {
    padding:0 48px 0 20px;
}

nav ul li.drp a.grp-nme {
    padding:0 94px 0 30px;
}

nav ul.grp li.drp>.dropdown a {
    padding:0;
    text-align:center;
    border-width:0 2px 2px 2px;
    border-style:solid;
    border-color:#595959;
    background:#222;
}

nav ul.grp li.drp>.dropdown a:hover {
    background:#333;
}

nav ul.grp li.drp>.dropdown li:last-child a {
    border-radius:0 0 15px 15px;
}

ul.grp {
    position:absolute;
    top:50%;
    height:30px;
    margin-top:-15px;
    right:30px;
}

nav ul li.drp .grp-nr {
    color:#ddd;
    font-weight:bold;
    border:2px solid #595959;
    height:30px;
    border-radius:15px;
    padding:0 30px 0 15px;
    line-height:26px;
    display:block;
    cursor:pointer;
}

nav ul.grp li.drp:hover .grp-nr {
    border-radius:15px 15px 0 0;
}

nav ul>li.drp a:not(.grp-nme):after, nav ul>li.drp .grp-nr:after, .s-grp:after, .p-nr:after, .c-drp span:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 6px;
    border-color:#595959 transparent transparent;
    margin-right:20px;
    margin-top:-4px;
    position:absolute;
    right:0;
    top:50%;
}

svg {
  fill: currentColor;
}

svg.ico {
  width: 24px;
  height: 24px;
  color: #fff;
  margin-top: 10px;
}

.p-nr:after {
    border-color:#fff transparent transparent;
}

.s-open .p-nr:after {
    margin-top:-8px;
    border-color:transparent transparent #fff;
}

nav ul.grp>li.drp .grp-nr:after {
    margin-right:12px;
}

.s-grp:after, .p-nr:after {
    margin-top:-3px;
    margin-right:14px;
}

nav ul>li.drp .dropdown.right {
    width: auto;
    min-width: 100%;
    position: absolute;
    left:initial;
    right:0;
}

nav ul>li.drp .dropdown.right a {
    white-space: nowrap;
    padding: 0 20px;
}

.s-drp, .p-drp {
    cursor:pointer;
}

.p-drp {
    margin:25px 20px 0;
}

.s-drp {
    margin:11px 11px 0 0;
    position:absolute;
    right:0;
    z-index:1;
}

.s-open {
    z-index:2;
}

.s-drp a, .s-drp .s-grp {
    color:#fff;
    text-decoration:none;
    width:auto;
    text-align:center;
    border:2px solid #5a5a5a;
    height:40px;
    line-height:36px;
    border-radius:20px;
    font-size:16px;
    cursor:pointer;
}

.s-drp .s-grp {
    display:block;
    font-weight:bold;
    padding:0 32px 0 16px;
    text-align:left;
    min-width: 82px;
}

.s-open .s-grp {
    color:#212121;
    background:#d4d4d4;
    border-radius:20px 20px 0 20px;
    border-color:#d4d4d4;
}

.p-drp .p-nr {
    position:relative;
    font-weight:bold;
    font-size:16px;
    display:block;
    height:50px;
    line-height:50px;
    color:#fff;
    border-radius:20px;
    background:#000;
    border:2px solid #fff;
    padding:0 36px 0 18px;
    white-space:nowrap;
}

.s-open .p-nr {
    border-radius:20px 20px 0 0;
}

.drp a:not(.nme):hover {
    color:#fff;
    background:#222;
}

nav ul>li.drp .dropdown {
    width:100%;
    background:#222;
    left:0;
    height:auto;
    margin:0;
    padding:10px 0 0;
    position:absolute;
    visibility:hidden;
    z-index:99;
}

.s-drp .dropdown {
    width:auto;
    right:0;
    height:auto;
    margin:0;
    padding:10px 0 0;
    position:absolute;
    display:none;
}

nav ul.grp>li.drp .dropdown {
    background:transparent;
    padding:0;
}

.drp .dropdown a:hover {
    background:#333;
}

.drp .dropdown .active a, .drp .dropdown .active a:hover {
    background:#3b3b3b;
}

nav ul>li.drp:hover>.dropdown {
    display:block;
    visibility:visible;
}

nav ul>li.drp .dropdown li a:after {
    border:0;
}

.t-wrp {
    position: relative;
    background:#000;
    min-height:144px;
}

.t-row {
    position:relative;
    padding-top:26px;
}

.t-row h1, .t-row h3 {
    color:#fff;
    letter-spacing:1px;
    text-transform:uppercase;
}

.t-row h1 {
    font-size:46px;
    line-height:51px;
}

.t-row h3 {
    padding-left:3px;
    font-size:16px;
}

.r-nav {
    position:absolute;
    top:26px;
    right:32px;
    height:50px;
}

.r-nav li {
    position:relative;
    float:left;
    display:inline;
    margin-left:12px;
}

.r-nav li>a, .r-nav li i {
    position:relative;
    display:block;
    color:#fff;
    min-width:50px;
    line-height:47px;
    height:50px;
    border:2px solid #fff;
    border-radius:25px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}

.r-nav li>a:hover, .r-nav li i:hover {
    background-color:#222;
}

.r-nav a.new {
    padding:0 45px 0 25px;
}

.r-nav a.iprt {
    padding:0 25px;
}

.r-nav i {
    text-indent:-9999px;
}

.r-nav i {
    cursor:pointer;
}

.r-nav i.clst, .r-nav i.sort {
    background-size:30px;
    background-position:center;
    background-repeat:no-repeat;
}

.r-nav i.clst {
    background-image:url(/img/ico_l.svg);
}

.r-nav i.sort {
    background-size:22px;
    background-image:url(/img/ico_s.svg);
}

.r-nav .c-open i.clst, .r-nav .c-open i.sort {
    background-color:#f5f5f5;
}

.r-nav .c-open i.clst {
    background-image:url(/img/ico_l_s.svg);
}

.r-nav .c-open i.sort {
    background-image:url(/img/ico_s_s.svg);
}

.r-nav ul li a.redeem-code {
    padding: 0 25px 0 25px;
    background: #867874;
    border: 1px solid #867874;
    text-transform: inherit;
}
.r-nav a.new:after {
    top:1px;
    right:20px;
    position:absolute;
    content:url(/img/ico_p.svg);
    width:14px;
}

.r-nav input.inpt-srch {
    color:#fff;
    width:250px;
    height:50px;
    background-color:#242424;
    background-image:url(/img/ico_srch.svg);
    background-repeat:no-repeat;
    background-size:16px;
    background-position:10px 15px;
    border:2px solid #5a5a5a;
    border-radius:25px;
    padding:0 20px 0 34px;
    font-weight:bold;
}

.r-nav input.inpt-srch:focus {
    background-color:rgba(42, 42, 42, 0.50);
}

main {
    margin-top:-30px;
    padding-bottom:100px;
}

main:after, main:before, .row:after, .row:before {
    display:table;
    content:"";
}

.row:after {
    clear:both;
}

:after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

aside {
    position: relative;
    float: left;
    width: 25%;
}

aside .side-nav {
    border-radius:8px;
    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

aside ul>li {
    background:#fff;
    border-bottom:1px solid #d4d4d4;

    -webkit-transition:background-color .2s ease-out;
    -moz-transition:background-color .2s ease-out;
    -o-transition:background-color .2s ease-out;
    transition:background-color .2s ease-out;
}

aside ul>li a {
    color:#999;
    text-transform:uppercase;
    cursor:pointer;
    font-weight:bold;
    text-decoration:none;
    display:block;
    padding:20px 25px;
}

aside li.active {
    background:#f1f1f1;
}

aside li.active a {
    color:#000;
}

aside ul li:hover {
    background:#f1f1f1;
}

aside ul>li a:hover {
    color:#000;
}

aside ul li:first-child {
    border-radius:8px 8px 0 0;
}

aside ul li:last-child {
    border-radius:0 0 8px 8px;
}

aside .btn {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	border: 2px solid #000;
	padding: 20px 0;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 8px;
	text-transform: uppercase;
}

aside .btn:hover {
	background: #000;
	color: #fff;
}

main .m-cnt {
    position:relative;
    float:left;
    width:70%;
    margin:0 0 0 5%;
    background:#fff;
    border-radius:8px;
    padding:3% 5%;

    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

main .m-cnt h3 {
    text-transform:uppercase;
    font-size:30px;
    margin-bottom:30px;
    padding-bottom:15px;
    border-bottom:1px solid #d4d4d4;
}

main .m-cnt td {
    text-align:right;
}

.m-cnt th, .m-cnt td {
	padding: 10px 0;
}

main .cnt-f {
    width:50%;
}

.cnt-f input, .cnt-f textarea {
    width: 100%;
    border:1px solid #d4d4d4;
    padding: 15px 20px;
    margin:0 0 12px;
}

.cnt-f input:focus, .cnt-f textarea:focus {
    border: 1px solid #000;
}

.cnt-f input[type="submit"] {
    cursor:pointer;
    background:#000;
    color:#fff;
    border:0;
    margin:18px 0 0;
    text-transform:uppercase;
    letter-spacing:2px;
}

.cnt-f .msg {
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}

.row-l>li, .set-l>li, .prv-l>li {
    z-index:1;
    position:relative;
    float:left;
    margin:0 22px 30px 0;
    border-radius:8px;
}

.prv-l>li {
    margin:0 11px 30px;
}

.row-l>li a, .set-l>li a, .prv-l>li a {
    display:block;
    text-decoration:none;
}

.row-l>li .itm, .set-l>li .itm, .prv-l>li .itm {
    width:200px;
    height:372px;
    max-height:389px;
    overflow:hidden;
    border-radius:8px;
    background-color: #fff;

    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

.itm .label {
    position: relative;
}

.itm .label:before {
    content: attr(data-label);
    position: absolute;
    padding-top: 32px;
    top: -10px;
    right: -44px;
    color: #FFFFFF;
    background-color: #000;
    transform: rotate(45deg);
    height: 54px;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.itm .loading-bg {
    position: absolute;
    background: white;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.6;
    border-radius:8px;
}
.itm .loading {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-image:url(/img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.set-l>li .itm {
    height:372px;
}

.prv-l>li .itm {
    height:auto;
}

.row-l>li .grp {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.row-l>li .grp:before, .row-l>li .grp:after {
    content:"";
    border-radius:8px;
    position:absolute;
    background:#f1f1f1;
    border:1px solid #d4d4d4;
    width:200px;
    height:373px;
}

.row-l>li .itm:before {
    top:3px;
    left:3px;
    z-index:-1;
}

.row-l>li .itm:after {
    top:7px;
    left:6px;
    z-index:-2;

    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

.artw {
    border-radius:8px 8px 0 0;
    overflow:hidden;
    width:200px;
    height:273px;
    max-height:273px;
    background:#fff;

    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#d4d4d4;
}

.artw img {
    width:100%;
    height:auto;
}

.s-lst, .i-dsc, .s-dsc {
    padding:15px;
    border-width:0 1px 1px 1px;
    border-style:solid;
    border-color:#d4d4d4;
}

.s-lst {
    border-width:1px;
}

.i-dsc, .s-dsc {
    width:100%;
    max-height:97px;
    background:#fff;
    border-radius:0 0 8px 8px;
}

.prv-l .i-dsc {
    border-top:1px solid #d4d4d4;
    background:#f1f1f1;
}

a.shr {
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:50%;
    border:1px solid #d4d4d4;
    background-image:url(/img/ico_shr.svg);
    background-position:9px 10px;
    background-size:17px;
    background-repeat:no-repeat;
    text-indent:-9999px;
    z-index: 1;
}

a.prn.prn-top {
    top:14px;
}
a.prn {
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:50%;
    border:1px solid #d4d4d4;
    background-image:url(/img/ico_prn.svg);
    background-position:9px 10px;
    background-size:20px;
    background-repeat:no-repeat;
    text-indent:-9999px;
    z-index: 1;
}

a.shrd {
    background-image:url(/img/ico_shrd.svg);
}

.row-l a.mre, .set-l a.mre, .prv-l a.mre {
    text-indent:-9999px;
    position:absolute;
    right:1px;
    bottom:0;
    width:38px;
    height:38px;
    background-image:url(/img/ico_m.svg);
    background-repeat:no-repeat;
    background-size:5px;
    background-position:center;
    z-index:1;
}

.set-l a.mre {
    bottom:58px;
}

.row-l a.mre {
    bottom:30px;
}

.prv-l a.mre {
    bottom:26px;
}

.itm h3, .i-dsc h4, .i-dsc h2, .s-dsc h4, .s-dsc h2 {
    white-space:nowrap;
    overflow:hidden !important;
    text-overflow:ellipsis;
}

.i-dsc h2, .s-dsc h2 {
    font-size:18px;
    width:100%;
}

.itm h3 {
    width:100%;
    font-size:13px;
    padding:4% 7%;
    background:#969696;
    color:#fff;
    letter-spacing:1px;
    border-width:0 1px 0 1px;
    border-style:solid;
    border-color:#d4d4d4;
}

.i-dsc h4, .s-dsc h4 {
    color:#bbb;
    width:90%;
    font-size:14px;
}

.prv-l .i-dsc h4 {
    color:#000;
    font-weight:bold;
}

.s-dsc .time, .s-dsc .sngs {
    width:100%;
}

.s-dsc .time {
    color:#bbb;
}

.s-dsc .sngs {
    border-top:1px solid #d4d4d4;
    margin-top:6px;
    padding:6px 0 0;
    color:#999;
}

.s-lst {
    border-radius:8px 8px 0 0;
    position:relative;
    overflow:hidden;
    background:#fff;
    width:200px;
    height:275px;
    max-height:275px;
}

.s-lst li {
    position:relative;
    padding:2px 0 6px 20px;
    margin-bottom:6px;
    color:#565555;
}

.s-lst li:last-child {
    margin:0;
}

.s-lst li:before {
    position:absolute;
    left:0;
    top:0;
    content:url(/img/ico_n.svg);
    width:14px;
}

.r-hdr {
    width: auto;
    position:relative;
    margin:40px 32px 40px 0;
    text-align:left;
}

.r-hdr span {
    font-weight:bold;
    letter-spacing:1px;
    font-size:18px;
    padding-right:20px;
    background:#f5f5f5;
    color:#212121;
    text-transform:uppercase;
}

.r-drp {
    width:180px;
    position:absolute;
    top:50%;
    right:0;
    margin-top:-15px;
    min-height:30px;
    z-index:9;
}

.r-drp span {
    position:relative;
    cursor:pointer;
    display:block;
    font-size:12px;
    padding:0 20px;
    height:30px;
    line-height:30px;
    color:#999;
    border:1px solid #d4d4d4;
    background:#f5f5f5;
    border-radius:15px;
}

.r-drp .smnu-txt {
    padding:0 34px 0 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.s-open .smnu-txt {
    border-radius:15px 15px 0 0;
}

.r-drp .smnu-txt:after {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border:solid 6px;
    border-color:#9d9d9d transparent transparent;
    margin-top:-3px;
    top:50%;
    right:12px;
}

.s-open .smnu-txt:after, .c-open span:after {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border:solid 6px;
    border-color:transparent transparent #9d9d9d;
    margin-top:-9px;
    top:50%;
    right:12px;
}

.c-open span:after {
    display:block;
    margin-right:30px;
    right:0;
}

.smnu {
    display:none;
    line-height:normal;
    border-radius:0 0 15px 15px;
    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

.s-open .smnu {
    display:block;
}

.smnu li a {
    cursor:pointer;
    border-width:0 1px 1px 1px;
    border-color:#d4d4d4;
    border-style:solid;
    background:#fff;
    padding:5px 20px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration:none;
    display:block;
}

.smnu li a:hover {
    background:#f1f1f1;
}

.smnu li:last-child a {
    border-radius:0 0 15px 15px;
}

.t-menu {
    display:none;
    position:absolute;
    left:0;
    bottom:122px;
    width:90%;
    margin:0 5%;
    background:#fff;
    border-radius:4px;
    border:1px solid #d4d4d4;
    z-index:1;

    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.2);
}

.prv-l .t-menu {
    bottom:76px;
}

.t-open {
    display:block;
}

.t-menu:after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-bottom:1px solid;
    border-left:1px solid;
    background:#fff;
    border-color:#d4d4d4;
    position:absolute;
    right:4px;
    bottom:-6px;

    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}

.t-menu li {
    border-bottom:1px solid #d4d4d4;
}

.t-menu li:last-child {
    border:0;
}

.t-menu a {
    text-transform:uppercase;
    text-align:center;
    width:100%;
    display:block;
    cursor:pointer;
}

.t-menu a.delete {
    padding:8px 0;
    color:#e98989;
}

.t-menu h3, .t-menu h4 {
    text-align:left;
}

.t-menu h3 {
    padding:2% 4%;
}

.t-menu h4 {
    padding:0% 4% 2%;
    color:#999;
}

/*-- Popup --*/

/*.p-ovl {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.87);
    z-index:999;
    overflow-y:auto;
    cursor:pointer;
    visibility:hidden;
    opacity:0;
	display:none;

    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}*/
.is-popup {
    overflow: hidden;
}

.p-ovl {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.87);
    z-index:999;
    overflow-y:auto;
    cursor:pointer;
    visibility:hidden;
    opacity:0;
    display:none;

    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.mdl {
    cursor:default;
    position:relative;
    margin:100px auto;
    width:472px;
}

.mdl-tle {
    color:#fff;
    margin-bottom:10px;
}

.pdf-mdl {
    margin:0 auto;
    width:100%;
}

.grp-preview {
    width:1112px;
}

.mdl a.close, .notice .close {
    position:absolute;
    background-image:url(/img/ico_c.svg);
    background-size:cover;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    right:-20px;
    top:-20px;
    text-indent:-9999px;
    z-index:1000;
}

.pdf-mdl a.close {
    right:60px;
    top:40px;
}

.mdl input {
    color:#fff;
    background:none;
}

.m-hdr {
    position:relative;
}

.mdl input.name, .m-hdr h1 {
    height:80px;
    line-height:80px;
    /*font-size:46px;*/
    font-size:36px;
    border-bottom:1px solid #fff;
}

.mdl input.name {
    padding-right:30px;
}

.m-hdr h1 {
    line-height:normal;
    min-height:80px;
    height:auto;
    padding-bottom:10px;
}

.dte, .m-hdr h4 {
    font-size:16px;
    color:#b6b6b6;
    margin:20px 0;
}

.dte label {
    width:100%;
    display:flex;
}

.dte input[type="date"]::-webkit-calendar-picker-indicator {
    cursor:pointer;
    color:fff;
}

.dte input[type="date"]::-webkit-calendar-picker-indicator:hover {
    background:none;
}

.dte input, .inpt-row input {
    font-size:16px;
    margin-left:8px;
    width:auto;
}

.dte input {
    padding: 0;
    width:100%;
}

.srch {
    position:relative;
    margin-bottom:20px;
}

.srch p {
    text-align:center;
    padding:12px 20px;
}

.srch input {
    padding:0 40px 0 48px;
    border:2px solid #5a5a5a;
    height:50px;
    line-height:46px;
    border-radius:25px;
    background-image:url(/img/ico_srch.svg);
    background-repeat:no-repeat;
    background-position:19px 15px;
    background-size:15px;
    font-size:16px;
    font-weight:bold;
}

.inpt-row {
    font-size:16px;
    color:#999;
    margin-top:20px;
    border:2px solid #5a5a5a;
    border-radius:25px;
    padding:20px 25px;
}

.inpt-row label {
    width:100%;
    display:inline-flex;
    margin:14px 0;
}

.inpt-row input {
    width:100%;
    text-align:right;
}

.inpt {
    position:relative;
    width:100%;
}

.srch .inpt {
    border-radius:25px 25px 0 0;
    background-color:rgba(42, 42, 42, 0.50);
}

.srch input:focus {
    background-color:rgba(42, 42, 42, 0.50);
}

.srch ul {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #5a5a5a;
    border-radius:0 0 25px 25px;
}

.srch li {
    position:relative;
    color:#999;
    display:block;
    border-bottom:2px solid #5a5a5a;
    background:rgba(42, 42, 42, 0.50);
    text-decoration:none;
}

.srch li a {
    color:#fff;
    cursor:pointer;
    display:block;
    text-decoration:none;
}

.srch li a:not(.tip):before {
    position:absolute;
    content:url(/img/ico_p.svg);
    width:14px;
    height:14px;
    margin-top:-7px;
    left:20px;
    top:50%;
}

a.tip {
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-9px;
    background-image:url(/img/ic_i.svg);
    background-size:contain;
    background-repeat:no-repeat;
    width:18px;
    height:18px;
    z-index:1;
}

.rlt {
    position:relative;
    padding:20px 25px;
}

.rlt-i {
    background-color:#fff;
    margin-top:20px;
    padding:8px;
    border-radius:8px;
}

.rlt-i a {
    display:inline-block !important;
}

.is-srt .rlt, .srch .rlt {
    padding:20px 20px 20px 54px;
}

li .rlt h3, .iprt li .rlt h3 {
    margin-bottom:4px;
    font-size:18px;
}

.shr li .rlt {
    padding:20px 20px 20px 48px;
}

.shr li .rlt h3 {
    margin:0;
}

li .rlt h4 {
    font-size:13px;
}

.srch li:hover {
    background-color:rgba(26, 26, 26, 0.50);
}

.srch li:last-child {
    border: none;
}

.m-hdr h1, .m-hdr h3 {
    color:#fff;
}

.m-hdr h3 {
    font-size:22px;
}

.grp-preview .m-hdr {
    padding:0 11px;
    margin-bottom:30px;
}

.grp-preview .m-hdr h1, .shr .m-hdr h1 {
    height:auto;
    line-height:normal;
    padding-bottom:8px;
}

.m-hdr .add {
    cursor:pointer;
    position:absolute;
    bottom:14px;
    right:0;
    width:50px;
    height:50px;
    background-color:#000;
    border:2px solid #fff;
    border-radius:25px;
    text-indent:-9999px;
    background-image:url(/img/ico_p.svg);
    background-size:18px;
    background-position:center;
    background-repeat:no-repeat;
}

.m-hdr .add:hover {
    background-color:#222;
}

.lst li {
    border-width:2px 2px 0 2px;
    border-style:solid;
    border-color:#5a5a5a;
    background-color:rgba(26, 26, 26, 0.50);
    color:#767676;
    position:relative;
}

.lst li>ul li {
    border-width:0 0 2px 0;
}

.lst li.vstd, .lst li.vstd:hover {
    background-color:#fff !important;
}

.lst li.vstd>a {
    color:#212121;
}

.lst li:hover, .lst li.open {
    background-color: rgba(20, 20, 20, 0.50);
}

.lst input {
    font-size:18px;
    padding:20px;
}

.lst li>a {
    text-decoration:none;
    color:#fff;
}

.lst li:first-child {
    border-radius:25px 25px 0 0;
}

.lst li:last-child {
    border-radius:0 0 25px 25px;
    border-width:2px;
}

.lst li:only-child {
    border-radius:25px;
}

.lst li a {
    cursor:pointer;
    display:block;
}

.mdl a.rmv, .inpt a.clr {
    position:absolute;
    display:block;
    text-indent:-9999px;
    width:34px;
    height:34px;
    top:25px;
    background-image:url(/img/ico_r.svg);
    background-size:14px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    z-index:1;
}

.mdl a.rmv {
    left:10px;
}

.inpt a.clr {
    top:50%;
    right:0;
    width:14px;
    margin-top:-17px;
}

.srch .inpt a.clr, .lst .inpt a.clr, .r-nav .inpt a.clr {
    right:20px;
}


.shr a.rmv {
    right:0;
    top:50%;
    margin-top:-17px !important;
}

.ctr {
    width:auto;
    display:inline-block;
    position:absolute;
    height:14px;
    top:35px;
    right:20px;
    z-index:1;
}

.mdl a.mre {
    float:left;
    display:block;
    text-indent:-9999px;
    width:14px;
    height:14px;
    background-image:url(/img/ico_more.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    cursor:pointer;
}

.ctr .srt {
    cursor:pointer;
    float:left;
    display:block;
    width:14px;
    height:14px;
    background-image:url(/img/ico_o.svg);
    background-repeat:no-repeat;
    background-size:cover;
    margin-left:10px;
}

.stnd {
    text-align:center;
}

.stnd h2 {
    color:#999;
    margin:20px 0;
}

.stnd-l {
    display:inline-block;
}

.stnd-l li {
    float:left;
}

.stnd-l li a {
    width:67px;
    font-weight:bold;
    text-decoration:none;
    color:#999;
    float:left;
    border-width:2px;
    border-style:solid;
    border-color:#5a5a5a;
    background:#151515;
    padding:14px 24px;
    font-size:16px;
}

.stnd-l li a:hover {
    color:#000;
    background-color:#5a5a5a;
}

.n-lst li {
    border-bottom:2px solid #5a5a5a;
    background-color:rgba(14, 14, 14, 0.50);
}

.n-lst li:last-child {
    border-radius:0;
    border-width:0;
}

.lst li:last-child .n-lst li:first-child {
    border-radius:0;
}

.lst li:last-child .n-lst li:last-child {
    border-radius:0 0 25px 25px;
    border-width:0;
}

.n-lst .rlt {
    padding:20px 25px 20px 50px
}

.is-srt .n-lst .rlt {
    padding:20px 20px 20px 72px
}

.n-lst .rlt h4 {
    color:#999;
}

.vstd .n-lst .rlt h4 {
    color:#fff;
}

.n-lst a {
    display:block;
    color:#fff;
    text-decoration:none;
}

.n-lst {
    display:none;
    border-top:2px solid #5a5a5a;
}

.fle-cptn-main {
    position:relative;
    min-height:80px;
    border-bottom:1px solid #d4d4d4;
    margin-bottom:20px;
}

.fle-cptn {
    color:#fff;
    font-size:46px;
    overflow:hidden;
}

.fle-cptn-nme {
    min-height:80px;
    padding:16px 24px 16px 0;
}

.rmv {
    position:absolute;
    width:16px;
    height:16px;
    background-image:url(/img/ico_rmv.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-color:transparent;
    margin:0 20px -8px 0 !important;
    bottom:50%;
    right:0;
    padding:0 !important;
    text-indent:-9999px;
    z-index:1;
}

.fle-cptn-main .rmv {
    margin:0 0 -8px 0 !important;
}

.btn-file {
    position:absolute;
    width:100%;
    height:80px;
    top:0;
    right:0;
}

.btn-file:after {
    position:absolute;
    content:"";
    width:16px;
    height:16px;
    right:0;
    margin-top:-8px;
    top:50%;
    background-image:url(/img/ico_upl.svg);
    background-repeat:no-repeat;
    background-size:contain;
}

.btn-file span {
    font-size:18px;
    display:inline-block;
    color:#999;
    line-height:80px;
    font-weight:bold;
}
.btn-success {
    background-color: initial;
    border: none;
}
.btn-file input[type=file] {
    cursor:pointer;
    top:0;
    right:0;
    width:100%;
    height:80px;
    position: absolute;
    opacity:0;
    background:none;
    display:block;
    font-size:100px;
}

.ftr {
    width:100%;
    margin-top:50px;
    text-align:center;
}

.sub {
    background:#fff;
    color:#000;
    font-weight:bold;
    height:50px;
    line-height:50px;
    border-radius:25px;
    padding:0 42px;
    text-transform:uppercase;
    font-size:16px;
    letter-spacing:1px;
}

.sub:disabled {
    background:#999;
    color:#212121;
    cursor:auto;
}

.s-drp .dropdown, .p-drp .dropdown {
    display:none;
    padding:0;
    z-index:99;
    -webkit-box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.3);
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.s-drp .dropdown ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
}

.s-open .dropdown {
    display:block;
}

.c-drp {
    padding:11px;
}

.c-drp span {
    font-size:16px;
    font-weight:bold;
    color:#fff;
    display:block;
    padding:20px;
    border:2px solid #5a5a5a;
    border-radius:20px;
    cursor:pointer;
}

.c-open span {
    border-color:#d4d4d4;
    border-radius:20px 20px 0 0;
    background:#d4d4d4;
    color:#212121;
}

li.drp>.dropdown li {
    width:100%;
    border:0;
}

.s-drp .dropdown {
	border-width:0 2px 2px 2px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius: 0 0 20px 20px;
}

.s-drp .dropdown li, .p-drp .dropdown li {
    display:block;
    width:100%;
    color:#212121;
    padding:8px 15px;
    text-align:center;
    cursor:pointer;
    border-width:0 1px 2px 2px;
    border-style:solid;
    border-color:#d4d4d4;
    border-radius:0;
    background:#fff;
    white-space:nowrap;
}

.s-drp .dropdown li {
    border-width: 0 0 2px 0;
}

.s-drp .dropdown li:hover, .p-drp .dropdown li:hover, .s-drp .dropdown li.active, .p-drp .dropdown li.active {
    background-color:#f1f1f1;
}

.s-drp .dropdown li:first-child, .c-menu li:first-child {
    border-radius:0;
}

.s-drp .dropdown li:last-child {
    border-width: 0;
}

.c-menu {
    width:446px;
    position:absolute;
    display:none;
}

.right {
    right:0;
}

.c-open .c-menu {
    display:block;
    border-radius:15px;
    -webkit-box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.2);
}

.c-menu li {
    width:100%;
    color:#212121;
    border-width:0 2px 2px 2px;
    border-style:solid;
    border-color:#d4d4d4;
    cursor:pointer;
    padding:20px;
    background:#fff;
    margin-left:0;
}

.c-menu li:last-child {
    border-width:0;
}

.r-nav .c-menu {
    width:auto;
    margin-top:15px;
    z-index:99;
}

.r-nav .c-menu:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    background: #fff;
    border-color: #d4d4d4;
    position: absolute;
    right: 20px;
    top: -5px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.r-nav .c-menu li {
    padding:0;
    white-space:nowrap;
    border-width:0 1px 1px 1px;
}

.r-nav .s-menu li {
    padding:15px 20px;
}

.r-nav .c-menu li a {
    padding:15px 20px;
    display:block;
    color:#212121;
    min-width:100%;
    line-height:normal;
    height:auto;
    border:0;
    border-radius:0;
    text-decoration:none;
    text-transform: uppercase;
}

.mt {
    position: absolute;
    right: 40px;
    font-weight: bold;
}

.r-nav .c-menu li a:hover {
    background:none;
}

.r-nav .c-menu li:first-child {
    border-radius:15px 15px 0 0;
}

.r-nav .c-menu li:last-child {
    border-radius:0 0 15px 15px;
}

.c-menu li.active, .c-menu li:hover {
    background:#f1f1f1;
}

.pgin {
    padding:60px 0;
    text-align:center;
}

.pgin li {
    display:inline-block;
}

.pgin a {
    text-transform:lowercase;
    color:#999;
    padding:0 2px;
    margin:0 4px;
    text-decoration:none;
}

.pgin li.pgin-active a, .pgin a:hover {
    color:#000;
    border-bottom:1px solid #000000;
}

.is-visible {
    opacity:1;
    visibility:visible;
    display:block;
}

.cntr {
    text-align:center;
}

.dialog {
    border-radius:20px;
    background:#fff;
    padding:30px 20px;
    font-size:24px;
    font-weight:700;
    letter-spacing:2px;
}

.dialog p {
    margin-bottom:28px;
}

.tls {
    left:0;
    top:0px;
    width:100%;
    height:100px;
    position:absolute;
    text-align:center;
    z-index:900;
    background-color:rgba(0, 0, 0, 0.7);
    display:none;
}

.tls ul {
    text-align:center;
    width:100%;
    height:100px;
}

.tls li {
    vertical-align:top;
    display:inline-block;
    position:relative;
}

.tls li.n-nlst {
    position:absolute;
    left:60px;
    top:25px;
}

.tls li.n-nlst .u-nlst {
    display:none;
}

.tls li.n-open .u-nlst {
    display:block;
    position:absolute;
    width:auto;
    height:auto;
    margin-top:15px;
}

.tls .u-nlst {
    overflow: hidden;
    background: #fff;
    border-radius:15px;
    -webkit-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 3px 15px -3px rgba(0,0,0,0.3);
    box-shadow:0px 3px 15px -3px rgba(0,0,0,0.3);
}

.tls .u-nlst ul {
    height: auto;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.tls li.n-open::after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-bottom:1px solid;
    border-left:1px solid;
    background:#fff;
    border-color:#d4d4d4;
    position:absolute;
    left:20px;
    top: 60px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    z-index:-1;
}

.tls li i {
    position:relative;
    display:block;
    color:#fff;
    line-height:47px;
    height:50px;
    border:2px solid #fff;
    border-radius: 25px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}

.tls i {
    cursor:pointer;
}
.tls i {
    text-indent:-9999px;
}

.tls i.nlst {
    width:50px;
    background-size:30px;
    background-position:center;
    background-repeat:no-repeat;
}


.tls i.nlst {
    background-image:url(/img/ico_l.svg);
}

.tls .n-open i.nlst {
    background-image:url(/img/ico_l_s.svg);
    background-color:#f5f5f5;
}

.tls li.n-nlst ul li {
    width:100%;
    text-align:left;
    position:relative;
    height:46px;
    line-height:46px;
    padding:0 90px 0 50px;
    border-style:solid;
    border-color:#d4d4d4;
    border-width:0 0 1px 0;
    white-space:nowrap;
}

.tls li.n-nlst ul li:first-child {
    border-radius:15px 15px 0 0;
}

.tls li.n-nlst ul li:last-child {
    border-radius:0 0 15px 15px;
    border-width:0;
}

.tls li.n-nlst a.nte {
    position:absolute;
    width:24px;
    height:24px;
    top:11px;
    border-radius:50px;
    background:#fff;
    border:1px solid #999;
}


.tls li.n-nlst a.nte {
    left:15px;
}

.tls li.n-nlst a.nte:hover {
    background:#f1f1f1;
}

.tls li.n-nlst a.n-actv, .tls li.n-nlst a.n-actv:hover {
    border-color:#333;
    background:#999;
}

.tls li.n-nlst a.f-actv, .tls li.n-nlst a.f-actv:hover {
    border-color:#d84b4b;
    background:#ff9191;
}

i.prv, i.nxt {
    width:50px;
    margin-top:25px;
    background-position:center;
    background-size:20px;
    background-repeat:no-repeat;
}

i.prv {
    background-image:url(/img/ico_prv.svg);
}

i.nxt {
    background-image: url(/img/ico_nxt.svg);
}

.tls li i.ldr {
    width:16px;
    top:0;
    right:15px;
    position:absolute;
    background-size:16px;
    background-position:center;
    background-repeat:no-repeat;
    background-image: url(/img/ico_ldr.svg);
    border:none;
    height:46px;
}
.u-icn {
    background-image:url(/img/ico_star.png);
    background-repeat:no-repeat;
    background-position:right 2px;
    background-size: 15px;
    padding: 0 26px 0 0;
}

.toolbar {
    margin-top: 30px;
    width:  100%;
    border-top: 1px solid #ccc;
}

.toolbar a {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #000;
    padding: 12px 18px;
    border-radius: 50px;
    float: right;
}

.toolbar a:hover {
    background: #000;
    color: #fff;
}

.blur, .blur .c-wrp {
    overflow: hidden;
}

.blur .c-wrp::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    background: transparent;
    z-index: 1;
}

.blur .n-wrp {
    position: absolute;
    top: 0;
    z-index: 2;
}

.blur .t-wrp {
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform:         translateX(-50%);
    min-height: 190px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.blur .t-row {
    padding-top: 70px;
}

.blur .r-nav {
    top: 70px;
}

.blur main {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.blur .b a {
    cursor: text;
}

.blur .b span {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.blur .b a:hover {
    color: #ddd;
    background: inherit;
}

.blur .b.active a:hover {
    color: #fff;
    background: #000;
}

section.prgrs {
    font-size: 16px;
    padding: 30px;
    color: #444;
}

section h1 {
    letter-spacing: 1px;
    position: relative;
    padding: 30px;
    color: #6a6a6a;
}

section h2 {
    font-size: 62px;
    padding-bottom: 10px;
}

section h1::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 30px;
    background: #d9d9d9;
    left: 0;
    top:50%;
    margin-top: -15px;
}

.progressbar {
    margin-top: 6px;
    position: relative;
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}

.progress {
    position: absolute;
    top:0;
    left: 0;
    height: 8px;
    background: #94d228;
}

.red span {
    color: #db2a2a;
    font-size: 30px;
}

.red .progress {
    background: #db2a2a;
}

.chrts {
    display: table;
    width: 100%;
}

.chrts li {
    text-align: center;
    vertical-align: top;
    display: table-cell;
    width: calc(100%/4);
    color: #999999;
}

.label {
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

.chrt {
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.c-data {
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    padding: 0 15%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-data .rows {
    width: 100%;
    display: table;
    padding: 5px 0;
}

.c-data .rows:last-child {
    border-top: 1px solid #efefef;
    padding: 8px 0 0;
}

.c-data .col {
    display: table-cell;
    width: calc(100%/2);
}

.c-data span {
    font-weight: bold;
    font-size: 26px;
}

.c-data .label {
    font-size: 9px;
}

.c-data .mail {
    color: #63c8ee;
}

.c-data .code {
    color: #333;
}

.c-data .demo {
    color: #00FA9A;
}

.font-old-standard {
  font-family: 'Old Standard TT', serif;
}
.not-ready {
    opacity: 0.5;
}

/*bootstrap*/
@media print {
    .hidden-print {
        display: none !important;
    }
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav.nav-tabs {
    font-size:20px;
    padding-left:10px;
}
.tabs-x .tab-content { margin-top:30px; }
.notice .close {
    position: absolute;
    top: 10px;
    margin-right: 50px;
}
#imgRight, #imgLeft {
    background:white;
}
/*.pdf-container {*/
    /*background: white;*/
/*}*/
.bggray {
    background: #bbb9b9 !important;
}
.zoom .media{ bottom: 0; display: block; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.transition{
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}

.hidden {
    display: none !important;
}

#redeem-popup-content {
    width: 450px;
}
#redeem-popup-content .modal-content {
    width: 450px;
}
.redeem-code-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.redeem-code-popup .close-btn :hover {
    cursor: pointer;
}
.redeem-code-popup .buttons {
    margin-top: 45px;
    text-align: center;
}
.redeem-code-popup .buttons .btn-black {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #867874;
    border-radius: 20px;
}
.redeem-code-popup .buttons .btn-gray {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 20px;
}
.redeem-code-popup .redeem-header {
    margin-top: 20px;
    text-align: center;
}
.redeem-code-popup .redeem-header h1 {
    font-size: 36px;
    line-height: 43px;
}
.redeem-code-popup .redeem-header label {
    margin-top:30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}
.redeem-code-popup .redeem-header input {
    margin-top: 10px;
    background: rgba(228, 225, 220, 0.53);
    border: 1px solid #867874;
    box-sizing: border-box;
    border-radius: 8px;
    height: 33px;
    width: 249px;
}
.redeem-code-popup .redeem-header .error {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #D50E1A;
}

/* modal */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.modal-form {
    margin-bottom: 0;
}

#manageaddaccount-is_company {
    display: flex;
    justify-content: space-around;
}

#log-p .accounts-choose-page h1{
    font-family: 'Zesta';
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}
#log-p .accounts-choose-page .alert-success {
    background: #E0F3E5;
    border: 1px solid #188752;
    color: #188752;
}
#log-p .accounts-choose-page li.created {
    background: #E0F3E5;
}
#log-p .accounts-choose-page .alert {
    border-radius: 20px;
    padding: 10px 20px;
    font-family: 'Volte';
    font-weight: 500;
    font-size: 14px;
}
#log-p .accounts-choose-page {
    margin-top: 100px;
    text-align: left;
}

.account-choose-logo {
    position: absolute;
    top: 50px;
    left: 65px;
}

.accounts-list  {
    margin-top: 20px;
}
.accounts-list li:first-child {
    border-top: 1px solid #E4E1DC;
}
.accounts-list {
    height:380px;
    overflow-y: scroll;
}
.accounts-list li {
    height:95px;
    padding: 20px 10px;
    border-bottom: 1px solid #E4E1DC;
}
.accounts-list li a .account-logo {
    margin-right: 10px;
}
.accounts-list li a .account-role {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.accounts-list li a .account-name {
    font-family: 'Volte';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.accounts-list li a {
    text-decoration: none;
    display: flex;
}

.add-account-company-fields {
    border-top: 1px solid #E4E1DC;
    padding-top: 15px;
}

#edit-popup-content {
    width: 520px;
}
#edit-popup-content .modal-body {
    max-height: 700px;
    overflow-y: auto;
}
.account-edit-popup input {
    font-family: Volte;
}
.account-edit-popup {
    color: #000000;
    padding: 0 30px;
    font-family: Volte;
}
.account-edit-popup .buttons-bottom {
    margin-top: 25px;
    text-align: right;
}
.account-edit-popup h1 {
    text-align: center;
    font-family: 'Zesta';
    font-weight: 500;
    font-size: 22px;
}
.account-edit-popup h2 {
    font-family: 'Volte';
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #E4E1DC;
}
.account-edit-popup dl dt {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    opacity: 0.5;
    padding-top: 15px;
}
.account-edit-popup .sub-header-content {
    padding: 0 15px;
}
.account-edit-popup .form-field {
    padding-top: 15px;
}
.account-edit-popup dl {
    margin-bottom: 0;
}
.account-edit-popup .form-field input {
    background: #FFFFFF;
    border: 1px solid #E4E1DC;
    width: 238px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.account-edit-popup .form-field label {
    font-weight: 400;
    font-size: 14px;
    opacity: 0.5;
    display: block;
    font-family: Volte;
}
.account-edit-popup .btn-black {
    text-transform: uppercase;
}
.account-edit-popup .profile-edit-form .error-summary div {
    text-align: left;
    font-family: 'Volte';
    font-weight: 500;
    font-size: 14px;
    color: #B6151F;
    margin-bottom: 10px;
}
.account-edit-popup .profile-edit-form .error-summary ul {
    list-style: none;
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    color: #B6151F;
    padding: 0;
    margin: 0;
}
.account-edit-popup .btn {
    border-radius: 19px;
    min-width: 75px;
    height: 25px;
    padding: 4px 0;
    font-family: Volte;
}
.account-edit-popup .validation-error {
    border-color: red !important;
}


.account-confirm-popup .main-container a {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
}
.account-confirm-popup {
    text-align: center;
    color: #000000;
    font-family: Volte;
}
.account-confirm-popup h1 {
    margin-bottom: 30px;
    font-family: 'Zesta';
    font-weight: 500;
    font-size: 22px;
}
.account-confirm-popup .next-button {
    margin: 20px 0;
}
.account-confirm-popup .btn {
    border-radius: 19px;
    font-family: Volte;
    min-width: 186px;
    min-height: 37px;
    font-size: 16px;
    margin: 0;
}
.account-confirm-popup .error {
    color: red;
    margin-bottom: 10px;
}
.account-confirm-popup .info-text {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
.account-confirm-popup input {
    background: #FFFFFF;
    border: 1px solid #E4E1DC;
    border-radius: 19px;
    padding: 10px;
    width: 274px;
    height: 40px;
    font-family: Volte;
}

/* success modal */
#success-modal {
    width: initial;
}
#success-modal .modal-dialog {
    width: 390px;
}
.success-popup .message h1 {
    font-family: 'Zesta';
    font-weight: 500;
    font-size: 22px;
}
.success-popup .message div {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0;
    line-height: 17px;
    opacity: 0.5;
}
.success-popup .message {
    text-align: center;
}
.success-popup .buttons .btn {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    border-radius: 19px;
}
.success-popup .buttons {
    margin-top: 10px;
    text-align: center;
}

.modal-body .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

#add-account-form {
    width: 470px;
    margin-top: 60px;
}
#add-account-form .custom-radio-button input {
    margin-right: 10px !important;
}
#add-account-form .vat-number input {
    margin-left: 15px !important;
}
#add-account-form .custom-radio-button input[type="radio"]:disabled::before {
    box-shadow: none !important;
}
#add-account-form .custom-radio-button input[type="radio"]:disabled {
    background-color: #999999 !important;
}
#add-account-form .custom-radio-button input[type="radio"]::before {
    width: 8px;
    height: 8px;
}
#manageaddaccount-role svg {
    margin-left: 5px;
}
.tooltip{
    width:400px;
    position:absolute;
    z-index:1070;
    display:block;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    line-break:auto;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    font-size:12px;
    filter:alpha(opacity=0);
    opacity:0
}
.tooltip.in{
    filter:alpha(opacity=90);
    opacity:.9
}
.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right{
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}
.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#ffffff
}
.tooltip.top-left .tooltip-arrow{
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip-inner{
    max-width:330px;
    padding:3px 8px;
    color:#000000;
    text-align:center;
    background-color:#ffffff;
    border-radius:4px;
    font-size: 14px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}



#add-account-form .error input {
    border-color: red;
}
#add-account-form .required {
    display: flex;
}
#add-account-form .error:before {
    color: red;
}
#add-account-form .required:before {
    content: "* ";
    display: inline;
    font-size: 35px;
    line-height: 62px;
    height: 40px;
}
#add-account-form .info-text {
    font-family: 'Volte';
    font-weight: 400;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#log-p .pge-f #add-account-form input {
    width: 275px;
    margin: 0 auto;
    background: #ffffff;
}
#log-p .pge-f #add-account-form input[type="submit"] {
    text-transform: none;
    width: 182px;
    font-size: 15px;
    padding: 0;
    background: #000000;
    margin: 15px 0;
    height: 37px;
    letter-spacing: normal;
}
#add-account-form .field  {
    width: 310px;
    margin: auto;
    margin-bottom: 14px;
}
#account-type-field label {
    line-height: 25px;
}
#account-type-field {
    width: 100%;
}
#add-account-form h1 {
    font-family: 'Zesta';
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.alert {
    padding: 20px;
    background-color: #04AA6D;
    color: white;
    border: 1px solid green;
    margin: 10px 0;
}

#logout-menu {
    position: absolute;
    top: 50px;
    right: 65px;
}
#logout-menu:hover {
    cursor: pointer;
}
#logout-menu .logout-submenu li  {
    padding: 5px 20px;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    text-align: center;
}
#logout-menu .logout-submenu li a {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}
#logout-menu .logout-submenu {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 60px;
    text-align: right;
    right: 0;
    z-index: 11;
}
#logout-menu svg {
    transform: rotate(-180deg);
}
#logout-menu.open svg {
    transform: rotate(0deg);
}
#logout-menu span {
    line-height: 90px;
    font-size: 16px;
    text-decoration-line: underline;
    margin-right: 10px;
}
.expired h3, .expired h4 {
    color: #767676;
}