.azul{
    background: #98BDFC;
    color:#00007A;
}

.nice_green{
    background: #E0FFB8;
}
.nice_red{
    background: rgba(245, 115, 115, 0.39);
}



/* LINKS */

a:link, a:visited {
    color: #036;
    text-decoration: none;
}

a:hover {
    color: #000;
    background: #ffc;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: #A80000 ;
    text-decoration: none;
}



.rojo {
background: #FC9898;

}

a.vd{
background: #E0FFB8;
border: 1px solid #94da3a;

}

.form-row input, .form-row textarea, .form-row select {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
border: 1px solid #bfbfbf;
padding: 5px;
}



.form-input {
width: 445px;
 
}

.form-row input[type="checkbox"] {
width: 45px;
 
}

.aligned label{
    width: 125px;
}

.field-email_name label, .field-email_address label, .field-email_subject label{
    width:155px;
}

form .field-email_name  p.help, form .field-email_address  p.help {
padding-left: 92px;
}





input[readonly], input[readonly="readonly"],textarea[readonly], textarea[readonly="readonly"] {
    background-color:rgba(216, 216, 216, 0.59);
}




#id_memberships, #id_industries{
    clear: both;
}

ul li{
    list-style-type: none;
    
}

.submit-row input{
    padding: 5px;
}
.submit-row input.azul{
background-color: hsl(201, 100%, 30%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
background-image: -moz-linear-gradient(top, #00a5ff, #006399);
background-image: -ms-linear-gradient(top, #00a5ff, #006399);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
background-image: -o-linear-gradient(top, #00a5ff, #006399);
background-image: linear-gradient(#00a5ff, #006399);
border-color: #006399 #006399 hsl(201, 100%, 25%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
-webkit-font-smoothing: antialiased;
}


.submit-row input.verde{
    background-color: hsl(86, 79%, 44%);
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(hsl(86, 79%, 84%)), to(hsl(86, 79%, 44%)));
    background-image: -moz-linear-gradient(top, hsl(86, 79%, 84%), hsl(86, 79%, 44%));
    background-image: -ms-linear-gradient(top, hsl(86, 79%, 84%), hsl(86, 79%, 44%));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(86, 79%, 84%)), color-stop(100%, hsl(86, 79%, 44%)));
    background-image: -webkit-linear-gradient(top, hsl(86, 79%, 84%), hsl(86, 79%, 44%));
    background-image: -o-linear-gradient(top, hsl(86, 79%, 84%), hsl(86, 79%, 44%));
    background-image: linear-gradient(hsl(86, 79%, 84%), hsl(86, 79%, 44%));
    border-color: hsl(86, 79%, 44%) hsl(86, 79%, 44%) hsl(86, 79%, 34%);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.66);
    -webkit-font-smoothing: antialiased;
}

th.column-options_col{
    width:100px;
}



.field-template_name{
  display: none;
}

.button, input[type=submit], input[type=button], .submit-row input {
    padding:6px 10px !important
}

#changelist .actions select {
    padding:6px 15px !important;
}    



#id_email_format li{
  float:left;
  
}

 
/*#company_employees-group input[type="text"]{
    width: 100px;
}

    
#id_notes{
width: 95%;
height: 20px;
}
*/


.fa{
font-size: 20px;
}
/*
#company_employees-group thead th:first-child, tfoot td:first-child{
	width:150px !important;
}

td.field-first{
    width: 150px !important;
}

td.field-last{
    width: 150px !important;
}
td.field-email{
    width: 150px !important;
}

td.field-positions , td.field-email{
    width: 100px;
} 


*/
 
 
.form-row input, .form-row textarea {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
border: 1px solid #bfbfbf;
padding: 5px;
width: 610px;
}


.inline-related h3 {
  background: yellow !important;
}


.field-positions select{
   height: 250px !important;
   width:  610px;
}

.field-notes textarea{
    height: 50px !important;
}
.field-groups select{
   height: 110px !important;
   width:  610px !important;
}
 
.field-tags select{
   height: 65px !important;
   width:  610px !important;
}
 
 
 