﻿html {
   
}
body {
    background-image: url(../Images/line-background-wave-gradient-template-design_483537-5080.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
}
.loign-lang {
    position: absolute;
    right: 15px;
    top: 15px;
}
.company-name {
    text-shadow: 1px 4px 3px grey;
    color: rgb(9 86 163);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

label {
    margin-bottom: 0 !important;
}

.pointer {
    cursor: pointer;
}

.adj_trms_cn {
    position: relative;
    top: 28px;
}
@media (min-width: 480px) {
    .adj_trms_cn {
        top: 0px;
    }
}

.logo {
    max-width: 60%;
    padding: 8px 15px 8px 8px;
  /*  background: white;*/
    border-radius: 4px;
}
.logo_30 {
    max-width: 30%;
    padding: 8px 15px 8px 8px;
    background: white;
    border-radius: 4px;
}
.top-header {
    /*background: #0b8380;*/
    color: #03a7a4;
    /*box-shadow: 0px -12px 22px black;*/
}

a {
    /*color: #08e1dc;*/
    text-decoration: underline;
    cursor:pointer;
}
.box {
    padding: 2%;
   /* background: #F6F6F6;*/
    box-shadow: 0px 0px 2px #939393;
    margin: 4% 0;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 26px !important;
}

.control-label {
    top: 0px;
    padding: 0 !important;
    position: relative;
    font-weight: normal;
    color: #707174;
}
/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #0b8380;
    border-color: #fefcf9;
}*/
select.form-control,
select.form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #038985;
    border-color: #038985;
}

input[type=text]:disabled, select:disabled {
    padding: 6px 8px;
}

.d-flex {
    display: flex !important;
}

.login-fixed-bottom {
    /* position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
    line-height: 15px;*/
    color: #6d6e71;
    /*    left: 0;*/
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.tooltip-cntr {
    display: flex;
    align-items: center;
    background: #ffdbc1;
    border: 1px solid #ffcda9;
    padding: 2px 8px;
}

.tooltip-inner {
    max-width: 250px;
    padding: 6px 8px;
    color: red;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border-radius: 2px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #ffcda9;
    border-width: 0 5px 5px;
}

.tooltip-icon {
    color: red;
}

.tooltip-cntr .tooltip-inner {
    padding-left: 4px;
}

.tooltip-icon i {
    color: red !important;
}

.swal-overlay {
    background-color: rgba(255, 255, 255, 0.95);
}

.swal-modal {
}

#loadingText {
    color: black;
}

.mar_B_20 {
    margin-bottom: 20px;
}

.mar_T_40 {
    margin-top: 40px;
}

.glyphicon {
    top: 2px;
}


.ripple-background {
    position: fixed;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}

    .circle.small {
        width: 200px;
        height: 200px;
        left: -100px;
        bottom: -100px;
    }

.medium {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.large {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
}

.xlarge {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
}

.xxlarge {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
}

.shade1 {
    opacity: 0.2;
}

.shade2 {
    opacity: 0.5;
}

.shade3 {
    opacity: 0.7;
}

.shade4 {
    opacity: 0.8;
}

.shade5 {
    opacity: 0.9;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.nopad {
    padding: 0;
}

.nopad_L {
    padding-left: 0;
}

.nopad_R {
    padding-right: 0;
}

.nopad_B {
    padding-bottom: 0;
}

.nopad_T {
    padding-top: 0;
}

.pad_10 {
    padding: 10px;
}

.pad_L_10 {
    padding-left: 10px;
}

.pad_R_10 {
    padding-right: 10px;
}

.pad_B_10 {
    padding-bottom: 10px;
}

.pad_T_10 {
    padding-top: 10px;
}

.pad_20 {
    padding: 20px;
}

.pad_L_20 {
    padding-left: 20px;
}

.pad_R_20 {
    padding-right: 20px;
}

.pad_B_20 {
    padding-bottom: 20px;
}

.pad_T_20 {
    padding-top: 20px;
}

.pad_30 {
    padding: 30px;
}

.pad_L_30 {
    padding-left: 30px;
}

.pad_R_30 {
    padding-right: 30px;
}

.pad_B_30 {
    padding-bottom: 30px;
}

.pad_T_30 {
    padding-top: 30px;
}

.nomar {
    margin: 0px;
}

.nomar_L {
    margin-left: 0;
}

.nomar_R {
    margin-right: 0;
}

.nomar_B {
    margin-bottom: 0;
}

.nomar_T {
    margin-top: 0;
}

.mar_5 {
    margin: 5px;
}

.mar_10 {
    margin: 10px;
}

.mar_L_10 {
    margin-left: 10px;
}

.mar_R_10 {
    margin-right: 10px;
}

.mar_B_10 {
    margin-bottom: 10px;
}

.mar_T_10 {
    margin-top: 10px;
}

.mar_20 {
    margin: 20px;
}

.mar_L_20 {
    margin-left: 20px;
}

.mar_R_20 {
    margin-right: 20px;
}

.mar_B_20 {
    margin-bottom: 20px;
}

.mar_T_20 {
    margin-top: 20px;
}

.mar_30 {
    margin: 30px;
}

.mar_L_30 {
    margin-left: 30px;
}

.mar_R_30 {
    margin-right: 30px;
}

.mar_B_30 {
    margin-bottom: 30px;
}

.mar_T_30 {
    margin-top: 30px;
}

.mar_40 {
    margin: 40px;
}

.mar_L_40 {
    margin-left: 40px;
}

.mar_R_40 {
    margin-right: 40px;
}

.mar_B_40 {
    margin-bottom: 40px;
}

.mar_T_40 {
    margin-top: 40px;
}