.dashboard-panel {
    background: none repeat scroll 0 0 #ffffff;
    color: #272e31;
    font-weight: normal;
}

.dashboard { 
    margin: 0; 
    padding: 0; 
    width: 100%;
    font-family: 'Open Sans'; 
    list-style-type: none;
    margin-bottom: 50px;
}

.dashboard li {
    margin: 20px 20px 0 0;
    padding: 1px;
    float: left;
    width: 400px;
    height: 250px;
    font-size: 4em;
}

.dashboard .head {
    color: #272E31;
    font-size: 12pt;
    margin: 15px;
    cursor: move;
}

.dashboard .content {
    background: #FFFFFF;
    padding: 0 15px;
    color: #272E31;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
    font-size: 9pt !important;
    cursor: move;
}

.not-margin-right {
    margin-right:0 !important;
}

.dashboard h3{
    font-size: 12pt;
    font-family: 'Open Sans';
    font-weight: normal;
}

.dashboard b.larger{
    font-size: 14pt;
}

.dashboard b.medium{
    font-size: 12pt;
}

.dashboard b.small{
    font-size: 10pt;
}

.dashboard hr.small{
    margin-top: 8px;
    margin-bottom: 10px !important;
}

.dashboard a.edit{
    float: right;
    display: inline;
    background: url('/gax2condutores/images/dashboard-edit.png') no-repeat;
    width: 33px;
    height: 33px;
    margin: -40px 25px;
    text-indent: -9999em;
    outline: none;
}

.dashboard a.edit:hover {
    background: url('/gax2condutores/images/dashboard-edit-over.png') no-repeat;
}

.dashboard a.remove{
    float: right;
    display: inline;
    background: url('/gax2condutores/images/dashboard-remove.png') no-repeat;
    width: 33px;
    height: 33px;
    margin: -40px -10px;
    text-indent: -9999em;
    outline: none;
}

.dashboard a.remove:hover {
    background: url('/gax2condutores/images/dashboard-remove-over.png') no-repeat;
}

.div-periodo{
    margin-top: -210px;
    width: 100%;
    height: 170px;
    background: white;
    position: relative;
    float: left;    
}


/* Status para os painéis da dashboard */
.status-dashboard {
    font-size: 9pt;
    font-weight: 700;
    height: 25px;
    min-width: 80px;
    border-radius: 5px; /* para funcionar no Firefox*/
    -webkit-border-radius: 5px; /* para funcionar no Chrome ou no Safari */
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 26px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.internal-link {
    color: #1C94C4;
    text-decoration: none;
    cursor: pointer;
}

.ver-detalhes {
    color: #1C94C4;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    margin-left: 8px;
}

.text-align-right{
    float: right;
    padding-right: 10px;
}

/* Estilos para o painél de adicionar um novo painél */
li div#novo {
    float: left; 
    cursor: pointer;
    width: 396px;
    height: 247px;
    background: #F2F2F2;
}

.background-new-panel{
    background: #F2F2F2;
    border: 1px dashed;
}

.div-new-panel{
    margin-top: -151px;
    width: 397px;
    height: 248px;
    background: white;
    position: relative;
    margin-left: -16px;
    padding-left: 20px;
}

.div-check-box{
    width: 379px;    
    height: 190px;
    overflow-y: auto;
    position: relative;
}

.div-buttons{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.img-new-panel {
    margin-top: 27%;
    margin-left: 43%;
    border: 10px;
}