/*/*/*.custom_media_image {
  width: 100px;
}

div#form-field *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}
*/
div#form-field form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

.frm {
  margin: 0 0 30px 0;
}
div#form-field input[type="text"],
div#form-field input[type="password"],
div#form-field input[type="date"],
div#form-field input[type="datetime"],
div#form-field input[type="email"],
div#form-field input[type="number"],
div#form-field input[type="search"],
div#form-field input[type="tel"],
div#form-field input[type="time"],
div#form-field input[type="url"],
div#form-field textarea,
div#form-field select {
  background: rgba(255,255,255,0.1);
  border: blue;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 240px;
  background-color: white;
  color: #8a97a0;
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
  margin-bottom: 30px;
}
.select-img{
  border-color: blue;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
}
.csv_file {

  padding: 25px;
  margin: 25px;
  display: block;
  float: left;

}
.csv_file label{
  color: #B4886B;
  font-weight: bold;
  display: block;
  width: 220px;

}
.csv_download {
  padding: 25px;
  margin: 25px;
  display: block;
  float: right;

}
.csv {
  padding: 10px;

}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
  font-size: 16px;

}

/*.wp-admin select {
  height: 50px;
  margin-bottom: 0;
  }*/

  .searchby select {
    height: 37px;
    margin-bottom: 0;
  }


  fieldset {
    margin-bottom: 30px;
    border: none;
  }

  legend {
    font-size: 1.4em;
    margin-bottom: 10px;
  }

  label {
    display: block;
    margin-bottom: 8px;
  }

  label.light {
    font-weight: 300;
    display: inline;
  }

  .custom-hidden{
    max-width: 100%
  }

  .custom-hidden img{
    /*max-width: 100%;*/
    max-width: 30%;
  }
  .all-name{
    display: inline;
  }
  .name1{ 
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    padding-left: 15px; 
    width:33.333%;
  }
  .name1:first-child{
    padding-left: -1px;
  }
  .col-3{
    overflow: hidden;
  }
  @media screen and (min-width: 480px) {

   div#form-field form {
    max-width: 950px;
    padding: 50px;
    background-color: white;
  }

}
.heading  { 
  color: red;
  text-decoration: overline;
  text-decoration: underline;
  font-family: 'Merriweather', serif;
  font-size: 40px;
  font-weight: 300; 
  line-height: 40px; 
  margin: 0 20px 20px; 
  text-align: center; 
  text-shadow: #2a8d7b -1px -1px; 
}


.heading-title  { color: red;
 font-family: 'Merriweather', serif;
 font-size: 20px;
 font-weight: 300; 
 line-height: 40px; 
 margin: 0 20px 30px; 
 text-align: center; 
 text-shadow: #2a8d7b -1px -1px; 
}

.form-tag {
  color: black;
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 200; 
  line-height: 10px; 
  margin: 0 10px 20px;
  margin-left: 130px; 
  text-align: left; 

  
}

/*div#search_box input[type="text"],select{
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 15px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 220px;
  background-color: white;
  color: #8a97a9;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 20px;

}*/
.search-box{
    float:right;
    }
.search-by{
    display: inline-block;
    }    
    .search-by select{
        height:35px;
        }
        
         .search-by input{
        height:35px;
        }
        input#search-butt{
            height:34px;
            margin: -7px 0px 4px 0px;
            }
/*div#search_box .searchby{
  display: inline-block;
  float: right;
  margin-bottom: 8px;
  padding-left: 10px; 
  width:20.333%;
}
div#search_box .search_butt{
  float: right;
}*/
div#search_box select {
  background-color: white;
}
/*.first-name{
  float: left;
  margin: 20px;
  }*/


/*

css for table list

*/
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;

}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;

}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;

  }
}

body {
  padding:0em;
  font-family: Arial, sans-serif;
  color: #024457;
  background: #f2f2f2;
}

h1 {
  font-family: Verdana;
  font-weight: normal;
  color: #024457;
}
h1 span {
  color: #167F92;
}
a { text-decoration: none; }
a:hover {
  color: hotpink;
}

label {
  cursor: default;
}

/*view page style*//*/*/

.form_field{
  display: block;
  margin: 0px 0px 0px 228px;

}

.name1 label.result-date {
    font-size: 20px;
    background: #e20a16;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 0px;
}

i.fa.fa-calendar {
    padding-right: 15px;
}

.name1 ul {
   padding-left:0;
}

.name1 ul ol {
    display: block;
    padding:20px 0 14px 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.name1 ul ol li {
    position: relative;
    padding: 11px 20px 6px 20px;
}
.name1 ul ol li:before {
   counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    padding: 4px;
    left: 0px;
    font: bold 20px sans-serif;
    text-align: center;
    color: #000;
    line-height: 24px;
    top: 9px;
    width: 35px;
    /* background-color:red;*/
    height: 35px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    border: 1px solid #ddd;
    left: -26px;
    position: absolute;
        margin: -3px 0px 0px 0px;
    
    -moz-border-radius: 999px;
    border-radius: 999px
   
}
.name1 ul ol li a{
        font-size: 16px;
    font-weight: bold;
    color: black;
    }
    .name1 ul ol li a:hover{
        color:red;
    }
    
    .photto img {
    max-width: 360px;
    width: 100%;
}
