@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);

.border-color-red {
    border-color: red;
}

.btn-group, .btn-group-vertical {
    margin-left: 0px;
}

.btn-default:hover {
    color: #F71818 !important;
}

.btn-default:active {
    background: #128AA2 !important;
    color: #fff !important;
}

.btn-default.selected {
    background: #128AA2 !important;
    color: #fff !important;
}

.btn.btn-default {
    padding: 6px 30px !important;
}

table.blue th {
    color: #F71818 !important;
}

.well.blue label,
.row.blue label {
    color: #F71818;
}

.top-space {
    margin-top: 45px;
}


.col-md-2 input,
.col-md-2 select,
.col-md-3 input,
.col-md-3 select {
    width: 100% !important;
}

.ajax-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url(../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 500;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.form-control {
    font-size: 13px;
}

.btn-group, .btn-group-vertical {
    margin-left: 20px;
}

.btn.btn-default {
    padding: 6px 11px !important;
}

.btn-default:hover {
    color: #fff !important;
}


#boxUserLogged {
    padding-top: 14px;
}

.css-flag {
    float: right;
    /*margin-top: 109px;*/
    margin-right: -50px
}

.css-Exit {
    /*float: right;*/
    margin-top: 30px;
}

.text-align-right {
    text-align: right !important;
}

.background-none {
    background: none !important
}

#dtpUser > span {
    padding-top: 7px;
}

#boxUserLogged {
    width: 100%;
}



/*.btn-group, .btn-group-vertical {
     margin-left: 20px; 
}*/

/*#boxUserLogged > div.col-md-2, #boxUserLogged > div:nth-child(8) {
    margin-top: 18px; 
}*/


.col-md-2 {
    padding-right: 0;
    padding-left: 5px;
}




#txtFilterBovineNumber {
    min-height: 69px;
    width: 157px;
}


#container > div > div:nth-child(2) > div > div.clsDateEsport > div:nth-child(1) > label,
#container > div > div:nth-child(2) > div > div.clsDateEsport > div:nth-child(2) > label,
#container > div > div:nth-child(2) > div > div.clsDateBirth > div:nth-child(1) > label,
#container > div > div:nth-child(2) > div > div.clsDateBirth > div:nth-child(2) > label,
#container > div > div:nth-child(2) > div > div.clsDateUpload > div:nth-child(1) > label,
#container > div > div:nth-child(2) > div > div.clsDateUpload > div:nth-child(2) > label {
    color: #F31821;
    font-size: 14px;
}

#txtFilterBovineNumber {
    resize: none;
}
/*---Search Bovine---*/
#search-bovine textarea {
    width: 100%;
    overflow-y: scroll;
}

#search-bovine input,
#search-bovine select {
    width: 100%;
}

btnExit {
    height: 35px;
    width: 35px;
}

/*---DEBUG----*/
.col-xs-4 {
    background: aliceblue;
    border: 1px solid #fff;
}

.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
    border: 1px solid #fff;
    min-height: 40px;
}

#search-bovine > div:nth-child(4) > div > div > div:nth-child(1) > label,
#search-bovine > div:nth-child(4) > div > div > div:nth-child(3) > label,
#search-bovine > div:nth-child(5) > div > div:nth-child(1) > label,
#search-bovine > div:nth-child(5) > div > div:nth-child(3) > label,
#search-bovine > div:nth-child(6) > div > div:nth-child(1) > label,
#search-bovine > div:nth-child(6) > div > div:nth-child(3) > label {
    color: #f71818;
}

#search-bovine > div:nth-child(7) > div {
    margin-top: 10px;
}

.jqListDetail {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: auto;
    width: 50%;
    height: 300px;
    overflow: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.opacizer {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 450;
}

@media only screen and (max-width: 600px) {
    input.conf {
        width: 100%;
        margin-bottom: 5px;
        font-size: 18px;
    }

    input.val {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
    }
}
