 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: 5%; 
}

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

}
.regTarrif_leftPanel .logo
{
	margin-top: 0px;
	padding: 0;
}
.logo a {
    display: block;
    padding: 12px;
    background: #fff;
}
.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; padding-right: 5px; }

a {
  color: #b63b4d;
  text-decoration: none;
}
 
.regTarrif_leftPanel .accordion {
    width: 100%;
    max-width: 380px;
    margin: auto;
}
.regTarrif_leftPanel .menu ul .submenu {
    padding: 15px 10px !important;
    max-width: 340px !important;
    margin: auto;
    max-height: 240px;
    overflow-y: auto;
    height: auto;
}
.container-box .itemTitle {
    max-width: 111px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.regTarrif_leftPanel .accordion .link {
	cursor: pointer;
	display: inline-block;
  width: 100%;
	padding: 10px 15px;
	color: white;
	background: #01abe6;
	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;
        border: 2px solid;
    border-radius: 50px;
    margin: 1px 0;
}

.regTarrif_leftPanel .accordion .link_alter {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #01abe6;
	background: white;
	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;
        border: 2px solid;
    border-radius: 50px;
    margin: 1px 0;
}

.dropdown-icon
{
    float: right;
    line-height: 23px;
}

.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: #01abe6;
	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: 44px;
}
.regTarrif_leftPanel .submenu {
  display: none;
  background: #0375b1;
  font-size: 14px;
}
.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: #0375b1;
  color: #FFF;
}

.regTarrif_leftPanel .submenuHead {
  cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: white;
    background: #2a7454;
    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;
	
	border-radius: 50px;
	  border: thin solid #fff;
	  margin:1px 0px;
}
.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_leftPanel .submenuHead_alter {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #2a7454;
	background: white;
	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;
	 border-radius: 50px;
}
.regTarrif_leftPanel .submenuHead_alter li { border-bottom: 1px solid #4b4a5e; }
.regTarrif_leftPanel .submenuHead_alter 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_alter a:hover {
  background: 2a7454;
  color: #2a7454;
}



.regTarrif_leftPanel .submenuHead2 {
	cursor: pointer;
	display: block;
	padding: 4px 5px 25px 5px;
	color: white;
	background: #2a7454;
	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;
	border-radius: 50px;
	/*border: thin solid #fff;
	margin:1px 0px;*/
}
.regTarrif_leftPanel .submenuHead2 li { border-bottom: 1px solid #4b4a5e; }
.regTarrif_leftPanel .submenuHead2 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 .submenuHead2 a:hover {
  background: white;
  color: #FFF;
}

.regTarrif_leftPanel .submenuHead2 .paralellHead {
 	color: white;
	padding: 10px 15px;
	background: #2a7454;
	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;
	border-radius: 50px;
	border: thin solid #fff;
	margin:1px 0px;
}

.regTarrif_leftPanel .submenuHead2 .paralellHead_alter {
 	color: #2a7454;
	padding: 10px 15px;
	background: white;
	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;
	border-radius: 50px;
	border: thin solid #fff;
	margin:1px 0px;
}



.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: #2a7454 !important;
    transition: .6s ease;	
}
.regTarrif_leftPanel .menu-login a:hover
{
	text-decoration: none;
    cursor: pointer;
    background: #f5892f;
    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;
    overflow: hidden;
    padding: 2px;
}


.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: #318560;
}

/* 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: #2a7454;
                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: #2a7454;
                border: 0;
                color: white;
            }
            .login-reg h3
            {
                font-size: 30px;
            }
             
            .login-reg a
            {
                color: #2a7454 !important;
                font-size: 24px;
            }
            .modal_subHead {
                padding: 15px;
                border:0;
                 background: transparent;
             
            }
            .modal_subHead h2 {
                
                color:  #2a7454;
                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: #01abe6; 
    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: #01abe6; 
    color: #fff;
    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;
}
