/* Add here all your CSS customizations */
a.link-register { color:#fff; text-decoration:none;}
a.link-register:hover { color:#fff; text-decoration:none;}
.body-sign .panel-sign .panel-title-sign .title.title-reg:hover {background:#1a75a2}
.ui-pnotify .notification .ui-pnotify-title{ margin-top: 10px; }
a.panel-title:hover, a.panel-title:focus{ text-decoration:none; }
.user-data-custom{ margin-top: 110px; }
.user-data-custom a { color: rgba(255, 255, 255, 0.7); font-weight:bold; }
.sidebar-widget.widget-tasks ul li a{ padding: 5px 0px 0px 55px; }
.checkbox-custom-noLabel{ padding-top: 13px; margin-bottom: -6px !important; }
#adddomain, #removedomain { cursor: pointer; background: #eaeaea; border-radius: 5px;}
div.box-post-answer p, div.box-post-answer span, div.box-post-answer * { font-size: 13px!important;line-height: 22px!important; font-family: Open Sans!important; }
div.box-post-answer {clear:both;}

.table-bordered > tbody > tr > td {vertical-align: middle;}

form header.panel-heading {
    background: #0077ec;
    color: #fff;
}

form .panel-actions a {
    color: #fff!important;
}

form h2.panel-title {
    color: #fff;
}


@media only screen and (max-width: 767px) {

    .panel-actions { float: right; }
    .userbox.open .dropdown-menu { left:4px; }
    .userbox .name, .userbox .role {
        max-width: 240px;
    }

    .body-sign .center-sign, .body-sign {
	    display:block;
    }

}

@media only screen and (min-width: 1200px){
    .rss-dashboard {
        float: right;
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1112px)
{

    .sidebar-left { width:25%; }
    section.content-body { width:75%; }

}

/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    section.content-body { width:75%; }

}*/

