﻿/*

 * ================================
   Base styles:opinionated defaults
   ================================
 */

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
    position: relative;
    margin: 0;
    font-size: 13px;
    padding: 0; /*-webkit-font-smoothing:antialiased;*/
    font-weight: 400;
}

body > .by {
    float: right;
    margin: -70px 50px 0 0;
    filter: grayscale(1);
    opacity: .7;
}

body > .by:hover {
    filter: grayscale(0);
    opacity: 1;
}

body > .by img {
    width: 40px;
}

input[type=button]:focus,
input[type=submit]:focus {
    outline: 0
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: normal;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-style: italic;
}

input[type=radio], input[type=checkbox] {
    margin: 7px
}

input.search {
    background: url("../img/lens.png") #fcfcfc no-repeat 95%;
    box-shadow: none;
    height: 19px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #d0dde9;
    margin: 0;
    border-radius: 2px;
    top: 11px;
}

.header {
    margin-bottom: 60px;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
    float: left;
    margin-top: 5px;
}

.brand-wrapper {
    float: left;
    margin-right: 45px;
}

.navbar-inverse .brand img {
    max-width: 100%;
    margin-right: 0;
}

.navbar-inverse .brand {
    padding: 5px 0px 0px 5px;
    width: 190px;
    float: left;
}

.navbar .store-name {
    float: left;
    line-height: 50px;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    position: absolute;
    left: 35%;
}

.navbar .store-name a {
    color: #fff;
}

/* Custom navbar stuff */

/* search input */
.navbar-inverse input.search {
    background: url("../img/lens.png") #0f1217 no-repeat 95%;
    border: 1px solid #ffff;
    position: relative;
    border-radius: 4px;
    top: 9px;
    padding: 3px 6px;
    color: #000;
    font-size: 13px;
    margin-right: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-inverse input.search:focus {
    background-color: #fff;
}

/* navbar settings and logout icons */
.navbar-inverse .settings i {
    color: #1A2138;
    font-size: 21px;
    border-color: #fff !important;
}


/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
    position: relative;
}

.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
    background: #493629 !important;
    box-shadow: inset 1px 0 1px 0 rgb(105, 77, 54);
}

.navbar-inverse .notification-dropdown i {
    font-size: 17px;
    color: #9ba3ad;
}

.navbar-inverse .notification-dropdown .count {
    position: absolute;
    top: 1px;
    left: 58%;
    background: #ff6500;
    padding: 0 5px;
    border-radius: 30px;
    color: #fff;
    line-height: 16px;
    z-index: 9999;
    text-align: center;
    font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
    position: absolute;
    right: -10px;
    top: 55px;
    display: none;
}

.navbar-inverse .pop-dialog.is-visible {
    display: block;
    -webkit-animation: reveal .2s ease-out;
    -moz-animation: reveal .2s ease-out;
    animation: reveal .2s ease-out;
}

.navbar-inverse .pop-dialog .body {
    box-shadow: 0 1px 9px 1px #c2c2c2;
}

.navbar-inverse .pop-dialog .close-icon {
    float: right;
    text-decoration: none;
    z-index: 9999;
    position: relative;
}

.navbar-inverse .pop-dialog .footer {
    border-top: 1px solid #e6e8e9;
    background-color: #eff4f7;
    margin: 15px 0 -10px 0;
    border-radius: 0 0 5px 5px;
    padding: 12px 20px;
    text-align: center;
}

.navbar-inverse .pop-dialog .footer a {
    font-family: "Roboto", sans-serif;
    color: #7d91a8;
    font-weight: 700;
}

/* navar popup dialog for notifications */
.navbar-inverse .pop-dialog .notifications {
    width: 330px;
    margin: 10px -10px 0 -10px;
}

.navbar-inverse .pop-dialog .notifications h3 {
    font-size: 13px;
    color: #404951;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}

.navbar-inverse .pop-dialog .notifications .item {
    display: block;
    padding: 10px 0px 8px 50px;
    border-top: 1px solid #e7e8ea;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.navbar-inverse .pop-dialog .notifications .item:hover {
    background: rgb(240, 246, 255);
}

.navbar-inverse .pop-dialog .notifications .item > i {
    color: rgb(252, 130, 123);
    position: absolute;
    left: 19px;
    font-size: 18px;
}

.navbar-inverse .pop-dialog .notifications .item > i.fa-user {
    left: 18px;
}

.navbar-inverse .pop-dialog .notifications .item .time {
    float: right;
    color: #82a3c1;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
    font-weight: 700;
}

.navbar-inverse .pop-dialog .notifications .item .time i {
    font-size: 13px;
    color: #cfcfcf;
    margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
    width: 330px;
    margin: 10px -10px 0 -10px;
}

.navbar-inverse .pop-dialog .messages .item {
    display: block;
    padding: 10px 20px 15px 20px;
    height: 54px;
    border-bottom: 1px solid #e7e8ea;
    color: #ffff;
    text-decoration: none;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.navbar-inverse .pop-dialog .messages .item.last {
    border-bottom: 0;
}

/*.navbar-inverse .pop-dialog .messages .item:hover {
    background: rgb(240, 246, 255);
}
*/
.navbar-inverse .pop-dialog .messages .item .display {
    float: left;
    border-radius: 50px;
    margin-right: 15px;
}

.navbar-inverse .pop-dialog .messages .item .name {
    font-size: 12px;
    color: #404951;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.navbar-inverse .pop-dialog .messages .item .msg {
    font-size: 11px;
    color: rgb(117, 118, 119);
    font-family: "Roboto", sans-serif;
    line-height: 13px;
    position: relative;
    top: -1px;
    font-weight: 700;
}

.navbar-inverse .pop-dialog .messages .item .time {
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #82a3c1;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
    font-weight: 700;
}

.navbar-inverse .pop-dialog .messages .item .time i {
    font-size: 13px;
    color: #cfcfcf;
    margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages .footer {
    margin-top: 6px;
}


/* Sidebar */
#sidebar-nav {
    position: absolute;
    width: 200px;
    float: left;
    margin: 0;
    padding-left: -25px;
}

#dashboard-menu {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

#dashboard-menu > li > a {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 0 10px 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    color: rgb(110, 130, 155);
    outline: 0;
    width: 165px;
}

#dashboard-menu > li {
    position: relative;
}

/* font awesome icon */
#dashboard-menu > li .fa-group {
    font-size: 22px;
}

#dashboard-menu > li i {
    font-size: 20px;
    top: 9px;
}

#dashboard-menu .pointer {
    position: absolute;
    right: 6px;
    top: 10px;
}

#dashboard-menu .pointer .arrow,
#dashboard-menu .pointer .arrow_border {
    border-color: transparent #fff transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
}

#dashboard-menu .pointer .arrow_border {
    border-color: transparent rgb(192, 210, 221) transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0;
}

#dashboard-menu a span {
    margin-left: 32px;
    transition: color .1s linear;
    -moz-transition: color .1s linear;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    font-weight: 500;
}

#dashboard-menu a.ui-elements span {
    margin-left: 25px;
}

#dashboard-menu a .i-icon {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-left: 0;
    font-weight: normal;
}

#dashboard-menu a .i-icon i {
    opacity: 0.7;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
}

#dashboard-menu a i.fa-chevron-down {
    position: relative;
    float: right;
    top: 5px;
    font-size: 11px;
    color: rgb(84, 93, 105);
    width: initial;
    height: initial;
    margin-right: 10px;
}

#dashboard-menu > li:hover i {
    opacity: 1;
}

    #dashboard-menu > li.active > a,
    #dashboard-menu > li > a:hover {
        color: #f37021;
        text-decoration: none;
    }

#dashboard-menu > li.active a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

#dashboard-menu > li.active i {
    opacity: 1;
}

/* sidebar submenus */
#dashboard-menu > li.active .dropdown-toggle {
    border-bottom: 0;
    box-shadow: none;
}

#dashboard-menu ul.submenu {
    list-style-type: none;
    display: none;
    margin-top: 0;
    margin-right: 5px;
    margin-left: -15px;
    padding-top: -15px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    padding-bottom: 15px;
}

#dashboard-menu ul.submenu.active {
    display: block;
}

    #dashboard-menu ul.submenu a {
        font-weight: 500;
        font-size: 12px;
        color: #1A2138;
        text-decoration: none;
        display: block;
        line-height: 14px;
        border-radius: 4px;
        padding: 7px 10px;
        transition: all .1s ease;
    }

#dashboard-menu ul.submenu li.active a {
    background: rgba(0, 0, 0, .05);
    color: #000;
    font-weight: 700;
}

#dashboard-menu ul.submenu li:not(.active) a:hover {
    color: #000;
    text-decoration: underline;
}

#dashboard-menu ul.submenu a.active {
    font-family: "Roboto", sans-serif;
    text-shadow: none;
    font-weight: 700;
}


#pad-wrapper {
    padding: 0 25px;
    margin-top: 28px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

#pad-wrapper.loading {
    opacity: .5;
    -webkit-filter: grayscale(1);
    cursor: progress
}

#pad-wrapper .title {
    margin-bottom: 32px;
    font-size: 32px;
    padding-top: 12px;
}

#pad-wrapper h4 {
    margin: 0 0 0 20px;
    color: #696d73;
}

.content {
    min-width: 400px;
    min-height: 600px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-left: 200px;
    border-left: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
    box-shadow: -3px 3px 3px -2px #f1f1f3;
    border-radius: 0 0 0 5px;
}

.content.wide-content {
    margin-left: 0;
    border-radius: 0;
}

/* starts skins changer */
.content .skins-nav {
    opacity: 1;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    position: fixed;
    right: -85px;
    top: 135px;
    font-size: 13px;
    z-index: 9999;
}

.content .skins-nav:hover {
    right: 0;
}

.content .skins-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    height: 37px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content .skins-nav a.first_nav {
    background: rgba(95, 175, 228, 0.8);
}

.content .skins-nav a.second_nav {
    background: rgba(36, 43, 77, 0.8);
}

.content .skins-nav a.first_nav:hover {
    background: rgba(95, 175, 228, 1);
}

.content .skins-nav a.second_nav:hover {
    background: rgba(36, 43, 77, 1);
}

.content .skins-nav a .icon {
    float: left;
    width: 9px;
    height: 10px;
    background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
    margin: 15px 15px 0 5px;
}

.content .skins-nav a.selected .icon {
    background-position: 0 -9px;
}

.content .skins-nav a .text {
    padding-right: 12px;
    white-space: nowrap;
    display: block;
    width: 100px;
    position: relative;
    top: 9px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

/* end skin changer*/


/* responsive */
@media (max-width: 1020px) {
    .content {
        margin-left: 65px;
    }

    #dashboard-menu {
        margin-left: 5px;
    }

    #dashboard-menu .pointer {
        display: none;
    }

    #dashboard-menu li a span {
        visibility: hidden;
    }
}

@media (max-width: 600px) {
    .content {
        margin-left: 0;
        border-left-width: 0;
    }
}

@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: none
    }
}

@media (max-width: 767px) {
    #pad-wrapper {
        padding: 0 10px;
    }

    .content {
        min-width: 0;
        margin: 0;
    }

    #main-stats .stat {
        width: 50%;
        float: left;
    }

    #sidebar-nav {
        left: -200px;
        position: fixed;
        z-index: 9999;
        background-color: #f7f7f7;
        padding-top: 0;
        border-right: 1px solid #ccc;
        width: 175px;
        box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);
        -webkit-transition: left .25s ease;
        -moz-transition: left .25s ease;
        -o-transition: left .25s ease;
        -ms-transition: left .25s ease;
        transition: left .25s ease;
    }

    #sidebar-nav #dashboard-menu {
        margin-left: 10px;
    }

    #sidebar-nav #dashboard-menu li a span {
        visibility: visible;
    }

    #sidebar-nav #dashboard-menu li:last-child a {
        border-bottom: 0;
        box-shadow: none;
    }

    #sidebar-nav.display {
        position: absolute;
        left: 0;
        height: 100%;
    }
}

.clearfix {
    clear: both
}

.inav {
    text-align: right;
    float: right;
    margin-top: -10px;
    margin-bottom: 15px;
}

.inav ul {
    margin: 0;
    padding: 0
}

.inav li {
    float: left;
    text-align: center;
    margin: 0 0 0 8px;
    list-style: none;
    width: 105px;
}

.inav li span {
    display: block;
    text-transform: uppercase;
}

.inav li:first-child {
    border-left: 0
}

.inav li img {
    margin-bottom: 10px;
}

.inav li a {
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    padding: 10px;
    opacity: .75;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 6px;
}

.inav li a i {
    font-size: 35px;
    margin-bottom: 10px;
}

.inav li a:hover {
    text-decoration: none;
    opacity: 1;
    background: #f2f2f2;
    border-color: #ccc;
}

.inav li a:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    border-color: #ccc;
}

table.admintable td {
    vertical-align: middle
}

table.admintable td input {
    margin: 0
}

table i.editar {
    font-size: 16px;
    color: #666;
}

table i.editar:hover {
    color: #000 !important
}

.filter {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.form-page .form-wrapper label {
    display: block;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-align: right;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

.jquery-msgbox-inputs .form-page .form-wrapper label.text-left {
    line-height: normal;
    margin-bottom: 5px
}

.form-page .form-wrapper .display-field {
    margin-bottom: 15px;
}

.form-page .form-wrapper .display-field:last-child {
    margin-bottom: 0;
}

.jquery-msgbox-inputs .form-page .form-wrapper .input-append, .jquery-msgbox-inputs .form-page .form-wrapper .input-prepend {
    margin-bottom: 0
}

.jquery-msgbox-inputs .form-page .form-wrapper .input-prepend {
    width: 100%;
}

table.table-hover .row1 td {
    background: #f9f9f9
}

/*.validation-summary-errors{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-style:solid;border-width:2px;border-color:#c29722;background:#f7eed9 url(../../blue/img/sprite-message.png) 10px -110px no-repeat;padding:13px 10px 13px 50px;margin-bottom:5px;font-size:12px;font-family:"robotobold";color:#ad4100}*/

/* MessageBox */

.jquery-msgbox {
    zoom: 1;
    background: url(../../blue/img/background.png) repeat-x left bottom;
    padding-bottom: 55px;
}

.jquery-msgbox h4 {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #567797;
    font-weight: 500;
}

.jquery-msgbox div:not(.jquery-msgbox-confirm):not(.jquery-msgbox-info) h4.title {
    background: #f9f9f9;
    margin: -20px -30px 20px;
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
}

.jquery-msgbox-wrapper {
    padding: 20px 30px;
}

.jquery-msgbox-buttons {
    padding: 12px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input {
    margin-left: 10px;
    min-width: 85px;
    cursor: pointer
}

.jquery-msgbox-inputs {
    margin-top: 4px
}

.jquery-msgbox-inputs input {
    display: inline-block; /*width:95%*/
}

.jquery-msgbox-inputs select {
    display: block
}

.jquery-msgbox-label {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.jquery-msgbox-label textarea {
    margin-top: 5px
}

.jquery-msgbox-alert {
    background: url(../../blue/img/alert.png) no-repeat 20px 20px;
    min-height: 80px;
}

.jquery-msgbox-info {
    background: url(../../blue/img/info.png) no-repeat 20px 20px;
    padding-left: 105px;
    padding-top: 35px;
    min-height: 80px;
}

.jquery-msgbox-error {
    background: url(../../blue/img/error.png) no-repeat 20px 20px;
    min-height: 80px;
}

.jquery-msgbox-prompt {
    background: url(../../blue/img/question.png) no-repeat 20px 20px;
    padding-left: 105px;
    min-height: 80px;
}

.jquery-msgbox-confirm {
    background: url(../../blue/img/confirm.png) no-repeat 20px 20px;
    padding-left: 100px;
    padding-top: 38px;
    min-height: 80px;
}

.jquery-msgbox-busy {
    background: #fff;
    transition: all .5s ease-out;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.jquery-msgbox-busy .spinner {
    position: absolute;
    top: 45%;
    display: block;
    z-index: 1031;
    left: 50%;
    margin-left: -30px;
}

.jquery-msgbox-busy .spinner-icon {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border: solid 3px transparent;
    border-top-color: #ff6500;
    border-left-color: #ff6500;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 700ms linear infinite;
    animation: nprogress-spinner 700ms linear infinite;
}

.jquery-msgbox-busy.opacity-zero {
    opacity: 0;
    visibility: hidden;
}

.jquery-msgbox-PartialView {
    min-height: 200px;
}

.jquery-msgbox-buttons button {
    padding: 5px 10px
}

/* MessageBox*/

#busyImg {
    background: #fff url(../../blue/img/aguarde.gif) center center no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.8;
    width: 100%;
    height: 100%
}

/* Style para partial de cadastramento */

input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
    outline: 0;
    border-color: #c4122f;
    -webkit-box-shadow: inset 1px 1px 5px rgba(196, 18, 47, 0.2), 1px 1px 5px rgba(196, 18, 47, 0.2);
    box-shadow: inset 1px 1px 5px rgba(196, 18, 47, 0.2), 1px 1px 5px rgba(196, 18, 47, 0.2)
}

label.error {
    clear: both;
    color: #c4122f;
    font-size: 10px
}

label.error:hover {
    text-decoration: underline
}

html.ie7 label.error {
    width: 100%
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    outline: 0;
    border-color: #c4122f !important;
    -webkit-box-shadow: inset 1px 1px 5px rgba(196, 18, 47, 0.2), 1px 1px 5px rgba(196, 18, 47, 0.2);
    box-shadow: inset 1px 1px 5px rgba(196, 18, 47, 0.2), 1px 1px 5px rgba(196, 18, 47, 0.2)
}

.field-validation-error {
    clear: both;
    color: #c4122f !important;
    font-size: 11px !important;
    font-weight: normal !important;
    display: block;
    padding: 2px 0;
    text-align: right
}

html.ie7 .field-validation-error {
    width: 100%
}

/*div.validation-summary-errors{-webkit-border-radius:5px;border-radius:5px;background:#f78c8c url(/Content/GestaoFrete/Images/error.png) 10px center no-repeat;border-color:#a01903;color:#a01903;font-size:14px;padding:10px 20px 10px 40px;margin:0 auto 20px;clear:both}*/
div.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    list-style: none
}

div.validation-summary-errors .fa-remove-sign {
    float: left
}

#popup_container {
    font-size: 12px;
    min-width: 300px;
    max-width: 960px;
    background: #FFF;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 40px;
    display: block;
    border-radius: 6px;
}

#popup_container.ui-draggable-dragging {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: move
}

#popup_title {
    font-size: 14px;
    line-height: 1.75em;
    color: #666;
    cursor: default;
    padding: 10px 20px;
    margin: 0
}

#popup_content {
    padding: 20px;
    margin: 0;
    position: relative;
    line-height: 18px;
    font-size: 14px;
}

#popup_content p {
    margin-bottom: 10px
}

#popup_message {
    font-size: 14px
}

#popup_panel {
    text-align: center;
    overflow: hidden;
    padding: 30px 0 10px;
}

#popup_prompt {
    margin: .5em 0
}

#popup_overlay {
    background: #000 !important
}

#popup_container .closealert {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    font-size: 10px;
    color: #666;
    background: #f0f0f0;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#popup_container .closealert:hover {
    background: #de2a2a;
    color: #fff;
    text-decoration: none;
}

#popup_content .display-field {
    clear: both;
    position: relative;
    margin: 10px 0 10px 0
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
    z-index: 999999;
    position: relative;
}

#nprogress .bar {
    background: #ff6500;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

/* Fancy blur effect */
#nprogress .peg {
    top: 2px;
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff6500, 0 0 5px #ff6500;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    margin-left: -30px;
}

#nprogress .spinner-icon {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border: solid 3px transparent;
    border-top-color: #ff6500;
    border-left-color: #ff6500;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 700ms linear infinite;
    animation: nprogress-spinner 700ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress #nprogress .spinner.spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

::-moz-selection {
    background: #ff6500;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ff6500;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: #f0f0f0
}

::-webkit-scrollbar-thumb {
    border: 2px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #bfbfbf
}

::-webkit-scrollbar-thumb:hover {
    border: 2px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #a0a0a0
}

::-webkit-scrollbar-corner {
    background-color: #e6e6e6
}

.nav-tabs > li {
    position: relative;
    z-index: 1;
    margin-right: 0;
}

.nav-tabs > li > a {
    margin-right: -1px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}

.nav-tabs > li > a:hover {
    background: #f9f9f9;
}

.nav-tabs > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 1px;
    background: #ddd
}

@keyframes click-wave {
    0% {
        opacity: .5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
        box-shadow: 0 0 20px #ff6500
    }
}

.option-label {
    float: left;
    display: block;
    margin: 0 !important;
}

.option-label.center {
    width: 22px;
    margin: 0 auto !important;
    float: none;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18px;
    width: 21px !important;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    z-index: 1000;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin: 0 !important;
    outline: 0;
    padding: 0;
}

.option-input:focus,
.option-input:active {
    outline: 0 !important;
}

.option-input:hover {
    background: #ececec;
    outline: 0;
}

.option-input:checked {
    background: #ff6500;
    border-color: #c44e00;
}

.option-input:checked::before {
    height: 18px;
    width: 18px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    left: 1px;
    top: 0;
    z-index: 1;
    border-radius: 3px;
}

.option-input:checked::after {
    -webkit-animation: click-wave .8s ease-out;
    -moz-animation: click-wave .8s ease-out;
    animation: click-wave .8s ease-out;
    background: #ff6500;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 19px;
    z-index: 0;
    border-radius: 3px;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.flex-fill {
    flex: 1
}

.navbar-inner {
    border-color: #cfcfcf !important;
    color: #000;
}
.navbar-inner-2 {
    color: #000;

}


.btn.btn-navbar{
    background-image: none !important;
    background-color: #fff !important;
    color: #fff !important;
    margin-left: 0px !important;
}

.tooltip {
    z-index: 10000 !important;
}

.tooltip-inner {
    /*max-width: 100px;
    width: 100px;*/
    z-index: 10000 !important;
}

.sort-column-asc {
    float: right;
    clear: none;
    width: 16px;
    color: red !important;
    cursor: pointer;
    font-size: 14px;
}

.sort-column-desc {
    float: right;
    clear: none;
    width: 16px;
    color: red !important;
    cursor: pointer;
    font-size: 14px;
}
.sort-column {
    cursor: pointer;
}