@media print { 
    .email-tag,
    .social-icons,
    .copyright,
    .btn.edit { display: none }
    a[href]:after { content: none !important }
    .footer { display: none }
    .print { display: none }
    body { margin-top: 0 !important }
    .print-logo {
        display: block !important;
        padding-bottom: 10px;
    }
    .content { margin-top: 0 !important }
    * { overflow: visible !important }
}
 .edit { float: right }
.print-logo { display: none }
.panel-title { cursor: pointer }
.onoffswitch {
    margin-top: 5px;
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox { display: none }
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #CCCCCC;
    border-radius: 36px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #0D940A;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #E80707;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    border: 2px solid #CCCCCC;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0 }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px }
.nav-tabs-custom>.nav-tabs>li.active>a {
    border-left-color: #ccc;
    border-right-color: #ccc;
}
.nav-tabs-custom>.nav-tabs { border-bottom-color: #ccc }
.select2-container--default .select2-search--inline .select2-search__field { width: 500px !important }
.onoffswitch-disabled{
    opacity: 0.5;
}
.panel-title{font-size: 14px;}
.panel-content{font-weight: normal;font-size: 14px;}
.modal-header{
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.helptext{
    margin-bottom: 6px;
    font-size: 12px;
}
.tab-content{text-align: left;}
.pagination{margin: 0;}
.search-display{margin-top: 5px;}
.btn-aqua{
    background-color: #00c0ef;
    color: white;
}