

body {
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
}


hr{
    height:1px; 
    border:0; 
    background-color:#E1E1E1;
}


#calendar {
    width: 90%;
    margin: 0 auto;
}


.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .dropdown > a .caret{
    /*color:#91090d;*/
    color:#999;
}



.editar,
.excluir,
.ver{
    
    width:30px;
    text-align: center;
    
}
.excluir a{
    color:red;
}
.ver a{
    color: limegreen ; 
}

th {
    font-size:10px;
}


.fc-event,
.fc-event-title{
    color: #000000;
    
}



.colorPicker-picker{
    margin-top:8px;
    float:left;
    
}


.img-login{
    width:90%;
    max-width: 543px;
    
    margin:0 auto 0 auto; 
    text-align:center;
    
}

.img-login img{
    width:100%;
}







       .arquivos{
           box-sizing: border-box;
           width:47%;
           min-height:110px;
           
           margin-left:1%;
           margin-right:1%;
           margin-bottom:30px;
           float:left;
           background-color:#F4F4F4;
           border-bottom:solid 1px #E1E1E1;
           
           word-wrap: break-word;
           text-align:left;
           padding:20px;
       }
       
       .arquivos:hover{
           background-color:#ffffcc;
       }
       
       .arquivos .preview{
           float:right;
           margin-left:30px;
       }
       
       .arquivos .tipo{
           float:left;
           margin-right:10px;
       }
       .arquivos .x{
           text-align:center;
           float:right; 
           width:26px;
           height:28px;
           color:red;
           font-weight: bold;
           font-size: 14px;
           padding:3px;
           border:solid 1px #F4F4F4;
           border-radius: 2px;
           margin-right:-5px;
           margin-top:-5px;
           display:block;
           
       }
       
       .arquivos a.x{
           background-color:white;
           color:red;
           text-decoration: none;
       }
       
       .arquivos a:hover.x{
           color:white;
           background-color:red;
       }    