html,
body {
    height: 100%;
    font-family: Arial, sans-serif;


}

.presentation {
  font-size: 18px;

}

h1 {
  font-size: 25px;
  font-weight: bolder;
}
h2 {
  font-size: 25px;
  font-weight: bold;
}
h3 {
  font-size: 22px;
  font-weight: normal;
}
h4 {
  font-size: 22px;
  font-weight: normal;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    display: flex;

}

.card {
  border:1px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.box {border:1px solid #303030;}
.box h3 {background:#303030;color:white;padding:10px;font-size:14px}
.box h4 {background:#606060;color:white;padding:5px;font-size:13px}
.box p {color:#303030;padding:10px;}
.box {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-botton-left-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.tblhead {
    color: black;
    background: #fdf7f7;
    border-bottom: 1px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.tbldata {
    color: black;
    background: white;
    padding: 10px 20px;
    margin: 15px 15px 15px 15px;
    height:30px;
}


.secondnav {
    color: #a94442;
    background: white;
    border-top: 1px solid white;
    border-bottom: 1px solid silver;
    padding: 0px 20px;
    margin: 0 0 15px 0;
}




.topnav {
    color: #a94442;
    background: white;
    border-top: 3px solid #303030;
    border-bottom: 1px solid silver;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.topnav a.active  {font-weight: bold; text-decoration: underline;}

#divleft{
    width:200px;
    float:left;
}
#divleft ul{margin-left: 5px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}
#divleft ul li {list-style: none; padding: 0;}
#divleft ul li.active {font-weight: bold; text-decoration: underline;}

#divright{
    margin-left:140px;
    width:100%;
    float:right;
}

.tooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px Arial;
}

#section-to-print {

}

@media print {
   body {
   display:table;
   table-layout:fixed;
   padding-top:2.5cm;
   padding-bottom:2.5cm;
   height:auto;
    }
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.opportunity {
  justify-content: flex-end;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.popover {z-index: 9999 !important;}
.select2-container--krajee {z-index: 9999 !important;}

.fax-nav-sec li.active {
    text-decoration: underline;
}

.reddot {
  height: 11px;
  width: 11px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.greendot {
  height: 11px;
  width: 11px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
