/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.content-login{width:40%; margin:0px auto;}
.container-forgt{width:40%; margin:0px auto;}
#status{float:left;}
#btn-alterar-img-usuario{width: 120px;}
.login-info{padding: 20px 0px;}
.login-info a img{height:38px}
#progressbar{height:2px;}
#progresso{background:green}
.botao-space{margin-right: 3px;}
.form_erro{background:#C23535;}
.ui-accordion-content{background:#e6e6e6}
.desactive_btn{ opacity: 0.5}
.smart-timeline-content p {word-wrap: break-word;}
.container-fields label.checkbox{float: left; margin-left: 10px;}
.botao-z{
	height: 31px;
	padding: 0 22px;
	font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
	cursor: pointer;
}
.container-fields ul {list-style: none; float: left;}
.container-fields ul li{float: left;width: 20%;}
.box-filtros{padding: 30px; ;}
.box-filtros a{  top: -10px;right: -8px; position: absolute; color: red}
.box-filtros div{margin-left: 10px;position: relative}

.wadd .widget-body .item {
    padding: 0;
    height: 80px;
}
.wadd .widget-body .item .icon img {
    width: 80px; 
    height: 80px;
}
.wadd .widget-body .item .content {
    line-height: 20px; 
    font-size: 14px;
    padding: 10px;
    padding-left: 20px;
    color: #434950;
}
.wadd .widget-body .item .link .link-container {
    width: 36px;
    padding: 8px;
    background-color: #57889d;
    border-radius: 4px;
    margin-top: 22px;
}
.wadd .widget-body .item .link .link-container i {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1200px) 
{
    .wadd .widget-body .item .icon img {
        width: 70px;
    }
    .wadd .widget-body .item .content {
        padding-left: 35px;
    }
}

@media (max-width: 980px) 
{
    .wadd .widget-body .item {
        height: auto;
        text-align: center;
    }
    .wadd .widget-body .item .icon {
        margin-top: 20px;
    }
    .wadd .widget-body .item .link .link-container {
        margin: 20px auto;
    }
}

.widget-content.closed {
    display: none;
}

.widget-toggle-btn {
    float: right;
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
}
