@charset "UTF-8";
/* CSS Document */

.navbar-light .navbar-nav .nav-link {
    color: #003366;
    font-size: 1.2em;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-size: 1.2em;
    color: #A06C22;  
}


h3 {
    font-size: 1.2em;
    color: #003366;
    border-bottom: 1px solid #A06C22;
}

h2 {
    color: #003366;
}

/* unvisited link */
a:link {
  color: #003366;
}

/* visited link */
a:visited {
  color: #003366;
}

/* mouse over link */
a:hover {
  color: #A06C22;
}

/* selected link */
a:active {
  color: #A06C22;
}



/* unvisited link */
a.b_list:link {
  color: #003366;
  text-decoration: none;
}

/* visited link */
a.b_list:visited {
  color: #003366;
  text-decoration: none;    
}

/* mouse over link */
a.b_list:hover {
  color: #003366;
  text-decoration: none;    
}

/* selected link */
a.b_list:active {
  color: #003366;
  text-decoration: none;    
}

.the_bull_item:hover{
   background-color:rgba(160,108,34,0.1);   
}



.error_field {
    border: 2px solid #dc3545;
}


#return-to-top {
    position: fixed;
    z-index: 10000000;
    bottom: 20px;
    right: 0px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.form_error {
    color: #dc3545!important;
}

.form_error_border {
    border: 2px solid #dc3545!important;
}


.blue3_bk {
    background-color: #003366!important;
    border-color: #003366!important;
}

.card {
    background-color: #F0F0F0!important;
    border-color: #F0F0F0!important;
    border-radius: 1rem !important;
    padding: 1.5rem!important;
    width: 75%;
    margin-bottom: 2em;
}

.card_no_ex_link::after {
    font-size: 0.7em!important;
    text-align: right!important;
    font-style: italic!important;
    color: #3d4144!important;
    content: "©2019 Meta Strategies"!important;
}


.logging_you_in_loader {
	font-size: 5em;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.admin_site_links:hover {
    background-color: #3c3c60!important;
    border-color: #3c3c60!important;
    color: #FFFFFF!important;
}

.admin_site_links {
    background-color: #666699!important;
    border-color: #666699!important;
    color: #FFFFFF!important;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 5001;
    cursor: pointer;
}


#the_popup {
	position: absolute;
	display: none;
	top: 25px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	border: 0px solid #ff0000;
	background-color: #ffffff;
	z-index: 5002;
    overflow: hidden !important;
    min-height: 300px;
	background-position: left top, right top;
	background-repeat: no-repeat;
/*	overflow-y: scroll;
	overflow-x: hidden; */
}

#the_popup2 {
	position: fixed;
	display: none;
	top: 25px;
	left: 45%;
	width: 70%;
	margin-left: -30%;
	border: 0px solid #ff0000;
	background-color: #ffffff;
	z-index: 5012;
}

@media screen and (max-width: 1420px) {
	#the_popup {
		left: 0px;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		margin-left: 0;
		z-index: 5002;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	#the_popup2 {
		left: 0px;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		margin-left: 0;
		z-index: 5012;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;		
	}	
}


.red_underline {
    border-bottom: 1px solid #A06C22 !important;
}


.admin_tool_link_delete {
    color: #FFFFFF!important;
    background: #D6494B !important;
    border-color: #D6494B!important;
}

.admin_tool_link_delete:hover {
    color: #FFFFFF!important;
    background: #993032!important;
    border-color: #993032!important;
}

.admin_tool_link_warning {
    color: #FFFFFF!important;
    background: #ffbc34 !important;
    border-color: #ffbc34!important;
}


.admin_tool_link_warning:hover {
    color: #FFFFFF!important;
    background: #AC8027!important;
    border-color: #AC8027!important;
}

.admin_tool_link {
    color: #FFFFFF;
    background: #1065A4 !important;
    border-color: #1065A4!important;
}

.admin_tool_link:hover {
    color: #FFFFFF;
    background: #0C4773!important;
    border-color: #0C4773!important;
}


.editable_block {
    position: relative;
}

.leb3 {
position: absolute;
top: 0px;
padding: .375rem .75rem;
font-size: 1em;
background-color: #a68439;
color: #FFFFFF;
cursor: pointer;
display: none;
z-index: 1000;
}

.red_border {
    border: 1px solid RED;
}

.gj-picker-bootstrap {
    z-index: 100000000 !important;
}

.gj-datepicker-bootstrap {
    padding-top: 10px !important;
}



#drop-area {
    /* margin-left: 312px; */
    width: 100%;
    min-height: 200px;
    background-color: white;
    border: 3px solid black;
}


a.disabled {
  pointer-events: none;
  cursor: default;
}



.blinking{
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    20%{    color: transparent; }
    30%{    color: transparent; }
    40%{    color:transparent;  }
    50%{   color: #000;    }
    60%{   color: #000;    }
    70%{   color: #000;    }
    80%{   color: #000;    }
    99%{   color: #000;    }
}



