/**
* style.css
* Author: Mohd Mansour Seraj <mmaseraj.com>
* (c) 2015 date-convert.com
*/

*{
  transition: .2s all ease;
}
a:link, a:visited, a:hover, a:active{
  color: #FFF;
  text-decoration: none;
  outline: none;
}
select, input, button, textarea{
  outline: none !important;
}
.jd-container .jd-header{
  margin: 0;
  padding: 20px;
  font-size: 20px;
  color: #543e4d;
  text-align: center;
}
.jd-container .jd-navigation{
  margin-bottom: 10px;
  text-align: center;
}
.jd-container .jd-navigation a{
  padding: 10px 16px;
  display: inline-block;
  color: #3c2b37;
  background: #fff;
  border-radius: 5px;
  width: 200px;
  border: 1px solid #ddd;
}
.jd-container .jd-navigation a:hover{
  background: #efefef;
  border-color: #ddd;
}
.jd-container .jd-navigation a.active{
  background: #3c2b37;
  color: #fff;
  border-color: #2b1f28;
}
.jd-container .jd-block{
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
}
.jd-container .jd-block .jd-block-header{
  border-bottom: 2px solid #e5231c;
  background: #f5f5f5;
  color: #e5231c;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}
.jd-container .coverting-area input[type=text]{
  width: 100%;
  font-size: inherit;
}
.jd-container .coverting-area .btn-sm{
  border-radius: 0;
}
.jd-container .jd-block .jd-block-body{
}
.jd-container .jd-block .jd-block-body .table{
  margin-bottom: 0;
  margin-top: 10px;
}
.jd-block .jd-block-body.jd-block-body-no-padding{
  padding: 0;
}
.jd-container .jd-block .jd-block-body a{
  display: block;
  padding: 2px;
  border-top: 1px solid #fff;
  color: #e5231c;
  border-bottom: 1px solid #f0f0f0;
}
.jd-container .jd-block .jd-block-body a:last-child{
  border-bottom-color: transparent;
}
.jd-container .jd-footer{
  padding: 5px;
  text-align: center;
}
.jd-devider{
  height: 15px;
  clear: both;
}
.jd-devider-sm{
  height: 5px;
  clear: both;
}
.control-label{
  font-weight: bold;
}
#date_table td,
.months td{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  border-right: 1px solid #eee;
  text-align: center;
}
#date_table td{
  text-align: right;
}
.months td.num,
#date_table th{
  background: #f5f5f5;
}
#date_table td,
#date_table th{
  padding: 10px;
  font-size: 12px;
}
.alert{
  margin: 0;
  border-radius: 5px;
}
.jd-alert-wrapper{
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 5px;
}
.row-header{
  clear: both;
}
.jd-block{
  padding: 10px;
  border: 1px solid #ddd;
}
.input-group .form-control:first-child{
  border-radius: 5px;
  font-family: 'Cairo';
}
.input-group .form-control:last-child{
  border-radius: 5px;
  font-family: 'Cairo';
}
.jd-block-header{
  margin: -10px;
  margin-bottom: 0;
}
.coverting-area .col-lg-12,
.no-bg{
  font-weight: bold;
  padding: 0 10px;
}
.control-label{
  margin-bottom: 10px;
}
.jd-btns{
  text-align: center;
  background: #fafafa;
  margin: -10px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.form-control{
  box-shadow: 0 0 0 transparent;
}
.jd-btns{
  margin-top: 20px;
  border-radius: 0 0 5px 5px;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.jd-navigation svg{
  margin-left: 5px;
}
.svg-inline--fa.fa-w-14 {
  width: .875em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.input-group .form-control:nth-child(2){
  margin: 0 5px;
  border-left: 1px solid #ddd !important;
  font-family: 'Cairo';
}
.col-sm-6 {
  width: 95%;
  margin: 10px 0px 0px 0px;
}
.btn-default{
  border: 1px solid #ddd;
}
@media(max-width: 768px){
  .col-sm-4{
    width: 33.333333333333336%;
    text-align: center;
  }
  .jd-btns .col-sm-4{
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jd-navigation{
    text-align: center;
  }
  .jd-navigation:after{
    display: block;
    content: "";
    clear: both;
  }
  .jd-container .jd-navigation a{
    display: block;
    float: right;
    width: 50%;
    border-radius: 0;
  }
  .jd-container .jd-navigation a:first-child{
    border-radius: 0 5px 5px 0;
  }
  .jd-container .jd-navigation a:last-child{
    border-radius: 5px 0 0 5px;
  }
  .input-group{
    margin-bottom: 15px;
  }
  .jd-alert-wrapper{
    text-align: center;
  }
  .btn{
    white-space: inherit;
  }
  [type="reset"]{
    margin-top: 10px;
  }
}
