﻿.input-title {
    clear: both;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #979da0;
}

.checkbox-container {
    display: inline-block;
    float: right;
    margin: 10px;
}
/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-label .checkbox-custom {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 24px;
        width: 24px;
        background-color: transparent;
        border-radius: 5px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        border: 2px solid #FFFFFF;
    }


    .checkbox-label input:checked ~ .checkbox-custom {
        background-color: #FFFFFF00;
        border-radius: 5px;
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        border: 2px solid #FFFFFF;
    }


    .checkbox-label .checkbox-custom::after {
        position: absolute;
        content: "";
        left: 12px;
        top: 12px;
        height: 0px;
        width: 0px;
        border-radius: 5px;
        border: solid #FFFFFF;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: 1;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }


    .checkbox-label input:checked ~ .checkbox-custom::after {
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        opacity: 1;
        left: 8px;
        top: 3px;
        width: 6px;
        height: 12px;
        border: solid #FFFFFF;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        border-radius: 0;
    }

    /* For Ripple Effect */
    .checkbox-label .checkbox-custom::before {
        position: absolute;
        content: "";
        left: 10px;
        top: 10px;
        width: 0px;
        height: 0px;
        border-radius: 5px;
        border: 2px solid #FFFFFF;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .checkbox-label input:checked ~ .checkbox-custom::before {
        left: -3px;
        top: -3px;
        width: 24px;
        height: 24px;
        border-radius: 5px;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        z-index: 999;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }


.combo {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #979da0;
    font-weight: 700;
    width: 100%;
    background: transparent;
    height: 60px;
}

.form-container {
    padding: 30px 45px;
}

    .form-container .form-group input {
        height: 60px;
        background: transparent;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #979da0;
        font-weight: 700;
    }




input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-btn {
    position: relative;
}


.gridview {
    /*margin-left:5px;*/
    border: none;
    background-color: #F0F1F3;
    width: -webkit-fill-available;
    width: -moz-available;
    width: 100% ;
    margin-top: 24px;
}
    .gridview.mt-0{
        margin-top:0;
    }
    .gridview tr {
        text-align: left;
        border-bottom: solid;
        border-color: #FFFFFF;
        border-width: 10px;
        font-size: medium;
        align-items: center;
    }

.gridview-hover > tbody > tr:hover {
    background-color: #b81e205c;
}

.gridview th {
    border: none;
    background-color: #b81e20;
    padding: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
}

.gridview td {
    border: none;
    padding: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
    /*.gridview th:nth-of-type(1){
        width:20%
    }
    .gridview th:nth-of-type(2){
        width:20%
    }*/

.grid_scroll {
    overflow: auto; /*scroll*/
    /*border: solid 1px orange;*/
    height: 400px;
    /*width: 800px;*/
}
.list_header {
    background: #b81e20;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 400;
    padding: 25px 50px;
}
.penalizacion-header {
    background: #b81e20;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: white;
    text-align:center;
    font-weight: 400;
    padding: 10px 50px;
}

.paging{
    padding:20px 0;
}


a.hblack:hover, a.hblack:active {
    color: black;
    text-decoration: underline;
}
a.hwhite:hover, a.hwhite:active {
    color: white;
    text-decoration: underline;
}


.txt-center {
    text-align: center;
}

.back {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}
.mr-10 {
    margin-right: 10px;
}

.center {
    text-align: center;
}

.pb-100 {
    padding-bottom: 100px;
}

.link-text {
    display: table-row;
    font-size: 14px;
}

.div-ib {
    display: inline-block;
}

.form-control.p-6 {
    padding: 6px;
}

.cb-title {
    margin-top: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.btn.btn-info:hover {
    color: #5bc0de;
    border-color: #5bc0de;
}

.btn.btn-info {
    color: white;
    border-color: white;
}

a.penalizaciones {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #ffeb3b;
}
.btn-tb-sm{
    margin-top:5px!important;
    padding:4px;
}
.t_info li:nth-of-type(3) {
    padding-top: 10px;
}