@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700);@media (max-width: 991px) {
    .logo {
        left: 35% !important;
    }
}

@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: normal;
    font-style: italic;
}

/*select2*/.select2-container {
    z-index: 9;
	max-width:100%;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle; }.select2-container--open {
    z-index: 999; }.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 43px;
	-ms-user-select: none;
	    user-select: none;
	-webkit-user-select: none; }.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	font:13px/22px Arial, Helvetica, sans-serif;
	white-space: nowrap; }.select2-container .select2-selection--single .select2-selection__clear {
	position: relative; }.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;
    padding:0 50px 0 0;
	-ms-user-select: none;
	    user-select: none;
	-webkit-user-select: none; }.select2-container .select2-selection--multiple .select2-selection__rendered {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }.select2-container .select2-search--inline {
    float:left;
}.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 12px;
	padding: 0; }.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; }.select2-dropdown {
	background-color: white;
	border: 1px solid #ccc;
	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 {
	font:13px/22px Arial, Helvetica, sans-serif;
	padding: 6px;
	-ms-user-select: none;
	    user-select: none;
	-webkit-user-select: none; }.select2-results__option[aria-selected] {
	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;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important; }.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc; }.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #555;
	line-height: 43px; }.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold; }.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #aaa; }.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 0;
	width: 50px;
	border-left: 1px solid #ccc;}.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 .select2-selection--multiple:before {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    width: 50px;
    border-left: 1px solid #ccc;
    z-index:2; }.select2-container .select2-selection--multiple:after {
    content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 21px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;}.select2-container.select2-container--open .select2-selection--multiple:after {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}.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 {
    position:relative;
	background-color: white;
	border: 1px solid #ccc; }.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 19px 11px 5px;
    position:relative;
	width: 100%; }.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none; }.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	position:absolute;
    top:50%;
    right:0;
    color: #aaa;
	margin-top: -9px;
	float: left; }.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
    position:absolute;
    top:50%;
    right:0;
    z-index:2;
	font-weight: bold;
	margin: -9px 5px 0 0; }.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: default;
    float:left;
	margin: 10px 5px 0 0;
	padding: 0 5px; }.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px; }.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333; }.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right; }.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__remove {
	margin-left: 2px;
	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 #ccc; }.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 1;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    width: auto !important;
}.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder{
    color:#aaa; }.select2-container--default .select2-search--inline .select2-search__field::placeholder{
    color:#aaa; }.select2-container--default .select2-results > .select2-results__options {
	max-height: 204px;
	overflow-y: auto; }.select2-container--default .select2-results__option[role=group] {
	padding: 0; }.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999; }.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--highlighted[aria-selected] {
	background-color: #5c5c5c;
	color: white; }.select2-container--default .select2-results__option--highlighted[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
    /*background-color: #ddd;*/
    background: none;
    color: #ccc;
    pointer-events: none;
    cursor: default;
}.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px; }.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0); }.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb; }.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 43px; }.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px; }.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #aaa; }.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', 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 #ccc;
	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 #5897fb; }.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: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', 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: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 255, 255, 1)', GradientType=0); }.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: text;
	outline: 0; }.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb; }.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px; }.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 #ccc;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px; }.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px; }.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555; }.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right; }.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__remove {
	margin-left: 2px;
	margin-right: auto; }.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb; }.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 #ccc;
	outline: 0; }.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none; }.select2-container--classic .select2-dropdown {
	background-color: white;
	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[role=group] {
	padding: 0; }.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey; }.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white; }.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px; }.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb; }/*end select2*//* simple scroll */.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}.ss-content {
    height: 100%;
    padding:30px 38px 0 30px;
    position: relative;
    margin:0 -18px 0 0;
    overflow: auto;
    box-sizing: border-box;
}.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, .1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}.ss-hidden {
    display: none;
}.ss-container:hover .ss-scroll {
    opacity: 1;
}.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}/*end simple scroll */.form {
    padding:20px 21px 33px;
    background: #fff;
    box-shadow:0 0 2px rgba(0, 0, 0, .2)
}.form__title{
    font: 25px/25px muli, Arial, Helvetica, sans-serif;
    color: #262626;
    margin: 0 0 25px; }.form__row{
    margin: 0 0 25px; }.form__row--no-indent{
    margin: 0; }.form__row--top-indent{
    margin-top: 50px; }.form__label{
    display: block;
    font: bold 13px/22px muli, Arial, Helvetica, sans-serif;
    color: #555;
    margin: 0 0 3px; }.form__textarea, .form__input{
    display: block;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 10px 10px 9px;
    font: 13px/22px muli, Arial, Helvetica, sans-serif;
    color: #555;
    background: #fff;
    border: 1px solid #c7c7c7;
    position: relative;
    -webkit-appearance: none; }.login .form__textarea, .login .form__input{
    height: 34px;
    line-height: 1; }.form__textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder{
    color: #aaa;
    opacity: 1; }.form__textarea::placeholder, .form__input::placeholder{
    color: #aaa;
    opacity: 1; }.form__textarea[:disabled], .form__input[:disabled]{
    background: #eee;
    cursor: default;
    pointer-events: none; }.form__textarea.input-validation-error, .form__input.input-validation-error{
    border-color: #dd0a2d;
    box-shadow: 0 0 5px #dd0a2d;
    outline-color: #dd0a2d; }.form__textarea{
    max-width: 100%;
    height: 149px;
    overflow: auto; }.form__required{
    color: #dd0a2d; }.form__clear{
    color: #555;
    position: absolute;
    top: 41px;
    right: 30px;
    cursor: pointer; }.form__clear._clear-avatar{
    right: -8px;
    top: -7px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5); }.validation-summary-errors{
    color: #dd0a2d;
    padding:0 0 0 21px;
    margin:0 0 25px;
}.validation-summary-errors ul{
    margin:0;
    padding:0; }.check{
    margin:0;
}.form .check {
    margin: 0; }@media (max-width: 900px) {.check{
        margin: 0 0 19px; }
    }.check__label{
    position: relative;
    margin: 0; }.check__box{
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -1; }.check__box[disabled] ~ .check__fake-label{
    opacity: 0.5; }.check__fake-input{
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #c7c7c7;
    margin: 0 13px 0 0;
    position: relative;
    color: #333; }.check__fake-input .svg-icon{
    display: none; }.check__box:checked ~ .check__fake-input .svg-icon{
    display: block;
    left: 5px;
    position: absolute;
    top: 5px; }.check__box[disabled] ~ .check__fake-input .svg-icon{
    opacity: 0.5; }.input-validation-error .check__fake-input{
    border-color: #dd0a2d;
    box-shadow: 0 0 5px #dd0a2d; }.check__fake-label{
    font-size: 13px;
    line-height: 26px;
    display: block;
    overflow: hidden;
    font-weight: normal; }.check__area{
    padding: 10px 39px; }.google-login {
    cursor: pointer;
    padding: 8px 10px;
    font: 13px/16px muli, Arial, Helvetica, sans-serif;
    color: #aaa;
    background: #fff;
    border: 1px solid #c7c7c7
}.google-login:hover{
    color: #555; }.google-login__image{
    display: inline-block;
    vertical-align: top;
    margin: -5px 3px -5px 0; }.google-login__image img, .google-login__image svg{
    vertical-align: top; }.google-login-error{
    margin:20px 0 0;
    color: #dd0a2d;
}*{
    box-sizing: border-box;
}@font-face {
  font-family: 'icomoon';
  src: url(/build/c5c06d4cc579bac66ade7fb1eaec3a9e.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-calendar:before {
  content: "\E916";
}.icon-arrow-left:before {
  content: "\E900" !important;
  transform:rotate(90deg);
}.icon-arrow-right:before {
  content: "\E900" !important;
  transform:rotate(-90deg);
}.icon-close:before {
  content: "\E903" !important;
}.icon-print:before {
  content: "\E90A";
}._hide {
	display: none !important;
}._for-desktop{
    display:none !important;
}@media (min-width: 992px){
    ._for-mobile{
        display:none !important;
    }

    ._for-desktop{
        display:block !important;
    }
}html, body{
    height:100%;
}html {
    -ms-overflow-style:scrollbar;
}._menu-expanded body{
}@media (max-width: 991px) {._menu-expanded{
        overflow: hidden; }
    }@media (max-width: 991px) {._menu-expanded body{
        overflow: hidden; }
        }._aside-expanded body{
}@media (max-width: 991px){._aside-expanded{
        overflow: hidden; }
    }@media (max-width: 991px){._aside-expanded body{
        overflow: hidden; }
        }body{
    margin:0;
    background:#fff;
    font: 14px/1.3 muli, Arial, Helvetica, sans-serif;
    color: #555;
}body > form{
    height:100%; }@media  (max-width: 991px) {._menu-expanded body{
        height: 100%;
        width: 100%; }
    }a{
    color:#5776f9
}a:hover, a:active, a:focus{
    color: #5776f9; }h1{
    font-weight:bold;
    font-size:18px;
    line-height:1.4em;
    margin:0 0 17px;
}h2{
    font-weight:bold;
    font-size:16px;
    line-height:1.4em;
    margin:0 0 17px;
}h3{
    font-weight:bold;
    font-size:15px;
    line-height:1.4em;
    margin:0 0 15px;
}h4{
    font-weight:normal;
    font-size:14px;
    line-height:1.4em;
    margin:0 0 15px;
}h6, h5{
    font-weight:normal;
    font-size:13px;
    line-height:1.4em;
    margin:0 0 15px;
}img{
    vertical-align:top;
}.centring{
    max-width:1552px;
    padding:0 15px;
    margin:0 auto;
    width:100%;
    position:relative
}@media  (max-width: 991px) {.centring{
        position: static; }
    }.holder {
    padding: 0 0 0 305px;
    -ms-flex-positive: 1;
        flex-grow: 1;
}#header .holder{
    padding:15px 0 15px 305px }@media  (max-width: 991px) {.holder{
        padding: 0; }
    }@media (min-width: 1200px) {.holder{
        padding-left: 330px; }
    }@media  (max-width: 991px) {#header .holder{
        padding: 0; }
        }@media (min-width: 1200px) {#header .holder{
        padding-left: 330px; }
        }.holder:after{
    content: '';
    display: block;
    clear: both; }.flex{
    display:-ms-flexbox;
    display:flex
}.flex._f-center{
    -ms-flex-align: center;
        align-items: center; }.svg-icon {
    vertical-align:top;
}.svg-sprite path {
    fill: currentColor;
}#wrapper {
    width:100%;
    overflow:hidden;
    padding:70px 0 0;
    opacity:1;
    position:relative;
    left:0;
    min-height:100%;
    background:#f6f6f6;
}._with-sub-nav #wrapper{
    padding-top:162px }._with-sub-nav._with-subtitle #wrapper{
    padding-top:181px }@media  (max-width: 991px) {#wrapper{
        padding: 60px 0 0; }
    }@media  (max-width: 991px) {._with-sub-nav #wrapper{
        padding-top: 130px; }
        }@media  (max-width: 991px) {._with-sub-nav._with-subtitle #wrapper{
        padding-top: 149px;
        padding-top: 249px; }
        }#wrapper._loading *{
    visibility: hidden;
    opacity: 0; }#wrapper._loading #header, #wrapper._loading #header *, #wrapper._loading #sidebar, #wrapper._loading #main{
    opacity: 1;
    visibility: visible; }#sidebar {
    position:fixed;
    top:70px;
    left:20px;
    width:283px;
    height:calc(100vh - 70px);
    z-index:11;
    border-right:1px solid #f6f6f6;
}/* disable animation while browser is resizing */.resize-active #sidebar {
    transition:none !important; }@media  (max-width: 991px) {#sidebar{
        top: 0;
        left: 0;
        bottom: 0;
        transform: translate(-100%, 0);
        width: 100%;
        height: auto;
        transition: transform linear 250ms;
        z-index: 9999;
        border: 0; }._menu-expanded #sidebar{
        transform: translate(0, 0); }
    }@media  (min-width: 992px){#sidebar .search{
        display: none; }#sidebar::after{
        position: absolute;
        top: 0;
        left: -9999px;
        right: 0;
        bottom: 0;
        background: #fff;
        content: ''; }
    }@media (min-width: 1552px){#sidebar{
        left: calc(50% - 755px); }        
    }#sidebar:before{
    content: '';
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAB4CAMAAACATE3ZAAAATlBMVEUAAADl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eVX7iFCAAAAGXRSTlMAM8zStPCm4Vr7kBjECtW+uKAjsX5FLoFR8qv8zgAAANlJREFUeNrt2ksOgkAQRdESBPn/QWv/GzXRmSEqgYYC7tnBTSc9eCkBAABHMlS6teAuCyjVgF7m89WAiBBCXggh5A+eGvCQ+aJYN1fksoDmsrlcAAAAAADAp6HUpcVhKuvL1IFa1ndTB67yEyGEEPIdIYcPqdSBRNbXlLEuLGhTAQAAAAAAMzUj68Mux/lWx+1unPd1zA5nLkIIeSOEkL2EJOpeJyvIk8xzK+u4fQcAAAAAYLpLpubEdSqTFWpRIpMFalFIiDGEWHPmkMN8v73FJ/G5SQcA4NyesiLQmJSCooMAAAAASUVORK5CYII=') no-repeat 50px 50px;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    z-index: 2; }._loading #sidebar:before{
    opacity: 1;
    visibility: visible; }.sidebar-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px
}.sidebar-close:hover, .sidebar-close:active, .sidebar-close:focus{
    color: #fff;
    text-decoration: none; }#header {
	position:fixed;
	z-index:13;
	top:0;
	left:0;
	right:0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background: #5776f9;
	padding:0;
}.bulletin_expanded #header{
    position:absolute;/* IE11 fix */ }#header .header__right {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }@media  (max-width: 991px) {#header{
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        min-height: 60px; }#header .search, #header .header__right{
        display: none; }#header:before{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5776f9;
        z-index: 12;
        content: ''; }
    }@media  (min-width: 992px) {#header{
        min-height: 70px; }
    }.logo {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 16px 0;
    z-index: 13
}@media  (max-width: 991px){.logo{
}.logo{
        left: 50%;
        margin: 0 0 0 -10px;
        padding: 8px 0; }
    }#main{
    width:100%;
    padding:20px 0;
    position:relative;
    min-height:190px;
 }.bulletin_expanded #main{
    z-index:999; }@media  (max-width: 991px) {#main{
        padding: 0 0 46px;
        overflow: visible;
        position: static; }._menu-expanded #main{
        visibility: hidden; }
    }@media (min-width: 1200px){#main{
        padding-top: 47px; } 
    }#main::before{
    content: '';
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ4AAAI3AQMAAABQ4iceAAAABlBMVEUAAADl5eX5J7raAAAAAXRSTlMAQObYZgAAAKRJREFUeNrt2TEKwzAQRUHfLEfT1XKklC4MG3AaxcSIJBi00kz9KrGq/lJity7n4mWTSCSpkhLvJFcmnR+DpPFJaqvkn+QWu8dpAowmWjbJ7wlXKvHRvUpC8mXSfl0AAADGZ3yWSEZNetphp0x6OgaJ8dn4DNSMz0kSjozPWRLjMwAAwMSMzxLJqElPO+yUSU/HIDE+G5+BmvE5ScKR8TlLUprJE4Dzhbh7L2IZAAAAAElFTkSuQmCC') no-repeat 25px 25px;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }._loading #main::before{
    opacity: 1;
    visibility: visible; }@media  (min-width: 600px){#main::before{
        background: #fff
            url('data:image/png;base64,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') no-repeat 25px 25px; } }@media  (min-width: 992px){#main::before{
        top: 0;
        background-position: 530px 50px; } }.tabset{
    transition:opacity 0.6s ease;
    opacity:1;
}._loading .tabset{
    opacity:0; }.content {
}.content__loader{
    margin: 0 0 44px; }.content:not(._central-feed) {
    padding:26px 20px 10px;
    background: #fff;
    box-shadow:0 0 2px rgba(0, 0, 0, .2);
}.content:not(._central-feed) .btn{
}@media  (max-width: 991px){.content:not(._central-feed){
        margin: 0 -15px;
        padding: 26px 15px 10px; }
    }@media  (max-width: 991px){.content:not(._central-feed) .btn{
        display: none; }
        }.content:not(._central-feed)__loader{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -25px;
    z-index: 9999;
    width: 50px;
    height: 50px; }.alertify .ajs-modal .ajs-commands{
    top:0;
    margin:10px 6px 0 0; }.alertify .ajs-header{
    background: none;
    font-size:16px;
    padding:16px 48px 16px 20px;
    min-height:52px; }.alertify .ajs-footer{
    background: none;
    border: 0;
    padding:4px 6px 26px; }.alertify.ajs-closable .ajs-commands button.ajs-close{
    vertical-align: top;
    background: none;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #333;
    width: 30px;
    height: 30px;
    padding: 6px;
    margin: 0;
    transition: all linear 0.3s; }.alertify.ajs-closable .ajs-commands button.ajs-close:before{
    content: "\E903" !important; }.alertify.ajs-closable .ajs-commands button.ajs-close:hover{
    color: #000;
    text-shadow: 0 0 1px #000; }.alertify .ajs-footer .ajs-buttons .ajs-button {
    background: #fff;
    color: #555;
    border: 1px solid #8f8f8f;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    font: bold 12px/17px muli, Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 6px 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 15px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    min-height: 0 }.alertify .ajs-footer .ajs-buttons .ajs-button:hover, .alertify .ajs-footer .ajs-buttons .ajs-button:active, .alertify .ajs-footer .ajs-buttons .ajs-button:focus{
    border-color: #261d43;
    color: #261d43;
    text-decoration: none; }.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{
    background: #261d43;
    border-color: #261d43;
    color: #fff; }.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover, .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:active, .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus{
    background-color: #5c5672;
    color: #fff;
    border-color: #5c5672; }.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus, .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:active, .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus:active{
    box-shadow: 0 0 4px #5c5672;
    outline: 0; }.alertify .ajs-footer .ajs-buttons .ajs-button[disabled]{
    opacity: 0.8;
    cursor: default;
    pointer-events: none; }.alertify .ajs-footer .ajs-buttons .ajs-button:focus, .alertify .ajs-footer .ajs-buttons .ajs-button:active, .alertify .ajs-footer .ajs-buttons .ajs-button:focus:active{
    box-shadow: 0 0 4px #8f8f8f;
    outline: 0; }.alertify .ajs-footer .ajs-buttons, .alertify .ajs-footer .ajs-buttons.ajs-auxiliary{
    float: none;
    text-align: right;
    padding: 0 10px; }.btn{
    background: #fff;
    color: #555;
    border:1px solid #8f8f8f;
    border-radius:20px;
    display: inline-block;
    vertical-align: top;
    font: bold 12px/17px muli, Arial, Helvetica, sans-serif;
    height:30px;
    margin: 0 6px 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 6px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-transform:uppercase;
    cursor:pointer;
    -webkit-appearance: none
}.btn:hover{
    border-color: #261d43;
    color: #261d43;
    text-decoration: none; }.btn.pull-right{
    margin-left: 20px; }.btn._disabled{
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }.btn._submit{
    background: #261d43;
    border-color: #261d43;
    color: #fff; }.btn._submit:hover{
    background-color: #5c5672;
    color: #fff;
    border-color: #5c5672; }.btn._submit:focus, .btn._submit:active, .btn._submit:focus:active{
    box-shadow: 0 0 4px #5c5672;
    outline: 0; }.btn-holder{
    padding: 8px 17px; }.btn:focus, .btn:active, .btn:focus:active{
    box-shadow: 0 0 4px #8f8f8f;
    outline: 0; }.link{
}.link__back{
    display: inline-block;
    color: #555;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    font: 13px/20px muli, Arial, Helvetica, sans-serif;
    text-transform: uppercase; }.link__back .svg-icon{
    position: absolute;
    top: 50%;
    left: -3px;
    margin: -10px 0 0; }.link__back:hover, .link__back:active, .link__back:focus{
    color: #555; }.top {
    position: fixed;
    bottom: 0;
    left: 19px;
    background: #555;
    border-radius: 5px 5px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 41px;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
    transition: opacity 0.3s ease;
}._notifications-expanded .top, ._notifications-expanded .top._visible, ._aside-expanded .top, ._aside-expanded .top._visible{
    opacity: 0;
    z-index:-1; }@media (min-width: 992px) {.top{
        left: 229px; }
    }@media (min-width: 1552px) {.top{
        left: calc(50% - 546px); }
    }.top._visible{
    z-index: 200;
    opacity: 1; }.top:after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    margin: -2px 0 0 -7px;
    content: ''; }.avatar{
    width: 60px;
    min-width:60px;
    height: 60px;
    margin: 0 20px 3px 0;
    position: relative;
}.avatar img{
    overflow: hidden;
    border-radius:50%; }.feed__list .avatar{
    width:35px;
    min-width:35px;
    height:35px;
    margin:0 11px 3px 0; }.comments__list .avatar, .comments .avatar{
    float:left;
    margin:7px 0 0; }._inner .avatar{
    margin:0;
    width: 30px;
    min-width:30px;
    height: 30px; }.comments ._inner .avatar{
    margin:0 0 15px; }.form .avatar{
    display:inline-block;
    margin: 0 10px 0 0;
    vertical-align:middle; }._details .feed__item-heading .avatar{
    width:35px;
    min-width:35px;
    height:35px;
    margin:0 11px 0 0; }._profile .avatar{
    width: 100px;
    height: 100px; }.avatar__profile{
    width: 90px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }.form .avatar__profile{
    margin: 0 20px 0 0; }@media (max-width: 991px){.avatar__profile{
        margin: 0;
        width: 45px;
        min-width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 2; } }@media (max-width: 991px){.form .avatar__profile{
        margin: 0 10px 0 0; } }.avatar--square img{
    border-radius: 0;
    overflow: visible; }.avatar__img{
    height: 100%;
    width: 100%;
    display: block; }.avatar__letter{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    font-size: 20px;
    text-transform: uppercase;
    color: #5776f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    overflow: hidden;
    border-radius: 50%; }.side-nav .avatar__letter{
    position: static;
    margin: 0 10px 0 -40px;
    border-radius: 50%;
    float: left;
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-weight: normal; }.side-nav__link:hover .avatar__letter, .users-table__tbody .users-table__row:hover .avatar__letter{
    background: #eee; }.ellipsis{
    color: #555 !important;
	width: 15px;
    position:absolute;
    display:none;
}._isTruncated .ellipsis{
    display:inline; }.ellipsis:hover{
    text-decoration: none; }.ajs-footer {
    overflow: hidden;
}/*pin-info*/.pin-info .icon-close {
    display:none; }.pin-info .form__input{
    max-width:50%; }.pin-info .form__clear{
    right:50%;
    margin:0 -3px 0 0; }.pin-info__box{
    padding: 10px 39px; }.pin-info__text{
    display: block;
    margin: 0 0 10px;
    line-height: 22px; }.pin-info__holder{
    position: relative;
    padding: 0 0 0 39px; }/*end pin-info*//* emoji styles */.ql-toolbar button{
}.ql-toolbar button:before{
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto; }.ql-toolbar.ql-snow{
    position: relative; }.ql-toolbar.ql-snow .ql-formats{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -3px; }.emoji{
    position:absolute;
    bottom:100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index:9999;
    width:262px;
    margin:0 0 -10px;
    padding:10px 9px 9px 10px;
    overflow:hidden;
}.emoji .emoji-icon{
    width:32px !important;
    height:32px !important; }@media (max-width: 991px){.emoji{
        left: 50%;
        margin: 0 0 -10px -131px; }
    }.emoji__list{
    margin: -20px 0 0 -20px;
    padding: 0;
    list-style: none;
    overflow: hidden; }.emoji__list-item{
    float: left;
    width: 32px;
    height: 32px;
    margin: 20px 0 0 20px;
    cursor: pointer; }.ql-container .ql-editor img{
    margin:0 4px;
    vertical-align:top;
}/* end emoji styles *//* libs override styles */.ql-container .ql-editor {
    height:62px;
    padding:6px 10px;
    overflow-x:hidden;
    overflow-y:auto;
    font: 13px/22px muli, Arial, Helvetica, sans-serif;
    color: #555; }#description.ql-container .ql-editor{
    height:149px; }.ql-container .ql-tooltip {
    z-index:9999 }.ql-container .ql-tooltip.ql-editing, .ql-container .ql-tooltip.ql-flip{
    margin: 0 !important;
    top: -20px !important;
    left: 50% !important;
    transform: translateX(-50%); }.ql-container.input-validation-error{
    border-color: #dd0a2d;
    box-shadow: 0 0 5px #dd0a2d; }.dropzone {
    border-style:dashed !important;
    border-radius:10px !important;
    min-height: 0 !important;
    min-height:initial !important;
    border-width:1px !important;
    z-index:0;
    padding:15px 20px !important;
}.dropzone .dz-preview{
    max-width:120px; }.dropzone .dz-preview .dz-image{
    position:relative; }.dropzone .dz-preview .dz-image img{
    height: auto !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }.dropzone .dz-message{
    position:relative; }.dropzone .dz-message > span{
    position:relative;
    display:inline-block;
    padding:0 0 0 40px }.dropzone .dz-message > span:before{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZWZzLz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJJY29ucyB3aXRoIG51bWJlcnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIj48ZyBmaWxsPSIjMDAwMDAwIiBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjguMDAwMDAwLCAtNDMyLjAwMDAwMCkiPjxwYXRoIGQ9Ik03NjksNDQ2IEw3ODEsNDQ2IEw3ODEsNDQzIEw3ODMsNDQzIEw3ODMsNDQ2IEw3ODMsNDQ4IEw3NjksNDQ4IFogTTc2OSw0NDMgTDc3MSw0NDMgTDc3MSw0NDYgTDc2OSw0NDYgWiBNNzc4LDQzOCBMNzc4LDQ0NSBMNzc0LDQ0NSBMNzc0LDQzOCBMNzcyLDQzOCBMNzc2LDQzMyBMNzgwLDQzOCBaIE03NzgsNDM4IiBpZD0iUmVjdGFuZ2xlIDIxNyBjb3B5Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -6px;
    content: ''; }@media (max-width: 991px){.dropzone{
        max-width: 100%; }
    }.dropzone.dz-drag-hover{
    background: #eee; }.dropzone-holder{
    width: 100px;
    margin: 0 20px 0 0; }.js-lightbox-open {
    width:100%;
    height:100%;
    overflow:hidden;
}.js-lightbox-open .pswp{
    height:100vh; }.js-lightbox-open .pswp .block__video-iframe-player{
    position:static; }.js-lightbox-open .pswp__container{
    width: 100%;
    height: 100%; }.pswp{
    opacity: 0;
    transition: opacity ease-in 200ms
}.pswp[aria-hidden=true]{
    z-index: -1; }.pswp__button{
}.pswp__button--arrow--left, .pswp__button--arrow--right{
}.pswp__button--arrow--left:before, .pswp__button--arrow--right:before{
    font-size: 44px;
    color: #fff; }.pswp__button--arrow--left{
    left: 15px; }.pswp__button--arrow--right{
}.pswp__button--arrow--right:before{
    left: 50%;
    right: auto;
    margin: 0 0 0 -14px; }.pswp__button:before{
    background: none !important; }.pswp__counter{
    bottom: 0 !important;
    top: auto !important;
    left: 50% !important;
    margin: 0 0 0 -23px;
    opacity: 1; }.pswp__bg{
    opacity: 0.8; }@media  (max-width: 991px){.pswp__bg{
        opacity: 1 !important; } }.pswp__ui{
}.pswp__ui--hidden .pswp__top-bar{
    opacity: 1 !important; }.pswp__top-bar{
}@media  (max-width: 991px){.pswp__top-bar{
        background: none; } }.flatpickr {
}.flatpickr-input{
}.flatpickr-input:hover{
    cursor: pointer; }.flatpickr-day{
}.flatpickr-day.nextMonthDay{
    color: #393939; }.flatpickr__close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px; }.flatpickr__close:hover{
    cursor: pointer; }.flatpickr__close:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg); }.flatpickr__close:after{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg); }/* end libs override styles */.quill--custom .btn {
    margin:0 0 10px 20px }.quill--custom .ql-toolbar{
    border:0;
    margin:0 0 0 -10px;
    padding:0;
    text-align:right;
    -ms-flex:1;
    flex:1 }.quill--custom .ql-toolbar.ql-snow + .ql-container.ql-snow, .quill--custom .ql-container.ql-snow{
    margin:0;
    height:62px;
    padding:6px 10px; }._expanded .quill--custom .ql-toolbar.ql-snow + .ql-container.ql-snow, ._expanded .quill--custom .ql-container.ql-snow{
    border:0 !important; }.quill--custom .ql-toolbar.ql-snow + .ql-container.ql-snow .ql-editor, .quill--custom .ql-container.ql-snow .ql-editor{
    padding:0;
    height:50px; }.quill--custom .ql-toolbar button{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #d6d6d6;
    padding:5px;
    color:#333;
    background:#fff;
    margin:0 0 10px 10px;
    transition: background, color 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center }.quill--custom .ql-toolbar button:hover{
    color: inherit; }.quill--custom .ql-toolbar button.ql-active{
    color: #fff;
    background: #938ea1;
    border-color: #938ea1; }.quill--custom .ql-toolbar button:before{
    transition: background-image 0.3s; }@media  (max-width: 991px) {.quill--custom .btn{
        display: block; }
		}@media  (max-width: 599px){.quill--custom .btn{
        margin: 0 0 10px 8px; }
        }@media  (max-width: 991px) {.quill--custom .ql-toolbar{
        margin: 0 0 0 -9px; }
		}@media  (max-width: 991px) {.quill--custom .ql-toolbar button{
        margin: 0 0 8px 6px; }
		    }.quill--custom .ql-emoji{
}.quill--custom .ql-emoji:hover{
    border-color: #938ea1;
    background-color: #938ea1; }.quill--custom .ql-emoji:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/emoji-custom-hover.svg); }.ql-emoji svg {
    display:none; }.ql-emoji:before{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/App_Plugins/Core/Content/images/emoji.svg); }.ql-emoji:hover{
}.ql-emoji:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/emoji-hover.svg); }.quill--custom .ql-link{
}.quill--custom .ql-link:hover{
    border-color: #938ea1;
    background-color: #938ea1; }.quill--custom .ql-link:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/link-custom-hover.svg); }.ql-link svg {
    display:none; }.ql-link:before{
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/App_Plugins/Core/Content/images/link.svg); }.ql-link:hover{
}.ql-link:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/link-hover.svg); }.quill--custom .ql-formats ._upload{
}.quill--custom .ql-formats ._upload:hover{
    border-color: #938ea1;
    background-color: #938ea1; }.quill--custom .ql-formats ._upload:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/attachment-custom-hover.svg); }.ql-formats ._upload:before{
    content: '';
    width: 14px;
    height: 15px;
    background-image: url(/App_Plugins/Core/Content/images/attachment.svg); }.ql-formats ._upload:hover{
}.ql-formats ._upload:hover:before{
    background-image: url(/App_Plugins/Core/Content/images/attachment-hover.svg); }.quill--custom .ql-bold{
}.quill--custom .ql-bold:hover{
    color: #fff; }.ql-bold svg {
    display:none; }.ql-bold:before{
    font: 600 14px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    content: 'B';
    width: 20px;
    height: 20px;
    background-image: none; }.quill--custom .ql-italic{
}.quill--custom .ql-italic:hover{
    color: #fff; }.ql-italic svg {
    display:none; }.ql-italic:before{
    font: 600 italic 14px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    content: 'i';
    width: 20px;
    height: 20px;
    background-image: none; }.quill--custom .ql-underline{
}.quill--custom .ql-underline:hover{
    color: #fff; }.ql-underline svg {
    display:none; }.ql-underline:before{
    font: 600 14px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    content: 'U';
    width: 20px;
    height: 20px;
    background-image: none;
    text-decoration: underline; }.ql-mention-list-container{
    z-index:1001;
}.ql-mention-list-container{
    width: auto;
    min-width: 270px;
    max-width: 100%;
}.ql-mention-list-item{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}.mention{
    height:auto;
    width:auto;
    border-radius:0;
    background:none;
    padding:0;
    color: #5776f9;
    cursor:pointer
}.mention:hover{
    text-decoration: underline; }/* you can paste your custom css code here */
@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Khand', sans-serif;
    font-weight: normal;
    font-style: italic;
}

/*# sourceMappingURL=head_css.css.map*/