﻿* {
    font-family: 'Roboto', sans-serif;
}

input[type="file"] {
    display: none;
}

.logo {
    padding: 15px 0px 16px 10px;
    
}
    .logo img {
        max-height: 80px;
    }
.custom-file-upload {
    border: 1px solid #0b22af;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: white;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #0c22af;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 1.2em;
}

.input-search {
    width: 100%;
    border-radius: 5px;
}
body {
    background: whitesmoke !important;
}

h3 {
    color: #540539;
}

.div-container {
    margin-left: auto;
    margin-right: auto;
    padding: 6%;
    padding-top:0px;
    background: #fcfcfc;
    width: fit-content;
}


.radio-container,
.check-container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 14px;
    display: block;
}

/* Hide the browser's default radio button */
    .radio-container input,
    .check-container input
    {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;

}
.radio-container .checkmark
{
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark,
.check-container:hover input ~ .checkmark
{
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark,
.check-container input:checked ~ .checkmark
{
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after,
.check-container input:checked ~ .checkmark:after
{
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after{
    top: 9px;
    left: 9px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: white;
}

.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.columnbox {
    border: 1px solid #0000002b;
    padding: 10px;
    margin: 4px;
}
.row-striped {
    padding-top: 10px;
}
    .row-striped:nth-of-type(odd) {
        background-color: #f9f9f9;
        box-shadow: 2px 4px 2px gainsboro;
        margin-bottom: 9px;
        margin-top: 9px;
    }

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

#UrgenciaONocturnoLabelDisabled{
    display:none;
}
/********************LOGIN****************/
@import url('https://fonts.googleapis.com/css?family=Numans');

.body-login {
    background-image: url('../img/backgroundLogin.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }
.card-header {
    background: #ffffffd6;
}
.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.field-validation-error {
    color: red;
    text-shadow: 2px 2px 2px black;
}

    /**************************************/
.add-order{
    float:right;
    margin-bottom:10px;
}
.estado-orden {
    padding: 5px;
    background: #e2e2e2;
    margin: 12px;
}

.estado-rechazado {
    padding: 5px;
    background: #e2e2e2;
    margin: 12px;
}

.rejected-row {
    background: #ff4545;
    box-shadow: 0px 1px 7px;
}

.reingressed-row {
    background: #70b370;
    box-shadow: 0px 1px 7px;
}

.img-uploaded-file {
    width: 23%;
    margin: 16px;
    border: 2px solid white;
    box-shadow: 0px 0px 3px;
}

.page-nr {
    background: #bbbbbb;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
    color: #194285;
}


.page-nr-selected-page {
    background: #194285;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
    color: #bbbbbb;
}
.table-responsive {
    overflow-x: initial !important;
}

#SegmentosFieldset {
    border: 1px solid gray;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 7px;
    font-size: 11px;
}
    #SegmentosFieldset label {
        margin-left: 15px;
        margin-top: 2px;
    }

    #SegmentosFieldset input[type="radio"] {
        margin-top: 3px;
        position:absolute;
    }

    .legendSegmentos {
        font-size: 1.1em;
        padding-left: 19px;
        margin-top: 75px;
    }