﻿header {
    margin-left: -20px;
    margin-right: -20px;
}

#content {
    background: #F4F7FD;
}

.input-primary-bw2 {
    width: 100%;
    font-size: 25px;
    max-height: 16px;
    /*background: #2424ff;*/
    background: #ffffff;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
}

.outward-form {
    background: white;
    border-radius: 39px;
    padding-right: 18px;
    padding-left: 18px;
    margin: 5px 5px 0px 2px;
    -moz-box-shadow:    3px 0px 5px 0px #ccc;
    -webkit-box-shadow: 3px 0px 5px 0px #ccc;
    box-shadow:         3px 0px 5px 0px #ccc;
    
}

.btn-default-outward {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 15px;
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    /*color: #0102f2;*/
    color: #324c96;
    text-shadow: none;
    border: 2px solid  #324c96;
    border-radius: 25px;
    min-width: 200px;
}

.btn-default-outward:hover {

    /*color: #0102f2;*/
    background: #324c96;
    /*border: 2px solid  #0102f2;*/
    color: #fff;
    border: 2px solid #324c96;
}


/******************* INPUT START*********************/

.wrap {
  width: 100%;
  margin: 0 auto;
}


/*add some styles*/
form{
  margin-top: 50px;
}

.row2{
  margin: 26px 0; /* need some nice spacing here */
  position: relative; /* this one is important */
}

/*make label absolute and position it on input area*/
.label-outward {
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color:#324C96 !important;
  
}
.label-outward-disabled {
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color:#324C96 !important;
  margin-top:5px;
  
}

.ttl-label-outward {
  font-size: 1.25rem;
  font-weight: bold;
  color:#324C96 !important;
}


.input-outward {
  padding: 15px 0 15px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #324C96 !important;
  font-size: 20px;
  background: unset;
  color:#324C96 !important;
  margin-top: 15px;
  padding-bottom: 0px;
}

/*magic happens here */
.input-outward:focus{
  outline: none;
  border-color: #2980b9;
  color:#324C96 !important;
  border-bottom: 3px solid gray !important;
  
}

.input-outward:valid ~ label, /*detects if input has valid input*/
.input-outward:focus ~ label{ 
  top: -15px;
  font-weight: bold;
  color:#324C96 !important;
  margin-top:5px;
}
/******************* INPUT END *********************/

.btn-signin-outward {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 15px;
    /*background: #0102f2;*/
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    color: #324c96;
    text-shadow: none;
    border: 2px solid  #324c96 !im;
    border-radius: 30px;
    width: 200px;
}
.btn-signin-outward:hover {
    /*color: #0102f2;*/
    background: #324c96;
    /*border: 2px solid  #0102f2;*/
    color: #324c96;
    border: 2px solid #324c96;
}

.btn-defaultx-outward {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 15px;
    /*background: #0102f2;*/
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    color: #324c96;
    text-shadow: none;
    border: 2px solid  #324c96 !im;
    border-radius: 30px;
    width: 200px;
}
.btn-defaultx-outward:hover {
    /*color: #0102f2;*/
    background: #324c96;
    /*border: 2px solid  #0102f2;*/
    color: #324c96;
    border: 2px solid #324c96;
}

.select-outward {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    /*-webkit-border-radius: 5px;
    border-radius: 25px;*/
    margin: 15px 0;
}

/*.carousel .select-primary-outward {
       margin: 15px 0 25px 0 !important;
}*/

.select-outward::after {
    content: '\25BC';
    /*background: #2424ff;*/
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    font-size: 13px;
    color: #324c96;
    line-height: 50px;
    pointer-events: none;
    border-bottom: 3px solid #324c96;
}

.carousel .select-outward {
    text-indent: -10px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.carousel .select-from-outward{
    text-indent: 0 !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
}

.select-from-outward {
    font-size: 20px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 48px;
    /* background: #2424ff; */
    background: rgba(255,255,255,0);
    width: 100%;
    padding: 0 25px;
    font-family: Arial,sans-serif;
    color: #324c96;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.4);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid #324c96;
    text-indent: 95px;
    text-transform: uppercase;
}

/****RADIO BUTTON***/
/* The container */
.rcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rcontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/****RADIO BUTTON END***/
/*.laccttype {
         margin-left: unset;
}
.raccttype {
        margin-left: unset;
}*/



@media (max-width: 576px) {
    .label-outward{
      font-size: 17px !important; 
      margin-top: 0px;
    }
    .input-outward{
        font-size: 15px !important;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .input-outward:valid ~ label, /*detects if input has valid input*/
    .input-outward:focus ~ label{ 
      top: -20px;
      margin-top: 23px;
    }
    .form-error {

        font-size:12px;
    }
    .select-error.form-error {
    bottom: -5px;
    }
    .space-provider {
      height: 200px !important;
   }
    
    .outward-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row2{
      margin: 23px 0; /* need some nice spacing here */
      position: relative; /* this one is important */
    }
    .select-from-outward {
        font-size: 15px;
    }
    
    .rcontainer {
            font-size: 16px;
    }
    .r1 {
        font-size:13px !important;
    }
    .fa-info-circle {
        font-size:23px !important;
    }
    .ttl-label-outward {
      font-size: 17px;
      font-weight: bold;
      color:#324C96 !important;
    }
    .label-outward-disabled {
        font-size:17px;
    }
    .btn-default-outward {
    padding: 8px 0px !important;
    font-size: 12px !important;
    min-width: 90px !important;
    }
}
@media(max-width: 767px) {
    .label-outward{
      font-size: 17px !important; 
      margin-top: 0px;
    }
    .input-outward{
        font-size: 15px !important;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .input-outward:valid ~ label, /*detects if input has valid input*/
    .input-outward:focus ~ label{ 
      top: -20px;
      margin-top: 23px;
    }
    .form-error {

        font-size:12px;
    }
    .select-error.form-error {
    bottom: -5px;
    }
    .space-provider {
      height: 200px !important;
   }
    .outward-form {
        padding-right: 0px;
        padding-left: 0px;
    }
     .row2{
      margin: 23px 0; /* need some nice spacing here */
      position: relative; /* this one is important */
    }
     .select-from-outward {
        font-size: 15px;
    }
    
    .r1 {
        font-size:16px ;
    }
    .label-outward-disabled {
        font-size:17px;
    }
    .btn-default-outward {
    padding: 8px 0px !important;
    font-size: 15px;
    min-width: 150px;
    }
}

@media(max-width: 991px) {
    
}