body {
  font-family: 'Lato', sans-serif;
}

.row {
  margin-right: 0px; 
  margin-left: 0px;
}

/*************************
******* Header  CSS ******
**************************/

#header{
  background-color:#1b608c;
  border-bottom: 10px solid white;
  padding:30px 0px;
  height: 120px;
}

.profile{
  display: block;
}

.mobile-profile{
  display: none;
}

.profile .user-icon,
.mobile-profile .user-icon{
  font-size:45px;
  color:white;  
  margin-left:10px;
}

.profile .user-icon .user-info,
.mobile-profile .user-icon .user-info{
  font-size:15px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}

.profile .user-icon .user-name,
.mobile-profile .user-icon .user-name{
  margin:0;
}

.profile .user-icon .user-role,
.mobile-profile .user-icon .user-role{
  padding-top: 8px;
  font-size:11px;
}

#header .logo {
  text-align: center;
  position: absolute;
  margin-left: 27%;
  margin-top:30px;
}

.mobile_logo{
  display: none;
}

#header .logo img{
  height:110px;
}

#header .menu .navbar {
  display: block !important;
  padding: 0px !important;
}

#header .menu .menu-btn{
  float: right;
}

div#navbarSupportedContent20 {
  width: 100% !important;
}

#header .mr-auto{
  position: absolute;
  margin-top: 50px !important;
  z-index: 999;
  padding-top: 50px;
    width: 100%;
}
/******************************
***** Content Section CSS *****
******************************/

.contentbody{
  margin-top:0px;
  width:100%;
}


/**** CD HEADER ****/

#cd-header-container{
  background-image: url(../images/cd-head-bg.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center ;
  width: 100%;
  
}

.cd-header{
  display: block;
  margin: none;
  padding:60px 60px 0px 60px;
}

.cd-header .page-heading{
  color:#d28302;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight:600;
  padding-bottom: 40px;
}

.cd-header .page-subheading{
  text-align: center;
  color: #1b608c;
  padding:0px;
  margin: 0px;
}

.cd-header .account-balance{
    text-align: center;
    padding:8px 0px;
}

.cd-header .account-balance input{
    border-radius: 4px;
    border:1px solid lightgray;
    text-align: center;
    padding:3px 0px;
    font-size: 20px;
    width: 150px;
}

.cd-header .account-balance input::placeholder{
    color:#111;
}

/***** CD DATA *****/

#cd-main-block{
  background:#e5e9ed;
}

.clients-details{
  background: white;
  padding:0px 0px;
  display:block;
}

/**** Withdraw Block CSS ****/

#cd-data .rw-title{
  background: #1b608c;
  width: 100%;
}

#cd-data .rw-title p{
    padding:10px 0px;
    font-size:26px;
    text-align: center;
    color:white;
    margin: 0px;
}

#cd-data .swm-block{

    padding:10px 30px;
    margin:0px;
}

.swm-block form .form-group{
  margin-bottom: 0rem;
}

.swm-block .sw-method form{
  font-weight: 600;
  text-align: center;
}

.swm-block .sw-method form select{
 
   /* styling */
   outline: none;
   color:rgb(158, 158, 158);
   text-align: center;
   border:1px solid lightgray;
   border-radius: 4px;
   font-size: 16px;
   background-color: white;
   display: inline-block;
    width: 80%;
   padding:0.25em 1em 0.25em 0.5em;
   text-align: center;

   /* reset */
   margin: 0;      
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
}


.swm-block  .sw-method form select{
  background-image:
    linear-gradient(45deg, transparent 60%, #ffffff 60%),
    linear-gradient(135deg,#ffffff 50%, transparent 50%),
    linear-gradient(to right, #1b608c, #1b608c);
  background-position:
    calc(100% - 12px) calc(0.65em + 3px),
    calc(100% - 7px) calc(0.65em + 3px),
    100% 0;
    background-size:
    10px 5px,
    5px 5px,
    1.6em 2em;
  background-repeat: no-repeat;
}


.swm-block .add-edit ul{
list-style-type: none;
display: flex;
margin-bottom: 0rem !important;
}

.swm-block .add-edit ul > li{
    padding: 0px 20px;
    padding-top:5px;
}

.swm-block .add-edit ul li > a{
    text-decoration: underline;
    color: #1b608c;
}

#cd-data .eaw-block{
    padding:10px 30px;
    margin:0px;
}

.eaw-block .enter-amount{
    font-size:20px;
    color: #1b608c;
    text-align: right;
}

.eaw-block  .amount-requested{
    text-align: center;
}

.eaw-block  .amount-requested input{
    border-radius: 1px;
    border:1px solid lightgray;
    text-align: center;
    padding:0.25em 1em 0.25em 1em;
}

.eaw-block .withraw-history{
    text-align: right;
}

.eaw-block .withraw-history a{
    color: #1b608c;
    text-decoration: underline;
}

/**** Withdraw Options ****/

.withdraw-options{
    background:#eef3f6;
    padding:20px 0px;
}

.withdraw-options .wo-title{
    text-align: center;
    color: #1b608c;
    font-weight: 600;
    font-size: 28px;
}

.withdraw-options .select-method{
    text-align: center;
    color: #000;
    font-weight: 600;
}

.withdraw-options .methods{
    background: #1b608c;
    display: block;
    width: 100%;
    padding:15px 0px;
}

.withdraw-options .select-assoc{
    padding:15px 0px;
}

.withdraw-options .methods form label,
.withdraw-options .select-assoc form label{
    display: block;
  }
  
  .withdraw-options .methods form > ul,
  .withdraw-options .select-assoc form > ul {
    list-style: none;
    display: block;
    color:white;
    margin: 0px;
    text-align: center;
    padding: 0px;
  }

  .withdraw-options .select-assoc form > ul {
    color: black;
    margin-left: -70px;
  }
  
  .withdraw-options .methods form ul > li,
  .withdraw-options .select-assoc form ul > li {
    width: 85px;
    display: inline-block;
    text-align: center;
    
  }

  .withdraw-options .methods form input[type=radio]{
      font-size:30px;
      border:1px solid black;
  }

  .withdraw-options .select-assoc .saa {
    width: 250px;
    font-size: 18px;
    text-align: right;
    padding: 10px 0px;
}

.email-block .assoc-email{
  border:1px solid lightgray;
  padding:6px 10px;
  width: 80%;
  text-align: center;
  outline: none;
  display: block;
  margin:auto;
}
  
.email-block .sc-btns{
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}

.email-block .sc-btns .btn-save{
    border:none;
    background:#1b608c;
    color: white;
    padding:10px 18px;
    text-align: center;
    margin: 20px auto;
    outline: none;
}

.email-block .sc-btns .btn-cancel{
  border:none;
  background:#d28302;
  color: white;
  padding: 13.5px 18px;
  text-align: center;
  outline: none;
  text-decoration: none;
}

  #cd-footer{
    border-top: 2px solid #222222;
    padding: 10px 60px 0px 60px !important;
  }
  
  #cd-footer .pagination a{
    padding: 0px 10px;
    text-decoration: none;
    color: black;
  font-weight: 600;
  font-size: 15px;
  }
  
  #cd-footer .pagination .pages-no{
    background: lightgray;
    padding: 0.1em 1.5em;
    border-radius: 4px;
  }
  
  #cd-footer .records-results{
    font-size: 15px;
    color: black;
    font-weight: 600;
  }

/***********************
********* CSS *********
***********************/

.copyright{
  width:100%;
  height:100%;
  background-color:#1b608c;
  float:left;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 9px;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
  background: white;
  }
  
  .animated-icon2 span {
  background: #e3f2fd;
  }
  
  .animated-icon3 span {
  background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }
  
  
  .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
     border-color:#00000000; 
      outline: none;
  }
  
  
  .mr-auto, .mx-auto {
      margin-right: auto!important;
      background-color: #1b608c;
      padding: 10px 20px;
      margin-top: 14px;
      /* color: white; */
      
  }
      
     .navbar-light .navbar-nav .nav-link {
      color: rgb(255 255 255) !important;
  }
  

.btn-group-lg>.btn, .btn-lg {
   
    font-size: 17px;
   
}

.mr-auto{
    
    
    font-size:13px;
}


@media only screen and (max-width: 1045px) {
  
  .contentbody{
    padding:0px;
    background: transparent;
  }

}


@media screen and  (max-width: 991px){   
   
   
  #header .logo {
    text-align: center;
    position: absolute;
    margin-left: 19%;
    margin-top:30px;
  }

  .cd-header{
    padding:80px 15px 0px 15px;
  }

  .page-subheading.services-title{
    font-size: 22px;
  }
  
} 

 /******* Min Width Screens ******/
 @media (min-width: 992px){
  
  .container, .container-lg, .container-md, .container-sm {
     max-width: 950px !important;
     min-width: 950px !important;
 }
}
 
 @media (min-width: 768px){
   .container {
     max-width: 720px !important;
   }
 }
 
 @media (min-width: 280px){

   #header .container,
  #cd-header-container .container,
  #cd-main-block .container{
    max-width: 100%;
    padding-left: 0px;
    padding-right:0px;
  }
 }

 /******* Min Width Screens End *******/

 @media screen and (max-width: 768px){

  #header {
    padding: 30px 30px;
  }

  .header-content .col-sm-4 {
    padding: 0px;
  }

  .profile {
    display: none;
  }

  .mobile-profile{
    display: inline-block;
  }

  #header .logo {
    display: none;
  }

  .mobile_logo{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: -53px;
    position: absolute;
    z-index: 99999;
  }

  #header .mr-auto {
    padding-top: 50px;
    width: 100%;
    margin-top:10px !important;
  }

    #cd-data .rw-title p,
    #cd-data .eh-title p{
        font-size:24px;
    }

    .swm-block .sw-method form select{
         width: 100%;
     }

     #cd-data .swm-block{
        padding:10px 0px;
        margin:0px;
        padding-right: 20px;
    }

    .eaw-block .amount-requested input {
        width: 100%;
    }

    #cd-data .eaw-block{
        padding:10px 20px;
        margin:0px;
        padding-right: 10px;
    }

    .swm-block .add-edit ul > li{
        padding: 0px 10px;
        padding-top:5px;
    }

 } 


@media  screen and  (max-width: 575px){

  .profile .user-icon,
  .mobile-profile .user-icon {
    font-size: 45px;
    color: white;
    margin-left: 0px;
  }

    #cd-data .rw-title p,
    #cd-data .eh-title p{
        font-size:20px;
    }

  .eaw-block .enter-amount{
    font-size:18px;
    }

    .eaw-block  .amount-requested input{
        padding:0.5em 0.5em 0.5em 0.5em;
        font-size:14px;
    }

    #cd-data .eh-block{
        padding:10px 15px;
    }

    #cd-data .eh-block .col-5,
    .eaw-block .col-4{
        padding:0px;
    }

    .eh-block .records{
        background:transparent;
        font-size: 14px;
      }
      
      .eh-block .records form{
        color: #1b608c;
        font-weight: 600;
      }
      
      .eh-block .records form select{
         font-size: 16px;
         padding: 0.1em 1.5em 0.1em 1em;
      }
      
      .eh-block .records form select {
        background-position:
          calc(100% - 10px) calc(0.5em + 2px),
          calc(100% - 5px) calc(0.5em + 2px),
          100% 0;
        background-size:
          10px 5px,
          5px 5px,
          1.4em 2em;
      }
 
}

@media  screen and  (max-width: 510px){

  .profile .user-icon,
  .mobile-profile .user-icon{
    font-size: 35px;
    color: white;
    margin-left: 0px;
    padding-top: 7px;
}

  .profile .user-icon .user-info {
    font-size: 15px;
    font-family: arial;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
  }

  .profile .user-icon .user-name {
    margin: 0;
    font-size: 14px;
  }

  .profile .user-icon .user-role {
    padding-top: 6px;
    font-size: 10px;
}

}

@media  screen and  (max-width: 500px){

  .withdraw-options .select-assoc .saa {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.withdraw-options .select-assoc form > ul {
 
  margin-left: 0px; 
}

}

@media  screen and  (max-width: 460px){

  #header {
    padding: 30px 15px 30px 15px;
  } 

    .cd-header .page-heading{
        font-size: 23px;
        padding-bottom: 30px;
      }

      .cd-header .account-balance input{
        padding:2px 0px;
        font-size: 17px;
        width: 150px;
    }

    #cd-data .rw-title p,
    #cd-data .eh-title p{
        font-size:18px;
    }

    .eaw-block .enter-amount{
        font-size:16px;
    }
    .eaw-block .withraw-history a{
        font-size:15px;
    }

    .eaw-block  .amount-requested input{
        padding:0.5em;
        font-size:13px;
    }

    #cd-data .eh-block{
        padding:10px 15px;
    }

    #cd-data .eh-block .col-5,
    .eaw-block .col-4{
        padding:0px;
    }

    .eh-block .records{
        font-size: 14px;
      }
      
      .eh-block .records form select{
         font-size: 14px;
         padding: 0.1em 1.5em 0.1em 0.7em;
      }
      
      .eh-block .records form select {
        background-position:
          calc(100% - 10px) calc(0.5em + 2px),
          calc(100% - 5px) calc(0.5em + 2px),
          100% 0;
        background-size:
          10px 5px,
          5px 5px,
          1.4em 2em;
      }

}

@media  screen and  (max-width: 410px){

    #cd-data .rw-title p,
    #cd-data .eh-title p{
        font-size:17px;
    }

    .eaw-block .enter-amount{
        font-size:15px;
    }
    .eaw-block .withraw-history a{
        font-size:13.5px;
    }

    .eaw-block  .amount-requested input{
        padding:0.5em 0px;
        font-size:12px;
    }

    #cd-data .swm-block{
        padding:10px 0px;
        margin:0px;
        padding-right: 30px;
        text-align: left;
    }

    #cd-data .eaw-block{
        padding:10px 20px;
        margin:0px;
        padding-right: 10px;
    }

    .swm-block .sw-method form select {
        width: 100%;
        background-size: 10px 5px, 5px 5px, 1.9em 2em;
        font-size: 14px;
    }

    .swm-block .add-edit ul{
        padding:0px;
    }

    .swm-block .add-edit ul > li{
        padding: 0px 12px;
        padding-top:5px;
        font-size:14px;
    }

    #cd-data .eh-block{
        padding:10px 10px;
    }

    .eh-block .col-5,
    .eh-block .col-7{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #cd-data .eh-block .records {
        padding: 10px 0px;
        text-align: center;
        font-size: 16px;
    }

    #cd-data .eh-block .records .form-group{
        margin:0px;
    }

    .eh-block .tytd-block {
        text-align: center;
    }

    .eh-block .records form select {
        font-size: 17px;
        padding: 0.1em 1.8em 0.1em 1em;
    }
    
    .eh-block .records-desktop{
        display: none;
    }
    
    .eh-block .records-mobile{
        display: block;
    }

    .email-block .assoc-email {
      width: 100%;
    }

    .withdraw-options .methods form ul > li, 
    .withdraw-options .select-assoc form ul > li {
      width: 70px;
  }
    
}

@media  screen and  (max-width: 375px){

    .swm-block .sw-method form select {
        width: 100%;
        background-size: 10px 5px, 5px 5px, 1.9em 2em;
        font-size: 13px;
    }

  /**** Table Head CSS ****/

  #cd-data .table td{
    font-size: 13.5px;
    }

    .wallet-data .table thead .date{
        padding: 15px 0px 15px 30px;
    }

    .wallet-data .table thead .number
    {
        padding: 15px 0px 15px 15px;
    }

    .wallet-data .table thead .con-name{
        padding: 15px 0px 15px 15px;
    }

    .wallet-data .table thead .amount-earned{
        padding: 15px 0px 15px 0px;
    }

    /**** Table body CSS*****/

    .wallet-data .table tbody .date{
        padding: 15px 0px 15px 10px;
    }

    .wallet-data .table tbody .number{
        padding: 15px 0px 15px 15px;
    }

    .wallet-data .table tbody .con-name{
        padding: 15px 0px 15px 15px;
    }

    .wallet-data .table tbody .amount-earned input{
        width: 100%;
        font-size:14px;
    }

    #cd-footer .col-xs-6:nth-of-type(1){
        width: 100%;
    } 

    #cd-footer .col-xs-6:nth-of-type(2){
        width: 100%;
    }
    
    #cd-footer .pagination{
        padding: 10px 0px;
        text-align: center !important;
        place-content: center;
    }

    #cd-footer .pagination a{
        text-align: center;
       
    }

    #cd-footer .records-results{
        text-align: center;
    }
}


@media  screen and  (max-width: 300px){
  .cn-info-row .left-info .required-label{
    float: left;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



@media only screen and (min-width: 600px) {
  
  .userselect{
      display:none;
  }
  
}

