﻿.font15 {
    font-size: 1.5em !important;
}

.font22 {
    font-size: 2.2em !important;
}

.displayOn {
    display: block;
}

.displayOff {
    display: none !important;
}

.displayShow {
    visibility: visible;
}

.displayHidden {
    visibility: hidden;
}

th, td {
    word-break: keep-all;
}

ul > li > a:hover, ul > li > a:visited,
ul > li > a:active, ul > li > a:link  {
    text-decoration: none;
}

.scroll1::-webkit-scrollbar {
  width: 3px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}

/* ==========================================================================
    MAIN CONTETN
   ========================================================================== */

.leftPane, .rightPane
{ 
    float: left;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.leftPane{
    width: 220px;
    background: #2166ac;
    min-height: 500px;
    color: #fff;
    text-align: left;
    transition: all .2s ease-in-out;
}
.rightPane{ 
    width: 100%;
    background: #fff;
    overflow-y: auto;
}
.rightPane-inner{ 
    margin-left: 220px;
    word-break: break-all;
    padding: 0px 0px 20px 0px;
    transition: all .2s ease-in-out;
}

.contentBlock {
    text-align: center; 
    border: 1px solid #808080; 
    border-radius: 5px;
    display: inline-block; 
    width: 99%; 
    margin: auto; 
    margin-top: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

#toFromBox {
    display: inline-flex; 
}

/* in left pane*/

#tabNav ul {
    list-style-type: none;
}

#tabs li {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #01467D;
    opacity: .6;
    border-radius: 0 7px 7px 0;
    margin-top: 15px;
    -webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
	-o-transition: width 2s ease;
	-ms-transition: width 1s ease;
	transition: width 1s ease;
}

#tabs li:first-child {
    margin-top: 60px;
}

#tabs li:hover {
    box-shadow: 3px 4px 4px rgba(34, 25, 25, 0.3);
}

#tabs li > a > i {
    font-size: 2em;
    margin-top: 8px;
    margin-left: 8px;
    color: #fff;
}

#tabs li:nth-child(2) > a > i {
    margin-left: 10px;
}
/*#tabs li:nth-child(4) > a > i {
    margin-left: 15px;
}*/
#tabs li:nth-child(4) > a > i {
    margin-left: 11px;
}

#tabs li > a > i:hover {
    color: #68D2F9;
}

#tabs li#tab2 {
    display: none;
}

#btnCollapse > i {
    transition: transform 600ms ease-in-out;
    margin-left: 11px !important;
}
#btnCollapse.shrink > i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#tabContent {
    top: 82px;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    width: 220px;
}

#tabContent > .tab-pane {
    display: none;
    visibility: hidden;
    overflow-x: hidden;
}

#tabContent > .active {
    display: block;
    visibility: visible;
}

#tabPane-1 {
    margin: 16px;
}

.filter-cell {
    margin-bottom: 8px;
}

.filter-caption {
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 15px;
}

.filter-caption > i {
    color: rgba(0, 164, 83, 0.6);
    margin-left: 15px;
    border-radius: 50%;
}

#tabContent ul li a {
    font-size: 1.05em;
    font-weight: 600;
    padding-top: 2px;
    transition: font-size 0.2s ease;
    color: #DDD;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 36px;
}

#tabContent ul li a:hover {
    color: #FFF;
}

.player-filter {
    display: none;
}

.site0-menu-item, .player-menu-item {
    display: none;
}

/* start of right-pane content */
#ribbon {
    height: 42px;
    min-height: 40px;
    padding: 0 13px;
    position: relative;
    text-align: left;
}

.ribbon-button-alignment {
    padding-top: 10px;
    display: inline-block;
    font-weight: bold;
}

.dbTable {
    text-align: left;
}

.tablesorter-header {
    white-space: nowrap !important;
}

.tablesorter thead tr {
    line-height: 40px;
    font-size: .9em;
    color: #444;
}
.tablesorter>tbody>tr:nth-child(even) {
    background-color: #F8F8F8;
}

.tablesorter tbody td {
    padding: 5px;
    line-height: 20px;
    font-size: 1.1em;
    color: #555;
}

.tablesorter tbody td label {
    margin-left: 10px; 
}

.tablesorter .btn-screen {
    font-weight: 600;
}

span.power-on {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/powerOn-32.png);
    background-size: cover;
    background-position: center center;
    display: block;
}

span.power-off {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/powerOff-32.png);
    background-size: cover;
    background-position: center center;
    display: block;
}

span.brand-icon-b {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/buick-sales-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-c {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/chevrolet-logo-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-g {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/gmc-logo-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-k {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/cadillac-logo-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-i {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/internal-corporate.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-d {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/dealer-sales.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-o {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/conected-customer.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-p {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/cpo-sales.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-r {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/dealer-service.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-s {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/cetified-sevice-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-u {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/used-sales.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-f {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/gmf-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

span.brand-icon-v {
    width: 32px;
    height: 32px;
    background-image: url(/ddn/img/gm-visa-circle.png);
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 3px;
    float: left;
}

.tablesorter {
    font-size: 14px !important;
}

.tablesorter tbody td > span {
    font-size: 1.1em;
    font-weight: 600;
}

.tablesorter tbody td:first-child {
    width: 100px;
}
#ndTable .tablesorter tbody td:nth-child(8) {
    width: 100px;
}
#ndTable .tablesorter tbody td:nth-child(7) {
    white-space: nowrap;
}
#pdTable .tablesorter tbody td:nth-child(9) {
    white-space: nowrap;
}
#pdTable .tablesorter tbody td:nth-child(10) {
    width: 60px;
}

span.span-yes {
    color: #73D118;
}
span.span-no {
    color: #ef292a;
}

span.span-num {
    /*color: #0078D7;*/
}

.btn-modal {
    background-color: transparent;
    border-color: transparent;
    color: #666;
    font-size: 1.05em;
    font-weight: 500;
    width: 130px;
}
.btn-modal:hover, .btn-modal:active, .btn-modal:focus {
  color: #fff !important;
  background-color: #01A453 !important;
  border-color: #fff !important;
}

label > i:hover {
    color: #01467D;
}

/* modal body */
.edit-block {
    display: block;
    margin: 0px auto !important;
    text-align: Left;
    width: 90%;
    /*border: solid 1px #b3b3b3;
    border-radius: 2%;*/
}

.modal-row {
    margin: 0px 20px;
}

.modal-row-2 {
    margin: 10px 20px;
}

.cb-box {
    margin-right: 20px;
    display: inline-flex;
}

.cb-box label {
    font-weight: 600;
    color: #655;
}

.cb-label {
    display: inline-flex;
    margin-right: 20px;
    font-weight: 700;
}

.cb-cell > i {
    font-size: 1.5em;
    position: relative;
    top: 2px;
    left: -5px;
    cursor: pointer;
}
.tbNetwork td > i:hover,
.tbPlayer td > i:hover {
    color: #01467D;
}

.setting-switch {
    display: inline-flex;
    width: 33%;
}

.setting-switch > span {
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    color: #444;
}

.tbNetwork td > i {
    color: #5397f0;
    position: relative;
    top: 5px;
    font-size: 1.5em;
    cursor: pointer;
}

.tbPlayer td > i {
    color: #5397f0;
}

div.noSiteBoard{
    display: none;
    text-align: left;
    width: 92%;
    margin: auto;
    padding: 20px 0;
    color: #444;
    font-size: 1.3em;
}

div.noSiteBoard a {
    font-weight: 600;
    font-size: 1.1em;
    color: #2166AC;
}

/* =================================
   Customize 3rd plugin CSS
   ================================= */

/* replace css of bootstrap */
button:active, .button:active, button:focus, .button:focus, button:hover, .button:hover{
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.fa-lg {
    vertical-align: 0;
}

.btn {
    border-radius: 2px;
}

.btn-success {
    background-color: #73D118;
}

/* replace css of multi-select */
.ms-drop {
    text-align: left;
}

.ms-drop input[type="checkbox"] {
    margin-top: -3px;
}

.ms-drop input[type="radio"] {
    display: none;
}

.ms-drop label {
    font-size: 0.9em;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
}

.ms-drop ul>li label:hover {
    background-color: #5397f0;
    color: #fff;
}

.ms-drop ul {
    padding: 5px 0px 5px 5px;
}

.ms-choice > span {
    font-size: 0.9em;
}

.ms-choice > div {
    top: 5px;
}

.ms-parent > button {
    height: 34px;
    line-height: 32px;
}

/* ========================================
    Special Effects

   ======================================== */

/* bootstrap customer bar */
#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
    display: none;
}

#custom-search-input #ipSearch {
    width: 186px;
    font-weight: 600;
    color: #555;
}
 
#custom-search-input .search-query {
    padding-right: 30px;
    padding-left: 8px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -32px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}
 
.search-query + span > button {
    z-index: 3 !important;   
}
/* End of bootstrap customer bar */

/* bootstrap arrow button */
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}
.btn-arrow-right {
    padding-left: 12px;
}
.btn-arrow-left {
    padding-right: 12px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before
/*.btn-arrow-left:after*/ { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 4px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
/* End of bootstrap arrow button */   

/* Pure CSS Custom Checkboxes */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border: 1px solid #bbb
}
.styled-checkbox:hover + label:before {
  background: #73D118;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #73D118;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* End of Pure CSS Custom Checkboxes */

/* Accordion css */
.accordion {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.accordion > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 1em;
  color: #5397f0;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  width: 99%;
  margin-left: 5px;
  border-bottom: 2px solid;
}
.accordion > label > span {
    cursor: default;
}

.accordion > label > i {
    font-size: 28px;
    cursor: pointer;
}
.accordion > label > i:first-child {
    margin-left: 30px;
}
.accordion > label > i#iconVOD {
    background-color: #5397f0;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
    font-family: inherit;
}
.accordion > label > i#iconVOD:hover {
    background-color: #2166ac;
}


.acc-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  -o-transition: height .35s;
  transition: height .35s;
  width: 99.5%;
}
.acc-content p, #pdTable p {
  margin: .5em;
  color: #888;
  margin-left: 60px;
  font-weight: 600;
}

.accordion > hr {
    position: relative;
    border-top: 2px solid #5397f0;
    width: 99%;
    margin: 0 0 5px 5px;
    display: none;
}

/* :checked */
.accordion > input:checked ~ .acc-content {
  height: auto;
}
.accordion > input:checked ~ label {
  border-bottom: 1px solid #ccc;
}
.accordion > input:checked ~ hr {
    display: block;
}

/* Icon */
.accordion > label::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.accordion > input[type=checkbox] + label::after {
  content: "+";
}
.accordion > input[type=radio] + label::after {
    content: "\25BC";
}
.accordion > input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.accordion > input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.acc-content > table {
    width: 99%;
    margin: 5px auto;
}

.accordion > label > span.badge {
    position: absolute;
    right: 5em;
    top: 1.25em;
    background-color: #5397f0;
}

/* End of Accordion CSS*/

/* =============================
    Material Input
   ============================= */
/* form starting stylings ------------------------------- */
.inputGroup { 
  position:relative; 
  float: left;
  margin: 20px 20px 10px 20px;
}
.inputGroup input {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #5397f0;
}
.inputGroup input:focus { outline:none; }

/* LABEL ======================================= */
.inputGroup > label {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* Adjustment of <= IE9 */
.inputLabelOfIe9 {
    top: -20px !important;
    font-size: 14px !important;
    color: #5397f0 !important;
}

/* active state */
.inputGroup input:focus ~ label, .inputGroup input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5397f0;
}

/* BOTTOM BARS ================================= */
.bar { 
    position:relative; 
    display:block; 
    width:300px; 
}
.bar:before, .bar:after {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5397f0; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputGroup input:focus ~ .bar:before, .inputGroup input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.inputGroup input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

/*=== End Material Input ===*/

/* =============================
    Switch CSS
   =============================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 0px;
}

.switch > .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch > input:checked + .slider {
  background-color: #73D118; /*rgb(0, 173, 239);*/ 
}

.switch > input:focus + .slider {
  box-shadow: 0 0 1px #01A453;
}

.switch > input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*=== End Switch ===*/
    
/* ==========================================================================
.___  ___.  _______  _______   __       ___           ______      __    __   _______ .______       __   _______     _______.
|   \/   | |   ____||       \ |  |     /   \         /  __  \    |  |  |  | |   ____||   _  \     |  | |   ____|   /       |
|  \  /  | |  |__   |  .--.  ||  |    /  ^  \       |  |  |  |   |  |  |  | |  |__   |  |_)  |    |  | |  |__     |   (----`
|  |\/|  | |   __|  |  |  |  ||  |   /  /_\  \      |  |  |  |   |  |  |  | |   __|  |      /     |  | |   __|     \   \    
|  |  |  | |  |____ |  '--'  ||  |  /  _____  \     |  `--'  '--.|  `--'  | |  |____ |  |\  \----.|  | |  |____.----)   |   
|__|  |__| |_______||_______/ |__| /__/     \__\     \_____\_____\\______/  |_______|| _| `._____||__| |_______|_______/     

   ========================================================================== */
@media (max-width: 1600px) {
	#dvMenu .tbl-center {
	  float: right;
	  margin-right: 100px !important;
	}

    #left-panel {
        position: fixed;
    }
}

@media (max-width: 1312px) and (min-width: 1030px) {
	#dd-logo {
		display: none;
	}
	
	#dvMenu .tbl-center {
	  float: none;
	  margin-right: 100px !important;
	}
	
    #dvMenu .tbl-center > #head-banner{
        text-align: right;
        margin: 2px 30px 0px 20px;
    }

	#dvMenu {
	  height: 60px !important;
	  min-height: 60px !important;
	}

    #left-panel {
        position: absolute;
    }
}

@media (max-width: 1029px) and (min-width: 769px) {
  #left-panel {
    left: -190px;
  }

  #main {
    margin-left: 0;
  }
  
  #dd-logo, #head-banner { display: none }
  
  #dvMenu .tbl-center {
	  float: none  !important;
	  margin: 0 0 0 0 !important;
	  width: 100%;
	}
  
    #dvMenu {
		height: 50px !important;
		min-height: 50px !important;
	}
	
	/*Make dropdown links appear inline*/
	#dvMenu ul {
		position: static;
		display: none;
		width: 100%;
	}
	/*Create vertical spacing*/
	#dvMenu li {
		margin-bottom: 0px;
	}
	/* menu item bottom border */
	#menu > li {
		border-bottom: solid 1px #E6E6E6;
	}
	/* menu item content's backgroup color */
	#menu > li > a {
		background: #f2f2f2 !important;
	}
	/* selected or hover menu item */
	#menu > li:hover > a {
	    background: #083890 !important;
	}
	/* selected or hover submenu item in dropdown menu */
	.to-hide > li > a:hover {
		background: #3868B0 !important;
	}
	/*Make all menu links full width*/
	#dvMenu ul li, #dvMenu li a {
		width: 100% !important;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display: block !important;
	}
	/*Style for dropdown links*/
	#dvMenu li:hover ul a {
		text-align: center !important;
	}
  
}

@media (max-width: 768px) { 
  #main {
    margin-left: 0;
  }

  #left-panel {
    left: -190px;
  }
  
  #dd-logo, #head-banner { display: none }
  
  #dvMenu .tbl-center {
	  float: none;
	  margin: 0 0 0 0 !important;
  }
  
  #dvMenu {
	height: 50px;
	min-height: 50px;
  }
}

@media (max-width: 550px) {
  #content {
    padding: 0;
  }

  #content > .row {
    display: none;
  }

  #main {
    margin-left: 0;
  }

  #left-panel {
    left: -190px;
  }
  
  #dd-logo, #head-banner { display: none }

  #dvMenu {
	height: 50px;
	min-height: 50px;
  }
}

@media print {
    a:link:after,
    a:visited:after {
        content: "" !important;
    }

    html, body {
      font-size: 12px;
      background: #fff;
    }
}

@media all {
    @-ms-viewport{
        width: device-width;
    }
    @viewport{
        width: device-width;
    }
}

