body{
    background-color: #448aff;;
}
#logo{
    
}

.btn-edit {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    background-color: #e9ecef;
    border-color: #cecece;
}

.preloader {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      background-color: #21D4FD;
      background-image: linear-gradient(19deg, #448aff 0%, #1acbf9 100%);
      z-index: 99999;
      color: #eee;
    }

    .preloader__image {
      position: relative;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      text-align: center;
      animation: preloader-rotate 2s infinite linear;
    }

    @keyframes preloader-rotate {
      100% {
        transform: rotate(360deg);
      }
    }

    .loaded_hiding .preloader {
      transition: 0.3s opacity;
      opacity: 0;
    }

    .loaded .preloader {
      display: none;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: 	#fff;    
    background-color: #2962FF;
}

.nav {
    padding-top: 10px;  
}
.btn-outline-warning {
    color: #fff;
    background-color: #ffcc83;
}

.btn-outline-warning:hover{
    color: #000;
    background-color: #f08b25;
}

.nav-link {
    padding: 0.2rem;  
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
    
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #448aff;
    padding: 0.2rem;
}

.table td, .table th {
    vertical-align: middle;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #FFCC80;
}

.col-sm-2 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 30em;
    position: sticky;
    top: 7em;
    min-height: 2em;
    
    font-family: 'Trebuchet MS';
	  font-size: 14px;
	  line-height: 1.1;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px 4px 4px 4px;
    
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    margin-top: 20px;
}

.col-sm-9 {
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-radius: 4px 4px 4px 4px;
}
.col-sm-3 {
background-color: #E3F2FD;
}

.container-fluid {
    padding-top: 5em;
    margin-top: 60px;
    padding-left: 15px;
    background-color: #448AFF;
}
.container {
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    background-color: #fcfcfc;
    padding-top: 20px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 82%;
}
   

h1 {
	font-family: 'Arial';
	font-size: 34px;
	line-height: 1;
	color:#fcfcfc;
	text-transform: none;
	font-weight: 700;
	padding-bottom: 17px;
}


h2 {
	font-family: 'Arial';
	font-size: 21px;
	line-height: 1;
	color: 	#333;
	text-transform: none;
	font-weight: 700;
	padding-bottom: 7px;
	padding-top: 20px;
}

h3 {
    font-family: 'Arial';
	font-size: 16px;
	line-height: 1.2;
	color: 	#333;
	text-transform: none;
	font-weight: 700;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px dotted #73746f;
}

p {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 1.4;
	color: 	#333;
	text-transform: none;
}
 