﻿input[type='checkbox']:after {
    
    content: "";
    position: absolute;
    display: none;

    width: 19px;
    height: 19px;
    border-radius:2px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #3498DB;
    transition: 0.5s ease;
    cursor: pointer;
}

input[type='checkbox']:checked:after {
    background-color: #3498DB;
}

input[type='checkbox'] + label {
    display:inline;      
    
    cursor: pointer;
    text-indent: 20px;
    padding-left:15px;
    color:#7D7B7B;


}


input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius:2px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #3498DB;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 10px;

}

input[type='radio']:checked:after {
    background-color: #3498DB;
}

input[type='radio'] + label {
    /*display:inline;*/
    cursor: pointer;
    text-indent: 20px;
    padding-left: 15px;
    color: #7D7B7B;
    padding-top:5px;
}


/*.button {
    width:100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color:#1a8dcc;
  color: #fff;
  cursor:pointer;
}*/

.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    width:100%;
}

.btn-border-blue {
    border: 1px solid #264FEA !important;
}

.btn-border-white {
    border: 1px solid white !important;
}

.font-blue {
    color: #264FEA !important;
}

    .font-blue:hover {
        color: white !important;
        background-color: #264FEA !important;
        border-color: #5DACD8;
    }


.btn-accept {
     color: #fff;
  background-color: #1a8dcc;
  border-color: #1a8dcc;
}

.btn-accept:hover {
 color: #fff;
  background-color: #5DACD8;
  border-color: #5DACD8;
}


.label-text {
    /*color:#575859;*/
    /*color: #505F81;*/
    color: #3162BB;
    color: #575859;
    font-size: 1rem;
    /*font-weight: bold;*/
}
.text-box {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
}

.dropdownlist {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /*background-color: #F8F8F8;*/
    background-color: #fafbff;
    background-clip: padding-box;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 1px solid #A7BEE8;
    border-radius: 0.0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-box-line-bottom {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fafbff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 1px solid #A7BEE8;
}

    .text-box-line-bottom:focus {
        outline: 0;
        /*background: #fff;*/
        border-top: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 1.5px solid #1744BB;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.text-box-line:focus {
    outline: 0;
    /*background: #fff;*/
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 1.5px solid #1744BB;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.text-view-line {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top: 1px solid #B7B7B7;
    border-left: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    border-radius: 0.5rem;
}

    .text-view-line:focus {
        outline: 0;
        background: #fff;
        border-top: 1px solid #1744BB;
        border-left: 1px solid #1744BB;
        border-right: 1px solid #1744BB;
        border-bottom: 1px solid #1744BB;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.date-to {
    display: flex;
    text-align:center;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    border-top: 1px solid #E0E0E0;
    border-left: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;    
}




/*Opciones seleccion items*/


.opt {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #DBDBDB !important;
    /*border-left:1px solid #ACACAC;
    border-right:1px solid #ACACAC;
    border-bottom:1px solid #ACACAC;
     border-radius: 0px 0px 0px 5px;*/
    background-color:white;
}

.opt:hover {
    background-color:#CACACA;
}

.btn-group-vertical>.opt:hover, .btn-group>.opt:hover {
    z-index: 1;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.opt:not(:first-child) {
    margin-left: -1px;
}
.btn-group>.btn-group:not(:first-child)>.opt, .btn-group>.opt:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn-group:not(:last-child)>.opt, .btn-group>.opt:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.btn-group-vertical>.opt, .btn-group>.opt {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

