/*
  Import Google fonts
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.status.primary {
    background-color: rgb(23, 161, 207);
    color: white;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
}

/*
  Set this for all elementswww
*/
*, *:before, *:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

div.selectize-dropdown {
    z-index: 12;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.member-badge {
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    border-radius: 100%;
    left: 60%;
    top: 5px;
}

.member-badge i {
    font-size: 13px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin: 0;
}

@media only print {

    .widget-container, #panel-content-container {
        display: none !important;
        visibility: hidden !important;
    }
}

/*[class*="column"]+[class*="column"]:last-child {
    /*float: left ;
}*/

fieldset {
    border: none;
    float: lefT;
    padding: 0;
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: -2px;
}

fieldset input[type="checkbox"] + label, fieldset input[type="radio"] + label {
    margin-right: 0px;
}

fieldset.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

fieldset.rating:not(:checked) > label {
    float: right;
    width: 0.80em;
    padding: 0 0em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

fieldset.rating:not(:checked) > label:before {
    content: '★ ';
    font-size: 18px;
    cursor: pointer;
}

fieldset.rating > input:checked ~ label {
    color: rgb(23, 161, 207);
}

fieldset.rating:not(:checked) > label:hover,
fieldset.rating:not(:checked) > label:hover ~ label {
    color: rgb(23, 161, 207);
}

fieldset.rating > input:checked + label:hover,
fieldset.rating > input:checked + label:hover ~ label,
fieldset.rating > input:checked ~ label:hover,
fieldset.rating > input:checked ~ label:hover ~ label,
fieldset.rating > label:hover ~ input:checked ~ label {
    color: rgb(23, 161, 207);
}

fieldset.rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}

table thead {
    background: transparent;
}

table tr.even, table tr.alt, table tr:nth-of-type(odd) {
    background: white;
}

p {
    font-size: 1.03rem;
}

h5 {
    font-size: 1.10rem !important;
}

h6 {
    font-size: 0.806rem !important;
}

/* -- Checkbox Styles--*/

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 19px;
    width: 19px;
    /*background: #dedede;*/
    border-radius: 2px;
    border: 1px solid #777;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

table thead {
    background: transparent;
}

p {
    font-size: 1.03rem;
}

h5 {
    font-size: 1.10rem !important;
}

h6 {
    font-size: 0.806rem !important;
}

/* -- Checkbox Styles--*/

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 19px;
    width: 19px;
    /*background: #dedede;*/
    border-radius: 2px;
    border: 1px solid #777;
}

/*.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}*/

.control input:checked ~ .control__indicator {
    background: #17a1cf;
}

/*.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
*/
.control input:disabled ~ .control__indicator {
    background: #eee;
    opacity: 0.5;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 5px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/*---###---*/

select {
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.multi .selectize-input.has-items {
    height: auto !important;

}

.activityForm--error {
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: -1px;
}

label {
    cursor: default !important;
}

/*
  Set font type for copy
*/

body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Lucida Grande', Arial, sans-serif;
}

ul, li {
    list-style: none;
}

textarea[rows] {
    height: 110px;
}

input[type="text"][readonly] {
    background-color: white;
}

dl dd {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;

}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], input[type="color"], textarea {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

button, input, optgroup, select, textarea {

    font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}

.inline-list {
    margin: 0;
}

#tinymce .mceContentBody p {
    font-family: your_font_name !important;
}

/*



*/

.sey-container {
    position: absolute;
    top: -10px;
    box-shadow: 1px 2px 6px;
    background-color: #fff;
    color: black;
    transition: left 0.2s ease-in-out;
    z-index: 1;
}

.sey-selected {
    background-color: #979797;
    color: #fff;
}

.sey-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sey-char-highlight {
    text-decoration: underline;
}

.sey-hide {
    display: none;
}

.sey-item {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px;
}

.sey-item * {
    pointer-events: none;
}

/* =================

  ~ Footer Styles ~

================== */

/* ---- FOOTER ---- */
.main_footer {
    min-height: 200px;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.main_footer h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #eee;
    line-height: 1.4;
    text-align: center;
    margin-top: 0;
    font-size: 1.1rem;

}

.main_footer li {
    margin-bottom: 4px;
    text-align: left;

}

.main_footer li a,
.main_footer li a:visited,
.main_footer li a:active,
.main_footer li a:link {

    font-size: 0.9rem;
    color: #fff;
}

.main_footer li a:hover {
    text-decoration: underline;
}

.main_footer .links a {
    font-size: 12px !important;
    color: white;
    font-weight: 400;
}

.main_footer .links a:hover {
    text-decoration: underline;
}

.main_footer .links a:not(:last-child) {
    margin-right: 10px;
}

.main_footer li a {
    color: white;
}

.sub--footer {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
    width: 100%;
}

.sub--footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    height: 100%;

}

.sub--footer .termos li:not(:last-child) {
    margin-right: 10px !important;
}

.sub--footer .termos a {
    color: #233 !important;
    font-size: 12px !important;
}

.sub--footer .uphill {
    background: url("../img/logo_horizontal_margin.png");
    background-repeat: no-repeat;
    background-size: 80px;
    flex: 0 0 90px;
    height: 80%;

}

.sub--footer .uphill:hover {
    opacity: 1;
    cursor: pointer;
}

.sub--footer .copyrights {
    font-size: 0.8rem;
    color: #5f5f5f;
    text-align: right;
    line-height: 0;
    flex-shrink: 0;
    font-weight: 600;
}

/* ======================

  ~ Navbar Styles ~

====================== */
.navbar--brand, .navbar--links, .usermenu--container, .search--container, .help--container,
.help--container a, .usermenu--content a, .mobilemenu--content a, .mobilemenu--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* items */
.navbar--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: #EEEEEE;
    white-space: nowrap;
    border-radius: 0px 0px 2px 2px;
    position: fixed;
    top: 0;
    z-index: 22;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    border-bottom: 1px solid #ccc;
}

.notification-container {
    display: flex;
    align-items: center;
    margin-right: 16px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

.navbar--container > * {
    color: #333;
    padding: 0 !important;
    font-size: 14px;
    height: 60px;
}

.navbar--container ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar--container li {
    list-style-type: none;
}

.navbar--container a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    height: auto;
}

.navbar--container a:hover {
    background-color: white;
}

.navbar--container i {
    font-size: 18px;
}

.navbar--container input {
    border-radius: 4px;
    height: 34px;
    border: 0;
    padding: 0;
    margin: 0 !important
}

th a.asc:after {
    content: ' ⇣';
}

th a.desc:after {
    content: ' ⇡';
}

.usermenu--wtvr {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.25s ease-out;
}

.usermenu--wtvr:hover {
    background-color: white;
}

.usermenu--wtvr a {
    padding: 10px;
    -webkit-transition: background-color 0.12s ease-out;
    transition: background-color 0.12s ease-out;
}

.navbar--brand a {
    transition: all 0.15s ease-out;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 700;
}

.navbar--brand:hover, .navbar--brand a:hover {
    background-color: #eee !important;
}

.navbar--brand {
    overflow: hidden;
    float: left;
    height: 60px;
    font-size: 18px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    -webkit-box-flex: 1;
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.navbar--links {
    margin-left: 20px !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar--links li {
    flex: 0 0 auto;
    margin: 5px;
}

.navbar--links li a {
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.12s ease-out;
    transition: background-color 0.12s ease-out;
}

.navbar--links li i:before {
    margin-right: 5px;
}

.create-btn {
    padding: 9px 6px !important;
    border-radius: 4px;
    transition: 0.15s all ease-out;
    border: 1.8px solid #14BD6E;
}

.create-btn:hover {
    background-color: #14BD6E !important;
    color: white;
}

.left--content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 540px;
    -ms-flex: 0 1 540px;
    flex: 0 1 540px;
}

.right--content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.usermenu--container > a {
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.12s ease-out;
    transition: background-color 0.12s ease-out;
}

.usermenu--container {
    position: relative;
    margin: 0 0px;
    margin-right: 4px;
    padding: 0 5px;
    cursor: pointer;
    height: 60px;

}

.usermenu--container .usermenu--avatar {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #667f92;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.usermenu--container .usermenu--name {
    margin-left: 5px;
}

.usermenu--avatar i, .usermenu--avatar img {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
}

.usermenu--content {
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: calc(60px + 0px);
    height: auto;
    width: 320px;
    z-index: 1;
    background-color: white;
    padding: 14px;
    border: 1px solid #ccc;
    border-top: none;
    margin-right:4px;
}

.usermenu--content a:hover {
    background-color: #E7E5E5 !important;
}

#upgrade {
    position: fixed;
    bottom: 20px;
}

#buy-coins {
    position: fixed;
    bottom: 80px;
}

.no-events {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.search--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-out;
    flex: 0 0 137px;

}

.search--container input {
    padding-left: 55px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0 !important;
    box-shadow: 0 0 2px #aaa;
}

.search--container input:focus {
    box-shadow: 0 0 2px #aaa;
}

.search--container i {
    color: #4d606e;
    position: absolute;
    left: 20px;
    font-size: 1.2rem;
    top: calc(60px / 2 - 10px);
}

div.table .search--container i {
    top: 5px;
}

div.table .search--container input {
    border-radius: 0;
}

.help--container {
    height: 60px;
    margin: 0 10px;
    margin-left: 0;
}

.help--container a {
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.12s ease-out;
    transition: background-color 0.12s ease-out;
}

.help--container i {
    margin-right: 5px;
    font-size: 20px;
}

.usermenu--content, .mobilemenu--content {
    font-weight: 600;
}

.mobilemenu--content .places {
    background-color: white;
    padding-left: 14px;
    padding-bottom: 7px;
}

.usermenu--content img, .mobilemenu--content img {
    width: 100%;
    height: auto;
}

.usermenu--content li, .mobilemenu--content li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 0 !important;
}

.usermenu--content .icon, .mobilemenu--content .icon {
    overflow: hidden;
    background-color: transparent;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    margin: 2px 8px 2px 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
}

.usermenu--content .icon i, .mobilemenu--content .icon i {
    font-size: 24px;
    color: #333333;
    margin-right: 0;
}

.usermenu--content a span, .mobilemenu--content a span {
    color: black;
}

.usermenu--content a, .mobilemenu--content a {
    width: 100%;
    padding: 5px 5px !important;
    border-radius: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    flex: 1 0 auto;
}

/*.navbar--container div:hover {
  background-color: rgba(240,240,240,0.5);
}*/

.usermenu--content i, .mobilemenu--content i {
    margin-right: 5px;
}

.usermenu--content > ul {
    width: 100%;
}

#save-event {
    font-size: 24px;
    cursor: pointer;
}

.usermenu--content .separator, .mobilemenu--content .separator {
    height: 1px;
    background-color: rgb(206, 206, 206);
    width: 100%;
    margin: 5px auto;

}

.avatar--container {
    height: 60px;
    display: flex;
    padding: 14px 0px;
    position: relative;
}

.mobilemenu--container {
    height: 60px;
    border-left: 1px solid #ccc;
    margin-left: 5px;
}

.mobilemenu--container span {
    width: 100%;
    padding: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    cursor: pointer;
}

.mobilemenu--container i {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 24px;
}

.mobilemenu--container, .mobilemenu--content {
    display: none;
}

.mobilemenu--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 33;
    overflow: auto;
    padding: 0;
    height: 100vh;
    background-color: #EEEEEE;
}

.mobilemenu--content .actions {
    background-color: #EEEEEE;
    padding: 14px;
    padding-top: 7px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 64em) {
    .navbar--container {
        background-color: #EEEEEE;
    }

    .navbar--brand {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar--links, .help--container, .usermenu--avatar, .usermenu--name {
        display: none !important;
    }

    .search--container {
        display: none;
    }

    .search--container i {
        display: none;
        color: #eee;
        font-size: 20px;
    }

    .mobilemenu--container, .mobilemenu-content {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .navbar--links, .help--container, .usermenu--avatar, usermenu--name {
        display: none;

    }

    .navbar--links, .help--container, .usermenu--avatar, .u {
        display: none !important;

    }

    .navbar--links, .help--container, .usermenu--avatar, .userme {
        display: none !important;

    }

}

/*====== ~ end ~ ======*/

/*=====  ~ Admin Sidebar ~ =====*/
.adminSidebar--container {
    z-index: 1;
    background-color: #EEEEEE;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    position: absolute;
    clip: rect(auto, auto, auto, auto);
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 10px;
    height: auto;
    position: absolute;
    border-right: 1px solid #ccc;
    padding-top: 60px;
    color: #fff;

}

.adminSidebar--container * {
    font-weight: 400;
    color: #646363 !important;

}

.adminSidebar--container .admin--title {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    height: 52px;
    padding-top: 12px;

}

.admin--title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.admin--title h4 {
    margin: 0;
    font-size: 17px;
}

.adminSidebar--container ul {
    position: fixed;;
    top: 0;
    left: 0;
    width: 199px;
    z-index: 1;
    margin-left: 0;
    margin-bottom: 60px;
    display: block;
    margin-top: 60px !important;

}

.adminSidebar--container li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;

}

.admin--links a {
    padding: 15px 10px;
    width: 100%;
    display: block;
    -webkit-transition: background-color 0.10s ease-out;
    transition: background-color 0.10s ease-out;

}

.ink {
    display: block;
    position: absolute;
    background-color: #EEEEEE;
    border-radius: 100%;
    transform: scale(0);
}

/*animation effect*/
.ink.animate {
    animation: ripple 0.65s linear;
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.admin--links a:hover {
    background-color: white;
}

.adminSelected {
    background-color: white;
}

.adminSidebar--container ul li a:active {
    color: white;
}

sidebar ul .active a,
sidebar ul .active a:visited,
sidebar ul .active a:link {
    color: black;
    font-weight: bold;
}

.adminSidebar--container .buy-extras-button {
  position: fixed;
  bottom: 20px;
  width: 180px; 
  margin: 0 10px; 
  color:white !important;
}

/*==== ~ End ~ =====*/

.tooltip {
    z-index: 1151 !important;
}

.top-bar-section ul li > a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    letter-spacing: 0.1;
}

.top-bar {
    height: 65px;
}

.table_wrapper {
    /*overflow-y: auto;*/
    width: 100%;
}

.top-bar .account {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 100%;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 65px;
}

.top-bar-section .has-dropdown > a:after {
    top: 30px;
}

.top-bar .name h1 {
    line-height: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.top-bar .name {
    height: 65px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(234, 67, 89, 1);
}

/*-----------------------------

      ~ Helper Classes ~


This classes can be used across
the project scope to maintain
consistency
-----------------------------*/
#borderHasError {
    border: 1px solid rgba(240, 65, 36, 0.75);
}

.borderIsValid {
    border-color: rgba(240, 65, 36, 0.75);
}

.hasError {
    color: rgba(240, 65, 36, 0.75);
}

/* ---------------
Buttons

*/

.btn {
    /* Structure */
    display: block;
    height: 37px;
    padding: 5px;
    margin: 0 auto;

    /* Presentation */
    font-family: 'Open Sans', Sans-serif;
    color: white;
    background-color: rgb(23, 161, 207);
    border: 1px solid rgb(23, 161, 207);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.btn__expandable {
    width: 95%;
}

.btn:hover {
    color: white;

}

.btn__expandable:hover {
    width: 100%;
}

.btn:focus {
    color: white;
}

/*
  Custom width classes
  12 columns
*/

.span-1 {
    width: calc(100% * (1 / 12));
}

.span-2 {
    width: calc(100% * (2 / 12));
}

.span-3 {
    width: calc(100% * (3 / 12));
}

.span-4 {
    width: calc(100% * (4 / 12));
}

.span-5 {
    width: calc(100% * (5 / 12));
}

.span-6 {
    width: calc(100% * (6 / 12));
}

.span-7 {
    width: calc(100% * (7 / 12));
}

.span-8 {
    width: calc(100% * (8 / 12));
}

.span-9 {
    width: calc(100% * (9 / 12));
}

.span-10 {
    width: calc(100% * (10 / 12));
}

.span-11 {
    width: calc(100% * (11 / 12));
}

.span-12 {
    width: calc(100% * (12 / 12));
}

/* Change this accordingly for responsive type-sizes */
@media screen and (min-width: 375px) {
    html {
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 14px;
    }
}

.ie-block {
    display: none;
}

.ie7 .ie-block {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 80px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/*

*/

.action--group {
    display: flex;
    width: 80%;
    margin-bottom: 10px;
    align-items: baseline;
    float: right;
    justify-content: flex-end;
}

/* Small screens *(< 641) */

@media only screen {
    body {
        background-color: #fafafa;
    }

    h1, h2, h3, h4, h5 {
        font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Lucida Grande', Arial, sans-serif;
    }

    h3 a,
    h3 a:link,
    h3 a:visited,
    h4 a,
    h4 a:link,
    h4 a:visited {
        font-size: 14px;
    }

    h3 > .button,
    h4 > .button {

        float: right;
    }

    a.disabled {
        pointer-events: none;
        cursor: default;
    }

    a:hover {
        color: #646363;
    }

    a {
        color: #17a1cf;
    }

    .error {
        color: rgba(234, 67, 89, 1);
    }

    .margin {
        margin-top: 15px;
    }

    .side-nav li a:not(.button) {
        color: #17a1cf;
    }

    .side-nav li a:not(.button):hover {
        color: #17a1cf;
    }

    .warning a,
    .warning a:visited,
    .warning a:link {
        color: #fff;
        border-bottom: 1px dotted white;
    }

    .warning a:hover {
        border-bottom: 1px solid white;

    }

    .button {
        font-family: 'Open Sans', Sans-serif;
        font-weight: 400;
        letter-spacing: 0.2px;
        background-color: rgb(23, 161, 207);
    }

    .button.default {
        background-color: rgb(23, 161, 207);
    }

    .button.success {
        background-color: rgba(20, 189, 110, 1);
    }

    .table_wrapper .button {
        box-shadow: none;
        margin-bottom: 0;
    }

    .table_wrapper .button:hover {
        box-shadow: none;
    }

    .no_content {
        width: 100%;
        height: 200px;
        border: 1px solid #ccc;
        background-color: #f0f0f0;
        color: #555;
        border-radius: 4px;
        padding: 85px 20px 0 20px;
        font-size: 20px;
        text-align: center;
        margin: 40px 0 20px 0;

    }

    /* Add this attribute to the element that needs a tooltip */
    [data-tool] {
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    /* Hide the tool content by default */
    [data-tool]:before,
    [data-tool]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tool]:before {
        position: absolute;
        bottom: 36px;
        left: 90px;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: auto;
        -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-tool);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        z-index: 2000;
    }

    /* Triangle hack to make tool look like a speech bubble */
    [data-tool]:after {
        z-index: 2000;
        position: absolute;
        bottom: 36px;
        left: 22px;
        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;
    }

    /* Show tool content on hover */
    .tooltip-visible:after, .tooltip-visible:before {
        visibility: visible !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
        opacity: 1 !important;
    }

    #container {
        min-height: 800px;
    }

    .branding_designation {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 12px;
        color: rgb(176, 177, 179);
        font-style: italic;
        text-align: left;
    }

    .main_footer {
        text-align: center;
        font-size: 1.2rem;;
    }

    .main_footer .social a {
        height: 2rem;
        border-radius: 2px;
        font-size: 1.5rem;
        color: #5f5f5f;
        text-align: center;
        line-height: 2rem;
        margin: 0 3px 0 0;
        display: inline-block;
        width: 2rem;
    }

    .button.dropdown.tiny.country.secondary {
        margin-bottom: 0;
    }

    .main_footer .copywrite {
        color: #8f9296;
        font-size: 0.875rem;
        margin: 1rem 0 1rem 0;
    }

    .main_footer .copywrite a:link,
    .main_footer .copywrite a:active,
    .main_footer .copywrite a:visited {
        color: #8f9296;

    }

    .main_footer .row > * {
        flex: 0 0 auto;
    }

    .main_footer .logo_img {
        width: 100%;
        flex: 0 0 100%;
        height: auto;
    }

    .main_footer .copywrite a:hover {
        text-decoration: underline;
        color: #aaa;

    }

    .main_footer .info {
        color: #aaa;
        font-size: 0.875rem;
        margin: 0 0 1rem 0;
        text-align: center;
        font-weight: normal;
    }

    .main_footer .footer-form textarea, .main_footer .footer-form input {
        border-radius: 3px;
        background-color: #1f2022;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
        border: none;
        resize: none;
        font: inherit;
        font-size: 0.875rem;
        font-weight: normal;
        color: #d1d2d2;
    }

    .main_footer .footer-form label {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
        font-weight: bold;
    }

    .main_footer .footer-form .submit {
        border-radius: 3px;
        background-color: #33383b;
        color: #ffffff;
        border: 0;
        padding: 1rem 3.5rem;
        font-weight: bold;
        float: right;
        margin: 0 1rem 2rem 0;
    }

    .main_footer .footer-links {
        line-height: 1.5;
    }

    .main_footer .footer-links a {
        list-style: none;
        font-weight: normal;
        color: #fff;
        margin: 0;
        font-size: 0.875rem;
    }

    .main_footer .footer-links a::after {
        content: "•";
        padding: 0 0.2rem 0 0.4rem;
    }

    .main_footer .footer-links a:last-child::after {
        content: "";
        padding: 0 0.4rem 0 0.8rem;
    }

    .logo {
        color: #fff;
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .logo i {
        margin-right: 0.5rem;
    }

    /* Small screens *(< 641) */
    .main_footer .soci .logo i {
        margin-right: 0.5rem;

    }

    /*footer{
      width: 100%;
      margin-top: 15px;
      height: 200px;
      background-color: #333;
      color: #ddd;
      padding: 30px 0 0 0;
    }
    footer .small_text{
      font-size: 14px;
    }
    footer hr{
      border-color: #555;
    }
    footer .title{
      color: #888;
    }*/
    /**/
    /**/
    /**/
    /* ADMIN */
    .admin i {
        margin-right: 5px;
    }

    .table_wrapper table {

        border: 1px solid #ccc;
    }

    .table_wrapper table thead tr > th {
        background-color: #efefef;
    }

    .table_wrapper table thead tr {
        border: 1px solid #ccc;

    }

    .table_wrapper table tr td {
        line-height: 1.7rem;
    }

    .table_wrapper table .actions {
        text-align: right;
    }

    .table_wrapper table .actions > div {
        display: inline-block;
        padding: 3px 3px 0 3px;

    }

    .table_wrapper table .actions a {
        color: #aaa;
    }

    .table_wrapper table .actions a:hover {
        color: rgb(23, 161, 207);
    }

    .table_wrapper table .actions .delete a:hover {
        color: rgba(234, 67, 89, 1);
    }

    .table_wrapper table .actions a > i {
        font-size: 22px;

    }

    .table_wrapper table .actions .details {
        margin-right: 4px;
    }

    /**/
    /**/
    /**/
    /* sidebar */
    /*sidebar{
      margin-top: 0;
      background-color: white;
      height: 100%;
    }*/
    /*sidebar .nav_wrapper{
      display:none;
    }
    sidebar .logo{
      width: 146px;
      max-height: 85px;
      margin: 10px 6px 12px 6px;
      line-height: 70px;
    }
    sidebar .logo:hover{
      cursor: pointer;
    }*/
    /*sidebar ul{
      list-style-type: none;
      padding: 0;
      width: 100%;
      margin-top: 60px;
      margin: 0;
    }
    sidebar ul li{
    }

    sidebar ul li:first-child{
    }

    sidebar ul li:hover{

      cursor: pointer;
    }
    sidebar ul li:hover > .icon_container i{
      color: black;
    }
    sidebar ul li:active{
      background-color: rgb(249,195,0);
      border-radius: 4px;

    }
    sidebar ul li:active > .icon_container i{
      color: black;
    }
    sidebar ul li:active > a,
    sidebar ul li:active > a:visited,
    sidebar ul li:active > a:link{
      color: black;
    }

    sidebar ul li .icon_container{
      width: 18px;
      margin-right: 12px;
      display: block;
      text-align: center;
      margin-left: 12px;
    }
    sidebar ul li .icon_container i{
      font-size: 28px;
        color: #555;
    }

    sidebar ul li a, sidebar ul li a:visited, sidebar ul li a:link{
      font-size: 18px;
      width:100%;
      height: 100%;
      display: block;
      color: #555;
    }

    sidebar ul .active .icon_container i{
      color: black;
    }
    sidebar hr{
      display: none;
    }
    sidebar .nav_action{
      display: block;
      position: absolute;
      top: 12px;
      right: 20px;
      font-size: 30px;
      color: #888;
      cursor: pointer;
      z-index: 11111111;
    }
    sidebar .nav_action i{
      font-size: 40px;
    }
    sidebar .nav_register{
      border-radius: 4px;
      border: 2px solid rgb(136, 136, 136);
      padding: 2px 12px 0 12px;
      color:#777;
      font-size: 13px;
      float: left;
      margin-right: 20px;
      margin-top: 4px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    sidebar .account{

    }
    sidebar .account .photo{
      border-radius: 38px;
      border: 2px solid #aaa;
      width: 50px;
      height: 50px;
      margin: 12px auto;
      overflow: hidden;

    }
    sidebar .logged_out > .photo{
      display: none;
    }

    sidebar .account .photo img{
      width: 50px;
      height: 50px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }
    sidebar .account .photo i{
      font-size: 100px;
      text-align: center;
      margin-left: 1px;
      color: #888;

    }
    sidebar .account .name{
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      padding: 0 6px 0 6px;
      color: #888;


    }
    sidebar .account .name .name_options .element{
      display: inline-block;
      margin: 0 10px 10px 10px;
    }

    sidebar .account .log_sign{
      display: none;
    }
    sidebar .account.logged_out .log_sign{
      display:block;
      padding: 12px;

    }
    sidebar .account:hover {
      cursor: pointer;
    }
    sidebar .account:hover > .photo{
      border-color: rgb(249,195,0);

    }
    sidebar .account:hover > .photo img{
      -webkit-filter: none;
      filter: none;
    }


    sidebar .logged_out:hover > .log_sign a,
    sidebar .logged_out:hover > .log_sign a:visited,
    sidebar .logged_out:hover > .log_sign a:link{

      text-decoration: underline;
      color: #555;

    }
    sidebar .logged_out:hover > .photo i{
      color: #555;
    }
    .logged_out > .name{
      display: none;
    }
    sidebar .logged_out > .photo img{
      display: none;
    }
    .logged_out > .log_sign{
      display: block;
      text-align: center;


    }
    sidebar .logged_out > .log_sign a,
    sidebar .logged_out > .log_sign a:link,
    sidebar .logged_out > .log_sign a:visited{
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      padding: 0 6px 0 6px;
      color: #888;

    }
    sidebar .logged_out > .log_sign a:hover{
      text-decoration: underline;
      cursor: pointer;
    }

    sidebar .logged_out > .photo i{
      display: block;
    }*/
    /**/
    /**/
    /* CONTENT */
    #content {
        margin-top: 40px;
        padding-top: 50px;
    }

    legend {
        color: #15848F;
    }

    .row {
        max-width: 1280px;
    }

    .table-container {
        width: 100%;
        overflow-x: auto;;;
    }

    .actions.columns {
        margin-top: 1rem;
        border-left: 5px solid #15848F;
        padding-left: 15px;
        padding: 32px 20px;
    }

    .actions.columns h3 {
        color: rgb(23, 161, 207);
    }

    .index table {
        margin-top: 2rem;
        table-layout: auto;
        overflow-y: auto;
        position: relative;
    }

    .index table thead {
        height: 3.5rem;
        white-space: initial;;
    }

    .header-help {
        float: right;
        margin-right: 2rem;
        margin-top: -80px;
        font-size: 16px;
    }

    .header-help span {
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        white-space: nowrap;
        display: inline-block;
        padding: 0.25rem 0.5rem 0.375rem;
        font-size: 0.8rem;
        background-color: #0097a7;
        color: #FFF;
        border-radius: 1000px;
    }

    .header-help a {
        color: #fff;
    }

    ul.pagination li a {
        color: rgba(0, 0, 0, 0.54);
    }

    ul.pagination li.active a {
        background: none repeat scroll 0% 0% rgb(23, 161, 207);
        color: #FFF;
        font-weight: bold;
        cursor: default;
    }

    .paginator {
        text-align: center;
        margin: 20px;
    }

    .paginator ul.pagination li {
        /*float: none;*/
        display: inline-block;
    }

    .paginator p {
        text-align: right;
        color: rgba(0, 0, 0, 0.54);
    }

    button {
        background: rgb(23, 161, 207);
    }

    .form button:hover, .form button:focus {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important;
    }

    .form button[type="submit"] {
        float: right;
        text-transform: uppercase;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    }

    .form .error-message {
        display: block;
        padding: 0.375rem 0.5625rem 0.5625rem;
        margin-top: -1px;
        margin-bottom: 1rem;
        font-size: 0.75rem;
        font-weight: normal;
        font-style: italic;
        color: rgba(0, 0, 0, 0.54);
    }

    .required > label:first-child:after {
        content: ' *';
        color: rgba(240, 65, 50, 1);
    }

    select[multiple] {
        min-height: 150px;
        background: none;
    }

    input[type=checkbox],
    input[type=radio] {
        margin-right: 0.5em;
    }

    .date select,
    .time select,
    .datetime select {
        display: inline;
        /*width: auto;*/
        margin-right: 10px;
    }

    .error label,
    .error label.error {
        color: rgba(240, 65, 50, 1);
    }

    div.message {
        border-style: solid;
        border-width: 1px;
        display: block;
        font-weight: normal;
        position: relative;
        padding: 0.875rem 0.875rem 0.875rem 1.875rem;
        -webkit-transition: opacity 300ms ease-out 0s;
        transition: opacity 300ms ease-out 0s;
        background-color: rgba(20, 189, 110, 0.9);
        border-color: rgba(20, 189, 110, 1);
        color: #fff;
        border-radius: 4px;
        margin-top: 18px;
        box-shadow: 0px 0px 3px #aaa;
    }

    div.message.error {
        background-color: rgba(240, 65, 50, 0.9);
        border-color: rgba(240, 65, 50, 1);
        color: #FFF;
    }

    div.message:before {
        line-height: 0px;
        font-size: 20px;
        height: 12px;
        width: 12px;
        border-radius: 15px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -11px;
        background-color: #FFF;
        padding: 12px 14px 12px 10px;
        content: "i";
        color: rgba(20, 189, 110, 1);
    }

    div.message.error:before {
        padding: 11px 17px 14px 7px;
        color: rgba(240, 65, 50, 1);
        content: "x";
    }

    .view h2 {
        color: #6F6F6F;
    }

    .view .columns.strings {
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin-right: 0.7rem;
    }

    .view .numbers {
        background-color: #B7E3EC;
        color: #FFF;
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin-right: 0.7rem;
    }

    .view .columns.dates {
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin-right: 0.7rem;
        background-color: #DCE47E;
        color: #fff;
    }

    .view .columns.booleans {
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin-right: 0.7rem;
        background-color: #8D6E65;
        color: #fff;
    }

    .view .strings p {
        border-bottom: 1px solid #eee;
    }

    .view .numbers .subheader, .view .dates .subheader {
        color: #747474;
    }

    .view .booleans .subheader {
        color: #E9E9E9
    }

    .view .texts .columns {
        margin-top: 1.2rem;
        border-bottom: 1px solid #eee;
    }

    /** Notices and Errors **/
    .cake-error,
    .cake-debug,
    .notice,
    p.error,
    p.notice {
        display: block;
        clear: both;
        background-repeat: repeat-x;
        margin-bottom: 18px;
        padding: 7px 14px;
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    }

    .cake-debug,
    .notice,
    p.notice {
        color: #000000;
        background: #ffcc00;
    }

    .cake-error,
    p.error {
        color: #fff;
        background: #C3232D;
    }

    pre {
        background: none repeat scroll 0% 0% #FFF;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin: 15px 0px;
        color: rgba(0, 0, 0, 0.74);
        padding: 5px;
    }

    .cake-error .cake-stack-trace {
        margin-top: 10px;
    }

    .cake-stack-trace code {
        background: inherit;
        border: 0;
    }

    .cake-code-dump .code-highlight {
        display: block;
        background-color: #FFC600;
    }

    .cake-error a,
    .cake-error a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .home header {
        width: 100%;
        height: 85%;
        position: relative;
        display: table;
    }

    .home h1 {
        font-family: "Open Sans", sans-serif;
    }

    .home header .header-image {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .home header h1 {
        color: #fff;
    }

    .home .checks {
        padding: 30px;
        color: #626262;
        border-radius: 3px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
        margin-top: 50px;
    }

    .checks.platform {
        background-color: #B7E3EC;
    }

    .checks.filesystem {
        background: #DCE47E;
    }

    .checks.database {
        background-color: #DFF0D8;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .home .checks .success:before, .home .checks .problem:before {
        line-height: 0px;
        font-size: 28px;
        height: 12px;
        width: 12px;
        border-radius: 15px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -11px;
    }

    .home .checks .success:before {
        content: "✓";
        color: green;
        margin-right: 9px;
    }

    .home .checks .problem:before {
        content: "✘";
        color: red;
        margin-right: 9px;
    }

    label {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.7);
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 2px;
    }

    input,
    input[type="text"],
    select,
    textarea {
        border-radius: 4px;
        margin-bottom: 1.5rem;

    }

    input[type="radio"] {
        margin-bottom: 1rem;

    }

    button,
    button[type="submit"],
    .form button[type="submit"] {
        border-radius: 4px;
        float: left;
    }

    .upevents-logo {
        height: 46px;
        background: url("../img/upevents-logo-ups.png") no-repeat;
        background-position: left;
        opacity: .7;
        background-size: contain;
        margin-left: -15px;
        margin-top: -18px;
        width: 189px;;
    }

    .upevents-logo:hover {
        cursor: pointer;
        opacity: 1;
    }

    .upstudents-logo {
        width: 189px;
        height: 40px;
        background: url("../img/logo-ups.png") no-repeat;
        background-position: right center;
        opacity: .7
    }

    .upstudents-logo:hover {
        cursor: pointer;
        opacity: 1;
    }

}

/* Define mobile styles */

@media only screen and (max-width: 40em) {

    .navbar--brand a {
        justify-content: flex-start !important;
        margin-left: 16px !important;
    }

    .termos {
        display: none !important;
    }

    #languageButton {
        float: none;
    }

    .main_footer {
        height: 250px !important;
    }

    #languageButton > div {
        margin: 20px 0;
        float: none !important;
    }

    .sub--footer {
        padding: 0 10px;
    }

    .navbar--brand {
        flex: 1 0 auto;
    }

    .main_footer .row {
        flex-direction: column;
    }

    sidebar .account .photo i {
        font-size: 60px;
        text-align: center;
        margin-left: 4px;
        color: #888;
        padding-top: 0;
    }

    /* Define mobile styles */
    .p .navbar--brand {
        flex: 1 0 auto;

    }

    /* Define mobile styles */
    .p.th .navbar--brand {
        flex: 1 0 auto;

    }

}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens (641 - 1024) */
@media only screen and (min-width: 40.063em) {
    .termos {
        display: flex !important;
    }

    .main_footer p {
        text-align: left;
    }

    .main_footer .social {
        text-align: left;
        margin: 0;
    }

    .main_footer .info {
        text-align: left;
    }

    .main_footer .footer-form .contact {
        position: absolute;
        left: -45%;
        top: 10%;
    }

    .main_footer .country {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 10px;
        float: right;
        font-size: 12px;
        color: black;
        height: 50px;
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {

        z-index: 2222;
    }

    .main_footer .country span {
        margin-right: 12px;

    }

    .main_footer .country-list li {
        text-align: left;

    }

    .main_footer .country-list li span {
        margin-right: 12px;

    }

    .fixed-width {
        z-index: 1;
    }

    sidebar {
        background-color: #fafafa;

    }

    .admin_dashboard sidebar {
        margin: 0;
        background-color: #333;
    }

    sidebar .nav_wrapper {
        display: block;
    }

    sidebar ul li,
    sidebar ul li:first-child {
        border: none;
    }

    sidebar hr {
        display: block;
    }

    sidebar .logo {
        width: 146px;
        margin: 18px 12px 18px 12px;

    }

    sidebar ul li a, sidebar ul li a:visited, sidebar ul li a:link {
        font-size: 14px;
    }

    sidebar ul li .icon_container i {
        font-size: 22px;
    }

    sidebar .nav_action {
        display: none;
    }

    sidebar .account .photo {
        border-radius: 38px;
        border: 3px solid #aaa;
        width: 76px;
        height: 76px;
        margin: 12px auto;
        overflow: hidden;

    }

    sidebar .account .photo img {
        width: 76px;
        height: 76px;

    }

    sidebar .account > .name {
        display: block;

    }

    sidebar .account:hover > .name {
        color: #333;
    }

    sidebar .account .name .name_options {
        display: none;
        overflow: hidden;
    }

    sidebar .logged_out > .photo {
        display: block;
    }

    sidebar .logged_out > .name {
        display: none;
    }

    sidebar .account.logged_out .log_sign {
        display: block;
        padding: 0 6px;

    }

    sidebar .account:hover > .name .name_options {
        display: block;
        margin: 10px auto;
        width: 140px;
        background-color: white;
        border-radius: 4px;
        box-shadow: 0 0 3px #333;
        text-align: left;
    }

    sidebar .account .name .name_options .inner {
        background: white;
        margin-top: -50px;
        border-radius: 10px;
        /* transform z-index hack */
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    sidebar .account .name .name_options:before {
        content: '';
        position: relative;
        margin: 0 auto;
        top: 0px;
        background: white;
        display: block;
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 3px 0px #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    sidebar .account .name .name_options .element {
        height: auto;
        display: block;
        padding: 3px 6px 3px 6px;
        margin: 0;
        min-height: auto;

    }

    sidebar .account .name .name_options .element:hover {
        background-color: #f5f5f5;
    }

    sidebar .account .name .name_options a,
    sidebar .account .name .name_options a:link,
    sidebar .account .name .name_options a:visited {
        font-size: 12px;
        font-weight: normal;
        height: auto;
        padding: 0;
        margin: 0;
        color: #008cba;

    }

    sidebar .account .name .name_options a:hover {
        color: #007095;
    }

    sidebar .nav_register {
        display: none;
    }

}

/* min-width 641px, medium screens */

@media only screen and (max-width: 40.063em) {
    #content {
        padding-left: 15px !important;
    }

    .main_footer .p ul li, .main_footer .p h4 {
        text-align: left !important;
    }

    .adminSidebar--container {
        display: none !important;
    }

    .action--group {
        width: 100%;
        justify-content: flex-start !important;
    }

}

@media only screen and (max-width: 64em) {
    .usermenu--container > *:not(.usermenu--wtvr) {
        display: none !important;
    }

    .left--content {
        -webkit-flex: 0 0 150px !important;
        -ms-flex: 0 0 150px !important;
        flex: 0 0 150px !important;
    }

    .avatar--container, .usermenu--content {
        display: none;
    }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

    #upgrade {
        margin: 0 10px !important;
        width: 130px !important;
    }

    #buy-coins {
        margin: 0 10px !important;
        width: 130px !important;
    }

    .sub--footer {
        padding: 0 10px;
    }

    .navbar--brand {
        flex: 0 0 150px;
        padding-left: 0;
    }

    .adminSidebar--container {
        width: 150px !important;
    }

    .adminSidebar--container ul {
        width: 149px;
    }

    .admin-links-mobile {
        display: none;
    }

    .mobilemenu--content .separator {
        display: none;
        float: none;
    }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens (1025 - 1440) */
@media only screen and (max-width: 64.063em) {

    .main_footer .p ul li, .main_footer .p h4 {
        text-align: center;
    }

    .main_footer .p ul a {
        font-size: 10px;
    }

    .main_footer p {
        font-size: 10px;
    }
}


@media only screen and (max-width: 64em) {
  .usermenu--container > *:not(.usermenu--wtvr) {
    display: none !important;
  }
  .left--content {
    -webkit-flex: 0 0 150px !important;  -ms-flex: 0 0 150px !important;  flex: 0 0 150px !important;
  }
  .avatar--container, .usermenu--content {
    display: none;
  }


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

  #upgrade {
    margin: 0 10px !important;
    width: 130px !important;
  }
  #buy-coins {
     margin: 0 10px !important;
     width: 130px !important;
  }
  .sub--footer {
    padding: 0 10px;
  }
  .navbar--brand {
    flex: 0 0 150px;
    padding-left: 0;
  }
  .adminSidebar--container {
    width:150px !important;
  }
  .adminSidebar--container ul {
    width: 149px;
  }

  .adminSidebar--container .buy-extras-button{
    width: 130px;
  }

  .admin-links-mobile {
    display: none;
  }
  .mobilemenu--content .separator{
    display: none;
    float: none;
  }


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens (1025 - 1440) */
@media only screen and (max-width: 64.063em) {

  .main_footer .p ul li, .main_footer .p h4{
    text-align: center;
  }
  .main_footer .p ul a {
    font-size: 10px;
  }
  .main_footer p {
    font-size: 10px;
  }
} /* min-width 1025px, large screens */

.search-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /*min-width: 260px;*/
    overflow: auto;
    height: auto;
    z-index: 2;
    max-height: 300px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

.search-results #loader {
    margin: 25px auto;
}

.search-results h5 {
    padding: 5px 8px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px 0;
    background-color: #eeeeee;
}

.clean-input {
    position: absolute;
    right: 14px;
    top: 8px;
    cursor: pointer;
}

.clean-input i {
    pointer-events: none;
    background-color: #979797;
    padding: 0 4.7px;
    color: white;
    border-radius: 100%;
    font-size: 13px;
}

.search-results h5:after {
    content: '';
    position: absolute;
    background-color: rgba(151, 151, 151, 0.3);
    left: 0;
    right: 0;
    top: 103%;
    height: 1px;
}

.result-item {
    overflow: hidden;
    height: 55px;
    cursor: pointer;
    white-space: nowrap;
}

.result-item a:hover {
    background-color: #eee !important;
}

.result-item > a {
    display: block !important;
    z-index: 22222;
    position: relative;
}

.result-item a, .result-item span {
    padding: 10px 8px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.result-item .logo {
    float: left;
    width: 20%;
    overflow: hidden;
    height: 36px;
    margin-right: 2%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.result-item .name {
    float: left;
    width: 78%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    display: flex;
    align-items: center;
}

div.table .result-item .name {
    width: 100%
}

.result-item img {
    max-height: 100%;
    width: auto;
}

.result-item {
    background-color: #fff;

}

.triangle {
    content: '';
    position: absolute;
    bottom: 98.8%;
    left: 50%;
    transform: translateX(-50%);
}

.settings-row input {
    margin-bottom: 13px;
}

.myaccount-content [class*="column"] + [class*="column"]:last-child {
    float: left;
}

/* Animation */
@-webkit-keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

#loader {

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;

    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #777;
    border-left: 4px solid #777;

    -webkit-animation: loading 1.2s infinite linear;
    -moz-animation: loading 1.2s infinite linear;
    -ms-animation: loading 1.2s infinite linear;
    animation: loading 1.2s infinite linear;

}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    right: 24px;
    top: 8px;
}

.flag {
    width: 32px;
    height: 22px;
    background: url(../img/flags.png) no-repeat
}

div.table {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    overflow: visible;
}

div.table .thead {
    background-color: #dfdfdf;
}

div.table .tr.actions {
    border-top: 1px solid white;
    background-color: #dfdfdf;
    height: 65px;
    padding: 13px;
}

div.table .actions > div {
    display: inline-block;
}

div.table .action {
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    text-align: center;

}

div.table .action.delete {
    background-color: #f04124;
    color: white;
}

div.table .action.call {
    background-color: #14BD6E;
    color: white;
}

div.table .cut-line {
    border-bottom: 1px solid #f04124;
}

div.table .action.disabled {
    background-color: #bbb;
    color: black;
    cursor: default;

}

div.table .action.active {
    background-color: #008cba;
    color: white;

}

div.table .actions * {
    margin: 0;
}

div.table .thead > .td {
    font-weight: 600;
}

div.table .thead > .td:first-child {
    padding-left: 0px;
}

div.table .tbody {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.table .tr {
    width: 100%;
    margin: 0;
    transition: all .25s ease-out;

}

div.table .tbody .tr {
    width: 101.4%;
}

div.table .td {
    padding: 20px 10px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.table .tbody .tr:nth-child(2n) {
    background-color: #efefef;
}

div.table .tbody .tr:not(:nth-child(2n)) {
    background-color: white;
}

div.table .search--container input {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

div.table input {
    box-shadow: 0 0 1px #999 !important;
}

/* -----------------------------

  ~ Autocomplete Styles ~

---------------------------- */

.autocomplete-suggestions {

    background-color: white;
    overflow-x: hidden;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.75);

}

.autocomplete-suggestion {
    color: rgba(0, 0, 0, 0.75);

}

.autocomplete-suggestions .autocomplete-selected {

    background-color: #d5e6ee;
    overflow-x: hidden;
}

#tot {
    position: relative;
    white-space: nowrap;

}

#tot:before {
    content: 'Total';
    margin-right: 20px;
    margin-left: -71px;
}

.card {
    height: 300px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
    border-image-slice: 1;
    margin-bottom: 30px;
    padding: 0 0;
}

.card.integration {
    background-color: white;
    text-align: center;
    position: relative;
    padding: 12px;
}

.card.integration .configure {
    padding: 4px 8px;
    position: absolute;
    top: 4px;
    right: 6px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.15s ease-out;
}

.card.integration .configure:hover {
    background-color: rgba(0, 0, 0, 0.14);
}

#content #ajaxLoader {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 2;
}

#ajaxLoader #loader {
    overflow: hidden !important;
    margin: 25px auto !important;
    width: 25px !important;
    height: 25px !important;
}

#content #loaderContainer {
    position: absolute;
    bottom: 10px;
    left: 0;
    top: 0;
    background-color: #fafafa;
    z-index: 500000;
    right: 0;
    z-index: 5;
}

#ajaxLoader #loader {
    overflow: hidden !important;
    margin: 25px auto !important;
    width: 25px !important;
    height: 25px !important;
}

#content #loader {
    overflow: hidden;
    margin: 40px auto;
    width: 60px;
    height: 60px;
}

.coinsCheckbox {
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.coinsCheckbox label {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100px;

    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    z-index: 1;

    background: #333;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.coinsCheckbox input[type=checkbox]:checked + label {
    background: #26ca28;
}

.admin-helper {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 20px;
    padding: 10px;
    border-radius: 3px;
    position: relative;

}

.admin-helper i {
    font-size: 40px;
    position: relative;
}

.admin-helper .closer {
    position: absolute;
    background-color: #ddd;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.admin-helper .closer i {
    font-size: 18px;
    line-height: 1.9;
    color: white;
}

.prev.disabled, .next.disabled {
    display: none !important;
}

#mceu_34 {
    display: none !important;
}