﻿



#divSystemIssue{
    height:100%;
}

body {
    background-image: url('../../img/itla/backgroundM.png');
    background-position-x: 65%;
    height:100%;
    border-radius: 0px;
}

.main-mesa-ayuda {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.card {
    margin: 0 auto;
    width: 70%;
}

.form-img {
    background-image: url('../../img/itla/Reporte-caso.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.col-lg-4 {
    margin: 0;
    padding: 0;
}

.form-case-title {
    padding-left: 15px;
    padding-right: 15px;
    color: #003876 !important;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0.3em 0px;
}

.form-case {
    padding: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-selection.select2-selection--single {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.form-control.form-control-solid {
    background-color: #fff;
    border-color: #ccc;
    color: #3f4254;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
}

.form-control[readonly] {
    background-color: #f3f6f9 !important;
    opacity: 1;
}

.form-control:focus {
    color: rgb(63, 66, 84);
    background-color: rgb(255, 255, 255);
    border-color: rgb(103 168 237) !important;
    outline: 0px;
    -webkit-box-shadow: none;
    box-shadow:none;
}


.select2-selection.select2-selection--single:focus {
    border-color: rgb(103 168 237) !important;
}



.select2-container .select2-selection--single {
    height: calc(2em + 0.8rem) !important;
}

.form-group label {
    font-size: 1.1em !important;
    color: #003876 !important;
    font-weight: 800 !important;
}

.btn {
    font-weight: 800 !important;
}

.btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #067d21;
    border-color: #067d21;
}

.btn svg{
   width:18px;
   height:20px;
   margin-right: 5px;
}


.select2-selection__arrow {
    top: 10px !important;
}
    .btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.card.py-2{
    background-color:transparent;
}




.col-lg-8 {
    padding-right: 29px;
}


@media (max-width: 1449px) {
    .card {
        margin: 0 auto;
  
    }
}


@media (max-width: 1268px) {
    .card {
        margin: 0 auto;
      
    }
}


@media (max-width: 992px) {
    .form-img{
        display:none;
    }
    .card {
        margin: 7.5px;
        margin: 0 auto;
    }
}




@media (max-width: 767px) {
    .card {
   
     
        width:100%;
    }

    .main-mesa-ayuda {
 
    }

    .form-case-title {
        font-size: 2rem;
    }

    .col-lg-8 {
        padding-right: 15px;
    }

    main {
        margin-top:0px !important;
    }

    body {

        background-position-x: 1%;
    }

    .lbl-back{
        display:none;
    }

    .default-transition {
        height: auto !important;
    }

}
