﻿body{
    font-family: poppins;
}

.navbar {
    /*background-color: #231f20;*/
    border-color: #000;
}

.navbar-top-links > li > a{
    color:#000;
}
.sidebar-nav  li > a /*.navbar a.dropdown-toggle */
{
    color:#fff;
}
.navbar-top-links ul.dropdown-menu li > a
{
    color:auto;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: rgb(237,237,236);
}

.navbar-brand{
    height: unset;
    padding: 18px 15px 0;
}

.sidebar .navbar-brand {
    padding: 15px 25px;
    height: unset;
    position: fixed;
    bottom: 0;
}
.navbar-header .navbar-brand img{
    height:35px;
    max-width:300px;
}

.dropdown-menu li a{
    padding: 10px 0;
    min-height: unset;
}


#side-menu{
    padding: 0 15px;
}

.sidebar ul li a.active {
    background: none;
    /*color: rgb(237,237,237)*/
}

.login 
{
    background-color: #231f20;
}
.login #logo {
    margin-top: 30px;
    text-align: center;
}

.login #logo img {
    max-width:100%;
    max-height:75px
}
.login-box 
{
   background-color: #fff;
    padding:1em 2em 2em 2em;
    border-radius:10px;
    position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     max-width: 420px;
     height: 500px;
     height: fit-content;
}


.avatar {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    width: 30px;
}
.dropdown .avatar 
{
    margin: -5px 0 -5px 0;
}


 /*
.sidebar li.menuLevel1,
.sidebar li.menuLevel2,
.sidebar li.menuLevel3 {
    border-bottom: 0!important;
}

.sidebar li.menuLevel1 a {
    padding-left: 37px;
}
.sidebar li.menuLevel2 a {
    padding-left: 52px;
}
.sidebar li.menuLevel3 a {
    padding-left: 67px;
}*/
.sidebar .nav-fourth-level li a {
    padding-left: 67px;
}

/* Bootstrap overrides */

/*fix for inline radio / checks renered by radiobuttonlist / checkboxlist*/
span.radio-inline
{
    margin-left: 0px;
    display:inline-block;
}

span.radio-inline input[type="radio"],
span.checkbox input[type="checkbox"],
span.checkbox-inline input[type="checkbox"]
{
   position: static;
   margin-top: 6px;
   margin-left: 15px;
}

span.radio-inline label,
span.checkbox label,
span.checkbox-inline label
{
   margin-left: 5px;
   font-weight:normal;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: poppins;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 25px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 10px;
  border-bottom: none;
  color:rgb(125,36,217);
}
.panel-heading h2 
{
margin:5px 0;
}


.fullscreen {
    position:fixed;
    top:5px;
    bottom:5px;
    left:5px;
    right:5px;
    z-index:1000;

}

.pointer {
    cursor:pointer;
}

/*fix for drop downs in ie8*/
.navbar-inner{filter:none;}


.bg-grey {
    background-color:#bfbdbd;
}
.bg-grey-l {
    background-color:#e7e7e7;
}
.bg-grey-vl {
    background-color:#eee;
}

/*Alias for FA Icons*/
/*fa-plus*/
.fa-add:before {
  content: "\f067";
}


.newsImage {
    float:left;
    width:20%;
}
.newsImage img {
    max-width:100%;
    /*max-height:100%;*/
}

.tab-pane {
    border-color: #ddd ;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-top:0;
    padding: 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline: 0;
}
.nav-tabs > li > a:hover {
    background-color:#ddd;
}


.previewBrowser .modal-dialog {
    width: 990px; /*added 30px for padding*/
}
.previewBrowser .bootstrap-dialog-message {
    height: 700px;
}
.previewMobile .modal-dialog {
    width: 350px; /*added 30px for padding*/
}
.previewMobile .bootstrap-dialog-message {
    height: 480px;
}
.previewTablet .modal-dialog {
    width: 798px; /*added 30px for padding*/
}
.previewTablet .bootstrap-dialog-message {
    height: 1024px;
}
.previewDesktop .modal-dialog {
    width: 1500px; /*added 30px for padding*/
}
.previewDesktop .bootstrap-dialog-message {
    height: 760px;
}
.previewLaptop .modal-dialog {
    width: 1300px; /*added 30px for padding*/
}
.previewLaptop .bootstrap-dialog-message {
    height: 700px;
}


.tree-branch {
    cursor:row-resize;
}

.tree-open {
     cursor:pointer;
}

.switchList {

}
.switchList > label, .switchList > div > label {
    float:left;
    width:200px;
    clear:both;
}

    .switchList .make-switch {
     float:left;
   }

    .switchList .help-block {
     clear:both;
    float:left;
   }


.switchList h2, .switchList h3 {
    clear:both;
}


.btn-jigsaw {
  color: #fff;
  background-color: #7D24D9;
  border-color: #7D24D9;
}

.btn-jigsaw:hover,
.btn-jigsaw:focus,
.btn-jigsaw.focus,
.btn-jigsaw:active,
.btn-jigsaw.active,
.open > .dropdown-toggle.btn-jigsaw {
  color: #fff;
  background-color: #7D24D9;
  border-color: #7D24D9;
}

.form-control{
    border: none;
    border-radius: 10px;
    background: rgb(208,208,208);
    box-shadow: none;
}

.btn{
    border-radius: 8px;
    font-family: poppins;
    font-weight: 400;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background: rgb(255,255,255);*/
}

label{
    color: rgb(125,36,217);
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
}

.panel{
    border:1px solid #ccc;
    background: none;
    box-shadow: unset;
    border-radius: 8px;
    /*overflow: hidden; MV 08/04/20 remove this to fix calendar on reports*/
}

.panel-heading{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: poppins;
    font-weight: 400;
}

.panel-body{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.panel-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel-default>.panel-heading{
background: #7D24D9; /* Old browsers */
background: -moz-linear-gradient(top, #7D24D9 0%, #b99bc3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7D24D9 0%,#b99bc3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7D24D9 0%,#b99bc3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D24D9', endColorstr='#b99bc3',GradientType=0 ); /* IE6-9 */

color:#fff;
}

.panel-body{
    background: rgb(237,237,237);
}

tr th{
    color: rgb(125,36,217);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid rgb(125,36,217);
}

.breadcrumb a{
    color: rgb(125,36,217);
    font-size:26px;
}

.breadcrumb{
    color: rgb(125,36,217);
    background:#fff;
}

.breadcrumb>li+li:before {
    display: none;
}

/*.navbar{
    margin-left: -30px;
    margin-right: -30px;
}*/

#PanelLoginForm .form-group{
    margin-bottom: 0px;
}

.navbar-default{
      /*background:#fff;*/
}

.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContent 
{
    width:25%;
    padding:20px;
    border:5px solid #dddddd;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-12.5%;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}