﻿:root {
    --aa-header:rgb(0,48,87);
	--aa-unselect:rgb(51,89,120);
	--aa-subtitle:rgb(127,127,127);
	--aa-button: #003057;
	--aa-unbutton:#4D6D88;
	--aa-menu: #F2F3F4;
	--aa-border: #CED4DB;
	--aa-sidebar: #7cba58;	
	--aa-submenu: #e0e0e0;	
	
	--sx-back:#fafafa;
	--sx-green:#6da34d;
	--sx-light-green:#7cba58;
	--sx-lighter-green:#89d160;
	--sx-title:#58595b;

	--ra-xlight: #00ee66;
	--ra-light: #00cc66;
	--ra-dark: #000000;
}

body {
    padding-top: 56px;
}
.btn {
	background-color:var(--sx-green);
	border-color:var(--sx-green);
    color: var(--sx-back);
	font-weight:700;
}
.btn:hover{
    background: var(--sx-light-green);
	border-color:var(--sx-green);
    color: white;
}
.btn:active{
    background: var(--sx-lighter-green) !important;
	border-color:var(--sx-light-green)  !important;
    color: white  !important;
}
.h1, h1 {
    font-size:2rem;
}
.h3 {
	font-size: 1.75rem;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.pointer {
    cursor:pointer;
}
.jumbotron {
    background-image: url("/img/jumbo.jpg");
    background-size: cover;
	width:50rem;
	height:25rem;
	color:white;
}

.shadow-box {
	box-shadow: 0 12px 70px rgb(0 0 0 / 21%);
	border-radius:5px;
	padding:10px;
}

.dl-field {
	background-color:#ffffcc
}
.error{
    background-color:#ecbdcb;
}
.warning{
    border: 1px solid #777;
    background-color:#fffcbb;
	box-shadow: 4px 4px 2px grey;
}
.request-overlay {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200,200,200,0.2); /*.gif file or just div with message etc. however you like*/
}
.request-overlay-2 {
    position: relative;
    height: 50%;
    display: block;
    text-align: center;
}
.lds-dual-ring {
  display: inline-block;
  padding-top: 20px;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 9px solid #6da34d;
  border-color: #6da34d transparent #6da34d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:280px;
  margin: 0 auto;
  min-height:100vh;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dark-box{
    background: var(--sx-title);
    color: var(--sx-back);
	border-radius: 18px;
	padding: 45px 45px;
	border: 1px none #d0d0d0;
}
.nav-link.active {
	font-weight:600;
}
.bg-light {
    background-color: #f0f0f0 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
	font-weight:600;
}
.footer-text {
    color: rgba(0, 0, 0, .7);
	font-weight:600;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .9) !important;
}
.folded_corner{
  position:relative;
  width:210px;
  color:#6b5252;
  background: linear-gradient(to left bottom, transparent 50%, rgba(50,0,0,.3) 0) no-repeat 100% 0 / 2em 2em,
    linear-gradient(-135deg, transparent 1.5em, #e8e0e8 0);
  
  -webkit-filter: drop-shadow(5px 6px rgba(0,0,0,0.04));
  filter: drop-shadow(5px 6px rgba(0,0,0,0.04));
}

.folded_corner::before{
  content: ' ';
  position:absolute;
  top:2em; 
  right:0;
  background: linear-gradient(to left bottom, transparent 50%, rgba(50,0,0,0.1) 0) 100% 0 no-repeat;
  width: 2em;
  height:2em;
  transform: rotate(180deg)
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 65%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.header-icon{
    background: url("https://canalseven.com/img/logo.png?v=1") no-repeat ; 
    -webkit-background-size: 100% ;
    -moz-background-size: 100% ;
    -o-background-size: 100% ;
    background-size: 50% ;
	padding-top:1rem;
	height:4rem;
	width:40rem;
	overflow:hidden;
}
.footer-icon{
    background: url("https://canalseven.com/img/logo.png?v=1") no-repeat center center; 
    -webkit-background-size: 100% ;
    -moz-background-size: 100% ;
    -o-background-size: 100% ;
    background-size: 100% ;
	margin-top:0.8rem;
	height:8rem;
	width:10rem;
	overflow:hidden;
	min-width:8rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
	padding-top:92px;
	overflow-y:auto;
	background-color:var(--aa-sidebar);
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: var(--ra-dark);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--ra-dark);
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	cursor: pointer;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a {
    color: #fff;
    background: var(--ra-dark);
}

a[data-toggle="collapse"] {
    position: relative;
}

.border-md-right {
  border-right: 1px solid silver;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.submenu {
	font-size:10pt;
	padding-left:15px;
	color: var(--aa-submenu);
}

.med-check {
	height:18px !important;
}