﻿: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;
}
.btn:disabled {
    background: #c0c0c0 !important;
	border-color: #c0c0c0  !important;
    color: white  !important;
}
.h1, h1 {
    font-size:2rem;
}
.h3 {
	font-size: 1.75rem;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
th {
    vertical-align:top;
}
.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;
}

.corner-content {
    position: relative;
}
.corner-content img {
	position: absolute;
	top: 0px;
	right: 0px;
}

@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)
}

.aright {
	text-align:right;
}
.w200 {
	width:200px;
}
.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://www.spotlightmessaging.com/img/logo2t.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://www.spotlightmessaging.com/img/logo2t.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);
}

.bubbleleft {
	position: relative;
	max-width: 30em;
	float:left;
	background-color: #00e60b;
	padding: 0.75em 0.75em;
	font-size: 1em;
	border-radius: 1rem;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.bubbleleft::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 0.75em; 
	border: .75rem solid transparent;
	border-top: none;

	border-bottom-color: #00e60b;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}
.bubbleright {
	position: relative;
	max-width: 30em;
	float:right;
	background-color: #00e60b;
	padding: 0.75em 0.75em;
	font-size: 1em;
	border-radius: 1rem;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.bubbleright::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: 0.75em; 
	border: .75rem solid transparent;
	border-top: none;

	border-bottom-color: #00e60b;
	filter: drop-shadow(0 -0.025rem 0.0625rem rgba(0, 0, 0, .1));
}

/* dd */
.dd-dropdown {
  position: relative;
}

/* Style the dropdown button */
.dd-dropbtn {

}

/* Dropdown content */
.dd-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index:99;
}

/* Links inside dropdown content */
.dd-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dd-dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown content on hover */
.dd-dropdown:hover .dd-dropdown-content {
  display: block;
}
.table-row-highlight tr:hover {
    background-color: #f0f0f0;
}
.table-hover td:hover {
    background-color: #f0f0f0;
}
.row-highlight div:hover {
	 background-color: #f0f0f0;
}
.rowh {
	border-radius:10px;
	box-shadow: 0 12px 30px rgb(0 0 0 / 0%);
}
.rowh:hover {
	border-radius:10px;
	box-shadow: 0 12px 30px rgb(0 0 0 / 11%);
}
.card-selected {
	border:solid 2px #1be440
}
/* Logo scroller */
.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 3rem 0;
  background: #fff;
}

.logo-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.logo-track img {
  height: 65px;
  margin: 0 3rem;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.2);
}

.unread {
	font-weight:600;
}
.row-stripe-0 {
	 background-color: #ffffff;
}
.row-stripe-1 {
	 background-color: #f8f8f8;
}
.dropdown-field-content {
	float:right;
	right:0;
    display: none; /* Hide the dropdown by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border:1px solid gray;
	padding-left:5px;
	padding-top:5px;
    z-index: 1;
}

.dropdown-field-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	padding: 0;
}

.dropdown-field-content div:hover {
    background-color: #f1f1f1;
}
.bg-test {
    background-color: #f2ffe6;
}
.flash-red {
	color:white;
    background-color: red;
}
.flash-green {
	color:white;
    background-color: green;
}
