@import url(https://fonts.googleapis.com/css?family=Shojumaru);

select {
    background-color: #fff;
}

.ch-container {
    padding: 0 15px;
}

.top-block {
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    min-height: 150px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
}

    .top-block span {
        clear: both;
    }

    .top-block i {
        font-size: 25px;
    }

    .top-block:hover {
        text-decoration: none;
    }

.notification {
    display: block;
    position: absolute;
    top: -10px;
    right: -5px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white !important;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

    .notification.green {
        border-color: #5AAD34;
        background-color: #78CD51;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
        background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    }

    .notification.yellow {
        border-color: #F4A506;
        background-color: #FABB3D;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
        background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    }

    .notification.red {
        border-color: #FA5833;
        background-color: #FA603D;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
        background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    }

    .notification.left {
        right: initial;
        left: -5px;
    }

.box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-inner {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    height: 35px;
    min-height: 35px !important;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
}

    .box-header h2 {
        font-size: 15px;
        width: auto;
        clear: none;
        float: left;
        line-height: 25px;
        white-space: nowrap;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    .box-header h3 {
        font-size: 13px;
        width: auto;
        clear: none;
        float: left;
        line-height: 25px;
        white-space: nowrap;
    }

    .box-header h2 > i {
        margin-top: 1px;
    }

.box-icon {
    float: right;
}

    .box-icon a {
        clear: none;
        float: left;
        margin: 0 2px;
        height: 20px;
        width: 5px;
        margin-top: 1px;
    }

        .box-icon a i {
            margin-left: -6px;
            top: -1px;
        }

.box-content {
    padding: 10px;
}

.toolbar .box-content {
    padding: 5px;
}

.btn-round {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-size: 12px;
    padding-top: 4px;
}

ul.dashboard-list li {
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid white;
}

ul.dashboard-list a:hover {
    text-decoration: none;
}

ul.dashboard-list {
    margin: 0;
}

    ul.dashboard-list li a span {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
        text-align: right;
        width: 70px;
        zoom: 1;
    }

.dashboard-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.thumbnail {
    background-color: white;
    z-index: 2;
    position: relative;
    margin-bottom: 10px !important;
}

.thumbnails > li {
    display: inline-block;
    margin-left: 15px;
}

.thumbnail img, .thumbnail > a {
    z-index: 2;
    height: 100px;
    width: 100px;
    position: relative;
    display: block;
}

img.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    min-height: 30px;
    padding: 0 6.5px;
}

    .thumbnail .gallery-controls p {
        display: block;
        margin: auto;
        width: 100%;
    }

div.uploader {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

footer {
    clear: both;
}

div.center, p.center, img.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
    text-align: center;
}

.stackControls {
    padding: 5px;
}


.sidebar-nav {
    min-height: 0;
    box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: none;
}

    .sidebar-nav > ul > li:not(.nav-header) {
        margin-right: -2px;
        margin-left: -2px;
    }

.navbar-brand {
    font-family: 'Shojumaru', cursive, Arial, serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 183px;
    font-size: 17px;
}

    .navbar-brand img {
        float: left;
        height: 80px;
        margin-right: 5px;
    }

    .navbar-brand span {
        float: left;
    }

.theme-container {
    z-index: 5;
}

.navbar-search {
    margin-left: 10px;
    margin-top: 7px;
}

.navbar-inner {
    padding-bottom: 5px;
    line-height: 30px;
    height: 100px;
}



    .navbar-inner .btn-group {
        margin: 7px 5px 0 5px;
    }

ul.ajax-loaders li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

ul.ajax-loaders {
    min-height: 80px;
}

.bs-icons li {
    list-style: none;
}

#for-is-ajax {
    padding-left: 12px;
    cursor: pointer;
}

#loading {
    margin-top: 20px;
    width: 128px;
    font-weight: bold;
}

    #loading div.center {
        margin-top: 10px;
        height: 15px;
        width: 128px;
        background: url(../img/ajax-loaders/ajax-loader-9.gif) no-repeat center;
    }

.box-content .nav-tabs {
    margin-right: -10px;
    margin-left: -10px;
}


.login-header {
    padding-top: 30px;
    height: 250px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.remember {
    margin-top: 3px;
}

.green {
    color: #458746;
}

.red {
    color: #B94846;
}

.blue {
    color: #3986AC;
}

.yellow {
    color: #F99406;
}

.login-box .input-prepend {
    margin-bottom: 10px;
}

.login-box .btn {
    margin-top: 15px;
    width: 100%;
}

.box-content.buttons {
    min-height: 297px;
}

.main-menu > li > a {
    border: 1px solid rgba(221, 221, 221, 0.46);
}

.main-menu > li {
    margin-top: 0 !important;
}

.sidebar-nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.navbar {
    border-radius: 0;
}

ul.main-menu li:hover {
    margin-left: 8px;
}

ul.main-menu li.active {
    margin-left: 8px;
}

ul.main-menu li.nav-header:hover {
    margin-left: 0;
}

ul.main-menu li:not(.nav-header) {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordion > ul {
    display: none;
    margin-left: 10px;
}

.nav-sm {
    display: none;
}

.preview-on-phone {
    height: 380px;
}

.powered-by {
    text-align: right;
}

.whitespace:before {
    content: "\2122";
    color: transparent !important;
}

.center-block {
    float: none !important;
    text-align: center;
}

ul.github-buttons li {
    display: inline;
}

.homepage-box {
    height: 380px;
}

.download-buttons a {
    margin: 5px;
}

.center-text {
    text-align: center;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .navbar-brand {
        font-family: 'Shojumaru', cursive, Arial, serif;
        letter-spacing: 2px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        width: 40%;
        font-size: 14px;
    }

    .nav-sm {
        display: block;
        margin-bottom: 10px;
        border-bottom: solid white 1px;
        padding-bottom: 10px;
    }

    .sidebar-nav .nav-canvas {
        top: -20px;
        left: -90%;
        position: absolute;
        width: 80%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 !important;
        border-radius: 0 0 20px 0;
        padding-bottom: 10px;
        will-change: left;
    }

    .sidebar-nav.active .nav-canvas {
        left: -20px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
    }

    .sidebar-nav {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        padding: 0;
    }

    .nav-canvas {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-nav a {
        border: none !important;
        color: white;
    }

    #for-is-ajax {
        color: white;
        margin-top: 15px;
    }

    .main-menu .nav-header {
        color: white;
    }

    ul.main-menu li:hover {
        margin-left: inherit;
    }

    ul.main-menu li.active {
        margin-left: inherit;
    }

    ul.main-menu a:hover, .nav-sm a:hover {
        background: none !important;
        color: grey;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: inherit;
    }

    .navbar-default .navbar-toggle.active {
        box-shadow: 0 0 7px rgb(0, 255, 40);
        border: solid 1px white;
    }

    .navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
    }

    .powered-by {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .table-wrapper .pinned {
        box-shadow: 0 0 20px black;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .box-icon {
        display: none;
    }

    .box-header h2 {
        font-size: 13px !important;
    }

    .box-header h3 {
        font-size: 11px !important;
    }

    .main-menu-span {
        width: 6.2% !important;
        margin-right: 4%;
    }

    .top-menu > li i {
        display: none;
    }

    .sidebar-nav li span {
        display: block !important;
    }

    .sidebar-nav li a, .sidebar-nav .nav-header {
        text-align: center;
    }

    .sidebar-nav {
        padding: 0;
        margin-bottom: 0;
    }
}

/* Computer */
@media only screen and (min-width: 980px) {
    a, button, input[type=submit], input[type=button], .product-img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .ch-container {
        padding: 0 20px;
    }
}

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
.email-subscription-footer a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.email-subscription-footer {
    float: right;
    padding: 20px 0 0 20px;
    text-align: center;
}

.mc_embed_signup {
    font: 14px Helvetica,Arial,sans-serif;
}

.power_field {
    position: absolute;
    left: -5000px;
    display: none;
}

.mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
}

.mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

.mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}

    .mc_embed_signup input[type=checkbox] {
        -webkit-appearance: checkbox;
    }

    .mc_embed_signup input[type=radio] {
        -webkit-appearance: radio;
    }

    .mc_embed_signup input:focus {
        border-color: #333;
    }

.mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

    .mc_embed_signup .button:hover {
        background-color: #777;
    }

.mc_embed_signup .small-meta {
    font-size: 11px;
}

.mc_embed_signup .nowrap {
    white-space: nowrap;
}

.mc_embed_signup .clear {
    clear: none;
    display: inline;
}

.mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 0 4% 10px 0;
    text-indent: 5px;
    width: 58%;
    min-width: 130px;
}

.mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;
}

.mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

.mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

.mc_embed_signup #mce-error-response {
    display: none;
}

.mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

.mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

.select2-container {
    width: 100%;
}

.tab-content {
    padding: 10px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: -15px;
}

.table.dataTable .has-feedback .form-control-feedback {
    top: 0;
    right: -6px;
}

.table.dataTable .select2-container .select2-choice .select2-arrow {
    display: none;
}

.table.table-zoomsel tbody tr.active td,
.table.table-zoomsel tbody tr.active th,
.table.table-zoomsel tbody tr.active td span.label {
    font-size: 110%;
    box-shadow: 0px 5px 8px #888;
}

.table.table-pointer tbody tr[role="row"] {
    cursor: pointer;
}

.has-error .select2-container a {
    border-color: #b94a48;
}

.has-success .select2-container a {
    border-color: #468847;
}

.has-error .select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #b94a48;
}

.has-success .select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #468847;
}

.has-error .select2-container.select2-container-multi ul {
    border-color: #b94a48;
}

.has-success .select2-container.select2-container-multi ul {
    border-color: #468847;
}

.has-feedback .form-control {
    padding-right: 12px;
}

.toolbar {
    background-color: #f5f5f5;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ffffff inset;
    margin-bottom: 5px;
}

    .toolbar .box-content-small {
        padding: 5px;
    }

    .toolbar .trow {
        margin-left: -15px;
        margin-right: -15px;
        height: 38px;
    }

.numeric {
    text-align: right;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 9999;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

    .ui-autocomplete .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
    }

        .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
            color: #ffffff;
            text-decoration: none;
            background-color: #0088cc;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            background-image: none;
        }

.flyover {
    left: 150%;
    overflow: hidden;
    position: fixed;
    width: 50%;
    opacity: 0.9;
    z-index: 9999;
    transition: left 0.4s ease-out 0s;
}

.flyover-centered {
    top: 50%;
    transform: translate(-50%, -50%);
}

.flyover.in {
    left: 50%;
}

.flyover-bottom {
    bottom: 10px;
}

.alert-danger h1 {
    color: #b94a48;
}

.alert-success h1 {
    color: #468847;
}

.alert-warning h1 {
    color: #c09853;
}

.alert-info h1 {
    color: #3a87ad;
}

.dataTables_filter {
    white-space: nowrap;
}

    .dataTables_filter label, .dataTables_filter input {
        display: inline-block;
    }

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.minus-round {
    background-color: #178acc;
    color: #f8f8f8;
    border: none;
    -webkit-border-radius: 3px;
    margin-top: 7px;
}

.wizard .nav-pills > li.active > a, .wizard .nav-pills > li.active > a:hover, .wizard .nav-pills > li.active > a:focus {
    color: #fff;
    box-shadow: 5px 5px 8px #888;
    background-color: #2fa4e7;
}

.wizard .nav-pills > li > a {
    color: #ccc;
    border-radius: 3px;
    margin: 0px 2px 0px 2px;
}

.wizard .nav-pills > li.disabled > a {
    color: #ccc;
    border: 1px solid #CCC;
    background-color: #eaeaea;
}

    .wizard .nav-pills > li.disabled > a:hover, .wizard .nav-pills > li.disabled > a:focus {
        color: #ccc;
    }

.stepNumber {
    float: left;
    font: bold 45px Verdana,Arial,Helvetica,sans-serif;
    padding: 0 5px 5px;
    position: relative;
    text-align: center;
    width: 30px;
}

.stepIcon {
    float: left;
    font: bold 38px Verdana,Arial,Helvetica,sans-serif;
    padding: 0px 1px 5px 0px;
    position: relative;
    text-align: center;
    width: 30px;
    top: 10px;
}

.stepDesc {
    display: block;
    float: left;
    font: bold 20px Verdana,Arial,Helvetica,sans-serif;
    padding: 5px;
    position: absolute;
    text-align: left;
}

    .stepDesc small {
        font: 12px Verdana,Arial,Helvetica,sans-serif;
        white-space: nowrap;
    }

.form-group.tab {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 70px;
}

.nav-buttons {
    background-color: #eaeaea;
}

.thumbnail a:focus {
    outline: none;
}

.setup-content .panel {
    margin-bottom: 10px;
}
/*
.panel-default>.panel-heading {
    color: #fff;
    background-color: #2fa4e7;
}
*/
.panel-default > .panel-heading {
    color: #fff;
    background-color: #2fa4e7;
}

.panel-filter {
    border-color: #dddddd;
    margin-bottom: 5px;
}

    .panel-filter > .panel-heading {
        color: #317eac;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-filter > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-filter > .panel-heading .badge {
            color: #033c73;
            background-color: #3a87ad;
        }

    .panel-filter > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.radio-list {
    margin-top: 6px;
}

    .radio-list ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .radio-list ul li {
            margin-bottom: 10px;
        }

.ui-widget-header {
    border: 1px solid #1684c2;
    background: none;
    background-color: #2fa4e7;
    color: #fff;
    font-weight: bold;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #1684c2;
        background: none;
        background-color: #2fa4e7;
        color: #fff;
    }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../img/ui-icons_ffffff_256x240.png");
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #1684c2;
    background-color: #2fa4e7;
    font-weight: bold;
    /*color: #1684c2;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #1684c2;
    background: none;
    background-color: #fbd850;
    font-weight: bold;
    color: #1c94c4;
}

.ui-autocomplete .ui-state-focus {
    color: #fff;
}

.table.dataTable .actions {
    text-align: center;
}

    .table.dataTable .actions i {
        margin-right: 3px;
        cursor: pointer;
    }

.slider {
    top: 9px;
}

    .slider .slider-selection {
        background: rgba(23, 138, 204, 0.3);
    }

    .slider.slider-horizontal {
        width: 310px;
    }

.modal .slider.slider-horizontal {
    width: 250px;
}

.sliderText {
    position: absolute;
    margin-left: 15px;
    top: 9px;
    font-size: 100%;
}

.label-important {
    background-color: #c71c22;
}

.label-normal {
    background-color: #999999;
}

.label-other {
    background-color: #524f4f;
}

.label-icon-datatable {
    font-size: 100%;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)*/
}

    .label-icon-datatable i {
        top: 2px;
    }

.label-custom-primary {
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    color: #2fa4e7;
}

.label-custom-default {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    color: #555555;
}

.officialDistributor {
    background-color: green;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 8px;
    text-align: center;
    font-size: 1.2em;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    color: #178acc;
    z-index: 100;
    border: 1px solid #1684c2;
    background-color: white;
    box-shadow: 5px 5px 8px #888;
}

.toolbar .selection {
    margin-top: -5px;
}

    .toolbar .selection small {
        font-size: 100%;
    }

.modal-header {
    background-color: #2fa4e7;
}

    .modal-header h3 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    .modal-header .box-icons a {
        border: 0;
        color: #fff;
    }

        .modal-header .box-icons a:hover {
            background: none;
        }

.datatablerowhighlight {
    background-color: rgba(47,164,231,0.8);
    color: #fff;
}

.table.rowmiddle td {
    vertical-align: middle;
}

.tableDetail {
    margin-bottom: 0px;
    font-size: 12px;
}

.panel-head-icon {
    margin-right: 6px;
}

.input-group .fa.fa-calendar {
    cursor: pointer;
}

.addon-width-40 {
    width: 40px;
}

.datatables-toolbar-buttons button {
    pointer-events: inherit !important;
}

table.rowpointer tr {
    cursor: pointer;
}

.table-striped tbody tr.selected td {
    background: transparent;
}

tbody tr.detailTable td:hover {
    background-color: transparent;
    color: inherit;
}

.orderAttachments li {
    cursor: pointer;
    margin-right: 3px;
    font-size: 20px;
}

.hideIconValidation i {
    visibility: hidden;
}

.renderBold {
    font-weight: bold;
}

.blueimp-gallery {
    background: none;
}

    .blueimp-gallery .modal {
        background: rgba(0,0,0,.3);
    }

.image-preview {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.table .image-preview {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.image-preview .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Detalle en Fila  */
.rowDetail .panel {
    margin-bottom: 0px;
}

.rowDetail .panel-heading {
    padding: 3px;
    font-size: 13px;
}

.rowDetail .panel-body {
    padding: 5px;
    background-color: rgba(47, 164, 231, 0.04);
}

.rowDetail fieldset legend {
    font-size: 14px;
    /*text-shadow: 2px 4px 1px rgba(176, 176, 176, 0.6);*/
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    color: #2fa4e7;
}
/*.rowDetail fieldset .row {
    margin-top: 2px;
    margin-bottom: 2px;
}
    */
.rowDetail .panel-body label,
.rowDetail .panel-body span {
    font-size: 12px;
    margin-bottom: 2px;
}

.rowDetail .panel-body label {
    text-align: left;
}

.rowDetail {
    font-size: 12px;
}

    .rowDetail fieldset {
        margin-bottom: 5px;
    }

    .rowDetail .panel-group {
        margin-bottom: 0;
    }

    .rowDetail .checkbox input[type="checkbox"]:disabled + label,
    .rowDetail .checkbox input[type="radio"]:disabled + label {
        opacity: 1.0;
    }

/* popup Detail */
.popupDetail {
    font-size: 13px;
}

    .popupDetail .panel-body {
        padding: 5px;
    }

    .popupDetail fieldset {
        margin-bottom: 12px;
    }

    .popupDetail label {
        margin-bottom: 3px;
        /*text-align:right;*/
    }

    .popupDetail fieldset legend {
        font-size: 14px;
        /*text-shadow: 2px 4px 1px rgba(176, 176, 176, 0.6);*/
        margin-bottom: 5px;
        display: block;
        width: 100%;
        padding: 0;
        line-height: inherit;
        color: #2fa4e7;
    }

    .popupDetail .panel {
        margin-bottom: 10px;
    }

    .popupDetail .panel-heading {
        padding: 5px 15px;
    }

    .popupDetail .well {
        margin-bottom: 0;
    }

    .popupDetail .checkbox input[type="checkbox"]:disabled + label,
    .popupDetail .checkbox input[type="radio"]:disabled + label {
        opacity: 1;
    }

    .popupDetail .panel-body .checkbox {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 3px;
    }

/**/

.input-group-addon.btn {
    cursor: pointer;
}

.panel-detail > .panel-heading {
    color: #2fa4e7;
    background-color: #dddddd;
}

.totalAmount {
    margin: 0;
    color: #555555;
}

.rowDetail .totalDetail,
.rowDetail .totalDetail label {
    font-size: 16px;
    font-weight: bold;
}

span.label.label-datatable {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)*/
}

.expandButton {
    cursor: pointer;
    margin-left: 5px;
}

/* Iconos */
.icon-success {
    color: #73a839;
}

.icon-danger {
    color: #c71c22;
}

.icon-warning {
    color: #dd5600;
}

.icon-primary {
    color: #2fa4e7;
}

/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
    background-color: #9FAFD1;
}

    table.dataTable tr.DTTT_selected.odd td.sorting_1 {
        background-color: #9FAFD1;
    }

    table.dataTable tr.DTTT_selected.odd td.sorting_2 {
        background-color: #9FAFD1;
    }

    table.dataTable tr.DTTT_selected.odd td.sorting_3 {
        background-color: #9FAFD1;
    }


table.dataTable tr.DTTT_selected.even {
    background-color: #B0BED9;
}

    table.dataTable tr.DTTT_selected.even td.sorting_1 {
        background-color: #B0BED9;
    }

    table.dataTable tr.DTTT_selected.even td.sorting_2 {
        background-color: #B0BED9;
    }

    table.dataTable tr.DTTT_selected.even td.sorting_3 {
        background-color: #B0BED9;
    }

hr.soft {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Box Shadow */
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.text-shadow {
    font-size: 15px;
    text-shadow: 2px 4px 1px rgba(176, 176, 176, 0.6);
}
/* Datatable */
.table thead tr, .table tfoot tr {
    color: #178acc;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* PhotosGallery */
.photosgallery i {
    float: right;
    cursor: pointer;
    /*color: #178acc;*/
}

.photosgallery .actions i {
    float: none;
    cursor: pointer;
    /*color: #178acc;*/
}
/* Fin PhotosGallery*/

.append-label {
    margin-top: 6px;
}

    .append-label .label {
        font-size: 100%;
    }

.rowDetail .panel-heading label {
    margin-bottom: 0;
}

.panel-woborderbottom {
    margin-bottom: 0;
}

/* Calendario */
.fc-event {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: #2fa4e7;
    border: #2fa4e7;
    cursor: pointer;
}

.event-icon .fc-title:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 2px;
}

.event-inspection .fc-title:before {
    content: "\f002";
}

.event-repair .fc-title:before {
    content: "\f0ad";
}

.event-parts .fc-title:before {
    content: "\f07a";
}

fieldset.fieldsetcustom legend {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 17px;
    line-height: inherit;
    color: #2fa4e7;
}

.float-right {
    float: right;
}

.text-comment {
    font-size: 12px;
    font-weight: bold;
    color: #2fa4e7;
}

/* Modal */
.modal-400 {
    width: 400px;
    margin-left: -200px;
}

.modal-500 {
    width: 500px;
    margin-left: -250px;
}

.modal-600 {
    width: 600px;
    margin-left: -300px;
}

.modal-700 {
    width: 700px;
    margin-left: -350px;
}

.modal-800 {
    width: 800px;
    margin-left: -400px;
}

.modal-900 {
    width: 900px;
    margin-left: -450px;
}

.modal-1000 {
    width: 1000px;
    margin-left: -500px;
}

.modal-1100 {
    width: 1100px;
    margin-left: -550px;
}

.withButtons .buttons button {
    margin-right: 5px;
}


#skills span {
    top: -30px;
    left: 2%;
    position: relative;
    font-size: 1.4em;
    font-weight: bolder;
    font-family: monospace;
    color: #fff;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 2.5em;
    width: 100%;
}

    progress::-webkit-progress-bar {
        background-color: #e0eaf0;
    }

    progress::-webkit-progress-value {
        background-color: #329ad1;
    }

    progress::-moz-progress-bar {
        background-color: #329ad1;
    }
/**/ .col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    color: #9c9c9c;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.white {
    color: #f7f7f7;
}

.txt_pol {
    font-size: 60%;
    color: #f7f7f7;
}

ul.nav.nav-tabs .fa-times {
    color: #a94442;
    margin-left: 5px;
}

ul.nav.nav-tabs .fa-check {
    color: #468847;
    margin-left: 5px;
}

i.google-maps-location {
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    color: #00529a;
}

.chkListadoEndososSeleccionado {
    transform: scale(1.5);
}

.small-font {
    font-size: 11px !important;
}

.normal-font {
    font-size: 14px !important;
}

.span-warning {
    color: red;
    position: absolute;
    right: 20px;
    font-weight: bold;
    display: none;
}
