﻿@media (min-width: 768px) {
	html .navbar-right { margin-right: 0;}
}
html .skin-blue-light .navbar .navbar-right > .nav { margin-right: 0; }


/** Customer specific css here */

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar .theme-logo {
    /*background-image: url('../../../images/themes/dpn/persgroep-logo2.png');*/
    width: 195px;
    height: 50px;
    background-repeat:no-repeat;
}

.right-side .login-header {
    max-width: 100%;
    height: 300px;

    background: -webkit-linear-gradient(left, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 100%);
    background: -o-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 100%);
    background: -moz-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 100%);
    background: linear-gradient(to right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 95%, #EFEFEF 95%, #EFEFEF 100%);

}
.right-side .login-header .img {
    background-image:url('../../../images/themes/dpn/dpn_header.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 100%;
    height: 265px;
}
/* #141e8c !important => #7f7f7f */
.main-header .navbar {
    background-color: #7f7f7f !important;
    margin-left: 0; /* hide the "cmcg branding "  */
}

a,a:hover, a:active, a:focus  {
  color: #7f7f7f;
}
.dropdown-menu > li > a:hover,
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header,
  .progress-bar-primary,
  .box.box-solid.box-primary > .box-header,
  .label-primary {
    background-color: #7f7f7f !important;
}
.box.box-primary {
  border-top-color: #7f7f7f;
}
.form-control:focus {
  border-color: #7f7f7f !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #999;
  border-color: #999;
}

.btn.btn-bootstrap-primary:hover,
.btn.btn-bootstrap-primary:active,
.btn.btn-bootstrap-primary.hover {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn.btn-bootstrap-primary:not(:disabled):not(.disabled):active,
.btn.btn-bootstrap-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn.btn-bootstrap-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: white;
}

    .btn.btn-bootstrap-primary:hover {
        background-color: #357ebd;
    }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #999;
    border-color: #999;
}

.btn.btn-primary, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .page-item.active .page-link {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*
.bg-light-blue { background-color: #7f7f7f !important; }
.text-light-blue { color: #141e8c !important; }
    */


/** START DPN Widget background color */
.dpn-widget-flash-bg {
    opacity: 0.6;
    z-index: 1000000;
    background-color: #5bcc53;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: dpn-widget-flash-bg-fadeout;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-name: dpn-widget-flash-bg-fadeout;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.dpn-widget-flash-bg.dpn-widget-flash-bg-color-primary {
    background-color: #ff8351;
}

.dpn-widget-flash-popup {
    position:relative;
    z-index: 1000001;
    max-width: 400px;
    display:inline-block;
    max-width: 800px;
    -webkit-animation-name: dpn-widget-flash-fadeout;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-name: dpn-widget-flash-fadeout;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;

    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;

    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;

    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 30pt;
}
.dpn-widget-flash-popup2 {
    max-width: 90%;
}
.dpn-widget-flash-popup2 .alert {
    /*height: 150px;*/
}
.dpn-widget-flash-popup2 .body {
    font-size:90px;
}


.dpn-widget-flash-bg .content, .dpn-widget-flash-bg body {
    background-color: #ffffff;
    background-color: green;
    /*

    -webkit-animation-name: dpn-widget-flash-bg; /
    -webkit-animation-duration: 0.6s;
    animation-name: dpn-widget-flash-bg;
    animation-duration: 0.6s;
*/
}

/*Override admin-LTE*/
.dpn-widget-flash-popup2 .alert.alert-success{
    background-color: #FFF !important;
}

.dpn-widget-flash-popup2 .alert {
    border: 1px solid #fff;
    border-radius: 10px;
    text-align:center;
}
.dpn-widget-flash-popup2 .alert .body {
/*color: #5bcc53 !important; */
color: #000 !important; 

font-weight:bold;
}


#dpn-widget-waterfall-bg {  
    opacity: 0.6;
    z-index: 1000000;
    background-color: #5bcc53;
    position: fixed;
    top: 0;
    left: 0;
}
#waterfall-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#daily-channel-sales-total-message-container {
    background-color: white;
    text-align: center;

    font-size: 25pt;
}
#daily-channel-sales-total-popup{
    margin-bottom: 10px;
}
.dpn-widget-waterfall-popup-container {
    z-index: 1000001;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 10px;
    width: 800px;
    
    display: table;
    font-family: 'Arial';
}
.dpn-widget-waterfall-popup {
    display: table-cell;

    border-style: solid;
    text-decoration: underline; 
    font-size:12pt;
}
.dpn-widget-waterfall-popup-spacer {
    display: table-cell; 
    width: 10px;
}
.daily-channel-sales-container {
    height: 100%;
    width: 170px;
    padding-left: 10px; 
    display: table-cell;
    background-color: white;
    border-style: solid;
    text-decoration: underline;

    font-size:25pt;
}
.dpn-widget-waterfall-popup-time {
    float: right;
    font-size: 8pt;
}

#daily-channel-sales-total-popup.dpn-widget-waterfall-popup-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

/* Chrome, Safari, Opera */
/*@-webkit-keyframes dpn-widget-flash-bg {
    0% {background-color: #ffffff;}
    100% {background-color: green;}
}*/

/* Standard syntax */
/*@keyframes dpn-widget-flash-bg {
    0% {background-color: #ffffff;}
    100% {background-color: green;}
}*/
/* Chrome, Safari, Opera */
@-webkit-keyframes dpn-widget-flash-bg-fadeout {
     0% { opacity: 0.6;}
    100% { opacity: 0;}
}

/* Standard syntax */
@keyframes dpn-widget-flash-bg-fadeout {
       0% { opacity: 0.6;}
    100% { opacity: 0;}
}

@keyframes dpn-widget-flash-fadeout {
    0% { opacity: 1;}
    100% { opacity: 0;}
}
@-webkit-keyframes dpn-widget-flash-fadeout {
    0% { opacity: 1;}
    100% { opacity: 0;}
}
/** END DPN Widget background color */


/*  start tm dashboard */
/*.tm-header { color: #ff8351; font-family:Arial; text-shadow: 0px 4px 4px #cccccc;}*/
.tm-header { color: #ff8351; font-family:Arial; text-shadow: 0px 4px 8px #999;}
.tm-header .tm-hdr-label { text-transform:uppercase; font-size: 75px; font-weight:bold; vertical-align:middle;float:left;
                           padding-top: 55px;
}
.tm-header .tm-hdr-value { float:right; font-size: 150px; font-weight:bold;  vertical-align:middle;}

.tm-progress, .tm-progress-inner {
    height: 15px;
    border-radius: 10px;
}
.tm-progress-inner-part { border-bottom-right-radius: 0; border-top-right-radius: 0;}
.tm-progress {
    background-color:#ccc;
    border: 1px solid black;
    height: 17px;
}
.tm-progress .tm-progress-inner {

    background-color:#ff8351;
    border-right: 1px solid black;
}

.tm-race-circle-container {

    display:inline-block;

}
.tm-race-circle-nr {
    text-align:center;
}
.tm-race-circle {
    border-radius: 50%;
    width:100%;height:100%;
}
.tmpi3 {
    font-size: 28px;
    font-weight: bold;
    display:block;
    padding-top:70px;
    height:100%;
    margin: auto auto;
    text-align:center;
}


/* tm tables: */
.tm-bdy {
    margin-top:40px;
}
.tm-bdy .tm-tbl-w { float:left; }
.tm-bdy .tm-tbl-w-gt1 {
    padding-left: 40px;
}
.tm-tbl-w .tm-tbl-label, .tm-tbl-w table {
    width: 100%;
}
.tm-bdy .tm-tbl-label {
    text-align:center;
    color: #ff8351; font-family:Arial;
    font-size: 15px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 5px;
}
.tm-bdy tr.tm-tbl-header, .tm-bdy .tm-tbl-header th {
    /*color: #fff;*/
    background-color: #ff8351;
}
.tm-bdy td , .tm-bdy th { padding: 2px; }
.tm-bdy tr.tm-tbl-header { border-top: 1px solid #7f7f7f;}
.tm-bdy tr {
     border-left: 1px solid #7f7f7f;
     border-right: 1px solid #7f7f7f;
     border-bottom: 1px solid #7f7f7f;
}

.k-list-container, .k-multiselect, .k-multiselect-wrap, .k-upload {
    border-radius: 0 !important;
}

/*  end tm dashboard */