/*
 * Make some modifications of the navbar here.
 */
/**
 * Style for responsive menu
 */
/**
 * Outer wrapper for menu
 */
body {
  background-color: #FFF;
}
iframe {
  width: 100%;
  height: 900px;
  border: none;
  padding: 0 0 0 6px;
  overflow: hidden;
}
main {
  margin: 0px 0px 30px 0px;
}

 /* Content layout */
.body-container {
  padding: 0px;
  margin: 0px;
  max-width: 100% !important;
}

.section-head {
  /*background-color: #e2efd9;*/
  color: #666;
  padding: 25px 9%;
  min-height: 80px;
}

.section-head H1 {
  font-size: 34px;
}

.section-body {
  padding: 30px 2%;
}

.login_div {
  width: 600px;
  margin: auto;
  margin-top: 10px;
}

 /* Bordered form */
form {
/*  border: 3px solid #f1f1f1;
  border-radius: 20px;*/
  margin: 18px 0px;
  padding: 10px 10px;
}

.form-message {
    /*background-color:#f1f1f1;*/
    float: left;
    padding: 8px 4px 6px 4px;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=number], input[type=email]{
  width: 99%;
  padding: 6px 10px;
/*  margin: 0;*/
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=readonly] {
  background: #e5eef0;
  font-weight: 600;
}

select{
  width: 99%!important;
  padding: 6px 10px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=textarea]{
  width: 99%;
  max-height: 300px;
  resize: both;
  overflow: auto;
  padding: 6px 10px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
/*  box-sizing: border-box;*/
}

.tableizer-table td .dropdown {
    width: 99%;
    padding: 4px 6px;
    margin: 0; display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
}

.tableizer-table {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border: 1px solid #ccc;
/*        border-radius: 8px;*/
    border-collapse: collapse;
    margin: 6px;
    width: 99%;
}

.tableizer-table td {
    padding: 4px;
    margin: 0px;
    border: 1px solid #CCC;
    height: 28px;
    width: 20%;
}

/*.tableizer-table td:nth-child(3) {
    background: #eee;
    width:2%;
}

.tableizer-table tr:nth-child(12) > td:nth-child(1), tr:nth-child(12) > td:nth-child(2),tr:nth-child(13) > td:nth-child(1), tr:nth-child(13) > td:nth-child(2), tr:nth-child(14) > td:nth-child(1), tr:nth-child(14) > td:nth-child(2), tr:nth-child(15) > td:nth-child(1), tr:nth-child(15) > td:nth-child(2),tr:nth-child(16) > td:nth-child(1), tr:nth-child(16) > td:nth-child(2), tr:nth-child(17) > td:nth-child(1), tr:nth-child(17) > td:nth-child(2), tr:nth-child(1) > td:nth-child(4), tr:nth-child(1) > td:nth-child(5), tr:nth-child(1) > td:nth-child(6) {
    background: #eef;
}

.tableizer-table tr:nth-child(11) > td:nth-child(1), tr:nth-child(11) > td:nth-child(2), tr:nth-child(17) > td:nth-child(4), tr:nth-child(17) > td:nth-child(5), tr:nth-child(17) > td:nth-child(6){
    border-top: 2px solid #888;
    background: #eef;
}

.tableizer-table td:nth-child(4) {
    width: 15%;
    text-align: left;
    padding-left: 16px;
}

.tableizer-table td:nth-child(5),td:nth-child(6) {
    width: 15%;
    text-align: center;
}*/

.tableizer-table th {
    background-color: #e2efd9;
    color: #555;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 3px 3px 10px;
    height: 30px;
    text-align: left;
}

/*.tableizer-table th:nth-child(4),th:nth-child(5),th:nth-child(6) {
    width: 15%;
    text-align: center;
}*/

.tableizer-table td label {
    font-weight: 600;
    margin-left: 6px;
}

.input1 {

}

.input2 {

}

.input3 {

}

.input4 {

}

.input5 {
  width: 12% !important;
}

.input6 {
  min-width: 70px !important;
}

.input7 {
  min-width: 85px !important;
}

/* Set a style for all buttons */
.formsubmitbutton {
  background-color: #00d77a;
  color: white;
  font-weight: bold;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  width: 99%;
  margin-bottom: 10px;
}

.button2, .button2 a {
  background-color: #E7E7E7;
  color: #333;
  font-weight: bold;
  padding: 4px 10px;
  margin: 8px 0px 0px 0px;
  border: 1px solid #666;
  cursor: pointer;
  border-radius: 6px;
  height: 26px;
  text-decoration: none !important;
  opacity: 1;
}

.gbutton {
    margin: 0;
    display:block;
    width:280px;/*match image width;*/
    height:80px;/* match image height */
    line-height:80px;/* match height*/
    background:url(/img/google_button-01.svg) no-repeat 0 0;/* path to your image */
    color:#000;
    border:none;
    padding:0;
    text-transform:capitalize;/* ie6 fix to hide text*/
    text-indent:-999em;/* hide text - remove this if you want the text in the value attribute to show.*/
    clear:both;/* ie6 fix*/
}

.msbutton {
    display:block;
    width:280px;/*match image width;*/
    height:80px;/* match image height */
    line-height:80px;/* match height*/
    background:url(/img/microsoft_button-01.svg) no-repeat 0 0;/* path to your image */
    color:#000;
    border:none;
    padding:0;
    text-transform:capitalize;/* ie6 fix to hide text*/
    text-indent:-999em;/* hide text - remove this if you want the text in the value attribute to show.*/
    clear:both;/* ie6 fix*/
}

/* Add a hover effect for buttons */
.formsubmitbutton:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #cc564d;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: left;
  margin: 15px 0 0 25px;
}

/* Avatar image */
img.avatar {
  width: 38%;
  border: 0px solid #CCC;
  border-radius: 20px;
}

/* The "Forgot password" text */
div.psw {
    padding: 0px 4px 0px 0px;
    /*width: 30%;*/
/*    float: right;*/
    margin-right: 50px;
}

span.logout {
  float: right;
  padding-top: 10px;
}

/* The "Forgot password" text */
div.msl {
  padding: 0px 6px;
  float:left;
  width: 67%;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

.header-bar{
/*  border: 1px solid #ccc;
  border-radius: 10px;*/
}

a.nav-link {
    color: #ddd !important;
    font-weight: 600;
}

.rm-navbar {
  position: relative;
  border: 0px solid #ccc;
  border-radius: 10px;
}
.rm-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Avoid scrolling mobile devices
 * OBSOLETE?
 */
/**
 * Meny layout for the small buttonized menu.
 */
.rm-small {
  display: none;
  float: right;
}
a.rm-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  outline: none;
}
a.rm-button:active {
  color: inherit;
  background-color: transparent;
}
a.rm-button .rm-button-face-1 {
  position: absolute;
  transition: color 0.10s ease;
}
a.rm-button .rm-button-face-2 {
  position: relative;
  color: transparent;
  transition: color 0.10s ease;
}
a.rm-button.rm-clicked {
  color: #9FB129;
  background-color: transparent;
}
a.rm-button.rm-clicked .rm-button-face-1 {
  color: transparent;
}
a.rm-button.rm-clicked .rm-button-face-2 {
  z-index: 2;
  color: #dbdbdb;
}
/**
 * Standard menu layout, valid for any subtype.
 */
.rm-default li {
  display: inline-block;
}
.rm-default li li {
  display: block;
  min-width: 10em;
}
.rm-default a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 1em;
  outline: none;
}
.rm-default ul {
  position: absolute;
  z-index: 9999;
  left: -9999px;
}
.rm-default ul.rm-show-submenu {
  left: 0;
}
.rm-default ul li {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.rm-default ul ul {
  left: -9999px;
}
/**
 * Menu layout for the desktop variant, usually full width of browser.
 */
.rm-desktop ul {
  background-color: #ccc;
}
.rm-desktop li {
  position: relative;
}
.rm-desktop li a:hover,
.rm-desktop li.current-menu-item a {
  text-decoration: underline;
}
.rm-desktop li a {
  color: inherit;
  background-color: inherit;
}
.rm-desktop li a:hover {
  color: inherit;
  background-color: inherit;
}
.rm-desktop li:hover > ul {
  left: 0;
  top: 43px;
}
.rm-desktop li:hover > ul.rm-submenu-level-1 {
  left: auto;
  left: 30%;
}
.rm-desktop li .rm-submenu-button {
  display: none;
}
/**
 * Menu layout for the mobile variant, usually for mobile screens.
 */
.rm-mobile {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  background-color: #444;
  color: #fff;
}
.rm-mobile a {
  color: inherit;
}
.rm-mobile li {
  display: block;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.4);
  /*        // Header of submenu is closed
        //&.sub-menu, // For WordPress menu generating
        &.rm-submenu > a:before {
            content: "\f0d7";
        }

        // Header of submenu is opened
        &.rm-submenu-open > a:before {
            content: "\f0d8";
        }
*/
}
.rm-mobile ul li {
  border: 3px solid #FFF;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: #b0b0b0;
}
.rm-mobile li.rm-submenu-open > ul {
  position: relative;
  left: 0;
  margin: 0px 2px;
}
/**
 * Menu layout for the max variant, for mobile screens and complete menues.
 * Swipe from right by default.
 */
.rm-max.rm-navbar {
  position: absolute;
  top: 16px;
  right: 24px;
}
.rm-max .rm-small {
  display: block;
}
.rm-max .rm-small .rm-button {
  font-size: 2em;
  color: inherit;
}
.rm-max .rm-small .rm-button.rm-clicked {
  color: #9FB129;
  position: fixed;
  top: 16px;
  right: 24px;
  z-index: 999;
}
.rm-max .rm-mobile {
  transition: all 0.15s linear;
  position: fixed;
  z-index: 998;
  top: 0;
  transform: translateX(100%);
  width: 500px;
  max-width: 350px;
  height: 500px;
  overflow-y: auto;
  padding-top: 72px;
  background-color: #9f9f9f;
  /* Color when menu item is clicked */
  /* Button for submenu */
  /* Style for submenu */
}
.rm-max .rm-mobile li a:active {
  background-color: #2f350c;
}
.rm-max .rm-mobile.rm-clicked {
  transform: translateX(0);
}
.rm-max .rm-mobile a:hover {
  text-decoration: underline;
}
.rm-max .rm-mobile .rm-submenu-button {
  float: right;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.4);
  padding: 8px 24px;
  margin-right: 8px;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.rm-max .rm-mobile .rm-submenu-button:after {
  content: "\25BC";
}
.rm-max .rm-mobile .rm-submenu-button:hover {
  text-decoration: none;
  background-color: #ccc;
}
.rm-max .rm-mobile li ul {
  padding: 2px;
}
.rm-max .rm-mobile .rm-submenu-open > .rm-submenu-button:after {
  content: "\25B2";
}
.rm-max.rm-swipe-left .rm-mobile {
  left: 0;
}
.rm-max.rm-swipe-right .rm-mobile {
  right: 0;
}
/**
 * Style for responsive menu
 */
/**
  * Example on media queries
  */
@media screen and (max-width: 680px) {
  .rm-small {
    display: block;
  }
  .rm-desktop {
    display: none;
  }
}
@media screen and (min-width: 680px) {
  .rm-small {
    display: none;
  }
}
table {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.left_logo0 {
    float: left;
    width:25px;
    height:25px;
    margin: 6px 10px 4px 20px;
}
.left_logo1 {
    float: left;
    width: 25px;
    height:25px;
    float:left;
    cursor: pointer;
    margin: 3px 14px 4px 2px;
}
.search-box {
    width:700px !important;
    float:left;
    border-radius: 6px;
}
.search-button {
    float:left;
    margin-left: 6px;
    border-radius: 6px;
}
.page-link {
    border-radius: 6px;
}
.results-header-row .results-header {
    padding: 0px 8px 8px 0px;
    padding-top:0px !important;
    background-color: #e2efd9;
}
.results-header-row th:nth-child(1) {
    border-radius: 6px 0 0 0 !important;
}
.results-header-row th:nth-child(3) {
    border-radius: 0 6px 0 0 !important;
}
.results-table tr td, .results-table tr th {
    padding: 6px 3px;
}
.results-table .results-label-row th {
    background-color: #F0F0F0;
}
.results-table tr td:nth-child(1), .results-table tr th:nth-child(1) {
    white-space: nowrap;
    width: 3%;
    border-left: 1px solid #F0F0F0;
    padding-left: 8px;
}
.results-table tr:tr:nth-child(1) > th:nth-child(1) {
    border-left: 1px solid #FFF;
}
.results-table tr th:nth-child(2) {
    white-space: nowrap;
    width: 6%;
}
.results-table tr th:nth-child(3) {
    white-space: nowrap;
    width: 10%;
}
.results-table tr th:nth-child(4) {
    white-space: nowrap;
    width: 9%;
}
.results-table tr th:nth-child(5) {
    white-space: nowrap;
    width: 7%;
}
.results-table tr th:nth-child(6) {
    white-space: nowrap;
    width: 12%;
}
.results-table tr th:nth-child(7) {
    white-space: nowrap;
    width: 8%;
}
.results-table tr th:nth-child(8) {
    white-space: nowrap;
    width: 6%;
}
.results-table tr td:nth-child(8) {
    width: 6%;
}
.results-table tr th:nth-child(9) {
    width: 10%;
}
.results-table tr td:nth-child(10), .results-table tr th:nth-child(10) {
    white-space: nowrap;
    text-align: right;
    padding: 6px 2px;
    width: 4%;
}
.results-table tr td:nth-child(11), .results-table tr th:nth-child(11) {
    white-space: nowrap;
    text-align: right;
    padding: 6px 2px;
    width: 4%;
}
.results-table tr td:nth-child(12), .results-table tr th:nth-child(12) {
    white-space: nowrap;
    text-align: right;
    padding: 6px 2px;
    width: 5%;
}
.results-table tr td:nth-child(13), .results-table tr th:nth-child(13) {
    white-space: nowrap;
    text-align: right;
    padding: 6px 2px;
    width: 5%;
}
.results-table tr td:nth-child(14), .results-table tr th:nth-child(14) {
    text-align: right;
    white-space: nowrap;
    width: 3%;
    padding: 6px 8px 6px 4px;
    font-weight: 600;
    border-right: 1px solid #F0F0F0;
}
.daterangepicker {
    left: 7% !important;
}
#main_nav {
    margin-top: -10px;
    position: absolute;
    right: 5%;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #e0e0e0;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 
.navbar-toggler-icon{
  float:right;
}
.bg-light{
  background-color: #ddd!important;
}
input,select {
  margin-bottom: 0px!important;
}
.header-bar {
  margin-bottom: 0px;
}
.section_align p{
  padding:20px 0px 0px 2%;
}
.section_align ul{
  padding:20px 0px 0px 3%;
}
.ui-tabs-panel h1{
  margin: 10px 20px 25px 0px;
  font-size:24px;
  font-family: sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.ui-tabs-panel h2{
  font-size:20px;
  font-family: sans-serif;
  font-weight: 500;
  text-align: left;
  margin: 20px 20px 10px 20px;
}
.ui-tabs-panel p{
  padding: 15px 16px 10px 30px;
  font-size: 16px;
  font-family: sans-serif;
  text-align: justify;
  margin: 0;
}
.ui-tabs-panel ul {
  font-size: 16px;
  font-family: sans-serif;
  margin: 0px 10px 15px 0px;
}
.ui-tabs-panel li {
  font-size: 16px;
  font-family: sans-serif;
  margin: 0px 0px 0px 2px;
  display: inline-block;
}
.list{
  padding: 10px!important;
  text-align: justify;
  font-size: 23px;;
  font-family: sans-serif;
  margin-left:25px!important;
}
.col-8 {
  width: 50% !important;
  margin: 0px 5% 0px !important;
}
.container-fluid {
  /*background-color: white!important;*/
  width: 100%!important;
}
.container {
  background-color: white!important;
  width: 100%!important;
}
.column_border{
  border-right: 4px solid #e2efd9;
}
.fontsize{
  font-size: 44px!important;
}
.fontcolor{
  font-size: 44px!important;
  color: #73a84f;
}
.black_div{
  background-color: #CCCCCC !important;
  height: 10px;
}
.green_color{
  color: #73a84f;
}
.red_color{
  color: red;
}
.nav_color ul li a {
  color:#666!important;
}
h2{
  text-align: center;
}
.col3_desk{
  width: 10%!important;
}
.dash-board-margin {
  width: 3%!important;
}
.col6_desk{
  width: 80%!important;
}
.dash-board-container {
  width: 94%!important;
}
.form-message{
  width: 100%;
}
#tabs{
  border: 2px solid #FFF;
  border-radius: 14px;
  opacity: 0.9;
}
.ui-widget-header{
  border-top-right-radius: 10px!important;
  border-top-left-radius: 10px!important;
  height: 40px;
  padding-left: 0px!important;
}
.ui-tabs .ui-tabs-nav {
	margin: 0 !important;
	padding: 0em 0em 0 !important;
}
.ui-tabs .ui-tabs-nav li {
	border-radius: 8px 8px 0 0;
    margin: 0px .2em 0 0;
}
.parent_signin{
  background-color: #f1f1f1;
    min-height: 50px;
    border-radius: 6px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.form_input{
  width: 60%!important;
}
.form_input_new{
  width: 30%!important;
}
.left_div{
display: inline-block;
width: 40%;
margin: 20px 20px 30px 30px;
/*border: 1px solid #666;*/
}
.right_div{
  float: right;
}
label span{
  color:red;
}
.section-content .col6_desk {
	border-radius: 20px;
	margin-top: 40px;
}
#aboutus .col66{
/*  background-color: #f1f1f1;*/
  border-radius: 6px;
  opacity: 0.9;
  width: 49%;
}
@media only screen and (max-width: 600px) {
  .col-3{
    width: 10%!important;
  }
  .col-6{
    width: 80%!important;
  }
  /* .col-4{
    width: 20%!important;
  }
  .col-8{
    width: 80%!important;
  } */
  .col33{
    width: 80%!important;
    text-align: center;
  }

 .col4{
    width: 80%!important;
    margin-left : 10% !important;
 }
 .col8{
  width: 80%!important;
  margin-left : 10% !important;
 }
 .col66{
  width: 80%!important;
  margin-left : 10% !important;
  
 }
.list{
  margin: 0px 0% 0px!important;
}
.col12{
  width: 80%!important;
    margin-left : 10% !important;
}
.h2_margin{
  margin-left:103px!important;
  margin-right:0px!important
}
.bg-gray{
  background-color: #ddd!important;
}
h2{
  text-align: justify;
}

}

.navbar {
	padding-top: 0.0rem !important;
	padding-bottom: 0.0rem  !important;
}

.row {
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
}

.cookieNotice {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #d9d9d9;
    width: 100%;
/*    height: 200px;*/
    color: #666;
    display: block;
    padding:20px 30px 10px 10px;
    display: none;
}

.cookie-btn-a {
  background-color: #34b97c;
  color: #fff;
  font-weight: 600;
  border-radius: 26px;
  padding: 12px;
  margin-left: 20px;
}
.cookie-btn-b {
  background-color: #ff3131;
  color: #fff;
  font-weight: 600;
  border-radius: 26px;
  padding:12px;
  margin-left: 20px;
}

.bottom_class{
/*    position: absolute;*/
/*    z-index: 0;
    bottom: 0%;*/
    margin-top: 10px;
    height: 94px;
    color: #DDD;
    width:93%;
    background-image: url('../image/logo_netzero.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 267px 80px;
    margin: 0 3% 0 3%;
}
.btn-wrap {
  float:right;
  position: absolute;
  bottom: 35px;
  right: 30px;
}
.content-wrap {
}
.msg-wrap {
  width:70%;
  display: inline-block;
  text-align: center;
  padding: 0px 40px;
}
.title-wrap {
  width: 70%;
}
.select_search {
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alert {
  border-radius: 14px !important;
  padding: 10px 30px 10px 30px !important;
}
