html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    /*background: url(../images/Trade_In_layout20181207_backround2.jpg) no-repeat center center fixed;*/
    /*background-size: 2100px auto;*/
    background-color: white;
    background-size: cover;

}
h1,h2,h3{
    color:#202538;
}
.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;

    display: block;
    background-image: url('../images/auroraborealis_1920px.jpg');

    width: 1200px;
    height: 800px;

    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

body.not_logged {
    background: url(../images/auroraborealis2_1920px_quality10.jpg) no-repeat center center fixed;
    /*background-size: 1900px auto;*/
    background-color: black;
    background-size: cover;
}

.navigation_container {
/*/ / float: left;*/
    display: inline-block;
    background: rgba(0, 0, 0, 0.5) !important;
    background:white !important;

    padding: 0;
    border-bottom: 1px solid #313d75;
}
body.not_logged .navigation_container {
    background: rgba(0, 0, 0, 0.5) !important;
    border-bottom: none;

}
.navigation_container_logged {
    background: url(../images/auroraborealis2_1920px_quality10.jpg) no-repeat fixed !important;
    background-color: black !important;
    background:white !important;
    /*min-height:80px;*/

}

.navigation_container .container-fluid {
    padding: 0;
}

.navigation_container h1 img {
    height: 50px;
    margin-top: -5px;
    margin-right: 5px;
}

.navigation_container h1 {
    float: left;
    /*color: white;*/
    /*color:black;*/
    font-size: 28px;
    text-transform: initial;
    /*font-family: open sans, calibri, sans-serif;*/
    margin-top: 15px;
    margin-left: 10px;
    margin-top: 18px;
}
body.not_logged .navigation_container  h1{
    color: white;
}
/* Unset bootstrap style */
.nav-tabs .nav-link {
    /*border:none !important;*/
}
.btn.focus, .btn:focus {
    outline: 0;
     box-shadow: none !important;
    border-color:unset !important;
    border:none !important;

}
button.btn {
    background: #333A56;
    color:white;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    height: auto;
    /*font-weight: 599;*/
}

/* Link that is shown as button */
a.btn {
    background: #333A56;
    color:white;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 16px;

    height: 30px;
    /*font-weight: 599;*/
}

a.btn-add-device-link {
    margin-bottom: 20px;
}

a.btn:hover, button.btn:hover {
    opacity: 0.85;
}
/*button.btn-create, a.btn-cancel{*/
    /*font-size:20px;*/
    /*line-height:20px;*/
    /*height:60px;*/

/*}*/
.btn-primary {
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    /*background-color: #5a6283; //rgba(51, 58, 86, 0.5);*/
    /*border-color: #f1f1f1;*/
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow:none;
}


button.login {
    background: #333A56;
    color: white;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    border: none;
    overflow-y: hidden;
    padding: 10px 20px;
    height: auto;

}

button#add_device {
    margin-top: 25px;
}

button.btn i, a.btn i {
    margin-right: 5px;
}

/*Form styles*/
form.login_form .text-danger {
    color: #ff7683 !important;
}

.no_padding {
    padding: 0 !important;
}

.container-view {
    margin-top: 20px;
    /*padding:15px;*/
    padding-bottom: 50px;
}

table .tcrm_container {
    /*max-height: 100px;*/
    /*overflow-y: scroll;*/
    /*display: inline-block;*/
    width: 100%;

}
.table-tc-multiplier{
    display:none;
}

form.config-form {
    /*   background: #2382b81c;*/
    padding: 0 5px;
    border-radius: 10px;
    width: 100%;
}
form#create_profile_form{
    padding: 0 3px;

}

.form-separator-container {
    display: inline-block;
    /*background: #2382b852;*/
    background: #2382b81c;
    width: 100%;
    /*padding: 5px;*/
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 10px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.form-separator-container table {
    margin-top: 10px;
}

.form-bottom-buttons {
    padding-top: 15px;
    padding-bottom: 45px;
}

.custom-control-label:hover{
    cursor:pointer;
}
.custom-control-label::before {
    background-color: #ffffff;
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,.25);
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
     background-color: #b3d7ff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #313d75;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #313d75;
}

.profile-label{
    width: 100%;
}

/*heading styles*/
h2 {
    margin-bottom: 20px;
    font-size:1.6em;
}

h3 {
    margin-bottom: 20px;
}

/*Table styles*/

table {
    border: 1px solid black;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
    margin-bottom:0;
}
.table{
    margin-bottom:0;
}
/*.table-striped tr:nth-of-type(odd) td {*/
    /*background-color: #e6f8ff !important;*/
/*}*/
/*.table-striped tr:nth-of-type(even) td {*/
    /*background-color: #c5eff9 !important;*/
/*}*/

th {
    /* line-height: 35px !important;*/
}

thead, th {
    background: rgb(65, 79, 109) !important;
    color: white;
    /* font-family: $common_primary_font; */
    font-size: 16px;
    font-weight: normal;
    /*background: #2ac8d4 !important;*/
    /*color: #313856;*/
}


.table td, .table th {
    padding: 0.3em;
    vertical-align: middle;
}
.table th {
    padding: 0.5em;
}

.table-responsive{
    /*border-radius: 15px;*/
}
#create_configuration_form .table-responsive
{
    border-radius:0 !important;
}
.table-striped tr td {
    background-color: white;
}

.table-striped tr:nth-of-type(odd) td {
    background-color: #d1d5dc;
}

.table-bordered td, .table-bordered th, .table thead th {
    border: 1px solid #333A56;
}

.table-bordered thead td, .table-bordered thead th {
    /*font-weight: 600;*/
}

.table-tc-multiplier td, .table-tc-multiplier th {
    padding: 2px;
    font-size: 12px;
}

.table-tc-multiplier th {
    line-height: 20px;

}

.alert-success {
    color: #155724;
    background-color: #d4edda !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da !important;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1 !important;
}

th.updated {
    min-width: 100px;
}

.dropdown-user {
    margin-top: 25px;
    margin-bottom:25px;
    margin-right:25px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active .btn-primary:not(:visited) {
    background-color: #00b7ff;
    color:#333a56;
    opacity:0.85;
}
.panel-heading {
    padding: 5px 15px;
}

.empty-message {
    padding: 5px 10px;
    text-align: center;
}

/*Footer styles*/
#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px 10px;
    color: white;
    background: #52658F;
    background: #24293a;
    margin-top: 100px;
    background: url(../images/auroraborealis2_1920px_quality10.jpg) no-repeat bottom center fixed;
    background-color: black;
    background:rgba(0,0,0,0.9);
    /*background: url(../images/auroraborealis2018_wide.png) no-repeat top top fixed !important;*/
    background: #012152;
    background: #404e6e;
}
body.not_logged #footer{
    background:rgba(0,0,0,0.5);
}

#footer div.container-fluid {
    /*  padding-top: 15px;*/
}

#footer a {
    color: #53c4f1;
    letter-spacing: 0;
    font-family: calibri, sans-serif;
    margin-top: 0;
}

#footer p {
    margin-bottom: 0;
}

.container-error {
    overflow: hidden;
    display: block;
}

.container-default-multipliers {
    display: inline-block;
    max-height: 500px;
    overflow-y: Scroll;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);

    padding: 5px;
}

.container-graded {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
}
/* List styles */
ul{
    /*padding-left: 1em;*/
    padding-left: 0;
    list-style: none;
}
ul li{
cursor:pointer;
}
table.table-catalogues li::before {
    content: "• ";
    color: #404e6f; /* or whatever color you prefer */
}


/*
* Json styling
*/
.panel-heading {
    padding: 5px 15px;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

/* Popover styles*/
.popover-mp{
    min-width:300px;
}
.popover-body-mp {

    max-height:300px;
    overflow-y:auto;

}
.popover-body-mp  table{
    display:table !important;
}

.popover-body-mp  table td{
    border:1px solid black;
}

/* Modal styles */

.added-trc-values-container{
    overflow-y:scroll;
    max-height:300px;
}
label.error {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    /* font-weight: bold; */
    color: red;
    margin-top: 10px !important;
}
label.error::before{
    font-family:FontAwesome;
    content:'\f057';
    color:red;
    font-size: 1.2em;
    margin-right: 5px;
}

button.toggle-products{
    cursor:pointer;

}
button.toggle-products:focus{
    border: none !important;
    outline: none !important;
}

/*table tr.added{*/
    /*-webkit-animation: mymove 1s; !* Safari 4.0 - 8.0 *!*/
    /*animation: mymove 1s;*/
/*}*/

/*!* Safari 4.0 - 8.0 *!*/
/*@-webkit-keyframes mymove {*/
    /*from {opacity:0;}*/
    /*to {opacity:1;}*/
/*}*/

/*@keyframes mymove {*/
    /*from {opacity:0;}*/
    /*to {opacity:1;}*/
/*}*/
input.tcrm_val::after{
    content: '\f2b9';
    color: black;
    top: 0;
    left: 0;
    font-size: 30px;
    font-family: FontAwesome !important;
}
label.use_def{
    height:15px;
}

ul.nostyle ul, ul.nostyle li::before{
    content: '';
}

span.tc_span_values{
    font-style:italic;
}

ul.nav-tabs{
    /*background:blue;*/

}
ul.nav-tabs .btn{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    /*margin-right:5px;*/
    background:#bfc4d9;
    color:white;
    transition:unset !important;
    line-height: 20px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    padding: 10px 20px;
    /*width: 140px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #202538  !important;

}
ul.nav-tabs .btn:hover{
    opacity:1;
}
ul.nav-tabs .btn:hover{
   border:none !important;

}
ul.nav-tabs .active{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    /*margin-right:5px;*/
    background-color:#24293a  !important;
    border:none !important;
    color:white !important;

}
div.tab-content {
    padding:5px;
    background:#24293a;
    /*border-top-left-radius: 3px;*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;


}
a.link-tab-content{
    background:#208DB8   !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
}
.form-separator-container {
    /*background: #9ca6b0;*/
    background: rgba(255,255,255,0.8);



box-shadow: none;
    border: none;
    border-radius: 3px;
}
div.form-bottom-buttons a, div.form-bottom-buttons button{
    background:#208DB8     !important;
    /*background: #0d3160 !important;*/

}
/*#create_configuration_form div.form-bottom-buttons a,*/
/*#create_configuration_form div.form-bottom-buttons button{*/
    /*background: #21263c !important;*/
/*}*/

/*Tab styles*/
.nav:after,
.nav:before {
    content:"";
    display: table;
}
.nav:after {
    clear:both;
    overflow:hidden;
}
.nav {
    zoom: 1;
    /*margin-left: 20px;*/
}
.nav li {
    list-style: none outside none;
    float: left;
    position: relative;/*这个很重要*/
}
.nav .active {
    z-index: 3;/*当前项在最顶端*/
}
.nav li:before,
.nav li:after,
.nav  a:before,
.nav  a:after {
    content:"";
    position: absolute;
    bottom:0;

}
.nav li:before,
.nav li:after {
    /*background: #BE3569;*/
    /*background: #343c55;*/
    /*background: #35516f;*/
    /*background: #353d54;*/
    background:none;
    width: 5px;
    height: 5px;
}
.nav li.active:before {
    left: -5px;
}
.nav li:before {
    left: -5px;
}

.nav li:after {
    right: -5px;
}
.nav a {
    float: left;
    padding: 10px 40px;
    text-decoration: none;
    color: #F66599;
    color: #d2d7dd;
    background: #BE3569;
    border-radius: 5px 5px 0 0;
}
.nav .active a {
    background: #F66599;
    color:#BE3569;
}

.tab-content {
    /*background: #F66599;*/
    /*color:#BE3569;*/
    padding: 10px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.nav li.first:before, .nav li.first:after {
    display:none;
}

#basic_details, #device_insert, #profile_details{
    background:#eff0f6;
}
#device_insert{
    background:white;
}
#device_insert .form-separator-container{
    background:none;
}

#vendor_details{
    background:white;
}
#price_details{
    background:#eff0f6;
}