﻿@import url('https://fonts.googleapis.com/css2?family='Poppins':ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&family=Roboto:wght@100;300;400&display=swap');
@import url('http://fonts.cdnfonts.com/css/reey');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');

body 
{
    background-color:#f7f7f7;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size:12pt;
    margin:0;
    padding:0;
}

/* Main */

.BackgroundGray_Dark
{
    background-color:#3d3d3d;
}

.BackgroundGray_Light
{
    background-color:#e9e9e9;
}

.ButtonRoundRed, .ButtonRoundRedWhite
{
    background-color:#be1e26;
    border:none;
    color:#fcfcfc;
    cursor:pointer;
    outline:none;
    padding:10px 25px;
    text-align:center;
    transition:.5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.ButtonRoundRed:hover
{
    background-color:#3d3d3d;
    transition:.5s ease;
}

.ButtonRoundRedWhite:hover
{
    background-color:#fff;
    color:#be1e26;
    transition:.5s ease;
}

.ButtonRoundGreyRedBorder
{
    background-color:transparent;
    border:solid 2px #be1e26;
    color:#fcfcfc !important;
    cursor:pointer;
    outline:none;
    padding:10px 25px;
    text-align:center;
    transition:.5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.ButtonRoundGreyRedBorder:hover
{
    background-color:#fcfcfc;
    border:solid 2px #fcfcfc;
    color:#be1e26 !important;
    transition:.5s ease;
}

.ButtonRoundWhiteRedBorder
{
    background-color:transparent;
    border:solid 2px #be1e26;
    color:#3d3d3d !important;
    outline:none;
    padding:10px 25px;
    text-align:center;
    transition:.5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.ButtonRoundWhiteRedBorder:hover
{
    background-color:#be1e26;
    border:solid 2px #be1e26;
    color:#f7f7f7 !important;
    transition:.5s ease;
}

.CatRepeater
{
    display:inline-block;
    padding:5px;
}

.CatRepeater .button-wrap
{
    border:solid 1px red;
}

.CreateBox
{
    background-color:#e9e9e9;
    padding: 55px 15px 15px 15px;
    position: relative;
}

.CreateBox h4
{
    background-color: #3d3d3d;
    color: #f7f7f7;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -10px;
    width: 100%;
}

.CreateBox h6
{
    font-size:12pt !important;
    font-weight:bold;
}

.CreateBox input, .CreateBox select
{
    margin:5px 0 20px 0;
    padding:10px;
}

.CreateBox a, .CreateBox a:link, .CreateBox a:active, .CreateBox a:visited
{
    color:#be1e26;
    text-decoration:none;
    transition:.5s ease;
}

.CreateBox a:hover
{
    color:#3d3d3d;
    transition:.5s ease;
}

.panel-hidden
{
    background-color:#fcfcfc;
    color:#676767;
    height: 100%;
    left: 0;
    opacity:0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width:100%;
    visibility:hidden;
    transition: 2s ease;
}

.show-panel 
{
    opacity:1;
    visibility:visible;
    z-index:1;
    transition: 2s ease;
}

.Shadow
{
    position:relative;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.46);
    z-index:2;
}

.TextBoxUsername, .TextBoxPassword
{
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #8e8e8e;
    padding: 10px 0;
    position: relative;
}

.TextBoxWhiteBorder
{
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    color:#fff;
    padding: 10px 0;
    position: relative;
}

.TxtUppercase
{
    text-transform:uppercase;
}


/* Login Page */
.LoginBlockDark
{
    background-color:#3e3e3e;
    color:#fcfcfc;
    display: inline-block;
    margin-top:40px;
    padding:80px;
    width:100%;
}

.LoginBlockDark h2
{
    color:#fcfcfc;
    font-size:54px;
    margin:0 0 40px 0;
}

.LoginBlockLight 
{
    background-color:#fcfcfc;
    color:#676767;
    display: inline-block;
    padding:120px 80px;
    position: relative;
    width:100%;
    z-index: 3;
}

.LoginBlockLight h2
{
    color:#676767;
    font-size:54px;
    margin:0 0 40px 0;
}

/* CMS Style */

.ColLeft
{
    min-height:100vh !important;
}

.fadeInForce
{
    opacity:1 !important;
    transition:.5s;
    transition-delay:.5s;
    width:585px;
}

.fadeInHidden
{
    opacity:0;
    transition:.5s;
    transition-delay:.5s;
    width:585px;
}

.HeaderHeight
{
    min-height:100px !important;
}

.NavigationCMS
{
    margin: 0;
    /*min-height: 100vh;*/
    padding: 40px 0 0 0;
    position: relative;
}

.NavigationCMS li
{
    list-style:none;
}

.NavigationCMS li a, .NavigationCMS li a:link, .NavigationCMS li a:visited, .NavigationCMS li a:visited
{
    background-color:transparent;
    color:#f7f7f7;
    display: block;
    padding:10px 0 10px 35%;
    position:relative;
    text-align:left;
    text-decoration:none;
    width: 100%;
    transition:.5s ease;
}

.NavigationCMS li a:hover
{
    background-color:#353535;
    /*border-left:solid 5px #be1e26;*/
    transition:.5s ease;
}

.NavigationCMS li a:after
{
    content:'';
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:0px;
    transition:.5s ease;
}


.NavigationCMS li a:hover:after
{
    background-color:#be1e26;
    content:'';
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:5px;
    transition:.5s ease;
}


.NavigationCMS .spacer
{
    border-bottom: solid 1px white;
    margin: 20px 110px;
    width: 60%;
}

#passwordrecovery
{
    cursor:pointer;
}

.position-fixed
{
    position:fixed;
    width:16.66666667%;
}


a, a:link, a:active, a:visited
{
    color:#3d3d3d;
    text-decoration:none;

    -webkit-transition-property:color, text; 
    -webkit-transition-duration: 0.5s, 0.5s; 
    -webkit-transition-timing-function: linear, ease-in;

    -moz-transition-property:color, text; 
    -moz-transition-duration:0.5s; 
    -moz-transition-timing-function: linear, ease-in; 

    -ms-transition-property:color, text; 
    -ms-transition-duration:0.5s; 
    -ms-transition-timing-function: linear, ease-in; 

    -o-transition-property:color, text; 
    -o-transition-duration:0.5s; 
    -o-transition-timing-function: linear, ease-in;
}

a:hover
{
    color:#be1e26;
}

b
{
    font-weight: bold;
}

i.help
{
    font-size:10pt;
    font-style:normal;
}
p.help
{
    font-size: 10pt;
}

/*--------------------Calendar Style---------------*/
.MyCalendar .ajax__calendar_container   {  
    background-color: #ffffff;   
    border:solid 1px #727272;  
    text-align:center;
    line-height:1;
    width:100%;
}  
      
.MyCalendar .ajax__calendar_header  {  
    background-color: #ffffff;   
    margin-bottom: 4px;  
    text-align:center;
    color: #d10101;
}
.MyCalendar .ajax__calendar_title
{
    color: #004080;
}

      
    .MyCalendar .ajax__calendar_title,  
    .MyCalendar .ajax__calendar_next,  
    .MyCalendar .ajax__calendar_prev    {  
        color: #004080;   
        padding-top: 3px; 
        text-align:center; 
    }  
      
    .MyCalendar .ajax__calendar_body    {  
        background-color: #ffffff;   
        text-align:center;
    }  
      
    .MyCalendar .ajax__calendar_dayname {  
        text-align:center;   
        font-weight:bold;   
        margin-bottom: 4px;   
        margin-top: 2px;  
        text-align:center;
    }  
      
    .MyCalendar .ajax__calendar_day {  
        text-align:center;  
    }  
      
    .MyCalendar .ajax__calendar_hover .ajax__calendar_day,  
    .MyCalendar .ajax__calendar_hover .ajax__calendar_month,  
    .MyCalendar .ajax__calendar_hover .ajax__calendar_year,  
    .MyCalendar .ajax__calendar_active 
    {  
        color: #d10101;   
        font-weight: bold;   
        background-color: #ffffff;  
        text-align:center;
    }  
    .MyCalendar .ajax__calendar_active  {  
        color: #d10101;   
        font-weight: bold;   
        background-color: #e9e9e9;  
        text-align:center;
    }  
      
    .MyCalendar .ajax__calendar_today   {  
        font-weight:bold; 
        text-align:center; 
        color:#000000;
    }  
      
    .MyCalendar .ajax__calendar_other,  
    .MyCalendar .ajax__calendar_hover .ajax__calendar_today,  
    .MyCalendar .ajax__calendar_hover .ajax__calendar_title {  
        color: #dcdcdc;  
        text-align:center;
    }  
/*------------------------------END----------------------------*/

.cmsButton 
{
    background-color:transparent;
    border:solid 2px #be1e26;
    color:#3d3d3d !important;
    outline:none;
    padding:10px 15px;
    text-align:center;
    transition:.5s ease;
}

.cmsButton:hover 
{
	background-color:#be1e26;
    border:solid 2px #be1e26;
    color:#f7f7f7 !important;
    transition:.5s ease;
}


.CMSWrap
{
    padding:10px;
    background-color:#ffffff;
    border:solid 1px red;
    /*border-radius 	:25px;
    -moz-border-radius:25px; 
    max-width:1300px;
    margin:10px auto;*/
}

.Error
{
    color:#d10101; font-size:12px;
}

.ErrorPanel h4{color:#d10101;}

.ErrorPanel
{
    width: 100%; padding: 20px;
    border: solid 1px #fb1026; border-radius: 5px; -moz-border-radius: 5px;
    background-color: #faa892; color:#d10101;
}

.float-left
{
    float:left;
}
.float-right
{
    float:right;
}
.footer, .footer p
{
    font-style:italic;
    font-size:13px;
}

/*---------------------GridView Header Style-----------------------*/
table.tableHeader th 
{
	background-color: #474747;
    color: #fcfcfc;
    font-size:11pt;
    font-weight: normal;
    padding: 15px;
    text-align:left;
}

table.tableHeader td
{
    background-color:#f5f5f3;
    border-bottom:solid 1px #e8e8e7;
    color:#676767;
    font-size:11pt !important;
    padding:10px 15px;
    text-align:left;
}

table.tableHeader tr:last-child
{
    background-color:#f5f5f3;
    border-bottom:none;
    color:#676767;
    font-size:11pt !important;
    padding:10px;
}

table.tableHeader td img
{
    vertical-align:top;
    margin:0 5px;
}

table.tableHeader td input
{
    margin:0 5px;
}

table.tableHeader td select
{
    background-color: #3d3d3d;
    border-radius: 5px;
    border: none;
    color: #f7f7f7;
    outline: none;
    padding: 4px;
    transition:.5s ease;
}

table.tableHeader td input[type="checkbox"]
{
    border:solid 1px red;
}

.gridpager, .gridpager td
{    
    text-align: left;  
    text-decoration: none;
    padding:5px;
}
.HeaderContainer
{
    width:100%; padding-top:10px;
    background-color:#000000;
    color:#ffffff;
}

    .HeaderContainer a, .HeaderContainer a:link, .HeaderContainer a:active, .HeaderContainer a:visited
    {
        color:#ffffff;
        -webkit-transition-property:color, text; 
    -webkit-transition-duration: 0.5s, 0.5s; 
    -webkit-transition-timing-function: linear, ease-in;

    -moz-transition-property:color, text; 
    -moz-transition-duration:0.5s; 
    -moz-transition-timing-function: linear, ease-in; 

    -ms-transition-property:color, text; 
    -ms-transition-duration:0.5s; 
    -ms-transition-timing-function: linear, ease-in; 

    -o-transition-property:color, text; 
    -o-transition-duration:0.5s; 
    -o-transition-timing-function: linear, ease-in;
    }
        .HeaderContainer a:hover
        {
            color: #d10101;
        }

.HeaderNav{
				display: block;
                float:left;
				cursor: pointer;
				padding: 3px 20px;
				font-weight: bold;
				font-size: 14px;
				text-decoration: none;
				text-align: center;
				margin: 0 0 5px 1px;
				/*background-color:lightgray;*/
				color: #ffffff;
				transition: all 0.3s;
				-moz-transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				-ms-transition: all 0.5s;
                border-right: solid 1px #ffffff;
                /*border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
                border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
                border-left:solid 1px gray;
                border-top:solid 1px gray;*/
			}
.HeaderNav:hover{
	/*background-color: darkgray;*/
	color: #d10101;
}

.HeaderNavLast{
				display: block;
                float:right;
				cursor: pointer;
				padding: 3px 20px;
				font-weight: bold;
				font-size: 14px;
				text-decoration: none;
				text-align: center;
				margin: 0 0 5px 1px;
				/*background-color:lightgray;*/
				color: #ffffff;
				transition: all 0.3s;
				-moz-transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				-ms-transition: all 0.5s;
                border-left: solid 1px #ffffff;
                /*border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
                border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
                border-left:solid 1px gray;
                border-top:solid 1px gray;*/
			}
.HeaderNavLast:hover{
	/*background-color: darkgray;*/
	color: #d10101;
}

.LineBreak
{
    border-bottom: solid 1px darkgray;
   
    padding-top:10px;
    margin-bottom:10px;
    width: 100%;
}

.SuccessPanel h4{color:#028b05;}

.SuccessPanel
{
    width: 100%; padding: 20px;
    border: solid 1px #028b05; border-radius: 5px; -moz-border-radius: 5px;
    background-color: #83fd86; color:#028b05;
}

ul.ErrorReport
{
    margin-left: 25px;
}
ul.ErrorReport li
{
    list-style-type: circle;
    margin-left:15px;
    padding-left:10px;
}


/* ---------------------- Style Guide --------------------------*/

.style-guide-cont {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 999999999999;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s opacity ease-in-out;
    -moz-transition: 0.5s opacity ease-in-out;
    -webkit-transition: 0.5s opacity ease-in-out;
}

    .style-guide-cont.open {
        opacity: 1;
        pointer-events: all;
    }

.style-guide {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    min-height: 33%;
    top: 150px;
    padding: 25px;
}

.style-guide-close-btn {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline;
    padding: 10px 15px;
    position: absolute;
    right: -20px;
    top: -20px;
}


/*-----------------------Paddings--------------------------*/
.pdb15
{
    padding-bottom: 15px;
}

/************ PasswordStrength Related Styles ***********************/

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;height:5px;
}
.BarIndicator_TextBox2_average
{
    color:orange;
    background-color:orange; height:5px;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green; height:5px;
}

/*-----------------------------------END-------------------------------------*/


/*--------------------------------Gif Animation------------------------------------*/
#followingBallsG{
position:relative;
width:980px;
height:14px;
}

.followingBallsG{
background-color:#727272;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
-moz-border-radius:39px;
-moz-animation-name:bounce_followingBallsG;
-moz-animation-duration:3.2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:39px;
-webkit-animation-name:bounce_followingBallsG;
-webkit-animation-duration:3.2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:39px;
-ms-animation-name:bounce_followingBallsG;
-ms-animation-duration:3.2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:39px;
-o-animation-name:bounce_followingBallsG;
-o-animation-duration:3.2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:39px;
animation-name:bounce_followingBallsG;
animation-duration:3.2s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#followingBallsG_1{
-moz-animation-delay:0s;
}

#followingBallsG_1{
-webkit-animation-delay:0s;
}

#followingBallsG_1{
-ms-animation-delay:0s;
}

#followingBallsG_1{
-o-animation-delay:0s;
}

#followingBallsG_1{
animation-delay:0s;
}

#followingBallsG_2{
-moz-animation-delay:0.32s;
-webkit-animation-delay:0.32s;
-ms-animation-delay:0.32s;
-o-animation-delay:0.32s;
animation-delay:0.32s;
}

#followingBallsG_3{
-moz-animation-delay:0.64s;
-webkit-animation-delay:0.64s;
-ms-animation-delay:0.64s;
-o-animation-delay:0.64s;
animation-delay:0.64s;
}

#followingBallsG_4{
-moz-animation-delay:0.96s;
-webkit-animation-delay:0.96s;
-ms-animation-delay:0.96s;
-o-animation-delay:0.96s;
animation-delay:0.96s;
}

@-moz-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#727272;
}

50%{
left:904px;
background-color:#d10101;
}

100%{
left:0px;
background-color:#727272;
}

}

@-webkit-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#727272;
}

50%{
left:904px;
background-color:#d10101;
}

100%{
left:0px;
background-color:#727272;
}

}

@-ms-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#727272;
}

50%{
left:904px;
background-color:#d10101;
}

100%{
left:0px;
background-color:#727272;
}

}

@-o-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#727272;
}

50%{
left:904px;
background-color:#d10101;
}

100%{
left:0px;
background-color:#727272;
}

}

@keyframes bounce_followingBallsG
{
    0%
    {
        left: 0px;
        background-color: #727272;
    }

    50%
    {
        left: 904px;
        background-color: #d10101;
    }

    100%
    {
        left: 0px;
        background-color: #727272;
    }
}

/*------------------------------------------------------END-----------------------------------------------*/


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  border-radius:5px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #3d3d3d;
  border-radius:5px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #f7f7f7;
  padding: 8px 16px;
  border: 1px solid #e8e8e7;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #3d3d3d;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius:5px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #be1e26;
  border-radius:5px;
}

@media screen and (max-width:1480px)
{
    .NavigationCMS .spacer
    {
        margin: 20px 60px;
        width: 55%;
    }
}

@media screen and (max-width:1080px)
{
    table.tableHeader td
    {
        padding:10px 0;
    }
}


.delay-05s{-webkit-animation-delay:.5s;animation-delay:.5s}

@-webkit-keyframes slideInUp-25px {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    visibility: visible;
    height:0;
    overflow:hidden;
     opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height:100%;
    overflow:visible;
     opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    visibility: visible;
    height:0;
    overflow:hidden;
     opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height:100%;
    overflow:visible;
     opacity: 1;
  }
}

.slideInUp-25px {
  -webkit-animation-name: slideInUp-25px;
  animation-name: slideInUp-25px;
}

.loader {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    text-align:center;
}

.color-wipes-animate {
    display: block;
    left:0;
    position: fixed;
    top:100%;
    width: 100%;
    height: 100vh;
    z-index: 5;
}

.color-wipe {
    height: 100vh;
    width: 100%;
    background: #3d3d3d;
    display: none;
}