﻿body {
}

  .btn-default {
            background-color :#004b87;
            /*#43b02a;*/
            color:white;
        }
  .customHeaderStyle {
                background-color: #004b87;
                color:white;
            }
 /*.cosamiDiv{
    margin-bottom:1px;
    padding-left:0px!important;
    padding-right:0px!important;

}*/
.cosamiTiulo {
    
    background-color: #004987;
    color: white;
    text-align: center;
    /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(0,117,201,1),  rgba(0,73,135,1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(0,73,135,1), rgba(0,117,201,1), rgba(0,73,135,1));

 
}
.cosamiEtiquetaVerdeXXLarge {
    background: linear-gradient(to right, rgba(0,73,135,1), rgba(0,117,201,1), rgba(0,73,135,1));
    background-color: #004987;
    color: white;
    text-align: center;
    font-size:xx-large;
    border-radius:30px;
}
.cosamiEtiquetaAzulLarge {
     background: linear-gradient(to right,rgba(0,73,135,1), rgba(0,117,201,1));
    background-color: #015382;
    color: white;
    text-align: center;
    font-size:larger;
    border-radius:30px;
    padding-left:15px;
    padding-right:15px;


}
.cosamiEtiquetaVerdeLarge {
    
    background-color: #0075c9;
    color: white;
    text-align: center;
    font-size:larger;
    border-radius:30px;


}
.cosamiBordeAzul {
  border:3px; 
  border-style:solid; 
  border-color:#0075c9;
  color:white;
  background-color:#0075c9;
    text-align:center;
    width:45px;
    border-radius:180px;

}
.cosamiDiv {
padding:0px;
 margin-bottom:3px;
    padding-left:0px!important;
    padding-right:0px!important;
    /*background-color:#e6e7e9;*/
}

 .botonCosami {
            background-color :#0075c9;
            color:white;
        }
.alert-info {
    color:#31708f;
    background-color:#d9edf7;
    border-color: #bce8f1;
}
.dxbs-textbox .form-control, .dxbs-memo .form-control, .dxbs-button-edit .form-control, .dxbs-button-edit .input-group .form-control, .dxbs-spin-edit .form-control, .dxbs-spin-edit .input-group .form-control, .dxbs-dropdown-edit .input-group .form-control{
    border-radius:30px;
}
.dxbs-3 .dxbs-button-edit .input-group div:not(.input-group-btn) + .input-group-btn:last-child > .btn:not(:hover):not(:active):not(:focus), .dxbs-3 .dxbs-spin-edit .input-group div:not(.input-group-btn) + .input-group-btn:last-child > .btn:not(:hover):not(:active):not(:focus), .dxbs-3 .dxbs-dropdown-edit .input-group div:not(.input-group-btn) + .input-group-btn:last-child > .btn:not(:hover):not(:active):not(:focus){
    border-radius:30px;
     background-color:#0075c9;
}
.btn-default{
    border-color:#0075c9;
}
/*ADICIONAL*/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          border-radius: 30px;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 30px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
/*FIN ADICIONAL*/
