.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto;
    z-index: 1000 !important
}
.ui-datepicker * {
    padding: 0;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px
}
.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none
}
.ui-datepicker .ui-datepicker-prev {
    float: left
}
.ui-datepicker .ui-datepicker-next {
    float: right
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font: normal 20px/34px 'dashicons';
    padding-left: 7px;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px
}
.ui-datepicker .ui-datepicker-prev:before {
    content: '\e091';
    font-family: 'Glyphicons Halflings'
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none
}
.ui-datepicker .ui-datepicker-next:before {
    content: '\e092';
    font-family: 'Glyphicons Halflings'
}
.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
    color: #444
}
.ui-datepicker thead {
    color: #fff;
    font-weight: 600
}
.ui-datepicker th {
    padding: 10px
}
.ui-datepicker td {
    padding: 0;
    border: 1px solid #f4f4f4
}
.ui-datepicker td.ui-datepicker-other-month {
    border: transparent
}
.ui-datepicker tr:first-of-type td {
    border-top: 1px solid #f0f0f0
}
.ui-datepicker td.ui-datepicker-week-end {
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0
}
.ui-datepicker td.ui-datepicker-today {
    background-color: #388e3c
}
.ui-datepicker td.ui-datepicker-current-day {
    background: #3f51b5
}
.ui-datepicker td.ui-datepicker-current-day .ui-state-default,
.ui-datepicker td.ui-datepicker-today .ui-state-default {
    color: #fff
}
.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #444
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #3f51b5
}
.ui-datepicker thead {
    background: #32373c
}
.ui-datepicker td .ui-state-hover {
    background: #3f51b5;
    color: #fff
}
-body {
    font-weight: 300 !important;
    background-color: #f2f2f2
}
.noPadding {
    padding: 0px
}
.panel-success>.panel-heading {
    background-color: #43a047;
    border-color: #43a047;
    color: #FFF
}
.panel-danger>.panel-heading {
    background-color: #f44336;
    border-color: #f44336;
    color: #FFF
}
.cell-content {
    overflow: hidden;
    text-overflow: ellipsis
}
.padding-cell {
    padding: .1em !important
}
.padding-filter-cell {
    padding: .1em !important
}
.panel-search-heading {
    padding: .1em 15px !important
}
.panel-search-heading-margin {
    margin: 0.5em 0
}
.separation-cell-info {
    margin-left: 7px
}
.paddingR15 {
    padding-right: 15px
}
.noPaddingLR {
    padding-left: 0px;
    padding-right: 0px
}
.noPaddingTB {
    padding-top: 0px;
    padding-bottom: 0px
}
.noPaddingR {
    padding-right: 0px
}
.noPaddingL {
    padding-left: 0px
}
.label-title {
    font-size: 120%;
    font-weight: bold
}
-label.required:after {
    content: " *"
}
.table.table-bordered>thead>tr>td,
.table.table-bordered>tbody>tr>td {
    border-left: none;
    border-right: none
}
.table-background {
    background-color: #3f51b5;
    color: #fff
}
.table-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3f51b5
}
.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee
}
.pricing-active {
    border: 3px solid #3f51b5;
    margin-top: -10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}
.pricing:hover {
    border: 3px solid #3f51b5
}
.pricing:hover h3 {
    color: #3f51b5
}
.pricing-head {
    text-align: center
}
.pricing-head h2,
.pricing-head h3 {
    margin: 0;
    line-height: normal
}
.pricing-head h2 span,
.pricing-head h3 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic
}
.pricing-head h2 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #3f51b5;
    border-bottom: solid 1px #3f51b5
}
.pricing-head h3 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7
}
.pricing-head-active h3 {
    color: #3f51b5
}
.pricing-head h3 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative
}
.pricing-head h3 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative
}
-ul.pricing-content {
    margin-bottom: 0
}
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #ccc;
    background-color: #fbfef2
}
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
    background-color: #fbfef2;
    padding-top: 10px
}
.price-active,
.pricing:hover {
    z-index: 9
}
.price-active h3 {
    color: #3f51b5
}
.no-space-pricing .pricing:hover {
    transition: box-shadow .2s ease-in-out
}
.no-space-pricing .price-active .pricing-head h3,
.no-space-pricing .pricing:hover .pricing-head h3 {
    color: #3f51b5;
    padding: 15px 0;
    font-size: 80px;
    transition: color .5s ease-in-out
}
.deep-blue-bg {
    background-image: linear-gradient(45deg, #25315f, #43b1ff 65%, #3673b1);
    color: #fff
}
.white-bg {
    background-color: #f9f9f9;
    color: #7d7d7d
}
.fingerprints {
    margin-top: -40px;
    width: 50%;
    left: 25%
}
.presentation-title {
    font-size: 30px;
    font-weight: 600
}
.presentation-text {
    font-size: 19px
}
.presentation-advantage-title {
    color: #303f9f
}
.presentation-icon {
    font-size: 40px
}
.field-material {
    position: relative
}
.field-material>ul {
    margin-top: -10px;
    position: absolute
}
.field-label-material {
    position: relative;
    margin: 0;
    display: block;
    color: #bfbfbf;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    transform: translateY(24px);
    transition: transform 0.3s, color 0.3s;
    transform-origin: 0 50%
}
.field-input-material {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 8px 0;
    line-height: 16px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    outline: none
}
-textarea.field-input-material {
    height: 90px;
    margin-bottom: 10px
}
.field-material::after,
.field-material::before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
    background-color: #e6e6e6
}
.field-material::after {
    background-color: #303f9f;
    transform: scaleX(0);
    transition: transform 0.3s
}
.has-label .field-label-material {
    transform: translateY(0) scale(.75)
}
.is-focused .field-label-material {
    color: #303f9f
}
.field-material.is-focused::after {
    transform: scaleX(1)
}
.dashboard-container {
    height: 300px;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1px solid #aaa
}
.dashboard-container:hover,
.dashboard-container-application:hover {
    border: 1px solid #3f51b5;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}
.dashboard-container-application {
    background-color: #fff;
    border-color: transparent
}
.dashboard-tile-title {
    color: #7a7c7d;
    text-transform: uppercase
}
.left-menu-selection .carret-primary {
    color: #3f51b5
}
.left-menu-selection:hover .carret-primary {
    color: #fff
}
.left-menu-selection {
    padding: 7px 0;
    background-color: #fff;
    color: #333
}
.left-menu-selection a {
    color: #333
}
.left-menu-selection:hover a {
    color: #fff
}
.left-menu-selection:hover {
    cursor: pointer;
    background-color: #3f51b5;
    color: #fff
}
.panel-default>.panel-heading.panel-primary {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #3f51b5;
    border-color: #3f51b5;
    color: #fff
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    margin-right: 3px;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}
.navbar.navbar-default {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}
.navbar.navbar-primary {
    color: #ffffff !important;
    background-color: #3f51b5;
    border-color: #3f51b5;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase
}
.navbar.navbar-primary a {
    color: #ffffff
}
.navbar.navbar-primary .dropdown-menu a {
    color: #333
}
.navbar.navbar-primary .icon-bar {
    background-color: #fff
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #303f9f
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #303f9f
}
.panel.panel-default {
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}
.panel-default>.panel-heading {
    background-color: #eeeeee;
    border-color: transparent;
    border-radius: 2px 2px 0 0;
    color: rgba(0, 0, 0, 0.87)
}
.btn {
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)
}
-a:hover {
    color: #5c6bc0
}
-a {
    color: #303f9f
}
-a.a-success:hover {
    color: #43a047
}
-a.a-success {
    color: #388e3c
}
.btn.btn-primary {
    background-color: #303f9f;
    border-color: #303f9f
}
.btn.btn-primary:hover {
    background-color: #304f9f;
    border-color: #304f9f
}
.btn.btn-success {
    background-color: #388e3c;
    border-color: #388e3c
}
.btn.btn-success:hover {
    background-color: #43a047;
    border-color: #43a047
}
.btn.btn-danger {
    background-color: #d32f2f;
    border-color: #d32f2f
}
.btn.btn-danger:hover {
    background-color: #f44336;
    border-color: #f44336
}
.btn.btn-info {
    background-color: #00897b;
    border-color: #00897b
}
.btn.btn-info:hover {
    background-color: #009688;
    border-color: #009688
}
.btn.btn-warning {
    background-color: #ffa000;
    border-color: #ffa000
}
.btn.btn-warning:hover {
    background-color: #ffb300;
    border-color: #ffb300
}
.transaction-credit {
    color: #388e3c
}
.transaction-debit {
    color: #d32f2f
}
.transaction-abondement {
    color: #ffa000
}
.child-selected {
    background-color: #3f51b5;
    color: #fff
}
.child-selected>.text-danger {
    color: #fff
}
.child-selected>.text-success {
    color: #fff
}
.transaction-date {
    text-transform: uppercase;
    color: #9E9E9E;
    font-size: 120%
}
.transaction-type {
    font-weight: bold
}
.transaction-amount {
    font-weight: bold;
    padding-right: 25px
}
.transaction-description {
    color: #9E9E9E;
    font-size: 90%
}
@media (max-width:767px) {
    .dashboard-container-first {
        border-right: 0 solid transparent
    }
    .dashboard-container-last {
        border-top: 1px solid #aaa
    }
}
@media (min-width:768px) {
    .dashboard-container-first {
        border-right: 1px solid #aaa
    }
    .dashboard-container-last {
        border-top: 1px solid #aaa
    }
    .dashboard-container-application {
        height: 300px
    }
}
@media (min-width:992px) {
    .first_name {
        margin-left: 5px;
    }
    .dashboard-container-first {
        border-right: 1px solid #aaa
    }
    .dashboard-container-last {
        border-left: 1px solid #aaa;
        border-top: 0 solid transparent
    }
    .dashboard-container-application {
        height: auto
    }
}
#loader-wrapper {
     width: 100%;
     height: 100%;
     z-index: 1000
 }
#loader {
     display: block;
     position: relative;
     left: 44%;
     top: 50%;
     width: 80px;
     height: 80px;
     margin: 5px 0px 5px 0px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #3498db;
     -webkit-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite
 }
#loader:before {
     content: "";
     position: absolute;
     top: 5px;
     left: 5px;
     right: 5px;
     bottom: 5px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #e74c3c;
     -webkit-animation: spin 3s linear infinite;
     animation: spin 3s linear infinite
 }
#loader:after {
     content: "";
     position: absolute;
     top: 15px;
     left: 15px;
     right: 15px;
     bottom: 15px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #f9c922;
     -webkit-animation: spin 1.5s linear infinite;
     animation: spin 1.5s linear infinite
 }
@-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg)
     }
     100% {
         -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }
@keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg)
     }
     100% {
         -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }
.cell-padding {
    padding: 10px 5px
}
.cell-padding-table {
    padding: 5px 5px
}
.header-table-color {
    background-color: #3f51b5;
    color: white
}
.footer-table-color {
    background-color: #566ef6;
    color: white
}
.logo_h__txt {
    font: bold 60px/60px Georgia, "Times New Roman", Times, serif
}
-a>.fa-facebook-f {
    color: #7d7d7d
}
-a>.fa-twitter {
    color: #7d7d7d
}
.fa-facebook-f:hover {
    color: #3b5998
}
.fa-twitter:hover {
    color: #0084b4
}
.navbar-brand>img {
    height: 100%;
    padding: 10px;
    width: auto
}
.material-checkbox {
    position: relative;
    margin: 16px 0;
    text-align: left
}
.material-checkbox.material-checkbox-inline {
    display: inline-block
}
.material-checkbox label {
    cursor: pointer
}
.material-checkbox label:before,
.material-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}
.material-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s
}
.material-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
    z-index: -1
}
.material-checkbox input[type="checkbox"]:checked+label:before {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54)
}
.material-checkbox input[type="checkbox"]:checked+label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0.84);
    border-top-style: none;
    border-right-style: none
}
.material-checkbox input[type="checkbox"]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26)
}
.material-checkbox input[type="checkbox"]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26)
}
-input[type="checkbox"].material-checkbox-primary:checked+label:before,
-input[type="checkbox"].material-checkbox-danger:checked+label:before,
-input[type="checkbox"].material-checkbox-info:checked+label:before,
-input[type="checkbox"].material-checkbox-warning:checked+label:before,
-input[type="checkbox"].material-checkbox-success:checked+label:before {
    border: none
}
-input[type="checkbox"].material-checkbox-primary:checked+label:after,
-input[type="checkbox"].material-checkbox-danger:checked+label:after,
-input[type="checkbox"].material-checkbox-info:checked+label:after,
-input[type="checkbox"].material-checkbox-warning:checked+label:after,
-input[type="checkbox"].material-checkbox-success:checked+label:after {
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none
}
-input[type="checkbox"].material-checkbox-primary:checked+label:before {
    background: #303f9f
}
-input[type="checkbox"].material-checkbox-danger:checked+label:before {
    background: #d32f2f
}
-input[type="checkbox"].material-checkbox-info:checked+label:before {
    background: #00897b
}
-input[type="checkbox"].material-checkbox-warning:checked+label:before {
    background: #ffa000
}
-input[type="checkbox"].material-checkbox-success:checked+label:before {
    background: #388e3c
}
.checkbox-label-material {
    font-weight: 400
}
.navbar-primary .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 385px
}
.navbar-primary .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
    color: #000
}
.drop-content {
    color: #333
}
.navbar-primary .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll
}
.navbar-primary .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5
}
.navbar-primary .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5
}
.navbar-primary .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 5px 0px
}
.navbar-primary .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999
}
.navbar-primary .dropdown-menu.notify-drop .rIcon:hover {
    color: #333
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li a {
    font-size: 0.9em;
    font-weight: normal
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li {
    text-transform: none
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    border-color: #e2e2e2
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li small {
    color: #C0C0C0
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745
}
.navbar-primary .dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff)
}
.navbar-primary .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px
}
.navbar-primary .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none
}
.navbar-primary .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333
}
.panel-draggable {
    cursor: move
}
.panel-collapse {
    cursor: pointer
}
.display-none {
    display: none
}
.hide-element {
    visibility: hidden
}
.tooltip-inner {
    background-color: white !important;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    padding: 10px
}
.iconfw::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px
}
.colorTpError {
    color: #ba9217
}
.tooltip-inner-yellow {
    border-color: #ba9217 !important;
    max-width: 500px
}
.tooltip-inner-yellow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    color: #ba9217
}
.font80>span {
    font-size: 80%
}
.text-break {
    word-wrap: break-word
}
.tabSubFocus:hover {
    background-color: white;
    border-radius: 10px
}
.blue-child-focus>div:hover,
.blue-light-focus:hover {
    background-color: #c9ddff
}
.vertical-align {
    display: flex;
    align-items: center
}
.align-right {
    text-align: right
}
.is-pointer {
    cursor: pointer
}
.input-field1 {
    position: relative;
    width: 100%;
}
.input-field1 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FEC50A;
    transition: 0.2s all;
    cursor: text;
}
.input-field1 input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    box-shadow: none;
    height: 40px;
    color: #32395F;
}
.input-field1 input:invalid {
    outline: 0;
// color: #ff2300;
//   border-color: rgba(0,0,0,1)
}
.input-field1 input:focus,
.input-field1 input:valid {
    border-color: rgba(0,0,0,1);
}
.input-field1 input:focus~label,
.input-field1 input:valid~label {
    font-size: 14px;
    top: -24px;
    color: #FEC50A;
}
.input-field2 {
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.input-field2 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FEC50A;
    transition: 0.2s all;
    cursor: text;
}
.input-field2 input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    box-shadow: none;
    height: 40px;
    color: #32395F;
}
.input-field2 input:invalid {
    outline: 0;
// color: #ff2300;
//   border-color: rgba(0,0,0,1)
}
.input-field2 input:focus,
.input-field2 input:valid {
    border-color: rgba(0,0,0,1);
}
.input-field2 input:focus~label,
.input-field2 input:valid~label {
    font-size: 14px;
    top: -24px;
    color: #FEC50A;
}
.input-field3 {
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.input-field3 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FEC50A;
    transition: 0.2s all;
    cursor: text;
}
.input-field3 input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    height: 40px;
    box-shadow: none;
    color: #32395F;
}
.input-field3 input:invalid {
    outline: 0;
// color: #ff2300;
//   border-color: rgba(0,0,0,1)
}
.input-field3 input:focus,
.input-field3 input:valid {
    border-color: rgba(0,0,0,1);
}
.input-field3 input:focus~label,
.input-field3 input:valid~label {
    font-size: 14px;
    top: -24px;
    color: #FEC50A;
}
.input-field4 {
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.input-field4 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FEC50A;
    transition: 0.2s all;
    cursor: text;
}
.input-field4 input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    box-shadow: none;
    color: #32395F;
}
.input-field4 input:invalid {
    outline: 0;
// color: #ff2300;
//   border-color: rgba(0,0,0,1)
}
.input-field4 input:focus,
.input-field4 input:valid {
    border-color: rgba(0,0,0,1);
}
.input-field4 input:focus~label,
.input-field4 input:valid~label {
    font-size: 14px;
    top: -24px;
    color: #FEC50A;
}
.custom-select {
    position: relative;
    font-family: Arial;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    border-bottom: 2px solid rgba(0,0,0,.4)
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div{
    color: #000;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    user-select: none;
}
.select-items div:last-child{
    border-top: 1px solid rgba(0,0,0,.2);
}
.select-selected{
    color: #FEC50A;
    padding: 8px 16px 8px 0;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,.5);
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 600;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    border: 1px solid rgba(0,0,0,.2);
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.form{
    padding: 50px 0;
    font-family: open sans !important;
    font-weight: 400;
}
.container-fluid .form .row.bg{
    background-color: #3B6A96 !important;
    padding: 30px !important;
}
.pannel input{
    outline: none;
    padding-left: 10px;
    border-radius: 5px;
}
.pannel1 input{
    outline: none;
}
.pannel button{
    outline: none;
}
.pannel1 button{
    outline: none;
}
.panel_heading{
    margin-bottom: 30px;
}
.panel_input p{
    margin-bottom: 0px;
}
.panel_input1 p{
    margin-bottom: 0px;
    width: 100%;
}
.panel_input1{
    margin-bottom: 10px;
}
.panel_input2{
    margin-bottom: 10px;
}
.panel_input3{
    margin-bottom: 20px;
}
.panel_input4{
    margin-bottom: 20px;
}
.panel_input3 p{
    height: 20px;
}
.panel_input4 p{
    height: 20px;
}
.panel_input input{
    /*background: none;*/
    border: none;
    /*border-bottom: 2px solid rgba(0,0,0,.5);*/
    width: 100%;
    /*border-radius: 0px;*/
}
.panel_input input::placeholder{
    color: #000;
    font-size: 15px;
}
.panel_input1 img{
    width: 6%;
}
.panel_input5 p{
    padding-left: 10px;
    font-weight: 400;
}
.panel_input5 select{
    width: 100%;
    outline: none;
    border-radius: 5px;
    height: 30px;
    padding-left: 15px;
    border: 1px solid #000;
}
.label-title strong span{
    border: 2px solid #3498DB;
    border-radius: 50px;
    padding: 4px 15px;
    font-size: 100%;
}
.redio{
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
.status p{
    margin-bottom: 0;
}
.net p{
    font-weight: 600;
}
.net input{
    /*background: none;*/
    border: none;
    /*border-bottom: 2px solid rgba(0,0,0,.5);*/
    width: 100%;
    padding-left: 10px;
    /*border-radius: 0px;*/
    height: 40px;
}
.net input::placeholder{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.pannel button{
    background: #3498db;;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px 50px;
    margin-top: 20px;
    font-size: 20px;
}
.result{
    border: 1px solid #FFF;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 6px;
}
.hour input{
    background: #fff;
    border: none;
    /*border: 1px solid #000;*/
    width: 100%;
    height: 65px;
    padding: 15px;
    -webkit-text-align: end;
    text-align: end;
    font-size: 20px;
    border-radius: 5px;
    color: #32395F;
}

.hour label {
    color: #FEC50A;
}

.ecard label {
    color: #FEC50A;
}

.hour input::placeholder{
    color: #000;
    text-align: end;
    font-size: 20px;
}
.ecard input{
    background: #fff;
    border: none;
    /*border: 1px solid #000;*/
    width: 100%;
    height: 65px;
    padding: 15px;
    text-align: end;
    font-size: 20px;
    border-radius: 5px;
    color: #32395F;
}
.ecard input::placeholder{
    color: #000;
    text-align: end;
    font-size: 20px;
}
.per p{
    color: #FFF;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 15px 0 0px;
    text-align: center;
}
.email p{
    margin-bottom: 10px;
    color: #FFF;
}
.abc input::placeholder{
    font-weight: 400;
    vertical-align: top;
}
.code{
    background: #fff;
    border: none;
    /*border: 1px solid #000;*/
    width: 25%;
    height: 50px;
    padding: 15px;
    margin-right: 10px;
    border-radius: 5px;
    color: #32395F;
}
.e_mail{
    background: #fff;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*border: 1px solid #000;*/
    width: 50%;
    height: 50px;
    padding: 15px;
}

.first_name{
    background: #fff;
    border: none;
    /*border: 1px solid #000;*/
    width: 50%;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #32395F;
}

.last_name{
    background: #fff;
    border: none;
    /*border: 1px solid #000;*/
    width: 50%;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 5px;
    color: #32395F;
}

.text p {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.email .last_button{
    background: #3498db;
    color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border: 1px solid #000;*/
    width: 25%;
    height: 50px;
    margin-left: -1px;
}
.abc{
    -webkit-display: flex;
    display: flex;
}
.panel_input1 p a{
    color: #000 !important;
    text-decoration: none;
}
.panel_input6{
    margin-top: 10px;
}
.net p a{
    color: #000 !important;
    text-decoration: none;
}
.hour p a{
    color: #000 !important;
    text-decoration: none;
}
.form .tooltip-inner{
    background-color: rgba(0,0,0,.8) !important;
    border: none;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
}
@media (max-width: 768px) {
    .panel_input{
        width: 100%;
        display: inline-block;
        float: left;
    }
    .hour{
        width: 50%;
        float: left;
    }
    .ecard{
        width: 50%;
        float: right;
    }
    .pannel{
        margin-bottom: 40px;
    }
    .pannel1{
        margin-bottom: 40px;
    }
    .panel_input5{
        width: 100%;
        float: left;
    }
    .panel_input6{
        width: 100%;
        float: right;
    }
}
@media (max-width: 500px) {
    .input-field1 input:focus~label,
    .input-field1 input:valid~label {
        font-size: 12px;
        top: -40px;
    }
    .input-field2 input:focus~label,
    .input-field2 input:valid~label {
        font-size: 12px;
        /*top: -40px;*/
    }
    .input-field3 input:focus~label,
    .input-field3 input:valid~label {
        font-size: 12px;
        /*top: -40px;*/
    }
    .panel_heading {
        margin-bottom: 40px;
    }
    .input-field4 input:focus~label,
    .input-field4 input:valid~label {
        font-size: 12px;
    }
    .panel_input{
        width: 100%;
    }
    .panel_input5{
        width: 100%;
    }
    .panel_input6{
        width: 100%;
    }
    .pannel button{
        /*padding: 8px 70px;*/
    }
    .hour{
        width: 100%;
    }
    .ecard{
        width: 100%;
    }
    .panel_input2 p{
        height: 20px;
    }
    .hour p{
        height: 20px;
    }
    .pannel{
        margin-bottom: 40px;
    }
    .pannel1{
        margin-bottom: 40px;
    }
    .per p{
        padding: 0 10px;
    }
    .code{
        width: 100%;
    }
    .e_mail{
        width: 60%;
        margin-top: 10px;
    }
    .email .last_button{
        width: 40%;
        float: right;
        border-left: none;
        margin-top: 10px;
    }
    .abc{
        display: unset;
    }
    .label-title strong span{
        border: 2px solid #3498DB;
        border-radius: 50px;
        padding: 4px 14px;
        font-size: 90%;
    }
    .input-field1 input{
        height: 45px;
    }
}
