﻿

.config-sql
{
    position:fixed;
    width:16px;
    height:16px;
    left: 10px;
    top: 10px;
    display:block;
    background-image:none;
    }
.config-sql:hover
{
    background-image:url(../images/config-icon.png);
}
    
table tr td.detail:hover
{
    cursor:pointer;   
    background-color:#77f;
}   
table tr td.edit:hover
{
    cursor:pointer;   
    background-color:#52c531;
}
table tr td.delete:hover
{
    cursor:pointer;       
    background-color:#f55;
}
table tr td.seleccionar:hover
{
    cursor:pointer;   
    background-color:#52c531;
}
        
table.tabla tr:hover
{
    background-color:#f3f3f3;
}
table tr.seleccionada
{
background-color: #52c531 !important;
}

a.agregar
{
    color:#fff !important;
}
a.negro
{
    color: #333333;
}

body
{
    margin:0px;
    padding:0px;
    background:none;
    }
body.loginpage *
{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.headtitle
{
    margin-bottom:0px;
    }
    
    input.fecha
    {
        width: 90px !important;
        float: left;
    margin-right: 13px;
        }
        input.hora
        {
            width: 50px !important;
            }
            
            div.bootstrap-timepicker-widget
            {
                width:150px
                }
                
                
     
input.mycheck
{
     margin: 0px !important;
  width: 20px;
 
    }
span.mychecktext
{
 margin-right:25px;
    }
span.myelemento
{
    width: 250px;
  display: block;
  background-color: #5b8cae;
  padding: 6px;
  margin-bottom: 3px;
  color: #fff;
    }
    input.agregarelemento
    {
        width:210px !important;margin-right:2px;margin-top:4px;
        }
        
button.agregarelemento
{
    margin-top:4px;
    }
    span.myelemento.campo
{
      background-color: #2a9680;
    }
    
    span.myelemento.rolusuario
    {
        background-color: #393;
        }
 span.myelemento.rolusuario2
    {
        background-color: #595;
        }
        
input.mycheckbox
{
width: 39px;
margin: 0px !important;
}
    
    .fileupload{margin-bottom: 0px; }
    
form.stdform2 > div, div.divsfilas > div
{  
    background: #fcfcfc;
    border-top: 1px solid #ddd;
}


.bootstrap-timepicker-widget table td input {
  width: 100%;
}

div.divsfilas > div input[type="checkbox"]{
    width: 20px;
  height: 20px;
    }
    
span.myelemento.archivo
{
    background-color: #56BEDD;
  width:50%;
  border: 1px solid #2AABD2;
    }
    

    
    

/************************************************************************/
ul.dropdown                         { position: relative; z-index:9999 }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ddd; list-style:none }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #bbb;
	 								  color: #07351E; text-decoration:none }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{  border: 1px solid #47755E; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border: 1px solid #ccc;border-top:none; float: none; }
ul.dropdown ul li:first-child       { border-top:  1px solid #ccc; } /* Doesn't work in IE */
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/************************************************************************/


.ad{text-align:right !important;}