body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:   17px;
    line-height: 1.42857143;
}

a {
    color: #0060A9;
}

h1,
.h1 {
    font-family: Montserrat, sans-serif;
    font-size:   32px;
    line-height: 32px;
    color:       #565259;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 21px;
}

p {
    font-size: 17px;
}

caption {
    font-size: 15px;
}

/*
//
//
// ##    ## #####      ###   ##   ## ##### #####  #####  ## ####   #####
// ##    ## ##  ##    ## ##  ##   ## ##    ##  ## ##  ## ## ## ##  ##
// ##    ## ##  ##   ##   ##  ## ##  ##    ##  ## ##  ## ## ##  ## ##
// ##    ## #####    ##   ##  ## ##  ##### ##  ## ##  ## ## ##  ## #####
// ##    ## ##  ##   ##   ##  ## ##  ##    #####  #####  ## ##  ## ##
// ##    ## ##  ##   ##   ##   ###   ##    ##  ## ##  ## ## ##  ## ##
// ##    ## ##  ##    ## ##    ###   ##    ##  ## ##  ## ## ## ##  ##
// ##### ## #####      ###      #    ##### ##  ## ##  ## ## ####   #####
//
*/

#container .virtual-keyboard.ui-widget-content {
    background: #FFF !important;
}

/*
//
//
//   ####  ##      ###   #####    ###   ##
//  ##  ## ##     ## ##  ##  ##   ###   ##
// ##    # ##    ##   ## ##  ##  ## ##  ##
// ##      ##    ##   ## #####   ## ##  ##
// ##  ### ##    ##   ## ##  ##  ## ##  ##
// ##   ## ##    ##   ## ##  ## ####### ##
//  ##  ## ##     ## ##  ##  ## ##   ## ##
//   ### # #####   ###   #####  ##   ## #####
//
*/

.separator {
    border-top:    3px solid #0060A9;
    width:         80px;
    margin-top:    15px;
    margin-bottom: 15px;
    display:       inline-block;
}

.section-separator {
    border-top:    1px solid transparent;
    width:         80px;
    margin-bottom: 40px;
    display:       block;
}

.clearfix {
    clear: both;
}

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

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

.right-align {
    text-align: right;
}

.disabled {
    opacity: 0.3;
}

.nav-sidebar li.disabled {
    opacity: 1;
}

.disabled-animation {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.8;
    }
}

.stu-server .fa-2x {
    vertical-align: middle;
    margin-right:   5px;
}

.thin-font {
    font-weight: 200;
}

.stu-server .dropdown-menu > .active > a,
.stu-server .dropdown-menu > .active > a:focus,
.stu-server .dropdown-menu > .active > a:hover {
    background-color: #0060A9;
}

.stu-server .dropdown-menu > .active > a label,
.stu-server .dropdown-menu > .active > a:focus label,
.stu-server .dropdown-menu > .active > a:hover label {
    color: #FFF;
}

.in-store .navbar .logo {
    height:     70px;
    margin-top: 4px;
}

.rs-spacer-xxs {
    height: 10px;
}

.rs-spacer-xs {
    height: 20px;
}

.rs-spacer-sm {
    height: 40px;
}

.rs-spacer-md {
    height: 50px;
}

.rs-spacer-lg {
    height: 80px;
}

.rs-spacer-xl {
    height: 120px;
}

/*
//
//
// #####   ###   #####  ##     ##  ####
// ##     ## ##  ##  ## ###   ### ##  ##
// ##    ##   ## ##  ## ###   ### ###
// ####  ##   ## ##  ## #### ####  ####
// ##    ##   ## #####  ## # # ##    ###
// ##    ##   ## ##  ## ## ### ## #   ##
// ##     ## ##  ##  ## ##  #  ## ##  ##
// ##      ###   ##  ## ##  #  ##  ####
//
*/

.multiselect-fullwidth .btn{
    width: 100% !important;
    position: relative !important;
    text-align: left;
    overflow: hidden;
}

.multiselect-fullwidth .btn-group{
    display: block;
}

.multiselect-fullwidth .caret{
    /*float: right;*/
    position: absolute;
    right: 5px;
    top: 14px;
}

.multiselect-fullwidth .btn span {
    overflow: hidden;
    width: calc(100% - 7px);
    display: inherit;
}

select button {
    overflow: hidden;
}


/*
//
//
// ####     ###   ######   ###     ######   ###   #####  ##    #####  ####
// ## ##    ###     ##     ###       ##     ###   ##  ## ##    ##    ##  ##
// ##  ##  ## ##    ##    ## ##      ##    ## ##  ##  ## ##    ##    ###
// ##  ##  ## ##    ##    ## ##      ##    ## ##  #####  ##    #####  ####
// ##  ##  ## ##    ##    ## ##      ##    ## ##  ##  ## ##    ##       ###
// ##  ## #######   ##   #######     ##   ####### ##  ## ##    ##    #   ##
// ## ##  ##   ##   ##   ##   ##     ##   ##   ## ##  ## ##    ##    ##  ##
// ####   ##   ##   ##   ##   ##     ##   ##   ## #####  ##### #####  ####
//
*/
.st-table > tbody > tr > td, .st-table > tbody > tr > th, .st-table > tfoot > tr > td, .st-table > tfoot > tr > th, .st-table > thead > tr > td, .st-table > thead > tr > th {
    vertical-align: middle;
}

.table-actions-box {
    margin: 30px auto 15px auto;
}

.table-actions-box a:link, .table-actions-box a:visited, .table-actions-box a:hover, .table-actions-box a:active {
    color:           inherit;
    text-decoration: none;
    outline:         none;
}

.stu-server #datatable tbody tr,
.stu-server #statistics-data tbody tr {
    cursor: pointer;
}

.fixedHeader-floating th,
.fixedHeader-floating td,
.stu-server #datatable th,
.stu-server #datatable td,
.stu-server #statistics-data th,
.stu-server #statistics-data td {
    vertical-align: middle;
    text-align:     center;
}

/* Fixes border overlaying the table header */
table.dataTable.fixedHeader-locked{
    position: relative !important;
    display: none !important;
}
table.dataTable.fixedHeader-floating th{
    vertical-align: middle;
}

.stu-server #datatable tr.selected td,
.stu-server #statistics-data tr.selected td {
    background-color: #0060A9;
    color:            white;
}

.fixedHeader-floating td,
.stu-server #datatable .totals td,
.stu-server #statistics-data .totals td {
    background-color: #F9F9F9;
    font-weight:      bold;
}

.table-bordered > thead > tr > th {
    background-color: #EAEAEA;
}

.stu-server .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.stu-server .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFF;
}

.stu-server .table-bordered {
    border-bottom-width: 0;
}

#compare-statistics-table_wrapper {
    display: none;
}

#compare-statistics-table tbody tr {
    cursor: pointer;
}

#compare-statistics-table th,
#compare-statistics-table td {
    vertical-align: middle;
    text-align:     center;
}

#compare-statistics-table tr.selected td {
    background-color: #0060A9;
    color:            white;
}

#compare-statistics-table .totals td {
    background-color: #F9F9F9;
    font-weight:      bold;
}

/*
//
//
//   ####  ##  ##   ###   #####  ######  ####
//  ##  ## ##  ##   ###   ##  ##   ##   ##  ##
// ##    # ##  ##  ## ##  ##  ##   ##   ###
// ##      ######  ## ##  ##  ##   ##    ####
// ##      ##  ##  ## ##  #####    ##      ###
// ##    # ##  ## ####### ##  ##   ##   #   ##
//  ##  ## ##  ## ##   ## ##  ##   ##   ##  ##
//   ####  ##  ## ##   ## ##  ##   ##    ####
//
*/

.report-tools {
    float:      right;
    position:   relative;
    right:      0;
    top:        -4px;
    text-align: right;
}

.report-tools-position-fix {
    top: -34px;
    height: 0;
}

.report-graph-wrapper #canvas {
    height: 400px !important;
}

.stu-server .report-graph-wrapper {
    margin: 20px 20px 20px 0px;
}

.being-compared-warning {
    display: none;
}
.being-compared .being-compared-warning {
    display: block;
}

/*
//
//
//
//
//
//  REPORTS (change to awesome comment)
//
//
//
//
//
*/

.reports-menu {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    @media (min-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
    }

    @media (min-width: 1024px) {
        grid-template-columns: repeat(4, 1fr);
    }

    @media (min-width: 1440px) {
        grid-template-columns: repeat(5, 1fr);
    }
}

a.block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #0060A9;
    background: rgba(0, 96, 169, 0.1);
    border-radius: 3px;
    height: 120px;
    padding: 1rem;
    margin: 0;
}

.flex-parent.disabled {
    border: none !important;
    color: #D0D0D0 !important;
    opacity: 1;
    background: #eeeeee !important;
    cursor: not-allowed;
}

.flex-child {
    align-self:  center;
    text-align:  center;
    margin:      10px;
    padding:     20px;
    line-height: 20px;
}

canvas {
    -moz-user-select:    none;
    -webkit-user-select: none;
    -ms-user-select:     none;
}

.daterangepicker-input {
    top:  0;
    left: 0;
}

.report-pie-wrapper {
    width:  50%;
    margin: 20px auto;
}

.report-graph-wrapper {
    position:   relative;
    margin:     20px 80px;
    min-height: 300px;
}

.stacked-selector-wrapper {
    text-align: left;
    margin:     0 250px 0 0;
}

.stacked-selector-wrapper label {
    cursor: pointer;
}

.stacked-selector-wrapper label input {
    margin-right: 5px;
}

.graph-selector-type {
    margin:     10px 0;
    text-align: center;
}

.graph-selector-type ul {
    font-size:  0;
    padding:    0;
    text-align: center;
    margin:     10px auto;
}

.graph-selector-type ul li {
    display:       inline-block;
    cursor:        pointer;
    font-weight:   300;
    font-size:     14px;
    background:    transparent;
    color:         #0060a9;
    padding:       3px 8px;
    margin-left:   3px;
    border-radius: 4px;
}

.graph-selector-type ul li:hover {
    background: #0060a9;
    color:      white;
}

.graph-selector-type ul li:hover i.fa-info-circle,
.graph-selector-type ul li.selected i.fa-info-circle {
    color: white;
}

.graph-selector-type ul li.selected {
    background: #0060a9;
    color:      white;
}
.graph-type-select{
    border: none;
    box-shadow: none;
}

#datatable .totals td,
#statistics-data .totals td {
    background-color: #eee;
    font-weight:      bold;
}

#datatable tr.selected td,
#statistics-data tr.selected td {
    background-color: #0060A9;
    color:            white;
}

#datatable tbody tr,
#statistics-data tbody tr {
    cursor: pointer;
}

.type-average {
    color: #BD10E0;
}

.stu-server .row-title {
    white-space: nowrap;
}


/*
//
//
// ######   ###       ####  ##      ###    ####   ####  ## ##### ##    ##
//   ##    ## ##     ##  ## ##      ###   ##  ## ##  ## ## ##    ##    ##
//   ##   ##   ##   ##    # ##     ## ##  ###    ###    ## ##     ##  ##
//   ##   ##   ##   ##      ##     ## ##   ####   ####  ## ####   ##  ##
//   ##   ##   ##   ##      ##     ## ##     ###    ### ## ##      ####
//   ##   ##   ##   ##    # ##    ####### #   ## #   ## ## ##       ##
//   ##    ## ##     ##  ## ##    ##   ## ##  ## ##  ## ## ##       ##
//   ##     ###       ####  ##### ##   ##  ####   ####  ## ##       ##
//
*/

.ticket-dispenser-btn {
    width:         375px;
    margin-bottom: 20px;
    height:        60px;
    border-radius: 7px;
    font-size:     21px;
    font-weight:   600;
}

.keep-ratio-container {
    display:  block;
    width:    100%;
    height:   auto;
    position: relative;
    overflow: hidden;
    padding:  56.25% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}

.keep-ratio-container img {
    display:    block;
    max-width:  100%;
    max-height: 100%;
    position:   absolute;
    top:        0;
    bottom:     0;
    left:       0;
    right:      0;
}

body.no-scroll {
    overflow: hidden;
}

.st-breadcrumbs {
    margin-top: 15px;
}

/*
//
//
// ##    ## #####    ##### ## ##   ## #####  ####
// ##    ## ##  ##   ##    ## ##   ## ##    ##  ##
// ##    ## ##  ##   ##    ##  ## ##  ##    ###
// ##    ## #####    ####  ##   ###   #####  ####
// ##    ## ##  ##   ##    ##   ###   ##       ###
// ##    ## ##  ##   ##    ##  ## ##  ##    #   ##
// ##    ## ##  ##   ##    ## ##   ## ##    ##  ##
// ##### ## #####    ##    ## ##   ## #####  ####
//
//
*/

.virtual-keyboard.ui-widget-content {
    background: inherit !important;
}

/*
* NAVBAR
*/

.navbar {
    margin:           0;
    height:           80px;
    background-color: #0060a9;
    border-radius:    0;
    border:           0;
    color:            #fff;
}

.navbar .logo {
    width:           220px;
    height:          100%;
    background:      #0060a9 url('../img/logo-placeholder.jpg') no-repeat center center;
    background-size: contain;
}

.navbar .title {
    margin-left: 30px;
    line-height: 80px;
}

.navbar-right .dropdown-toggle.profile {
    font-size:   16px;
    padding:     15px 15px;
    font-weight: 300;
}

.navbar-right .dropdown-toggle.profile img {
    margin-right: 5px;
}

/*
* Base structure
*/

/* Move down content because we have a fixed navbar that is 80px tall */
body {
    padding-top: 80px;
    font-size:   14px;
}

.backend-selector {
    margin-top:  40px;
    margin-left: 20px;
    height:      40px;
}

.backend-selector li {
    line-height: 40px;
}

.backend-selector .backend-title {
    color:         #F8E71C;
    font-weight:   bold;
    font-size:     12px;
    padding-right: 20px;
}

.backend-selector .backend-title span {
    display: inline-block;
}

.navbar-inverse .backend-selector > li > a {
    display:     inline-block;
    padding:     10px 20px;
    font-size:   16px;
    font-weight: bold;
    color:       #fff;
}

.navbar-inverse .backend-selector > li > a:hover,
.navbar-inverse .backend-selector > li > a:focus {
    background-color: #fff;
    color:            #0060A9;
}

/* this effect was implemented using the class .selected but I think that BS uses the class .active, and should be used .active instead. Talk with Jordi G.*/
.navbar-inverse .backend-selector > .selected > a,
.navbar-inverse .backend-selector > .selected > a:hover,
.navbar-inverse .backend-selector > .selected > a:focus {
    background-color: #fff;
    color:            #0060A9;
}

.backend-selector li select.in-store-selector {
    display:          inline-block;
    margin-left:      5px;
    padding:          0 5px;
    background-color: #fff;
    color:            #0060A9;
    font-weight:      300;
    font-size:        14px;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom:  1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display:          none;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .sidebar {
        position:         fixed;
        width:            220px;
        top:              81px;
        bottom:           0;
        left:             0;
        z-index:          1000;
        display:          block;
        padding:          0 20px 20px 20px;
        overflow-x:       hidden;
        overflow-y:       auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right:     1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right:  -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left:   -20px;
}

.nav-sidebar > li > a {
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
    padding:       20px;
    color:         #979797;
    border-bottom: 1px dashed #979797;
}

.nav-sidebar > li > ul {
    padding: 0;
    width:   100%;
}

.nav-sidebar > li > ul > li > a {
    padding:       10px;
    padding-left:  40px;
    padding-right: 20px;
    color:         #979797;
    border-bottom: 1px dashed #979797;
    display:       block;
}

.nav-sidebar > li > ul > li.disabled span {
    padding-left:  40px;
}

.nav-sidebar > li > ul > li > a:hover {
    text-decoration:  none;
    background-color: #eee;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    /*color: #fff;*/
    /*background-color: #428bca;*/
    color:            #0060A9;
    background-color: #eee;
}

.nav-sidebar li.active > ul > li.active > a,
.nav-sidebar li.active > ul > li.active > a:hover,
.nav-sidebar li.active > ul > li.active > a:focus {
    /*color: #fff;*/
    /*background-color: #428bca;*/
    color:            #0060A9;
    background-color: #eee;
}

.nav-sidebar .badge {
    margin-left:   10px;
    border-radius: 50%;
    background:    #0060A9;
    padding:       6px 9px;
    float:         right;
    font-size:     12px;
    font-weight:   300;
}

.nav-sidebar .badge.badge-alert {
    background: #FC7A71;
}

.nav-sidebar .disabled > span {
    padding:       20px;
    color:         #D0D0D0;
    border-bottom: 1px dashed #979797;
    display:       block;
    cursor:        not-allowed;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left:  40px;
    }
}

.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align:    center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display:       inline-block;
    border-radius: 50%;
}

.in-store .warning {
    text-align:    center;
    padding:       8px;
    background:    #4A4A4A;
    color:         white;
    font-size:     14px;
    margin-bottom: 15px;
}

/*.in-store h1 {*/
/*font-size: 20px;*/
/*color: #4A4A4A;*/
/*margin: 15px 0;*/
/*}*/
.in-store h2 {
    font-size: 18px;
    color:     #565259;
    margin:    15px 0;
}

.in-store h3.predefined-question {
    font-size: 15px;
}

.in-store p {
    color:       #1C2E36;
    font-size:   14px;
    margin:      15px 0;
    font-weight: 300;
}

.in-store label {
    color:       #1C2E36;
    font-weight: 400;
}

.in-store .data {
    color:       #7B8B8E;
    font-weight: 300;
}

.in-store .data-table {
    margin: 30px 0 15px 0;
}

.in-store .data-table thead th {
    font-size:      12px;
    font-weight:    bold;
    background:     #F2F2F2;
    padding-top:    20px;
    padding-bottom: 20px;
    padding-top:    10px;
    padding-bottom: 10px;
}

.in-store .data-table tbody td {
    font-size: 12px;
}

.in-store .counter-call-unit-badge {
    padding:     3px 10px;
    font-weight: 300;
}

.btn-wide {
    padding-left:  60px;
    padding-right: 60px;
}

.btn-block {
    width:      100%;
    text-align: center;
}

.in-store .login-block {
    text-align: center;
    margin-top: 80px;
}

.in-store .login-block .separator {
    margin-left:  auto;
    margin-right: auto;
}

#list {
    height: 100px;
}

.has-error {
    color: #a94442;
}

.has-error ul {
    list-style-type: none;
    padding:         0;
}

.unpublished {
    opacity: 0.4;
}

.modal {
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    border: 0;
}

.modal .modal-footer a {
    color: white;
}

.modal .modal-body {
    min-height: 240px;
}

.modal .help-block {
    font-weight: 300;
    font-size:   13px;
    color:       #999;
}

.modal input,
.modal textarea {
    font-weight: 300;
}

.modal .checkbox label {
    padding-left: 0;
}

.modal .bootstrap-switch {
}

ui-sortable-helper {
    width: 100%;
}

.custom-form {
}

.custom-form h2 {
    margin-top: 25px;
}

/*.custom-form label.control-label { text-align: right; }*/
.custom-form label.control-label .help-block {
    font-weight: 300;
    font-size:   12px;
}

.custom-form select.width-medium {
    max-width: 300px;
}

.report-filters {
    padding: 20px 0 40px 0;
}

/*
MODAL TYPE 1
 */

.spinner {
    position: absolute;
    width:    40px;
    height:   40px;
    margin:   100px auto;
    left:     calc(50% - 20px);
}

.double-bounce1, .double-bounce2 {
    width:             100%;
    height:            100%;
    border-radius:     50%;
    background-color:  #333;
    opacity:           0.6;
    position:          absolute;
    top:               0;
    left:              0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation:         sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay:         -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform:         scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform:         scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*
MODAL TYPE 2
 */

.sk-folding-cube {
    margin:            20px auto;
    width:             40px;
    height:            40px;
    position:          relative;
    -webkit-transform: rotateZ(45deg);
    transform:         rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float:             left;
    width:             50%;
    height:            50%;
    position:          relative;
    -webkit-transform: scale(1.1);
    -ms-transform:     scale(1.1);
    transform:         scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content:                  '';
    position:                 absolute;
    top:                      0;
    left:                     0;
    width:                    100%;
    height:                   100%;
    background-color:         #333;
    -webkit-animation:        sk-foldCubeAngle 2.4s infinite linear both;
    animation:                sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin:     100% 100%;
    transform-origin:         100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform:         scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform:         scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform:         scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay:         0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay:         0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay:         0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform:         perspective(140px) rotateX(-180deg);
        opacity:           0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform:         perspective(140px) rotateX(0deg);
        opacity:           1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform:         perspective(140px) rotateY(180deg);
        opacity:           0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform:         perspective(140px) rotateX(-180deg);
        opacity:           0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform:         perspective(140px) rotateX(0deg);
        opacity:           1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform:         perspective(140px) rotateY(180deg);
        opacity:           0;
    }
}

#update-user-form .checkbox {
    padding-left: 20px;
}

#newCompanyForm .modal-body {
    padding-top: 40px;
}

.label-help-text {
    font-size: 12px;
    color:     #9b9b9b;
}

.logo-field .input-group {
    margin-top: 7px;
}

.logo-field .logo-thumbnail {
    background:      url('../img/logo-placeholder.jpg');
    background-size: 100px 50px;
    width:           100px;
    height:          50px;
    position:        relative;
    float:           left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.logo-field .mid h2 {
    margin:    0;
    position:  absolute;
    top:       50%;
    left:      50%;
    font-size: 12px;
    transform: translate(-50%, -50%);
    color:     #ffffff;
}

.logo-field .configure-image-field {
    padding-left: 25px;
}

.configured-color {
    width:            40px;
    height:           40px;
    background-color: #cccccc;
    border:           solid 1px #e8e8e8;
}

.configure-color-input {
    width:         80px !important;
    text-align:    center;
    margin-left:   25px;
    margin-top:    3px;
    padding-left:  6px;
    padding-right: 6px;
}

.edit-password-link {
    line-height: 34px;
}

.edit-translation-icon-span {
    background-color: #ffffff;

}

.edit-translation-icon-span .fa {
    margin-right: 0;
}

.translation-field {
    height:      42px;
    line-height: 42px;
}

.edit-company-sms-help {
    padding-top: 10px;
    font-weight: bold;
}
