
@font-face{
    font-family: 'gmr-icons';
    src: url('../fonts/element.eot');
    src: url('../fonts/element.eot?iefix') format('eot'),
    url('../fonts/element.woff') format('woff'),
    url('../fonts/element.ttf') format('truetype'),
    url('../fonts/element.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

input {
    cursor: pointer;
}

h2 {
    margin-bottom: 0;
}

/* Icons */

[class*=" gmr-icon-"], [class^=gmr-icon-] {
    font-family: gmr-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroll-bar::-webkit-scrollbar {
  width: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background: #18ad88;
  border-radius: 10px;
} 

.gmr-icon-search:before {
    content: "\e778";
}

.gmr-icon-arrow-right:before {
    content: "\e6e0";
}

.gmr-icon-time:before {
    content: "\e71f";
}

.gmr-icon-close:before {
    content: "\e6db";
}

.gmr-icon-arrow-left:before {
    content: "\e6ea";
}

.gmr-icon-left:before {
    content: "\e6de";
}

.gmr-icon-right:before {
    content: "\e6e0";
}

.gmr-icon-question:before {
    content: "\e7a4";
}

.gmr-icon-edit:before {
    content: "\e78c";
}

.gmr-icon-delete:before {
    content: "\e6d7";
}

[data-exception-status="active"] .gmr-icon-switch:before {
    content: "\e735";
}

.gmr-icon-switch:before {
    content: "\e734";
}

.wrap.gmr {
    max-width: 60%;
}

.wrap.gmr.full {
    max-width: 90%;
    width: 90%;
}

.wrap.gmr.col-md-8, .wrap.gmr.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.gmr-row:after {
    display: table;
    content: " ";
    clear: both;
}

.gmr-row:before {
    display: table;
    content: " ";
}

.gmr-row.right > div {
    padding-left: 0;
}

.gmr-row.full > div, .gmr-bar-panel .width-full {
    padding-left: 0;
    padding-right: 0;
}

.gmr .gmr-panel {
    position: relative;
    margin: 16px 0;
    padding: 23px 16px;
    border: 1px solid #e5e5e5;
    color: #4D4D4D;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    font-size: 13px;
    line-height: 2.1em;
}

.gmr .gmr-panel.gmr-section-actions:before {
    content: " ";
    display: table;
}

.gmr .gmr-panel.gmr-section-actions:after {
    content: " ";
    display: table;
    clear: both;
}

.gmr-panel > h1, .gmr-panel > h2, .gmr-panel > h3 {
    padding-top: 0;
    margin-top: 0;
}

.gmr-panel > h1 {
    font-size: 15px;
    font-weight: 500;
}

.gmr-panel h3 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.gmr-container-right {
    text-align: right;
}

.gmr-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gmr-bar-panel {
    display: none;
}

.gmr-bar-panel.active {
    display: block;
}

.gmr-indent__not_top {
    margin-top: 0 !important;
}

.gmr-indent__top {
    margin-top: 15px !important;
}

.gmr-indent__bottom {
    margin-bottom: 15px !important;
}

.gmr-indent__more-top {
    margin-top: 30px !important;
}

.gmr-disable {
    opacity: 0.5;
    pointer-events: none;
}

.gmr-hide {
    display: none;
}

.gmr-section-info {
    width: 250px;
    background: #ffffff;
    text-align: center;
    float: left;
    margin-left: 15px;
    padding-bottom: 20px;
}
.gmr-section-info-label {
    background: #f9f9f9;
    padding: 20px;
}

.gmr-section-info-text {
    margin-top: 15px;
    font-size: 16px;
}

.gmr-buttons__center {
    text-align: center;;
}

.gmr-buttons__right {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

.gmr-buttons a {
    min-width: 120px;
    display: inline-block;
    padding: 10px;
    border-radius: 1px;
    background: #18ad88;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    border:1px solid #18ad88;
    cursor: pointer;
}
.gmr-buttons__right  a {
    margin-left: 5px;
}
.gmr-buttons a.btn-default {
    color: #606266;
    border-color: #DCDFE6;
    background: #ffffff;
    font-weight: 400;
}

.gmr-buttons a.btn-default:hover, .gmr-buttons a.btn-default:focus {
    outline: none;
    color: #606266;
}

.gmr-buttons a:hover, .gmr-buttons a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.gmr-section-actions .gmr-buttons a {
    margin-top: 0;
}

.gmr-info {
    float: left;
    width: 50%;
}

.gmr-checkbox, .gmr-radio-area {
    display: table;
    margin-bottom: 15px;
}

form > .gmr-checkbox {
    margin-bottom: 0;
}

.gmr-block-label {
    display: table-cell;
    padding-left: 10px;
}

.gmr-label-container {
    line-height: 1.5;
}

.gmr-label-container > div {
    font-style: italic;
    color: #8a8a8a;
    font-size: 12px;
}

.gmr-text-input {
	margin-top: 25px;
	margin-bottom: 5px;
	display: table;
}

.gmr-text-input input {
	
	width: 100%;
    min-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

.gmr-text-input label {

	padding-right: 15px;
}

.gmr-checkbox input {
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background: #ffffff;
    margin: 0;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

.gmr-checkbox input[type=checkbox]:checked {
    background: #3AAEEA;
}
.gmr-checkbox input[type=checkbox]:before {
    color: #E3F5FC;
}

.gmr-textarea textarea {
    width: 100%;
    min-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

.gmr-input-checkbox, .gmr-input-radio {
    text-align: center;
}

.checkbox-toggle .gmr-toggle input { display: none; }
.checkbox-toggle .gmr-toggle  label {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    background: #DCE0E6;
    transition: 0.5s;
    border-radius: 25px;
}
.checkbox-toggle .gmr-toggle  label::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 2px;
    transition: 0.5s;
    border-radius: 50%;
}
.checkbox-toggle .gmr-toggle  input:checked + label {
    background: #409eff;
}
.checkbox-toggle .gmr-toggle  input:checked + label::before {
    left: 22px;
}

.gmr-input-text input[type="text"] {
    margin-top: 15px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.gmr-table {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 1px;
    margin-top: 20px;
}
.gmr-table-col-5, .gmr-table-col-3 {
    margin: 0;
    overflow: hidden;
}
.gmr-table-col-5 li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}

.gmr-table-col-3 li {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}
.gmr-table-row__heading {
    background: #F8F8F8;
    font-size: 14px;
    padding: 12px 0;
}
.gmr-table-row {
    font-size: 18px;
    padding: 15px 0;
}

.gmr-note {
    font-style: italic;
    color: #8a8a8a;
    font-size: 12px;
}

.gmr-note strong {
    color: #5A5A5A;
}

.gmr-note ul {
    padding-left: 15px;
    list-style: disc;
}

.gmr-note ul > li {
    margin-bottom: 0;
    line-height: 1.5;
}

.gmr-buttons__right .gmr-note {
    margin-right: 25px;
}

@-webkit-keyframes pulsate {
    50% { color: #ccc; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
    50% { color: #ccc; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
.gmr-note[data-notice] {
    display: none;
    color: rgb(0,0,0);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.gmr-wrap-progress-bar {
    background: #EDEEF5;
    width: 100%;
    height: 25px;
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.gmr-progress-bar span {
    padding: 0 5px;
    display: block;
    text-align: right;
    color: #ffffff;
    background: #35AD88;
    border-radius: 25px;
}
.gmr-progress-bar-message {
    text-align: center;
}

.gmr-processing {
    display: none;
}

.gmr-options {
    margin-top: 5px;
    /*margin-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;*/
}

.gmr-pattern .gmr-text-field {
    width: 100%;
    min-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
}

.gmr-pattern .gmr-text-field > span {
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    font-style: italic;
}

.gmr-pattern .gmr-text-field > a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.gmr-pattern .gmr-text-field > a:hover:after {
    display: block;
}

.gmr-pattern .gmr-text-field > a:after {
    content: "\e79d";
    position: absolute;
    display: none;
    color: #F56C6C;
    font-size: 15px;
    font-family: io-icons !important;
    font-weight: 400;
    top: -7px;
    right: -8px;
}

.gmr-pattern-items {
    padding: 5px;
}

.gmr-pattern-items ul > li {
    float: left;
    margin-right: 5px;
}

.gmr-pattern-items li > a {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 23px;
    font-size: 14px;
    border-radius: 20px;
}

.gmr-pattern-items li > a:hover, .gmr-pattern-items li > a:focus {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.gmr-pattern-items li > a:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: none;
    box-shadow: none;
}

[data-collapse] {
    display: none;
}

.gmr-question {
    display: inline-block;
    position: relative;
}

.gmr-question > i {
    font-size: 18px;
    color: #aaaaaa;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
    cursor: pointer;
}

.gmr-question .gmr-answer {
    display: none;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(0, -50%);
    width: 450px;
    background: #ffffff;
    padding: 15px;
    border: 2px solid #EEEEEE;
    color: #8C8A8A;
    line-height: 1.5;
    z-index: 3;
}
.gmr-question .gmr-answer:after, .gmr-question .gmr-answer:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.gmr-question .gmr-answer:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.gmr-question .gmr-answer:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eeeeee;
    border-width: 13px;
    margin-top: -13px;
}

/* popup */
.gmr-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.gmr-popup {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
    margin-top: 10vh;
}
.gmr-popup-header {
    padding: 20px 20px 10px;
}
.gmr-popup-message {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
}
.gmr-popup-buttons-group {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}

form .gmr-popup-buttons-group {
    padding: 10px 20px 0px;
}

.popup-close {
    font-size: 18px;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.gmr-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.gmr-popup-title {
    font-size: 15px;
    font-weight: 500;
}

.gmr-popup .gmr-form {
    padding: 10px 20px 25px;
}
.gmr-popup .form-title {
    font-size: 18px;
    margin-bottom: 15px;
}

/***/

.gmr-js-message {
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: 0.3s linear;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    opacity: 0;
    align-items: center;
    top: 0px;
    z-index: 99999999;
}
.gmr-js-message[action='show'] {
    top: 60px;
    opacity: 1;
}
.gmr-js-message > i {
    margin-right: 10px;
}
.gmr-js-message__content {
    margin: 0;
}

.gmr-hint {
    background-color: inherit;
    position: absolute;
    transition: 1s;
    top: 35px;
    right: 20px;
    margin-top: -18px;
}

.gmr-hint a {
    color: #4D4D4D;
    transition: 1s;
    text-decoration: none;
}

.gmr-hint a:hover, .gmr-hint a:active, .gmr-hint a:focus, .gmr-hint:hover {
    color: #18ad88;
    outline: none;
}

.gmr-js-message.gmr-error-message {
    border: 1px solid #dd6161;
    color: #dd6161;
}
/***/

/* input number */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number]{
    -moz-appearance: textfield;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

.gmr-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}

.gmr-input-number > span {
    position: absolute;
    z-index: 1;
    top: 2px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #f5f7fa;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    height: auto;
    line-height: 19px;
}

.gmr-input-number > span:hover, .gmr-input-number > span:focus {
    color: #409eff;
}

.gmr-input-number > span.increase {
    right: 1px;
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
}

.gmr-input-number > span.decrease {
    right: 1px;
    bottom: 2px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: 1px solid #dcdfe6;
    border-radius: 0 0 4px 0;
}

.gmr-input-number > span.is-disable {
    color: #c0c4cc;
    cursor: not-allowed;
}

.gmr-input-number input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    height: 39px;
    font-size: 15px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
}

.gmr-input-number input:focus {
   border-color: #409eff; 
}
/***/

/* Select */

.gmr-input-select select {
    display: none;
}

.gmr-input-select-display, div[data-select-autocomplete], div[data-multy-select-autocomplete] {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
}

.gmr-input-select-display {
    z-index: unset;
}

.gmr-input-select-display.full-width, div[data-select-autocomplete].full-width, .full-width {
    width: 100%;
    float: none;
}

.gmr-input-select-display:after, div[data-select-autocomplete]:after {
    border-bottom: 1px solid #90a1b5;
    border-right: 1px solid #90a1b5;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.open .gmr-input-select-display:after, .open div[data-select-autocomplete]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gmr-input-select-display .list-options {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    min-width: 180px;
    width: 100%;
}

.open .gmr-input-select-display .list-options {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.gmr-input-select-display .list-options > li {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 0;
}

.gmr-input-select-display .list-options > li:hover {
    background-color: #f6f7f9;
}

.gmr-input-select-display .list-options > li.option-selected {
    font-weight: bold;
}

.gmr-input-select > label, .gmr-text-input > label, .gmr-input-multy-select > label {
    display: inline-block;
    margin-bottom: 5px;
}

.list-options li.selected:before {
    content: "\e6cd";
    font-family: gmr-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
/***/

/* Autocomlete */

.gmr-input-autocomplete {
    position: relative;
}

.gmr-autocomplete-wrap, .multy-select {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    padding: 5px;
    box-sizing: border-box;
    z-index: 5;
}

.gmr-autocomplete-wrap i, .multy-select i {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.gmr-autocomplete-wrap.active {
    display: block;
}

.gmr-autocomplete-wrap .autocomplete, .multy-select .autocomplete {
    width: 100%;
    padding-left: 25px;
}

.autocomplete-items {
    max-height: 250px;    
    padding: 5px;
    padding-left: 15px;
    margin-top: 5px;
    overflow-y: auto;
}

.autocomplete-items > div {
    cursor: pointer;
}
/***/

/* Multy select */

.gmr-input-multy-select {
    position: relative;
}

.gmr-input-multy-select .multy-select > div {
    padding: 10px 0;
}

.gmr-input-multy-select .multy-select > div > span {
    padding: 0 10px;
}

.gmr-input-multy-select ul {
    max-height: 250px;
    margin: 0 auto;
    overflow-y: auto;
}

.gmr-input-multy-select ul > li {
    padding: 0 10px;
}

.gmr-input-multy-select ul > li > label {
    display: inline-block;
    width: 100%;
}

.gmr-input-multy-select ul > li:hover {
    background-color: #ccc;
}

.multy-select-checker {
    display: inline-block;
}

.multy-select {
    top: 70px;
    width: 100%;
    clear: both;
    z-index: 5;
}

.multy-select.open {
    display: block;
}

.multy-select-checkbox.gmr-checkbox {
    margin-bottom: 0;
}

.multy-select [tabindex="0"] {
    display: none;
}

div[data-multy-select-autocomplete] {
    overflow: hidden;
    float: none;
}

.scroll-bar  li.disable {
    color: #ccc;
}
/***/

/* list table */

.gmr-list-table {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.gmr-table-body {
    width: 100%;
}
.gmr-table-heading, .gmr-table-row {
    display: table-row;
    width: 100%;
}
.gmr-table-heading > div, .gmr-table-row > div {
    display: table-cell;
    width: 65%;
    text-align: center;
    font-size: 15px;
    padding: 5px 10px;
}

.gmr-table-heading > div {
    font-size: 18px;
    border-bottom: 2px solid #ccc;
}

.gmr-table-row > div {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.gmr-table-heading > div:first-child, .gmr-table-row > div:first-child {
    width: 25%;
}

.gmr-table-heading > div:last-child, .gmr-table-row > div:last-child {
    width: 10%;
}

.gmr-table-row > div:last-child a {
    margin-right: 5px;
    margin-left: 5px;
}

.gmr-table-action, .gmr-table-action-alert {
    padding: 5px;
    border-radius: 2px;
    color: #fff;
}

.gmr-table-action-alert i {
    min-width: 20px;
}

.gmr-table-action:hover, 
.gmr-table-action:focus,
.gmr-table-action:active,
.gmr-table-action-alert:hover, 
.gmr-table-action-alert:focus,
.gmr-table-action-alert:active {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.gmr-table-action {
    background-color: #409eff;
} 

.gmr-table-action-alert {
    background-color: #dd6161;
} 
/***/

/* Pagination */

.gmr-pagination, .gmr-pagination-select-products {
    padding-top: 15px;
    text-align: right;
}

.gmr-pagination-block {
    display: inline-block;
    background-color: #409eff;
    border-radius: 3px;
}

.gmr-pagination-block > * {
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}

.gmr-pagination-block a.disable {
    color: #83bdf9;
    pointer-events: none;
}

.gmr-pagination-block a:hover,
.gmr-pagination-block a:active,
.gmr-pagination-block a:focus {
    color: #ffffff;
    outline: none;
}
/***/

/* select products*/
.product-table-header {
    font-size: 16px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}

.product-table .product-table-col {
    display: inline-block;
    width: 20%;
    float: left;
    padding-left: 20px;
    padding-right: 15px;
    box-sizing: border-box;
}

.product-table .product-table-col:first-child {
    width: 70%;
}

/* select product popup */
.wrap-widget-select-product {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.widget-select-product {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 55%;
    margin-top: 10vh;
    padding: 15px;
    padding-bottom: 35px;
}

.widget-select-product .form-title {
    text-align: center;
    font-size: 16px;
}

.widget-select-product-list-items-heading {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #bbb;
}

.filter-select-product > div,
.widget-select-product-list-items-heading > div, 
.widget-select-product-list-item > div {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.filter-select-product {
    margin-top: 15px;
    margin-bottom: 15px;
}

.filter-select-product .gmr-buttons a {
    margin-top: 2px;
}

.filter-select-product > div:first-child {
    width: 30%;
}

.filter-select-product > div:last-child {
    width: 15%;
}

.widget-select-product-list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    box-sizing: border-box;
}

.widget-select-product-list-items-heading > div, 
.widget-select-product-list-item > div {
    width: 55%;
    float: left;
}

.widget-select-product-list-items-heading > div:first-child,
.widget-select-product-list-item > div:first-child {
    width: 25%;
    min-height: 1px;
    text-align: center;
}

.widget-select-product-list-items-heading > div:last-child,
.widget-select-product-list-item > div:last-child {
    width: 20%;
}

.widget-select-product-list-item img, .select-product-selected img {
    width: 60%;
    height: 60%;
    vertical-align: middle;
}

.widget-select-product-list-item .gmr-buttons a {
    margin: 0;
}

.select-product-selected {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    box-sizing: border-box;
}

.select-product-selected > div {
    float: left;
    padding-left: 20px;
    padding-right: 15px;
    box-sizing: border-box;
}

.product-table-list {
    max-height: 350px;
    padding: 5px;
    padding-left: 15px;
    margin-top: 5px;
    overflow-y: auto;
}

.select-product-selected-img {
    width: 25%;
}

.select-product-selected-link {
    width: 45%;
}

.select-product-selected-price {
    width: 25%;
}

.select-product-selected-action {
    width: 5%;
}

/***/

/* Exceptions */

.wrap-exception {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    color: #4D4D4D;
    box-sizing: border-box;
}

.wrap-exception {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out;
}

.wrap-exception.panel-visible {
    display: block;
    height: auto;
}

.exception-header-title {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}

.exception-list-table {
    display: table;
    width: 100%;
}

.exception-list-row, .exception-filter-row {
    display: table-row;
    width: 100%;
}

.exception-list-col, .exception-header-col {
    display: table-cell;
    width: 65%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    padding: 5px 10px;
    border-top: 1px #ccc solid;
    transition: 1s linear;
}

.exception-header-col:first-child {
    width: 17%;
}

.exception-header-col:nth-child(2) {
    width: 73%;
}

.exception-list-col:first-child {
    width: 15%;
}

.exception-list-col:last-child {
    width: 15%;
    vertical-align: middle;
}

.exception-list-col:nth-child(2) {
    width: 10%;
}

.exception-list-row .exception-list-col:nth-child(3) {
    text-align: left;
}

.exception-list-image img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.exception-list-action a:hover,
.exception-list-action a:focus,
.exception-list-action a:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.exception-list-action i {
    font-size: 30px;
    transition: 1s linear;
}

.exception-list-action i {
    color: #f56c6c;
}

[data-exception-status="active"] .exception-list-action i {
    color: #18ad88;
}

.exception-filter a.btn-default {
    margin-top: 5px;
}

[data-exception-status="inactive"] .exception-list-col,
[data-exception-status="inactive"] .exception-list-col.exception-list-link a {
    color: #8C8A8A;
}

[data-exception-status="inactive"] .exception-list-image img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.exception-filter-checkbox .gmr-checkbox {
    line-height: 1;
    margin-bottom: 0;
}

.exception-filter-checkbox .gmr-checkbox .gmr-toggle {
    margin-top: 5px;
}

.exception-filter-checkbox .gmr-checkbox .gmr-block-label {
    vertical-align: bottom;
}

.exception-search-init {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 20px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
}

.exception-footer-actions a {
    color: #8C8A8A;
    text-decoration: none;
}

.exception-footer-actions a:hover,
.exception-footer-actions a:active,
.exception-footer-actions a:focus {
    outline: none;
    color : #18ad88;
}

.exception-footer-actions a.alert:hover,
.exception-footer-actions a.alert:active,
.exception-footer-actions a.alert:focus {
    outline: none;
    box-shadow: none;
    color : #f56c6c;
}
/***/

.gmr-pagination {
    margin-top: 20px;
    margin-bottom: 10px;
}

.gmr-deactivate {
    display: none;
}

.gmr-error {
    border-color: red !important;
}

.gmr-gap {
    display: block;
    margin-top: 15px;
}

.gmr-loading {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.gmr-loading.hide {
    display: none;
}

.gmr-loading img {
    width: 100%;
}

.hidden {
    display: none !important;
}

[data-toogle-bar] {
    display: none;
}

.ajax-send {
    background-color: #c9c9c9;
    pointer-events: none;
}

.reset-margin > div {
    margin: 0 !important;
}

.gmr-left {
    text-align: left;
}

.gmr-right {
    text-align: right;
}

.gmr-center {
    text-align: center;
}

/* Rotation animation */

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***/

@media screen and (max-width: 782px) {
    .wrap.gmr {
        width: 100%;
        max-width: 97%;
    }

    .gmr-popup {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {

    .slider-container {
        width: 100% !important;
    }

    .gmr-buttons > a {
        width: 100%;
    }

    .gmr-table li {
        width: 33.33%
    }

    .gmr-table-row__heading {
        min-height: 80px;
    }

    .gmr-table ul > li:nth-child(4),
    .gmr-table ul > li:nth-child(5) {
        width: 50%;
    } 

    .gmr-table ul > li:nth-child(4) .gmr-table-row__heading,
    .gmr-table ul > li:nth-child(5) .gmr-table-row__heading {
        min-height: 55px;
    }

    #editor-size {
        margin-right: 35%;
    }

    .gmr-upload-area.added-image {
        width: 100%;
        height: auto;
    } 
}