html,
body {
    width: 100%;
    height: 100%;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.header-field {
    float: right;
    margin-left: 20px;
    width: 150px;
}

body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #f8f8f8;
}

body.auth {
    background-color: #fff;
    border-top: 5px solid #1c8966;
}

  .multicolortext {
    background-image: linear-gradient(to left, violet, indigo, green, blue, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  }

.required {
    border-color: darkred;
}

.has-error label a {
    color: #a94442;
    font-weight: bold;
}

.messages-unread {

    padding-bottom: 30px;
}

.preview-add {
    border: 2px dashed #ddd;
    border-radius: 5px;
    height: 77px;
    width: 180px;
    float: left;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
}

.alert-loader {
    text-align: center;
    padding: 10px;
    margin-top: 1px;
}

.alert-formfield {
    margin-top: 20px;
    margin-bottom: 18px;
}

.simplecolorpicker.icon {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.simplecolorpicker.picker {
    max-width: 900px !important;
}

.label-inline {
    padding-top: 4px;
    font-size: 13px;
    font-weight: normal
}

.bootstrap-tagsinput {
    width: 100% !important;
}

/* --------------------------------------------------
:: Popover
-------------------------------------------------- */

.popover {
    max-width: 350px;
}

.slider-handle {
    display: none
}

/* --------------------------------------------------
:: Login Section
-------------------------------------------------- */

.auth-form {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-color: #fff;
}

#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}

.auth-form h1 {
    color: #1fa67b;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.auth-form .form-group {
    margin-bottom: 25px;
}

.auth-form .form-group:last-child {
    margin-bottom: 0;
}

.auth-form .form-group.has-error {
    margin-bottom: 10px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.show:before {
    content: "\e013";
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: "Glyphicons Halflings", serif;
}

.checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}

.checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}

#login .btn.btn-custom {
    font-size: 14px;
    background-color: #2797BA;
}

#login .btn.btn-custom:hover {
    font-size: 14px;
    background-color: #1987a8;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

.btn .fa-spinner {
    margin-right: 4px;
}

@media (max-width: 991px) {
    .row .col-spaced {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .auth-form {
        margin-top: 30px;
    }
}

/* --------------------------------------------------
:: Inputs & Buttons
-------------------------------------------------- */

.form-control {
    color: #212121;
}

.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #1d8967;
    color: #fff;
}

.form-wrap {
    border: 1px solid #dfdfdf;
    margin-bottom: 8px;
    padding: 30px 35px;
    border-radius: 5px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.divider-wrapper {
    position: relative;
}

.or-divider {
    margin: 25px 0;
}

.or-divider:before {
    content: "OR";
    position: absolute;
    bottom: -15px;
    left: 44%;
    padding: 5px 10px;
    font-size: 16px;
    color: #ccc;
    background-color: #fff;
}

.password-field {
    position: relative;
}

.password-field .forgot {
    position: absolute;
    right: 14px;
    top: 7px;
    color: #909090;
}

/* --------------------------------------------------
:: Footer
-------------------------------------------------- */

#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

#footer p {
    margin-bottom: 0;
}

#footer a {
    color: inherit;
}

/*--------------------------------------------------
:: Checkboxes
-------------------------------------------------- */

div.checkbox {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    display: inline-block;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

/*.checkbox label.no-content {*/
/*    cursor: default;*/
/*}*/

/*.checkbox label::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    left: 0;*/
/*    margin-left: -20px;*/
/*    border: 1px solid #cccccc;*/
/*    border-radius: 3px;*/
/*    background-color: #fff;*/
/*    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*}*/

/*.checkbox label::after {*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    margin-left: -20px;*/
/*    padding-left: 3px;*/
/*    padding-top: 1px;*/
/*    font-size: 11px;*/
/*    color: #555555;*/
/*}*/

/*.checkbox input[type="checkbox"] {*/
/*    opacity: 0;*/
/*    z-index: 1;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    margin-top: 2px;*/
/*}*/

/*.checkbox input[type="checkbox"]:focus+label::before {*/
/*    outline: thin dotted;*/
/*    outline: 5px auto -webkit-focus-ring-color;*/
/*    outline-offset: -2px;*/
/*}*/

/*.checkbox input[type="checkbox"]:checked+label::after {*/
/*    font-family: "FontAwesome";*/
/*    content: "\f00c";*/
/*}*/

/*.checkbox input[type="checkbox"]:disabled+label {*/
/*    opacity: 0.65;*/
/*}*/

/*.checkbox input[type="checkbox"]:disabled+label::before {*/
/*    background-color: #eeeeee;*/
/*    cursor: not-allowed;*/
/*}*/

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked+label:after {
    font-family: "FontAwesome";
    content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked+label::after {
    color: #fff;
}

.input-icon>[class*="fa-"],
.input-icon>[class*="glyphicon-"] {
    position: absolute;
    padding: 10px 0 10px 12px;
    color: #666;
}

.input-icon input {
    padding-left: 30px;
}

.input-icon>input:focus+[class*="fa-"],
.input-icon>input:focus+[class*="glyphicon-"] {
    color: #557799;
}

.img-square.avatar {
    border: 2px solid #ccc;
    padding: 2px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-top: 2px solid #337ab7;
}

/* --------------------------------------------------
:: Page Wrapper
-------------------------------------------------- */

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        padding: 50px 30px 0 20px;
        border-left: 1px solid #e7e7e7;
    }
}

/* --------------------------------------------------
:: Sidebar
-------------------------------------------------- */

.navbar-brand {
    width: 221px;
    border-right: 1px solid #dfdfdf;
}

.navbar-logo {
    width: 140px;
    padding: 30px 15px 15px 15px;
}

body.sidebar-collapse .sidebar {
    margin-left: -220px;
}

body.sidebar-collapse #page-wrapper {
    margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .panel-widget .panel-heading {
        height: 112px;
    }
}

.sidebar,
#page-wrapper {
    min-height: 100%;
    transition: all 0.4s ease 0s;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-avatar {
    padding: 15px;
    text-align: center;
}

.sidebar .sidebar-avatar .name {
    margin-top: 10px;
    color: #555555;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar li.active.open>a:first-child {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

#user-nav a {
    padding-bottom: 5px;
    padding-top: 5px;
}

#user-nav .nav-avatar {
    float: none;
    width: 35px;
    margin-right: 10px;
}

#user-nav .nav-media {
    float: none;
    width: 35px;
    margin-right: 10px;
}

#sidebar-toggle {
    float: left;
    padding: 18px 15px 13px 15px;
}

#sidebar-toggle i {
    font-size: 16px;
    color: #888;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-brand img {
    margin-left: 15px;
    margin-top: 3px;
}

@media (max-width: 767px) {
    #page-wrapper {
        margin-top: 100px;
    }

    .sidebar-open #page-wrapper {
        -webkit-transform: translate(220px, 0);
        -ms-transform: translate(220px, 0);
        -o-transform: translate(220px, 0);
        transform: translate(220px, 0);
    }

    body.sidebar-open {
        overflow-x: hidden;
    }

    .navbar-brand {
        width: 100%;
        border-right: none;
    }

    .navbar-brand img {
        margin: 0 auto;
    }

    .sidebar {
        -webkit-transform: translate(-220px, 0);
        -ms-transform: translate(-220px, 0);
        -o-transform: translate(-220px, 0);
        transform: translate(-220px, 0);
        margin-top: 104px !important;
    }

    .sidebar-open .sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    z-index: 1;
    position: absolute;
    width: 220px;
    padding-top: 51px;
    bottom: 0;
    top: 0;
    left: 0;
    min-height: 100%;
}

/* --------------------------------------------------
:: Header Dropdown Menu
-------------------------------------------------- */

.nav .dropdown {
    padding-top: 12px;

}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ebebeb !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.inbox li a .photo img {
    float: left;
    height: 50px;
    margin-right: 4px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.dropdown-menu.extended li p {
    background-color: #f1f2f7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended {
    width: 260px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-nav .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 5px;
}

.header-nav i {
    font-size: 26px;
}

.header-nav .badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.header-nav .badge.bg-green {
    background-color: #1fa67b;
}

.header-nav .badge.bg-orange {
    background-color: #ff5b57;
}

.dropdown-toggle.avatar {
    padding-top: 5px;
    padding-bottom: 3px;
}

.dropdown-toggle.media {
    padding-top: 5px;
    padding-bottom: 3px;
}

.dropdown-toggle.avatar img {
    width: 40px;
    margin-right: 4px;
}

.dropdown-toggle.media img {
    width: 40px;
    margin-right: 4px;
}

/* --------------------------------------------------
:: Page Header & Breadcrumbs
-------------------------------------------------- */

.page-header {
    margin: 30px 0 20px;
}

.page-header small {
    font-size: 50%;
}

.breadcrumb {
    padding: 10px 0 0 0;
    list-style: none;
    font-size: 14px;
    background-color: inherit;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .page-header {
        word-break: break-all;
    }

    .breadcrumb {
        margin: 10px 0;
    }
}

/* --------------------------------------------------
:: Dashboard Widget Panels
-------------------------------------------------- */

.panel-widget .title {
    text-transform: uppercase;
}

.panel-widget .text-huge {
    font-size: 36px;
}

.panel-widget .icon {
    position: absolute;
    right: 20px;
}

.panel-widget .icon i {
    color: #337ab7;
}

.panel-green {
    background-color: #1fa67b;
    color: #fff;
}

.panel-purple {
    background-color: #727cb6;
    color: #fff;
}

.list-group-item img.img-circle {
    height: 30px;
}

a.panel-link:hover {
    text-decoration: none;
}

.dashboard-panel {
    color: #444;
}

.dashboard-panel:hover {
    text-decoration: none;
}

.dashboard-panel .icon {
    text-align: center;
    font-size: 36px;
}

.dashboard-panel .lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard-panel:hover {
    color: #337ab7;
    background-color: #fbfbfb;
}

.list-group-item .list-time {
    position: absolute;
    top: 2px;
    right: 15px;
}

.panel-default>.panel-heading.header-big {
    height: 75px;
}

/* --------------------------------------------------
:: Tabs
-------------------------------------------------- */

.tab-pane {
    padding-top: 20px;
}

.tab-search {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.top-border-table {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    padding-bottom: 30px;
}

@media (max-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        padding-bottom: 5px;
    }
}

@media (min-width: 1500px) {
    .col-md-2 .btn-block {
        max-width: 170px;
    }
}

/* --------------------------------------------------
:: User Profile Panel
-------------------------------------------------- */

.panel-profile {
    text-align: center;
}

.panel-profile .image img {
    width: 100px;
    border: 1px solid #dfdfdf;
}

.panel-profile .name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.panel-profile .icons {
    margin-top: 20px;
}

.panel-profile .icons .btn {
    margin-right: 8px;
}

.panel-profile table {
    text-align: left;
}

.table-details tr td:last-child {
    word-break: break-all;
}

.table.user-activity {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .avatar-wrapper .avatar-preview {
        margin-top: 55px;
        margin-bottom: 80px;
    }
}

@media (min-width: 991px) {
    .media-wrapper .media-preview {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .avatar-wrapper .avatar-preview {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .media-wrapper .media-preview {
        margin-bottom: 20px;
    }
}

/* --------------------------------------------------
:: Social Buttons
-------------------------------------------------- */

.btn-dribbble {
    color: #fff;
    background-color: #ea73a0;
    border-color: #ea73a0;
}

.btn-dribbble:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e55088;
    border-color: #e23e7c;
}

.btn-skype {
    font-size: 32px;
    padding: 0;
}

/* --------------------------------------------------
:: Edit User Profile Page Elements
-------------------------------------------------- */

.avatar-wrapper {
    text-align: center;
}

.avatar-preview {
    width: 160px;
    height: 160px;
}

.btn-avatar {
    padding: 10px 0;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
}

.btn-avatar:hover {
    background-color: #000;
    border-color: #000;
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

.btn-upload {
    width: 120px;
    height: 120px;
    padding: 6px 0;
    border-radius: 50%;
    text-align: center;
    line-height: 1.428571429;
    font-size: 65px;
    color: #ccc;
}

.avatar-source {
    text-align: center;
}

.avatar-source img {
    width: 120px;
}

.avatar-source img:hover,
.avatar-source div:hover {
    background-color: #fff;
    border: 2px solid #555;
    cursor: pointer;
}

.avatar-source p {
    margin: 5px 0 0 0;
    font-weight: bold;
}

.avatar-controls {
    display: none;
}

.btn-upload {
    position: relative;
    overflow: hidden;
}

.btn-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-upload-media input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-upload-media {
    position: relative;
    overflow: hidden;
}

#avatar.croppie-container {
    padding: 35px 30px 30px;
}

.spinner {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner>.spinner-dot:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    -ms-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner>.spinner-dot:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    -ms-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinner>.spinner-dot {
    width: 15px;
    height: 15px;
    background: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    -webkit-animation: bounce 1.4s infinite ease-in-out;
    -moz-animation: bounce 1.4s infinite ease-in-out;
    -o-animation: bounce 1.4s infinite ease-in-out;
    -ms-animation: bounce 1.4s infinite ease-in-out;
    animation: bounce 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-moz-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* --------------------------------------------------
:: Media Page Elements
-------------------------------------------------- */

.media-wrapper {
    text-align: center;
}

.media-preview {
    width: 160px;
    height: 160px;
}

.btn-media {
    padding: 10px 0;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
}

.btn-media:hover {
    background-color: #000;
    border-color: #000;
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

.media-source {
    text-align: center;
}

.media-source img {
    width: 120px;
}

.media-source img:hover,
.media-source div:hover {
    background-color: #fff;
    border: 2px solid #555;
    cursor: pointer;
}

.media-source p {
    margin: 5px 0 0 0;
    font-weight: bold;
}

.media-controls {
    display: none;
}

#media.croppie-container {
    padding: 35px 30px 30px;
}

.media-placeholder {
    width: 80%;
    opacity: 0.4;
    border: 1px solid #ddd;
}

.croppie-container .cr-viewport {
    box-shadow: 0 0 0 899px rgba(255, 255, 255, 0.87) !important;
}

/* Custom Pagination */

.pagination-lg.pagination-custom>li>a,
.pagination-lg.pagination-custom>li>span {
    padding: 9px 15px;
    font-size: 14px;
}

/* --------------------------------------------------
      :: Bootstrap dynamic fields
      -------------------------------------------------- */

.entry:not(:first-of-type) {
    margin-top: 10px;
}

.glyphicon {
    font-size: 12px;
}

/* --------------------------------------------------
      :: Custom styles
      -------------------------------------------------- */

.no-bullets {
    list-style-type: none;
    margin-left: -40px;
    padding-right: 5px;
}

.badge-warning {
    background-color: orange;
}

.badge-info {
    background-color: #337ab7;
}

.fa-exclamation-triangle {
    color: orange;
}

.fa-exclamation-triangle.inline {
    color: #8a6d3b !important;
}

.badge-danger {
    background-color: #d9534f;
}

.lb-md {
    font-size: 13px;
}

.comment-delivered {
    color: #009933;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.comment-sent {
    color: #ccc;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.btn-edit {
    margin-top: 2px;
}

div.input-group-option span.input-group-addon-remove {
    cursor: pointer;
}

div.input-group-option {
    margin-bottom: 15px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.preview {
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    float: left;
    overflow: hidden;
    position: relative;
}

.preview img {
    display: block;
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.preview-large {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.preview-large img {
    display: block;
    max-width: 100%;
    max-height: 250px;
    width: auto;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.fixed-bottom {
    position: absolute;
    top: 36px;
    right: 0px;
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    text-align: center;
}

.fixed-top-left {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #fff;
    background-color: #dedede;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    text-align: center;
}

.fixed-bottom-alt {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    background-color: #dedede;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    text-align: center;
}

.fixed-bottom-end {
    position: absolute;
    top: 65px;
    right: 0;
    color: white;
    background-color: black;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    text-align: center;
}

.sortable>span:first-of-type {
    background-color: #f5f5f5;
}

.edit-image {
    display: none;
}

.btn-ml {
    height: 31px;
    margin-top: 2px;
}

/* Forms */

.reset-left {
    padding-left: 0px !important;
}

.reset-right {
    padding-right: 0px !important;
}

.reset-both {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.event-img {
    display: block;
    float: left;
    padding-top: 10px;
    height: 80px;
    width: 80px;
}

.page-img {
    height: 150px;
    width: 150px;
}

.list-group-item img.img-circle {
    height: 60px !important;
    width: 60px !important;
}

#ex1Slider .slider-selection {
    background: #bababa;
}

/* Timepicker */

.timepicker-xs .timepicker-picker table td a span,
.timepicker-xs .timepicker-picker table td,
.timepicker-xs .timepicker-picker table td span {
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    padding: 0px !important;
}

.footer {
    display: box;
    height: 30px;
}

.glyphicon-info-sign {
    color: #337ab7;
    margin-left: 3px;
    margin-right: 6px;
}

.spacer {
    height: 20px;
}

/* Google maps in tab fix https://stackoverflow.com/questions/34532836/google-map-doesnt-show-right-in-nav-tab */

.tab-content>.tab-pane-map {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    display: block;
    height: auto;
}

.checkbox-group {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mr-reset {
    margin-right: 0px;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider {
    margin-top: 7px;
    margin-bottom: 7px;
}

table tr td .label {
    margin-top: 2px;
    padding-top: 2px;
}

.info-txt {
    color: #ccc;
    margin-left: 10px;
}

.warning-txt {
    color: #d9534f;
}

.warning {
    color: #f0ad4e;
}

.success {
    color: #5cb85c;
}

.error {
    color: #d9534f !important;
}

.danger {
    color: #d9534f;
}

.info {
    color: #ccc;
}

.count {
    display: inline-block;
    width: 25px;
}

.info-box {
    background-color: #f7f7f8;
    margin-top: 10px;
    height: 150px;
    width: 50%
}

.danger-trash {
    color: #d9534f;
    padding-left: 10px;
}

.label-light {
    background-color: #ccc;
}

.space-left {
    padding-left: 5px;
}

.margin-left {
    margin-left: 10px;
}

.glyphicon.glyphicon-remove-circle {
    font-size: 14px;
    padding-right: 2px;
}

#wrapper {
    width: auto;
    overflow: hidden;
}

#first {
    width: 25px;
    float: left;
}

#second {
    overflow: hidden;
}

.label-xs {
    font-size: 10px;
    position: relative;
    top: -3px;
}

.padding-left-0 {
    margin-left: 0px !important;
}

.activityheader {
    margin-top: 15px;
}

.btn-center {
    position: relative;
    top: 22px;
}

.menu-divider {
    display: block;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.block {
    border-radius: 0px !important;
}

.block-last {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.handle,
.handle:hover {
    cursor: move;
    margin-top: 5px;
    margin-right: 5px;
    color: #ddd;
}

.img-edit,
.img-edit:hover {
    margin-top: 30px;
    margin-right: 5px;
    color: white;
}

.subcategory {
    padding-left: 30px;
    padding-top: 10px;
    color: #6d6d6d;
}

.flag-icon-rounded {
    background-size: cover !important;
    border-radius: 100%;
    border: 1px solid #ccc;
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px;
    opacity: 0.6;
}

.flag-active,
.flag-icon-rounded:hover {
    opacity: 1;
}

.flags {
    text-align: right;
    margin-bottom: -10px;
}

/* Google maps */

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

.inline-field {
    position: absolute;
    top: 10px;
    height: 29px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: none;
    line-height: 28px;
    padding-left: 10px;
    width: 50%;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-family: "Roboto", "sans-serif";
    color: rgb(86, 86, 86);
    font-size: 11px;
}

.map {
    border-radius: 4px;
}

/* Map slider */

.slider {
    height: 0px;
    overflow: hidden;
    transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    -webkit-transition: height 0.2s ease;
}

.slided {
    height: 360px;
}

#expander:hover {
    cursor: pointer;
    background-color: #ddd;
}

.error-help-block {
    color: #a94442;
    ;
}

.btn-cancel:before {}

/* collapse fix  */

.list.collapse.in {
    border-top: 1px solid;
}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    text-decoration: none !important;
}

.modal-body .fa-refresh {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ccc;
}

.margin-bottom {
    margin-bottom: 15px;
}

.loading {
    background-color: white;
    opacity: 0.5;
    z-index: 100;
}

.loading i {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    z-index: 100;
    opacity: 0.5;
}

/* phone input flags */
.iti-flag {
    /*background-image: url("assets/plugins/intltelinput/img/flags.png");*/
    z-index: 1;
}

.country-list {
    z-index: 10;
    border-radius: 4px;
}

.intl-tel-input {
    display: block !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        /*background-image: url("assets/plugins/intltelinput/img/flags@2x.png");*/
    }
}

#valid-msg {
    color: #5cb85c;
}

#error-msg {
    color: #d9534f
}

.table-responsive {
    overflow-x: visible;
}

#copy-button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.margin-right-med {
    margin-right: 10px;
}

.margin-right-max {
    margin-right: 30px;
}

table td {
    vertical-align: middle !important;
}

.list-logo {
    height: 30px;
    width: 80px;
    float: left;
    overflow: hidden;
}

.list-logo img {
    margin-top: -15px;
}

.list-title {
    height: 30px;
    float: left;
    padding-top: 5px;
}

.footer-clear {
    background-color: #fff;
}

.center h2 {
    text-align: center;
}

.timeline-table td {
    width: 60px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

#reportrange {
    border-radius: 4px !important;
    height: 34px;
    width: 240px !important;
    text-align: right;
    background-color:  !important;
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

#reportrange i {
    float: left;
    font-size: 16px;
    margin-top: 2px;
}

.subtotal-box {
    color: rgb(172, 172, 172);
    width: auto;
    font-weight: normal;
    padding-top: 5px;
}

.table-footer td {
    vertical-align: top !important;
    font-weight: bold;
}

.counter-box {
    border-right: 1px solid #ccc;
}

.footer {
    min-height: 80px;
}

.list-group-item-active {
    background-color: #f5f5f5;
}

.dlk-radio input[type="checkbox"] {
    margin-left: -99999px;
    display: none;
}

.dlk-radio input[type="checkbox"]+.fa {
    opacity: 0.10
}

.dlk-radio>label {
    padding: 0px;
}

.dlk-radio>label div {
    padding: 6px 12px;
}

.dlk-radio input[type="checkbox"]:checked+div {
    opacity: 1;
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

#map-canvas {
    width: 100%;
    height: 250px;
}

.coupon-img {
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%
}

.pac-container {
    z-index: 1051 !important;
}

.btn-plus {
    font-size: 15px !important;
    padding-right: 15px;
    cursor: pointer;
    color: #337ab7;
}

.bar-btn {
    margin-top: 10px;
    margin-right: 10px;
}

.file-upload {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}

.alert-text {
    color: rgb(97, 97, 97);
    background-color: #fff;
    border-color: #e7e7e7;
}

.space-right {
    margin-right: 8px;
    padding: 5px;
}

.margin-right {
    margin-right: 8px;
}

.parent-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.child-container {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.required:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    padding-left: 3px;
    font-size: 14px;
    content: "\f069";
    color: rgb(230, 92, 84);
}

.badge-success {
    background-color: #009933;
}

.input-inline {
    width: 45%;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline div:nth-child(2) {
    float: right;
}

.badge-sm {
    font-weight: normal;
}

.bottom {
    position: absolute;
    bottom: 10px;
}

.daterangepicker .drp-selected {
    display: none !important;
}

.nav-lang {
    border-bottom: none;
    padding-right: 10px;
}

.nav-lang ul {
    border-bottom: none;
}

.nav-lang>li.active>a,
.nav-lang>li.active>a:focus,
.nav-lang>li.active>a:hover {
    border-top: 1px solid #ccc;
}

.nav-lang>li>a {
    padding: 4px 8px;
    margin-bottom: -1px;
}

.tab-lang {
    padding-top: 0px;
}

.tab-summernote {
    padding-top: 5px;
}

.note-editor .note-dropzone { opacity: 0 !important; }

.droppable {
    padding: 100px 0;
    text-align: center;
    border: 2px dashed #ccc
}

.droppable.dragover {
    background: rgb(226, 226, 226);
}

.gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
    font-size: 11px !important;
}

.gm-style-mtc {
    height: 30px !important;
    padding: 0px;
}

#pac-input {
    height: 40px !important;
}

div[aria-expanded="true"] {
    background-color: #d9edf7;

}

.pointer:hover {
    cursor: pointer;
}

.vdpCell.selectable:hover .vdpCellContent,
.vdpCell.selected .vdpCellContent {
    background: #99cdb7 !important;
}

.btn-full {
    width: 100% !important;
}

.margin-bottom {
    margin-bottom: 50px;

}

.scanner-input {
    color: rgb(105, 158, 105);
    border: none !important;
    outline: none ! important;
    box-shadow: none !important;
    background-color: rgb(105, 158, 105);
    /* background-color: #d9534f; */
}

.scanner-input::placeholder {
    color: white;
    opacity: 1;
    text-align: center;
}

.scanner-input:hover {
    cursor: pointer;
}

.container-single {
    background-color: #fff;
    padding: 20px;
    height: 100%
}

.alert-big {
    font-size: 20px;
    text-align: center;
}

.error-important {
    background-color: #d9534f !important;
}

.qrcode-text {
    padding-right: 1.7em;
    margin-right: 0
}

.qrcode-text-btn {
    display: inline-block;
    background: url(https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2017/07/1499401426qr_icon.svg) 50% 50% no-repeat;
    height: 1em;
    width: 1.7em;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:30px;
}

.qrcode-text-btn>input[type=file] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    opacity: 0
}

.border-right {
    border-right: 1px solid #ddd;
}

#progressBar {
    width: 90%;
    margin: 10px auto;
    height: 10px;
    background-color: #ddd;
    border-radius:8px;
    overflow: hidden;
    margin-bottom: 20px;
}
  
  #progressBar div {
    height: 100%;
    text-align: right;
    padding: 0 10px;
    line-height: 10px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #337ab7;
    box-sizing: border-box;
    border-radius:8px;
  }

  .center-block {
      padding-left: 35%;
      padding-bottom: 30px;
      line-height: 25px;
      font-weight: bolder;
  }

  .padding-left {
      padding-left: 14px;
  }

  .text-large {
    font-size: 25px;
    color:white;
    font-weight: bolder;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .promo-panel>.panel-heading{
    color: white;
    border-radius: 3px;
    border: 0;
    background:
    radial-gradient(farthest-side,rgba(255, 255, 255, 0.120) 100%,transparent) 110% -20px/90px 90px,
    radial-gradient(farthest-side,rgba(255, 255, 255, 0.120) 100%,transparent) 110% 50px/120px 120px;
    background-repeat:no-repeat;
  }

  .icon {
      margin-right: 10px;
  }
