/* ==========================================================================
   #FONT
   ========================================================================== */
.font-robo {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

.font-poppins {
  font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}

.font-opensans {
  font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
}

/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row .col-2:last-child .input-group-desc {
  margin-bottom: 0;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-refine {
  margin: 0 -15px;
}

.row-refine .col-3 .input-group-desc,
.row-refine .col-9 .input-group-desc {
  margin-bottom: 0;
}

.col-2 {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 55px;/*padding: 24px 55px;*/
  /*border-bottom: 1px solid #e5e5e5;*/
  font-size: 12px;
}

.form-row .name {
  width: 350px;
  color: #222;
  /*font-size: 15px;*/
  font-size: 14px;
  font-weight: 700;
  /*margin-top: 11px;*/
}
.form-row .name a {
	color: #222;
}
.form-row .value {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  font-size: 14px;
}

@media (max-width: 767px) {
  .form-row {
    display: block;
    padding: 24px 30px;
  }
  .form-row .name,
  .form-row .value {
    display: block;
    width: 100%;
  }
  .form-row .name {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}

body {
  font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background: #2c6ed5;
}

.bg-red {
  background: #fa4251;
}

.bg-dark {
  background: #1a1a1a;
}

.bg-totem {
    background: #FBFBFB;
}

.bg-gra-01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
  background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
}

.bg-gra-02 {
  background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
  background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%);
}

.bg-gra-03 {
  background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
  background: -webkit-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: -moz-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: -o-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  /*padding-top: 100px;*/
  padding-top: 10px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w960 {
  max-width: 960px;
}

.wrapper--w900 {
  max-width: 900px;
}

.wrapper--w790 {
  max-width: 790px;
}

.wrapper--w780 {
  max-width: 780px;
}

.wrapper--w680 {
  max-width: 680px;
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
/*  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
  cursor: pointer;
/*  font-size: 15px;*/
  font-size: 12px;
  /*text-transform: capitalize;*/
  font-weight: 700;
  color: #fff;
  font-family: inherit;
}

.btn:hover {
    color: #fff !important;
}
.btn--radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn--radius-2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn--pill {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.btn--green {
  background: #57b846;
}

.btn--green:hover {
  background: #4dae3c;
}

.btn--green-2 {
  background: green;
}

.btn--green-2:hover {
  background: #4dae3c;
}

.btn--blue {
  background: #4272d7;
}

.btn--blue:hover {
  background: #3868cd;
}

.btn--blue-2 {
  background: #2c6ed5;
}

.btn--blue-2:hover {
  background: #185ac1;
}

.btn--red {
  background: #ff4b5a;
}

.btn--red:hover {
  background: #eb3746;
}

.btn--grey-2 {
  background: #666666;
}

.btn--grey-2:hover {
  background: #777777;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
  background-color: #2c6ed5;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
input,
textarea {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  resize: none;
}

.input-group {
  position: relative;
  margin: 0;
}

.input--style-6,
.input--style-7,
.select--style-6,
.textarea--style-6 {
  background: transparent;
  /*line-height: 38px;*/
  line-height: 24px;
  border: 1px solid #BDBDBD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; 
  color: #A4A4A4;
  font-size: 14px;
/*  font-size: 15px;*/
/*  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

.select--style-6 {
    color: #000;
    padding: 2px;
}

.input--style-7 {
    padding: 0 3px;
}
.input--style-6,
.textarea--style-6 {
    padding: 0 8px;
}
.input--style-6::-webkit-input-placeholder,
.input--style-7::-webkit-input-placeholder,
.textarea--style-6::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

.input--style-6:-moz-placeholder,
.input--style-7:-moz-placeholder,
.textarea--style-6:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

.input--style-6::-moz-placeholder,
.input--style-7::-moz-placeholder,
.textarea--style-6::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

.input--style-6:-ms-input-placeholder,
.input--style-7:-ms-input-placeholder,
.textarea--style-6:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.input--style-6:-ms-input-placeholder,
.input--style-7:-ms-input-placeholder,
.textarea--style-6:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

/*.input--style-6:focus,
.input--style-7:focus,
.textarea--style-6:focus,
.select--style-6:focus {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}*/
.select--style-6 {

}
.textarea--style-6 {
  line-height: 1.2;
  min-height: 120px;
  padding: 10px 20px;
}

.label--desc {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .label--desc {
    margin-top: 14px;
  }
}

.input-file {
  display: none;
}

.input-file + label {
  /*font-size: 15px;*/
/*  font-size: 12px;
  color: #fff;
  color: white;
  line-height: 40px;
  line-height: 30px;
  background-color: #666666;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  display: inline-block;
  margin-right: 15px;
/*  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
  cursor: pointer;
}

/*.input-file:focus + label,
.input-file + label:hover {
  background: #1b1b1b;
}*/

.input-file__info {
  /*font-size: 15px;*/
  font-size: 12px;
  color: #666;
}

@media (max-width: 767px) {
  .input-file__info {
    display: block;
    margin-top: 6px;
  }
}


/* ==========================================================================
   #TITLE
   ========================================================================== */
.title {
/*  font-size: 26px;*/
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #FFA700;/*#fff;*/
/*  margin-bottom: 24px;*/
   margin-bottom: 10px;
}

@media (max-width: 767px) {
  .title {
    padding: 0 15px;
  }
}
h2.title {
    margin-top: 20px;
}
h2.title_small {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    color: #305573;
}
/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
/*  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  background: #fff;
}

.card-6 {
  /*background: transparent;*/
  background: #FFF;
  border-top: 8px solid #66A3DA;
}

.card-6 .card-heading {
  background: transparent;
}

.card-heading {
  padding-top: 10px;
  padding-left: 20px;
}

.card-6 .card-body {
  background: #fff;
  position: relative;
  /*border: 1px solid #e5e5e5;*/
  border-bottom: none;
   padding: 10px 0;
/*  padding: 30px 0;*/
  padding-bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.card-6 .card-body:before {
  bottom: 100%;
  left: 75px;
  border: solid transparent;
  /*content: "";*/
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
}

.card-6 .card-footer {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 55px;
}

@media (max-width: 767px) {
  .card-6 .card-footer {
    padding: 50px 30px;
  }
}

.text_center {
    text-align: center;
}

.text_center h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FFA700;
    margin-bottom: 24px;
}

.text_content1 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}
.text_content1 p {
    font-size: 20px;
    color: #FFF;
}

.content_indent {
    margin-left: 25px;
}

.radio-container.box input[type="radio"], .radio-container.nobox input[type="radio"] {
	position: absolute;
	right: 9000px;
}
.radio-container.box i, .radio-container.nobox i {
	color: #305573;
}
/*.radio-container input[type="radio"] {
	border-radius: 50%;
    background: #fff;
    border: 3px solid #FFF;
    width: 13px;
    height: 13px;
    outline: 1px solid #305573;
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
}
.radio-container input[type="radio"]:focus {
	background: #305573;
	outline: 1px solid #305573;
}
.radio-container input[type="radio"]:checked {
	background: #305573;
	outline: 1px solid #305573;
}*/

.radio-container.box {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #305573; 
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
	padding: 8px;
}
.radio-container.box span {
	color: #305573;
	font-size: 14px;
	margin-left: 3px;
}
.radio-container.box input[type="radio"]:checked {
	background: #FFF;
	border: 2px solid #305573;
	outline: 2px solid #FFF;
}

.radio-container.nobox {
	background: #fff;
	padding: 8px;
  display: block;
}
.radio-container.nobox span {
	color: #305573;
	font-size: 14px;
	margin-left: 3px;
}
/* .radio-container.nobox input[type="radio"]:checked {
	background: #305573;
} */
label {
	cursor: pointer;
}
.margin_radio_box_row {
	margin-bottom: 5px;
}


/*==================================================================*/
.form-check label{
    font-size: 14px;
	font-weight: 400;
	color: #222;
}
.label-check-box {
    font-size: 15px;
}
input[type="checkbox"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
.checkbox_container {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #305573;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
	padding: 8px;
	color: #305573 !important;
	font-size: 14px;
	font-weight: 700 !important;
}
.checkbox_container i {
	font-size: 18px;
	margin-right: 3px;
}
.checkbox_container.active {
	color: #FFF !important;
	background: #305573;
}
.checkbox_container_nobox {
	border-radius: 8px;
  display: block;
	padding: 8px;
	color: #305573 !important;
	font-size: 14px;
	font-weight: 700 !important;
}
.checkbox_container_nobox i {
	font-size: 18px;
	margin-right: 3px;
}
.checkbox_container_nobox.active {
	color: #305573 !important;
}
.spinner {
  /*width: 100px;*/
  width: 50px !important;
}
.spinner input {
  text-align: right;
}
.input-group.spinner input {
	height: 25.6px;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 5.6px 6px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  padding: 5.7px 6px;
  border-top-right-radius: 8px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 8px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 3px;/*4px;*/
}

.form-control {
    font-size: 14px !important;
    padding: 0px 10px !important;
/*    height: 22.5px !important;*/
	height: 24px !important;
    width: 50px !important;
    /*padding: 19px 12px !important;*/
}

.btn {
    font-size: 10px !important;

    /*padding: 9.5px 9px !important;*/
}
.btn--blue-2, .btn--green-2 {
    color: #fff !important;
}
input[type=text], input[type=email], textarea, label.radio-container {
   color: #000 !important;
}
button {
    font-weight: bold !important;
}

.address_box {
    border: 1px solid #BDBDBD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 3px;
    width: 377px;
}

.address_box textarea {
    line-height: 20px;
    padding: 0px 10px 5px 5px;
    overflow: hidden;
	font-size: 14px;
}


.other_requirements {
  border: 1px solid #BDBDBD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 3px;
  width: 377px;
}

.other_requirements textarea {
  line-height: 20px;
  padding: 0px 10px 5px 5px;
  overflow: hidden;
  font-size: 14px;
}

label {
    margin-bottom: 0 !important;
}
#progressbar{
  counter-reset: step;
  margin: 20px auto;
  text-align: center;
  /*width: 400px;*/
}
#progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
        font-size: 24px;
        display: inline-block;
        *display: inline; /*IE7*/
        *zoom: 1; /*IE7*/
	color: #B3B3B3;
	font-weight: 700; 
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 80px; height: 80px;
	line-height: 72px;
	margin: 0 16px 26px auto;
	text-align: center;
	border-radius: 50%;
	background: #E0E0E0; 
	border: 6px solid #FBFBFB;
	outline: 1px solid #B3B3B3;
	display: inline-block;
	z-index: 99;
	position: relative;
	text-align: center;
	font-size: 40px;
	color: #B3B3B3;
	font-weight: 700; 
}
#progressbar li.active:before{
	color: #305573;
	background: #D0E4F3; 
	border: 6px solid #FBFBFB;
	outline: 1px solid #305573;
}

#progressbar li.active {
	color: #305573;
}
#progressbar li.danger {
	color: red;
}

#progressbar li.error {
	color: red;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
/*#progressbar li.active:before {
        color: white;
	border-color: green;
        background: green;
}*/

#progressbar li.error:before{
	border-color: red;
}

#progressbar li.active + li:after {
	/*background-color: green;*/
        background-color: #ddd;
}
#progressbar li.active::after {
    background-color: green !important;
/*    position: absolute;
    left: -50%;
    top: 30px;
    top: 20.5px;
    z-index: 1;*/
}
.modal-large{width: 80%}
.callout.boxcount {
    border-color: #0097bc;
    background: #eee;
}
.disbaled-div {
	pointer-events:none;
}
#po_list tooltip:not(:first-child){
    margin-left: -8px !important;
}
#progressbar li.current:before {
	background: rgba(242,246,248,1);
background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(0%, rgba(216,225,231,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}

div.data_content{
    border-top: 2px solid rgba(0, 0, 0, 0.20);/*#4dae3c;*/
    margin: 25px;
}

h1.plan_header {
    /* width: 110px; */
    margin-top: -15px;
    margin-left: 0px;
    background: white;
    z-index: 1;
    padding-left: 10px;
	padding-right: 10px;
	color: #305573;
	font-size: 18px;
	font-weight: 700; 
  display: inline;
  position: relative;
  top: -12px;
}

.capitalize {
    text-transform: capitalize;
}

input:-moz-read-only { /* For Firefox */
  background-color: #eee;
}

input:read-only {
  background-color: #eee;
}
.top_bar {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 30px 0px;
}

/*new ui*/
.form_box {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(136, 136, 136, 0.20);
	padding: 40px 0px;
}

.margin-dep {
	margin-bottom: 8px;
}

.input-group .form-control:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.day_week {
	line-height: 27px;
	color: #222;
	font-size: 14px; 
}

.blue_white_btn {
	font-size: 14px !important; font-weight: 700;color: #305573; 
	padding: 10px; border-radius: 8px; border: 1px solid #305573; 
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19); 
}

.dark_blue_btn {
	font-size: 14px !important; font-weight: 700;color: #fff; 
	padding: 10px; border-radius: 8px; border: 1px solid #305573; 
	background: #305573; 
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19); 
}

.dark_gray_btn {
	font-size: 14px !important; font-weight: 700;color: #fff; 
	padding: 10px; border-radius: 8px; border: 1px solid #828282; 
	background: #828282; 
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19); 
}

.green_btn {
	font-size: 14px !important; font-weight: 700;color: #fff; 
	padding: 10px; border-radius: 8px; border: 1px solid #27AE60; 
	background: #27AE60; 
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19); 
}

.btn-footer-width {
	min-width: 134px;
}
.footer_box_line {
	border-top: 1px solid #BDBDBD;
	margin:  0px 55px 24px 55px;
}

.card-footer-container {
	display: flex;
	justify-content: center;
	padding: 5px 55px;
}

i.fa.fa-trash-o {
	color: #f44336;
}

/*select2*/
.select2-container--default .select2-selection--single {
	border-radius: 8px !important;
}
