/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all');
*/
/*@font-face {
    font-family: "ingiri";
    src: 
    url("../fonts/bpg_ingiri_arial.eot") format("embedded-opentype"),
    url("../fonts/bpg_ingiri_arial.woff") format("woff"), 
    url("../fonts/bpg_ingiri_arial.ttf") format("truetype"), 
    url("../fonts/bpg_ingiri_arial.svg#BPGIngiriArialRegular") format("svg");
}

@font-face {
    font-family: 'lari';
    src:url('../fonts/GEL.ttf') format('truetype'); 
}
*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Open Sans", sans-serif, ingiri;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: #444;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #298eea;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #005599;
    text-decoration: underline;
}

code {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
}

em {
    color: #dd0055;
}

ins {
    background: #fff;
    color: #444444;
    text-decoration: none;
}

mark {
    background: #ffffaa;
    color: #444444;
}

q {
    font-style: italic;
}

p {
    margin: 0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.mel-img-preserve,
.mel-img-preserve img {
    max-width: none;
}

blockquote,
figure {
    margin: 0;
}

ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0;
}

* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-weight: normal;
    color: #444444;
    text-transform: none;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 20px;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 300;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

ul,
ol {
    padding-left: 30px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ededed;
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #dddddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #444444;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}

/*::-moz-selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

.melon {
    display: block;
    width: 25px;
    margin: 10px 0;
    transition: all 300ms ease 0s;
    opacity: 0.5;
}

.melon:hover {
    opacity: 1;
}

#loader {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -12.5px;
    z-index: 10000;
}

.target-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
    z-index: 10000;
}

.spinner {
    width: 40px;
    height: 40px;

    position: fixed;
    margin: 100px auto;
    z-index: 10000;
    left: 48%;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #241e24;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.mel-clearfix:before {
    content: "";
    display: table-cell;
}

.mel-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.mel-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.mel-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    width: 100%;
    position: relative;
}

.mel-grid:before,
.mel-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}

.mel-grid:after {
    clear: both;
}

.mel-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 15px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
    .mel-container {
        max-width: 1200px;
        padding: 0 25px;
    }
}

.mel-container:before,
.mel-container:after {
    content: "";
    display: table;
}

.mel-container:after {
    clear: both;
}

.mel-container-center {
    margin-left: auto;
    margin-right: auto;
}

.mel-nav:before,
.mel-nav:after {
    content: "";
    display: table;
}

.mel-nav:after {
    clear: both;
}

.mel-navbar {
    background: #f5f5f5;
    color: #444444;
}

.mel-navbar:before,
.mel-navbar:after {
    content: "";
    display: table;
}

.mel-navbar:after {
    clear: both;
}

.mel-navbar-attached {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
}

.mel-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.mel-navbar-nav > li {
    float: left;
    position: relative;
}

.mel-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 41px;
    padding: 0 15px;
    line-height: 40px;
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom-width: 0;
}

.mel-navbar-nav > li:hover > a,
.mel-navbar-nav > li > a:focus {
    background-color: #fafafa;
    color: #444444;
    outline: none;
    position: relative;
    z-index: 1;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
}

/* OnClick */
.mel-navbar-nav > li > a:active {
    background-color: #eeeeee;
    color: #444444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.2);
}

/* Active */
.mel-navbar-nav > li.mel-active > a {
    background-color: #fafafa;
    color: #444444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
}

.mel-navbar-nav-small > li > a {
    height: 31px;
    line-height: 29px;
    font-size: 13px;
}

.mel-navbar-nav ul {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 0;
}

.mel-navbar-nav ul li {
    display: block;
}

.mel-navbar-nav ul li a {
    display: block;
}

.mel-nav,
.mel-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mel-nav li > a {
    display: block;
    text-decoration: none;
}

.mel-nav > li > a {
    padding: 5px 15px;
}

.mel-nav ul {
    padding-left: 15px;
}

.mel-nav ul a {
    padding: 2px 0;
}

.mel-nav li > a > div {
    font-size: 12px;
    line-height: 18px;
}

.mel-nav-side > li > a {
    font-size: 14px;
    color: #cccccc;
    padding: 7px 15px;
    border-top: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.mel-nav-side > li > a:hover,
.mel-nav-side > li > a:focus {
    background: #404040;
    color: #ffffff;
    outline: none;
}

.mel-nav-side > li.mel-active > a {
    background: #00a8e6;
    color: #ffffff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.mel-nav-side .mel-nav-header {
    color: #444444;
}

.mel-nav-side .mel-nav-divider {
    border-top: 1px solid #dddddd;
    box-shadow: 0 1px 0 #ffffff;
}

.mel-nav-side ul a {
    color: #0077dd;
}

.mel-nav-side ul a:hover {
    color: #005599;
}

.mel-nav .caret {
    position: absolute;
    right: 10px;
}

.mel-nav-side ul {
    background-color: #393139;
}

.mel-nav-side ul li a {
    color: #cccccc;
    padding: 7px 0px;
}

.mel-nav-side ul li a:hover {
    color: #f9f9f9;
}

[class*='mel-width'] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*
 * Widths
 */
/* Whole */
.mel-width-1-1 {
    width: 100% !important;
}

/* Halves */
.mel-width-1-2,
.mel-width-2-4,
.mel-width-3-6,
.mel-width-5-10 {
    width: 50%;
}

/* Thirds */
.mel-width-1-3,
.mel-width-2-6 {
    width: 33.333%;
}

.mel-width-2-3,
.mel-width-4-6 {
    width: 66.666%;
}

/* Quarters */
.mel-width-1-4 {
    width: 25%;
}

.mel-width-3-4 {
    width: 75%;
}

/* Fifths */
.mel-width-1-5,
.mel-width-2-10 {
    width: 20%;
}

.mel-width-2-5,
.mel-width-4-10 {
    width: 40%;
}

.mel-width-3-5,
.mel-width-6-10 {
    width: 60%;
}

.mel-width-4-5,
.mel-width-8-10 {
    width: 80%;
}

/* Sixths */
.mel-width-1-6 {
    width: 16.666%;
}

.mel-width-5-6 {
    width: 83.333%;
}

/* Tenths */
.mel-width-1-10 {
    width: 10%;
}

.mel-width-3-10 {
    width: 30%;
}

.mel-width-7-10 {
    width: 70%;
}

.mel-width-9-10 {
    width: 90%;
}

.mel-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 3px;
    text-shadow: 0 1px 0 #ffffff;
}

.mel-alert h1,
.mel-alert h2,
.mel-alert h3,
.mel-alert h4,
.mel-alert h5,
.mel-alert h6 {
    color: inherit;
}

.mel-alert-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3);
}

.mel-alert-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, 0.3);
}

.mel-alert-danger {
    background: #fff1f0;
    background: transparent;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.0);
}

.mel-alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mel-panel {
    display: block;
    position: relative;
    padding: 15px;
    background: #fafafa;
    color: #444444;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.mel-panel:before,
.mel-panel:after {
    content: "";
    display: table;
}

.mel-panel:after {
    clear: both;
}

.mel-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444444;
}

.mel-panel-medium {
    width: 40%;
}

.mel-panel-center {
    margin: 0 auto;
}

.mel-panel-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 50px;
    line-height: 45px;
}

.mel-panel-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    overflow: auto;
}

.mel-panel-body.noheader {
    top: 0;
}

.mel-panel-body.hasbottom {
    bottom: 160px;
}

.mel-panel-bottom {
    position: absolute;
    bottom: 60px;
    height: 100px;
    left: 0;
    width: 100%;
}

.mel-panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 60px;
    line-height: 55px;
}

.mel-panel-extended {
    height: 100%;
    width: 100%;
}

.mel-panel.closable h3 {
    cursor: pointer;
}

.mel-panel.closable h3 i:before {
    content: "\f106";
}

.mel-panel.closed .inside {
    display: none;
}

.mel-panel.closed h3 i:before {
    content: "\f107";
}

.mel-table {
    border-collapse: collapse;
    border-spacing: 0;

    width: 100%;
    margin-bottom: 15px;

}

* + .mel-table {
    margin-top: 10px;
}

.mel-table th,
.mel-table td {

}

.mel-table th {
    padding: 5px 8px;
    text-align: left;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    background-color: #fbfbfb;
    font-weight: 600;
}

.mel-table td {
    padding: 8px 8px;
    vertical-align: top;
}

.mel-table thead th {
    vertical-align: bottom;
}

.mel-table caption,
.mel-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.mel-table caption {
    text-align: left;
    color: #999999;
}

.mel-table-middle,
.mel-table-middle td {
    vertical-align: middle !important;
}

.mel-table-striped tbody tr:not(:first-child):nth-of-type(odd) {
    background: #fdfdfd;
}

.mel-table-condensed td {
    padding: 4px 8px;
}

.mel-table-hover tbody tr:not(:first-child):hover {
    background: #f2f2f2;
}

.mel-form input,
.mel-form select,
.mel-form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}

.mel-form input[type="checkbox"],
.mel-form input[type="radio"] {
    padding: 0px;
    margin: 0 0 0 2px;
}

.mel-form select,
.mel-form textarea,
.mel-form input:not([type]),
.mel-form input[type="text"],
.mel-form input[type="password"],
.mel-form input[type="datetime"],
.mel-form input[type="datetime-local"],
.mel-form input[type="date"],
.mel-form input[type="month"],
.mel-form input[type="time"],
.mel-form input[type="week"],
.mel-form input[type="number"],
.mel-form input[type="email"],
.mel-form input[type="url"],
.mel-form input[type="search"],
.mel-form input[type="tel"],
.mel-form input[type="color"] {
    height: 34px;
    line-height: 150%;
    width: 400px;
    max-width: 100%;
    padding: 0px 7px;
    border: 1px solid #ddd;
    color: #444444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 3px;
    /*box-shadow: inset 0px 1px 0.3px rgba(0,0,0,0.05);*/

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-appearance: none;
}

.mel-form select:focus,
.mel-form textarea:focus,
.mel-form input:not([type]):focus,
.mel-form input[type="text"]:focus,
.mel-form input[type="password"]:focus,
.mel-form input[type="datetime"]:focus,
.mel-form input[type="datetime-local"]:focus,
.mel-form input[type="date"]:focus,
.mel-form input[type="month"]:focus,
.mel-form input[type="time"]:focus,
.mel-form input[type="week"]:focus,
.mel-form input[type="number"]:focus,
.mel-form input[type="email"]:focus,
.mel-form input[type="url"]:focus,
.mel-form input[type="search"]:focus,
.mel-form input[type="tel"]:focus,
.mel-form input[type="color"]:focus {
    outline: none;
    border-color: #999;
}

.mel-form select:disabled,
.mel-form textarea:disabled,
.mel-form input:not([type]):disabled,
.mel-form input[type="text"]:disabled,
.mel-form input[type="password"]:disabled,
.mel-form input[type="datetime"]:disabled,
.mel-form input[type="datetime-local"]:disabled,
.mel-form input[type="date"]:disabled,
.mel-form input[type="month"]:disabled,
.mel-form input[type="time"]:disabled,
.mel-form input[type="week"]:disabled,
.mel-form input[type="number"]:disabled,
.mel-form input[type="email"]:disabled,
.mel-form input[type="url"]:disabled,
.mel-form input[type="search"]:disabled,
.mel-form input[type="tel"]:disabled,
.mel-form input[type="color"]:disabled {
    border-color: #dddddd;
    background-color: #fafafa;
    color: #ccc;
}

/*.mel-form label {
  color: #666;
  height: 30px;
  line-height: 28px;
  font-weight: 600;
  padding: 0 10px 0 0;
  width: 30%;
  display: block;
  float: left;
  text-align: right;
}*/

.mel-form legend {
    border: 0 none;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 15px;
    width: 100%;
}

.mel-form legend:after {
    border-bottom: 1px solid #f9f9f9;
    content: "";
    display: block;
    width: 100%;
}

.mel-form fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

.mel-form-required {
    color: red;
    font-weight: normal;
}

.mel-form :-ms-input-placeholder {
    color: #bbb !important;
}

.mel-form ::-moz-placeholder {
    color: #bbb;
}

.mel-form ::-webkit-input-placeholder {
    color: #bbb;
}

.mel-form :disabled:-ms-input-placeholder {
    color: #ccc !important;
}

.mel-form :disabled::-moz-placeholder {
    color: #999;
}

.mel-form :disabled::-webkit-input-placeholder {
    color: #ccc;
}

/* row */
.mel-form-row:before,
.mel-form-row:after {
    content: "";
    display: table;
}

.mel-form-row:after {
    clear: both;
}

.mel-form-row + .mel-form-row {
    position: relative;
    margin-top: 10px;
}

select.mel-form-small,
textarea.mel-form-small,
input[type].mel-form-small,
input:not([type]).mel-form-small {
    height: 25px;
    padding: 3px 3px;
    font-size: 12px;
}

select.mel-form-large,
textarea.mel-form-large,
input[type].mel-form-large,
input:not([type]).mel-form-large {
    height: 42px;
    padding: 0px 12px;
}

input.mel-form-width-mini {
    width: 40px;
}

select.mel-form-width-mini {
    width: 65px;
}

.mel-form-width-small {
    width: 130px;
}

.mel-form-width-medium {
    width: 200px;
}

.mel-form-width-large {
    width: 500px;
}

form .mel-form-label {
    font-size: inherit;
    color: inherit;
    height: inherit;
    line-height: inherit;
    font-weight: normal;
    padding: 0 10px 0 0;
    width: auto;
    display: block;
    float: none;
    text-align: inherit;
}

.mel-form-stacked .mel-form-label {
    display: block;
}

.mel-form-icon {
    position: relative;
}

.mel-form-icon > [class*="fa fa-"] {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.mel-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 30px !important;
}

.mel-form-inline {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.mel-form-inline label {
    display: block !important;
    float: none;
    text-align: left;
    font-size: 13px;
    width: auto;
    height: 18px;
    line-height: 17px;
    padding: 0 0 0 2px;
    font-weight: 400;
}

.mel-form-inline.mel-form-icon > [class*="fa fa-"] {
    margin-top: 10px;
}

.mel-form-inline button {
    margin-top: 18px;
}

.mel-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}

.mel-form-danger select, .mel-form-danger input {
    border-color: #dc8d99 !important;
    border-radius: 4px 4px 0 0 !important;
}

.mel-form-feedback {
    border: 1px solid #dc8d99;
    border-top: 0px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
}

form.mel-form input:read-only {
    background-color: #f5f5f5;
}

form.mel-form input:-moz-read-only { /* For Firefox */
    background-color: #f5f5f5;
}

.mel-form-grouped .mel-form-row, .mel-form-grouped .mel-form-inline {
    margin: 0;
}

.mel-form-grouped .mel-form-row input,
.mel-form-grouped .mel-form-row button,
.mel-form-grouped .mel-form-inline input,
.mel-form-grouped .mel-form-inline button {
    border-radius: 0;
    border-right: 0;
}

.mel-form-grouped .mel-form-row:first-child input,
.mel-form-grouped .mel-form-row:first-child button,
.mel-form-grouped .mel-form-inline:first-child input,
.mel-form-grouped .mel-form-inline:first-child button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mel-form-grouped .mel-form-row:last-child input,
.mel-form-grouped .mel-form-row:last-child button,
.mel-form-grouped .mel-form-inline:last-child input,
.mel-form-grouped .mel-form-inline:last-child button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mel-form-grouped2 .mel-form-row, .mel-form-grouped .mel-form-inline {
    margin: 0;
}

.mel-form-grouped2 .mel-form-row input,
.mel-form-grouped2 .mel-form-row button,
.mel-form-grouped2 .mel-form-inline input,
.mel-form-grouped2 .mel-form-inline button {
    border-radius: 0;
    border-bottom: 0;
}

.mel-form-grouped2 .mel-form-row input:focus {
    border-bottom: 0 !important;
}

.mel-form-grouped2 .mel-form-row:first-child input,
.mel-form-grouped2 .mel-form-row:first-child button,
.mel-form-grouped2 .mel-form-inline:first-child input,
.mel-form-grouped2 .mel-form-inline:first-child button {
    border-radius: 4px 4px 0 0;
}

.mel-form-grouped2 .mel-form-row:last-child input,
.mel-form-grouped2 .mel-form-row:last-child button,
.mel-form-grouped2 .mel-form-inline:last-child input,
.mel-form-grouped2 .mel-form-inline:last-child button {
    border-radius: 0 0 4px 4px;
}

.mel-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mel-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444444;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;

    height: 34px;
    line-height: 34px;

    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .03) 100%);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.mel-button:not(:disabled) {
    cursor: pointer;
}

.mel-button:focus {
    outline: 0;
}

.mel-button:hover,
.mel-button:focus {
    color: #444444;
    outline: none;
    text-decoration: none;
    opacity: 0.8;
}

.mel-button:active,
.mel-button.mel-active {
    outline: 0;
}

.mel-button-primary {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .05) 100%);
    background-color: #298eea;
    color: #fcfcfc !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 0 !important;

}

.mel-button-success {
    background-color: #5cb85c;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 0 !important;

}

.mel-button-success:hover,
.mel-button-success:focus {
    background-color: #5cb85c;
    color: #ffffff;
}

.mel-button-success:active,
.mel-button-success.mel-active {
    background-color: #72ae41;
    color: #ffffff;
}

.mel-button-danger {
    background-color: #da314b;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 0 !important;

}

.mel-button-danger:hover,
.mel-button-danger:focus {
    background-color: #e4354f;
    color: #ffffff;
}

.mel-button-danger:active,
.mel-button-danger.mel-active {
    background-color: #c91032;
    color: #ffffff;
}

.mel-button-info {
    color: #fff !important;
    background-color: #faa732;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 0 !important;

}

.mel-button:disabled {
    background-color: #fafafa;
    color: #999999;
    box-shadow: none;
    text-shadow: 0 1px 0 #ffffff;
}

.mel-button-mini {
    min-height: 20px !important;
    padding: 0 6px !important;
    line-height: 18px !important;
    font-size: 11px !important;
    height: 20px !Important;
    border-radius: 2px;
}

.mel-button-small {
    min-height: 20px;
    padding: 0 10px;
    line-height: 19px;
    font-size: 11px;
}

.mel-button-large {
    min-height: 42px;
    padding: 0 20px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;

    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.mel-leftsidebar {
    position: fixed;
    top: 0px;
    left: 0;
    width: 160px;
    bottom: 0;
    background-color: #241e24;
    padding: 0;
}

.mel-mainwrap {
    margin-top: 10px;
    margin-left: 180px;
    margin-right: 20px;
    margin-bottom: 50px;
    width: 100%;
}

.mel-float-left {
    float: left;
}

.mel-float-right {
    float: right;
}

[class*='mel-float-'] {
    max-width: 100%;
}

.mel-align-left {
    text-align: left;
}

.mel-align-center {
    text-align: center !important;
    margin: 0 auto;
}

.mel-align-right {
    text-align: right !important;
}

.mel-font-bold {
    font-weight: bold;
}

.mel-margin {
    margin: 15px !important;
}

.mel-margin-top {
    margin-top: 15px !important;
}

.mel-margin-right {
    margin-right: 15px !important;
}

.mel-margin-left {
    margin-left: 15px !important;
}

.mel-margin-bottom {
    margin-bottom: 15px !important;
}

.mel-margin-small {
    margin: 5px !important;
}

.mel-thumbnail {
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0;
    padding: 1px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

a.mel-thumbnail:hover,
a.mel-thumbnail:focus {
    border-color: #aaaaaa;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-decoration: none;
    outline: none;
}

.mel-thumbnail-caption {
    color: #111;
    font-size: 11px;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 2px 0 0 0px;
}

.mel-thumbnail-checkbox {
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: default;
}

.mel-thumbnail-delete {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #ccc;
}

.mel-thumbnail-mini {
    width: 100px;
}

.mel-thumbnail-mini img {
    max-height: 100px;
}

.mel-thumbnail-small {
    width: 200px;
}

.mel-thumbnail-medium {
    width: 300px;
}

.mel-thumbnail-large {
    width: 400px;
}

.mel-thumbnail-expand,
.mel-thumbnail-expand > img {
    width: 100%;
}

.mel-thumbnail i {
    font-size: 24px;
    padding: 5px 0;
    color: #ddd;
}

.mel-list {
    display: block;
    padding: 0;
    list-style: none;
}

.mel-list:before,
.mel-list:after {
    content: "";
    display: block;
    overflow: hidden;
}

.mel-list:after {
    clear: both;
}

.mel-list-line > li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #dddddd;
}

.mel-list-inline {
    margin: -5px;
}

.mel-list-inline > li {
    position: relative;
    margin: 5px;
    display: inline-block;
}

.mel-breadcrumb > li,
.mel-breadcrumb > li > a,
.mel-breadcrumb > li > span {
    display: inline-block;
}

.mel-breadcrumb {
    margin: 0 0 20px;
    padding: 2px 0;
}

.mel-breadcrumb i {
    font-size: 15px;
}

.mel-breadcrumb > li {
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

.mel-breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.mel-breadcrumb > li:after {

}

.bg-green {
    background-color: #8cc14c !important;
    color: #fff;
}

.bg-yellow {
    background-color: #faa732 !important;
    color: #fff;
}

.bg-aqua {
    background-color: #00a8e6 !important;
    color: #fff;
}

.bg-red {
    background-color: #da314b !important;
    color: #fff;
}

.bg-light {
    background-color: #fdfdfd !important;
}

.mel-widget {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 10px;
    min-height: 90px;
    width: 100%;
}

.mel-widget-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}

.mel-widget-content {
    position: relative;
    margin-left: 90px;
    padding: 5px 10px;
    min-height: 90px;
}

.mel-widget-heading {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mel-widget-number {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.mel-widget-bottom {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 11px;
}

.mel-pagination {
    font-size: 0;
    list-style: outside none none;
    padding: 0;
    text-align: right;
}

.mel-pagination > li:nth-child(n+2) {
    margin-left: 5px;
}

.mel-pagination > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.mel-pagination > li > a {
    color: #666;
    text-shadow: 0 1px 0 #fff;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: content-box;
    display: inline-block;
    line-height: 20px;
    min-width: 16px;
    padding: 1px 5px;
    text-align: center;
    text-decoration: none;
}

.mel-pagination > li > a:hover {
    background: #fff;
}

.mel-pagination > li.active > a {
    /*  background: linear-gradient(to bottom, #00b4f5, #008dc5) repeat scroll 0 0 border-box #009dd8;
    */
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #298eea;
}

.mel-badge {
    display: inline-block;
    padding: 0 5px;
    background: #00a8e6;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    min-height: 14px;
}

a.mel-badge:hover {
    color: #ffffff;
}

.mel-badge-success {
    background-color: #8cc14c;
}

.mel-badge-warning {
    background-color: #faa732;
}

.mel-badge-danger {
    background-color: #da314b;
}

.mel-badge-grey {
    background-color: #ccc;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    text-shadow: none;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@keyframes rotate-forever {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-spinner {
    animation: rotate-forever 1.1s infinite linear;
    border: 3px solid #298eea;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.loading-spinner {
    display: inline-block;
    height: 25px !important;
    width: 25px !important;
    padding: 0;
    margin: 0;
}

/*mel-dropdown*/
.mel-dropdown {
}

.mel-dropdown ul {
    display: none;
    z-index: 99;
    position: absolute;
    list-style: none;
    min-width: 220px;
    padding: 1px 0 0 0;
    left: -10px;
    margin: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) !important;
    opacity: 0;
    transition: all linear 0.05s;
}

.mel-dropdown-last ul {
    right: 0px;
    left: auto !important;
}

.mel-dropdown ul li {
    background: #fff;
    display: block;
    line-height: 40px;
    border-top: 1px solid #f5f5f5;
}

.mel-dropdown ul li a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
}

.mel-dropdown ul li div {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
}

.mel-dropdown ul li i {
    margin: 0 5px 0 0;
}

.mel-dropdown:hover ul {
    display: block;
    opacity: 1;
}

.ui-autocomplete {
    border: 0 !important;
    background: #fff !important;
    padding: 2px 0 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.ui-autocomplete .ui-menu-item {
    padding: 4px 7px !important;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    border: 0 !important;
    font-weight: normal !important;
    color: #fff !important;
    background: #298eea !important;
}

.mel-inline-block {
    display: inline-block;
}

.mel-width-1-20 {
    width: 5%;
}

.lbl {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lbl:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}

.lbl:active:after { transform: scale(1.15, 0.85); }

.cbx:checked ~ label { background: #6fbeb5; }

.cbx:checked ~ label:after {
    left: 20px;
    background: #179588;
}

.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

.cbx:disabled ~ label:after { background: #bcbdbc; }

.hidden { display: none; }

.managerRow {
    padding-top: 10px;
    padding-bottom: 10px;
}
.managerRow:hover {
    background-color: #dedede;
}

#notificationsFabButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

.notification {
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #3498db;
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before,
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "Font Awesome 5 Free";
    transform-origin: top center;
}

.notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.notification.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

[class^="pure-u-"] {
    padding: 0 15px;
    box-sizing: border-box;
}
[class^="pure-u-"] input, [class^="pure-u-"] select {
    width: 100%;
}
.mel-dropdown.mel-dropdown-last {
    position: relative;
}

.mel-block {
    overflow-x: scroll;
}