

 body
{
	 font-family: 'Roboto Condensed';
}
.left-container-box
{
	background: #0375b1;
	padding-right: 0;
	padding-left: 0;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding-bottom: 25px; 
}

.right-container
{
    position: absolute;
    right: 0;

}
.regTarrif_leftPanel .logo {
    margin-top: 0;
    background: #fff;
    padding: 10px;
}
.regTarrif_leftPanel .timer
{
	margin-top: 0px;
}
.regTarrif_leftPanel .timer .cutoffName
{
	font-weight: 400;
	font-size: 23px;
	margin-top: 7px;
}
.regTarrif_leftPanel .timer .cutoffNameTop
{
	
	font-size: 12px;
	color: white;
	margin-bottom: 7px;
}

.regTarrif_leftPanel .menu
{
	margin-top: 25px;
}

.regTarrif_leftPanel .menu ul { list-style-type: none; padding: 0; }

a {
  color: #b63b4d;
  text-decoration: none;
}
 
.regTarrif_leftPanel .accordion {
	width: 100%; 
    padding:0 0 0  0px; 
    margin: 0; 
    border-left: 40px solid #0375b1;	
}
.regTarrif_leftPanel .accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: white;
	background: #0375b1;
	font-size: 16px;
	font-weight: 400;	
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.regTarrif_leftPanel .accordion li:last-child .link { border-bottom: 0; }
.regTarrif_leftPanel .accordion li.open .link { color: #b63b4d; }

.regTarrif_rightPanel .accordion {
	width: 100%; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.regTarrif_rightPanel .accordion .link  {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: white;
	background: #0375b1;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px ;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	border-radius: 12px;
}
.regTarrif_rightPanel .accordion li { list-style-type: none;}
.regTarrif_rightPanel .accordion li:last-child .link { border-bottom: 0; }
.regTarrif_rightPanel .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.regTarrif_rightPanel .accordion li.open .link { color: #b63b4d; }


/**
 * Submenu
 -----------------------------*/


.alert
{
    margin: 3px;
    padding: 8px !important;
    display: none;
    cursor: pointer;
    line-height: none;
}
.regTarrif_leftPanel .submenu {
  display: none;
  background: #0375b1;
  font-size: 14px;
}
.regTarrif_leftPanel .submenu li { border-bottom: 1px dotted white; }
.regTarrif_leftPanel .submenu a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 10px;
  padding-left: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
 .regTarrif_leftPanel .submenu a:hover {
  background: #66aed1;
  color: #FFF;
}

.regTarrif_leftPanel .submenuHead {
  cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: white;
    background: #0375b1;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.regTarrif_leftPanel .submenuHead li { border-bottom: 1px solid #4b4a5e; }
.regTarrif_leftPanel .submenuHead a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 10px;
  padding-left: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
 .regTarrif_leftPanel .submenuHead a:hover {
  background: white;
  color: #FFF;
}

 .regTarrif_rightPanel .submenu {
  display: none;
  background: transparents;
  font-size: 14px;
}
.regTarrif_rightPanel .submenu { padding: 0; }
 .regTarrif_rightPanel .submenu li { border-bottom: 0px solid #4b4a5e; padding: 15px; margin-top: 20px;}
.regTarrif_rightPanel .submenu li i {
  display: block;
  text-decoration: none;
  
  padding: 12px;
  padding-left: 0px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
 .regTarrif_rightPanel .submenu a:hover {
  background: transparent;
  color: transparent;
}
 .regTarrif_leftPanel .menu-links
{
	margin-top: 25px;
}
 .regTarrif_leftPanel .menu-links p
{
	margin-bottom: 0;
	margin-top: 10px;
}
 .regTarrif_leftPanel .menu-links p:first-child
{
	margin:0 !important;
}
.regTarrif_leftPanel .menu-links p a
{
	font-size: 16px;
	color: white;
	padding: 11px;
    transition: .6s ease;

}
.regTarrif_leftPanel .menu-links p a:hover
{
	text-decoration: none;
    cursor: pointer;
    color: #E9F7FD;
    transition: .6s ease;

}
.regTarrif_leftPanel .menu-login
{
    margin-top: 21px !important;
    margin-left: 10px;
}
.regTarrif_leftPanel .menu-login a
{

	padding: 11px 30px !important;
	background: white;
	color: #0375b1 !important;
    transition: .6s ease;	
}
.regTarrif_leftPanel .menu-login a:hover
{
	text-decoration: none;
    cursor: pointer;
    background: #338d66;
    color: white !important;
    transition: .6s ease;
}
.right-container-box
{
	position: absolute;
	right: 0;
}
.menu-container-box
{
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 17px;
}
.container-box 
{
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkbox label, .radio label
{
	padding-left: 10px;
	left: 8px !important;
}


/* Hide the browser's default checkbox */
.menu-container-box input 
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.menu-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: white;
    transition: .6s ease;
}

/* On mouse-over, add a grey background color */
.menu-container-box:hover input ~ .menu-checkmark {
  background-color: #ccc;
    transition: .6s ease;
}

/* When the checkbox is checked, add a blue background */
.menu-container-box input:checked ~ .menu-checkmark {
  background-color: #66aed1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.menu-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.menu-container-box input:checked ~ .menu-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.menu-container-box .menu-checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}            
.modal-header {
                padding: 15px;
                border-bottom: 1px solid #e5e5e5;
                 background: #0375b1;
                padding-top: 20px;
                 color: white;
            }
             
            .log h1
            {
                margin:0; 
            }
            .login-user input
            {
                width: 100%;
                height: 40px;
                padding-left: 10px;
                 padding-right: 10px;
            }
            .bttn button
            {
                padding: 8px 25px;
                background: #0375b1;
                border: 0;
                color: white;
            }
            .login-reg h3
            {
                font-size: 30px;
            }
             
            .login-reg a
            {
                color: #0375b1 !important;
                font-size: 24px;
            }
  .modal_subHead {
                padding: 15px;
                border:0;
                 background: transparent;
             
            }
            .modal_subHead h2 {
                
                color:  #0375b1;
                font-weight: bold;
                margin: 0;
                
            }
            .modal_subHead h2 span {
                
                
                color:  #7f8080;
                font-size: 14px;
                font-weight: normal;
                
            }
.timeLeftDays
{
    padding: 8px 18px;
    background: #01abe6;
    line-height: 18px;
    text-align: center;
}
.timeLeftHours
{
    padding: 8px 18px;
    background: #2093bd;
    line-height: 18px;
    text-align: center;
}
.timeLeftMinutes
{
    padding: 8px 18px;
    background: #1382ab;
    line-height: 18px;
    text-align: center;
}
.timeLeftSeconds
{
    padding: 8px 18px;
    background: #0c6485;
    line-height: 18px;
    text-align: center;
}
.left-i
{
    width: auto;
    padding: 10px 0;
    line-height: 0;
}
.right-i
{
     width: auto;
    margin-top: -34px;
    padding: -1px 0;
}
.bill thead tr th
{
    padding: 16px;
    background: #3293c2; 
    color: white; 
    font-weight: normal; 
    font-size: 18px; 
    border-right: 0; 
    border-radius: 2px 0 0 0px; 
}
.bill tbody tr td
{
    padding: 16px; 
    font-weight: normal; 
    font-size: 18px; 
    border-bottom: 2px dotted #80d4f8; 
}
.bill tfoot tr td
{
    padding: 16px;
    background: #66aed1; 
    
    font-weight: normal; 
    font-size: 18px; 
    border-right: 0; 
    border-radius: 2px 0 0 0px; 
}
.anclink
{
    text-decoration: none;
    color: #1985ba;
}
.anclink:hover
{
    text-decoration: none;
    color: #3293c2;
}


@media (max-width: 787px){
  .right-container { position: relative;width: 100%; }
  .left-container-box{width: 100%;min-height: 324px !important;}
  .login-user input{margin-left: 5px;}
}