body, html {
  height: 100%; }

/* body {
  background-image: url("/Qsubmit/img/img.jpg");
 } */

 body{
     background-color: #ebf0f4 !important;
 }

/* Start Form */
h1{
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 43px;
  letter-spacing: -2px;
  padding-top: 37px;
  
}

.container{
    width: 90!important;
}

.container-edit{
     max-width: 1004px;
    margin-bottom: 50px;
    margin-top: -52px;
    border-radius: 0px !important;
    background-color: #ebf0f4;
}
.Qsubmit {
    max-width: 800px;
    margin: 50px auto;

}


/*form des*/
.Qsubmit input{
    padding-left: 33px;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 15px;
}

.Qsubmit .form-group {
    margin-bottom: 0px;
    position: relative;

}

.Qsubmit input,
input.btn,
label.file-upload
{
    margin-bottom: 15px;
}
/*form dropdown*/
button.btn.dropdown-toggle.btn-default
{
    width: 311px;
    padding-left: 33px;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0px;
    margin-top: 15px;
    color: #fff;
    background-color: #0C4847!important;
}


.Qsubmit i{
    height: 0px;
    float: left;
    position: relative;
    top: -42px;
    left: 8px;
    color: #059e1f;
}

.Qsubmit .sel-coll{
    position: relative;
    top: 29px;
    left: 8px;
    color: #059e1f;
    display: block;
}

.Qsubmit .sel-send{
    position: relative;
    top: -27px;
    left: 8px;
    color: #ffffff;
    display: block;
}

.Qsubmit .btn-primary {
    color: #fff;
    background-color: #0C4847 !important;
    border-color: #0C4847;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0px;
    margin-top: 15px;
    width: 311px;
    border-radius: 4px;
}

.Qsubmit .send-btn{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px 100px;
    color: rgb(255, 255, 255);
}

.Qsubmit .submit-row{
    padding-right: 110px;
}

.Qsubmit .asterisx{
  float: right;
  height: 0;
  font-size: 23px;
  position: absolute;
  top: 23px;
  right: 23px;
  color: #b90d0d;
}

.Qsubmit .custom-alert{

  padding: 5px 10px;
  margin-bottom: 0px;
  display: none;
}

.Qsubmit .custom-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0px;
}

.Qsubmit .customtable{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;

}
/*dropdown alert set*/
.Qsubmit .first-dropdown-alert{
  margin-top: 15px;
}

/*dropdown hilite set*/
.Qsubmit .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #119439;
    outline: 0;
}

/*delete arow in input tybe Number*/
.Qsubmit input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.Qsubmit .input-lable-custom{
  max-width: 10%;
      max-height: 0px;
      margin-bottom: -16px;
}

.Qsubmit label.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0px !important;
    min-height: 0px !important;
    font-size: 48px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}



.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;

    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";

    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;

    border: 2px solid #15162bbd;
    border-radius: 2px;
    left: 0px;

    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;

    transform: rotate(-45deg);

    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.Qsubmit .lable-chech-edit{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;
}




#myFooter {
    background-color: #008080;
    color: white;
    padding-top: 30px;
    padding-bottom: 0px;
    /* box-shadow: 0px -15px 20px 0px #0336497a; */

}

#myFooter .footer-copyright {
    background-color: #0c4847;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter ul li {
  color:#9e9e9e;
}

#myFooter h3 {
    font-size: 20px;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #0c4847!important;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

#myFooter .btn_contact{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;

}

/*navbar style*/

.navbar {
  /* box-shadow: 0px 12px 20px 2px rgba(0, 0, 0, 0.59), 0 2px 10px 0 rgba(0, 0, 0, 0.62) !important; */
  background-color: #3c3d41d9 !important;
  font-size: 15px;

  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 17px !important;
  letter-spacing: -1px;
  border-color: #08080800;
}
.nav-main{
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 23px !important;
  letter-spacing: 0px;

}

.nav-link {
  color: white;
  text-align: center;
  transition: .3s;
  border-radius: 30px;
}
.nav-link:hover {
  color: white;
  /* box-shadow: 0px 0px 4px 1px #ffffff85; */
  text-shadow: 0px 0px 1px white;
}

.navbar-toggler {
  transition: .5s;
  border: 2px solid #ffffff9e;
  color: #f8f8ffe3;
}
.navbar-toggler:hover {
  /* box-shadow: 0px 0px 4px 2px #ffffff85; */
  text-shadow: 0px 0px 2px white;
}

.sidenav .nav-link {
  color: #ffffffba;
  white-space: nowrap;
  transition: .3s;
}
.sidenav .nav-link:hover {
  background-color: #a7a7a766;
  color: #fff;
}


.fa, .fab, .fal, .far, .fas {
  font-size: 1.25rem;
}

.btn-outline-light {
  border: none;
}
.btn-outline-light:hover {
  color: white;
  border-radius: 0px;
  background: transparent;
  /* box-shadow: 0px 0px 4px 1px #ffffff85; */
  text-shadow: 0px 0px 1px white;
}

/* agremant style*/
.agremant-styles{
    color: #337ab7 !important;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
  
}

button.btn.dropdown-toggle.btn-default {
    background-color: #0C4847 !important;
    border-radius: 4px;
    box-shadow: none;
}
