.containerNew {
    background-color: white;
    margin: 20px auto;
    padding: 30px 25px;
    max-width: 1200px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b1abab;
    margin-top: 20px;
}
.box {
    border: 2px solid #ddd;
    padding: 10px 20px
}
.borderLeftR {
    border-radius: 4px 0px 0px 4px !important;
}
.frmGrp{
  
    /* border: 1px solid #ccc; */
    padding: 10px 5px;
    border-right: none;
    cursor: pointer;
    margin-bottom: 15px;

}
.inputbox {
    border: none;
    outline: none;
    background: none !important;
    color: #838383 !important;
    font-size: 13px;
}
/* placholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #838383 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #838383 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #838383 !important;
}
/* placeholder */
.h-black {
    color: #000000;
    margin-bottom: 5px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 500
}
.frmGrp {
    padding: 0;
}

::placeholder {
    font-size: 13px;
    color: #ddd
}

.textmuted {
    color: #ddd
}

.radio {
    display: inline-block;
    margin-left: 13px;
    cursor: pointer;
    font-weight: 500
}

.btn.radio-btn {
    position: relative
}

.radio input[type="radio"] {
    display: none
}

.radio span {
    height: 20px;
    width: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 0
}

.radio span::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #49bff5;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s
}

.radio input[type="radio"]:checked~span::after {
    transform: translate(-50%, -50%) scale(1)
}

.outline-none {
    outline: none
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    /* font-size: 1rem !important; */
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    height: auto;
    box-shadow: none;

}

select {
    word-wrap: normal;
}
.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
}
.btn.btn-primary {
    font-size: 17px;
    padding: 5px;
    float: none;
}
.input-group .form-control {
    background: white !important; 
     color: #838383 !important;
     height: 36px;
     font-size: 13px !important;
}
label {
    font-weight: normal;
    font-size: 13px;
}
.switchField {
    margin-bottom: 12px;
    overflow: hidden;
}
.switchField input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switchField input:checked + label{
  background: #01406c;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    padding: 11px 25px;
    font-size: 16px;
    cursor: pointer;
}
.switchField label {
    background-color: #eaeaea;
    color: #4c4c4c;
    font-size: 16px;
    padding: 8px 25px;
    transition: all 0.1s ease-in-out;
    font-weight: 500;
    margin-left: 2px;
    border-radius: 4px;
    padding: 11px 25px;
    font-size: 16px;
    cursor: pointer;
}
.frmGrp input {
    border-radius: 10px 0px 0px 10px;
}
.borderRight{
  border-right: none;
  border-radius: 0;
}
.input-group-addon {
    border: none;
    background: transparent;
    font-size: 21px;
    padding: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px !important;
    height: 36px;
}
.btn-default:active {
    background-image: none;
    height: 36px;
    border-width: 1px !important;
    vertical-align: middle;
    margin-top: 0 !important;
}
.btn-default:hover {
    background-image: none;
    height: 36px;
    border-width: 1px !important;
    vertical-align: middle;
    margin-top: 0 !important;
}
.navbar-toggle {
    margin-top: 13px;
  }
  .btn.btn-primary {
    font-size: 17px;
    padding: 10px !important;
    float: none;
    border-bottom: none;
}
.btn:hover{
    border-bottom-width:0 !important;
    margin-top:0 !important;
}
@media (max-width:820px) {
    .navbar {
   
    border-width: 0 !important;
}
}
@media (min-width:280px) and (max-width:991px) {
  .borderRight{
    border-right: 1px solid #ced4da;
    border-radius: 4px !important;
  }
  .containerNew {
      margin-top: 50px;
}
}


/** pop window */
.popupBox{display:none;background:#fff;border-radius:5px;position:absolute;top:100%;z-index:5;padding:30px 10px 10px;box-shadow:0 0 5px;min-width:250px;right:0}
 .popupBox label{white-space:nowrap;display:block;font-weight:700;line-height:1;margin:4px 0 0px} 
 .popupBox label small{  font-weight: 500; color: black;}
 .popClose{position:absolute;right:8px;top:3px}
 .hasPopUp{position:relative}
 .trigger{cursor:pointer}
.navbar{
    margin-bottom: 0 !important;
}