﻿.Background 
{
    background-color: #d9edf7;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/* For Advertisement Health*/
.AdHealthBtns {
    margin-top: 20px;
    width: 100%;
}

.ml-1 {
    margin-left: 1rem;
}

.HealthCheckRow {
    max-height: 795px;
    overflow: auto;
    padding-bottom: 0 !important;
}

.HealthCheckInputs {
    height: 60px;
    margin-top: -10px !important;
}
/* End of Advertisement Health */
.panel {
    background-color: rgb(241, 241, 241);
}
.NoMargin
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dropdown-header {
    color: black;
    font-weight: bolder;
    padding-left: 7px;
}

.aside-backdrop {
    
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1038;
    opacity: .5;
}

.aside-body > div  {
    font-size: 16px;
    margin-top: 5px;
    border-bottom: 1px solid #e8e9f1;
    padding-bottom: 5px;
}

.UpdateBadge
{
    background-color: yellow;
    padding: 3px;
    color: black;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 5px;
}

.DisabledApps
{
    background-color: rgba(35, 33, 34, 0.48)
}

.TempDemoLabel
{
    color: yellow;
    margin-left: 34px;
    font-weight: bolder;
}

.login-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid black;
    border-radius: 5px;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.LoginMessageBody
{
    width: 400px !Important;
    font-size: 21px;
    margin-top: 200px;
}

.Logo {
	width: 190px;
    height: 48px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Custom Scrollbar*/
.CustomScroll::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color : rgba(255,255,255,1);
}
 
::-webkit-scrollbar-thumb {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background-color : rgba(192,192,192,0.8);
}
.table-hover tbody tr:hover td {
    background: lightblue;
    cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-clear-button
{
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}

/* START CSS */
/* CSS3 Modal Dialog */
.ModalDialog {
       position: fixed;
       font-family: Arial, Helvetica, sans-serif;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: rgba(0,0,0,0.8);
       z-index: 99999;
       opacity:0;
       -webkit-transition: opacity 400ms ease-in;
       -moz-transition: opacity 400ms ease-in;
       transition: opacity 400ms ease-in;
       pointer-events: none;
}

.ModalShow /* attach to a class you want to show, remove when you want to hide it */
{
       opacity:1;
       pointer-events: auto;
}

.ModalDialog > div{
       position: relative;
       padding: 0px 0px 0px 0px;
       margin-top: 10%;
       border-radius: 10px;
       text-align: center;
       background-color: rgb(241, 241, 241);
}

.ModalDialog > panel-body {
    border:none;
}

.LoadingImg {
	width: 100px;
	height: 100px;
}

.LoadingDialog {
	width: 100px;
}

.DialogFooter
{
    margin-bottom: 10px;
}

/*--------------------------------------------------------------------------------------Side Nav Bar with Mobile Cap------------------------------------------------------------------------*/
.wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 200px;
    height: 100%;
    margin-left: -250px;
    background: #3170ce;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrapper.toggled .sidebar-wrapper {
    width: 250px;
}

.page-content-wrapper {
    width: 100%;
    padding: 15px;
}

.wrapper.toggled {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a, .sidebar-nav li input[type="submit"] {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-nav li a:hover, .sidebar-nav li form:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.SidebarTitle {
    text-indent: 5px !important;
    font-size: 26px;
    font-weight: bold;
    background: White;
    display: block;
    border-bottom: 2px solid black;
}

.SideBarClose
{
    left: 0px;
}

.SideBarCloseToggle
{
    left: 0px !important;
}

.SideBarCloseButton
{
    position: absolute;
    z-index: 10000;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 26px;
    border: 1px solid;
    background-color: #3170ce;
    left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ExpandShrink
{
    padding-left: 0 !important;
}

/*------------------------Horizontal Mobile NavBar---------------*/
.InvisiableBar
{
    height: 0;
}

.HorizontalNav
{
    display: none;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
  margin-bottom: 9px;
}

.HorizontalNavTitle
{
    font-size: 30px;
    color: White;
    line-height: 2;
}

.MobileNavBar
{
    height: 50px;
    border-bottom: 2px solid black;
    background-color: white;
}

.MobileLogo
{
    height: 47px;
    margin-top: 1px;
    border-radius: 3px;
}

.MobileMenuOpenClose
{
    margin-left: 10px;
    margin-top: 16px;
    font-size: 20px;
    color: #337ab7;
}

.MobileLogOut
{
    color: #337ab7;
    font-size: 26px;
    margin-top: 13px;
    margin-right: 15px;
    margin-left: -10px;
}
/*--------------------------------------------------------------------------------------End of Side Nav Bar------------------------------------------------------------------------*/

#LogOutButton
{
    background-color: transparent;
    border: none;
    margin-left: 16px;
    width: 100%;
    text-align: left;
}

.Selected
{
    background: rgba(255,255,255,0.4);
    background-size: cover;
    background-repeat: no-repeat;
}

.input-xs
{
  height: 15px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-sm-2
{
    height: 22px;
    line-height: 22px;
    padding: 0;
    border-radius: 4px;
}

.custom-select > a.dropdown-toggle {
    border-radius: 4px;
    border-color: #ccc;
    color: black;
}

.SiteMap {
	height: 400px;
}

.Problem
{
    color: red;
}

.Good
{
    color: green;
}

.btn-xs-2
{
    padding: 1px;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 3px;
}

.FontSize12
{
    font-size: 12px;
}

.badge-danger
{
    background-color: #b92c28;
}

.badge-warning
{
    background-color: #eb9316;
}

.badge-success{
    background-color: #419641;
}

.ReportsDialog
{
    width: 800px !important;
}

.Client
{
    padding : 2px;
}

.GetReportDiv
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.cursor{
    cursor: pointer;
}

.SpotFontSize
{
    font-size: 12px;
}

.RotationDetailDiv
{
    padding-left: 5px;
    padding-right: 5px;
}

.MaxSpotHeight
{
    height: 66px !important;
}

/*****************************************************************Used for Check Advertisements*******************/
.scbonus {
    color: rgba(82, 204, 204, .5);  /*too pale ?? */
    /*color:cadetblue;*/
}

.scred {
    color: red;
}

.scgreen {
    color: green;
}

.scblack {
    color: black;
}

.SCHeaders
{
    color: black;
}
/***************************************To Detect Moible Devices*************************************************/
@media (min-width: 300px) and (max-width: 666px) { /*Portrait View on Devices between these dimensions*/
       .sidebar-wrapper
    {
        display : none;
    } 

    .ReportsDialog
    {
        width: 100%;
    }

    .TempDemoLabel
    {
        color: black;
    }
    .SpotsList {
        display: none;
    }
    .SalesPersonDialog {
    margin-top: 0 !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) { /*Landscape View on Devices between these dimensions*/
     .sidebar-wrapper
    {
        display : none;
    }
     
    .TempDemoLabel
    {
        color: black;
    }
    .SpotsList {
        display: none;
    }
    .SalesPersonDialog {
    margin-top: 0 !important;
    }
    .SitesViewerDialog {
        margin-top: 0 !important;
        max-height: 380px;
    }
    .SitesViewerPanel {
        max-height: 100px !important;
    }
    .RegionGroupsViewerDiv {
        max-height: 100px !important;
    }

    .ModalDialog > div{
       margin-top: 1% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /*Portrait View on Devices between these dimensions*/
    .sidebar-wrapper
    {
        display : none;
    }
    
    .TempDemoLabel
    {
        color: black;
    }
    .SpotsList {
        display: none;
    }
    .SalesPersonDialog {
    margin-top: 0 !important;
    }
    .SitesViewerDialog {
        margin-top: 0 !important;
    }
    .SitesViewerPanel {
        max-height: 150px !important;
    }
    .RegionGroupsViewerDiv {
        max-height: 150px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) { /*LandScape View on Devices between these dimensions*/ 
    .sidebar-wrapper
    {
        display : none;
    }
    
    .TempDemoLabel
    {
        color: black;
    }
    .SpotsPanelBody {
        max-height: 420px;
    }
    .BatchSpotsPanelBody {
        max-height: 580px;
    }
    .SpotsList {
        display: none;
    }
}

@media (min-width: 1025px) { /*----Large Devices----*/
    .SideBarCloseButton  
    {
        display:none;
    }
   
    .wrapper
    {
        padding-left: 200px;
    } 
    
    .MobileNavBar
    {
        display:none;
    } 
                 
}