body {
    -webkit-font-smoothing: antialiased;
}

i.fa.fa-mobile, i.fa.fa-map-marker {
    font-size: 1.6em;
    bottom: -0.09em;
    position: relative;
    padding-left: 0.1em;
}

.tooltip-wrapper {
    display: inline-block; /* display: block works as well */
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

.tooltip-wrapper-edit {
    display: inline-block; /* display: block works as well */
}

.tooltip-wrapper-edit .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper-edit.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

.pictures-wrapper {
    display: inline-block; /* display: block works as well */
}

.pictures-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.pictures-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

.skin-blue .main-header .navbar .nav > li > span {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav > li > span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav > li > span {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 15px 15px;
}

/*!* Datatables *!*/
/*tfoot {*/
/*    display: table-header-group;*/
/*}*/

/*tfoot input {*/
/*    width: 100%;*/
/*    border-color: #d2d6de;*/
/*    height: 25px;*/
/*    padding: 5px 10px;*/
/*    font-size: 12px;*/
/*    line-height: 1.5;*/
/*    display: block;*/
/*    color: #555;*/
/*    background-color: #fff;*/
/*    background-image: none;*/
/*    border: 1px solid #ccc;*/
/*    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*}*/

/*tfoot input:focus {*/
/*    border-color: #3c8dbc;*/
/*    box-shadow: none;*/
/*    outline: 0;*/
/*}*/

/*.pagination > .active > a,*/
/*.pagination > .active > a:focus,*/
/*.pagination > .active > a:hover,*/
/*.pagination > .active > span,*/
/*.pagination > .active > span:focus,*/
/*.pagination > .active > span:hover {*/
/*    z-index: 3;*/
/*    color: #fff;*/
/*    cursor: default;*/
/*    background-color: #FF784D;*/
/*    border-color: #FF784D;*/
/*}*/

/*.selected {*/
/*    background: rgba(22, 149, 222, 0.27) !important;*/
/*}*/

.error-code {
    font-size: 200px;
    font-weight: 100;
    line-height: 180px;
}

.error-message {
    font-size: 30px;
}

.error-description {
    font-size: 13px;
    color: #F0F0F0;
    font-weight: 300;
    margin: 30px 0px;
    text-align: center;
}

.login-box, .register-box {
    width: 360px;
    margin: auto;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 769px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .login-logo, .register-logo {
        margin-bottom: 150px;
    }
}

th {
    white-space: nowrap;
}

td {
    white-space: nowrap;
}

textarea {
    resize: none;
}

.ajs-message.ajs-green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.ajs-message.ajs-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ajs-message.ajs-yellow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.ajs-message.ajs-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.label-blue-dark {
    padding-bottom: 9px;
    background-color: #638fa9;
    border-radius: 0;
}

.badge-white {
    border-radius: 0;
    color: #222d32;
    background-color: #fff;
    width: 140px;
    font-size: 85%;
}

.badge-credit {
    font-size: 85%;
    background-color: #fff;
    color: #000;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.label-credit {
    padding-bottom: 9px;
    padding-top: 6px;
    font-size: 66%;
    border-radius: 0px;
    margin-left: 15px;
    margin-top: 3px;
}

@media (min-width: 768px) {
    .license-comment {
        width: 400px;
        margin-top: 13px;
        margin-left: 11px;
    }
}

@media (min-width: 768px) {
    .modal-dialog.large {
        width: 70%;
        margin: 30px auto;
    }
}

.hr-small {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #eee;
}

.state-bg-blue {
    background-color: #7ea6e0 !important;
}