/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.list-group-item ul li{
    margin: 12px;
}
.list-group-item ul{
    margin: 14px; padding: 0px;
}
.dataTables_filter{
float: right;
}
.pagination{
float: right;
}
.error{
color: #FF8080;
}
.DTTT{
    display: inline-block;
    float:right;
    //margin-top: 10px;
}
.export {
    border: 1px solid #eee;
}
.dataTables_scroll {
  margin-bottom: 0px;
}
.dataTables_scrollHead {
  border-bottom: 2px solid #ddd !important;
}
.dataTables_scrollBody {
  border-bottom: 0px solid #ddd !important;
}
.pagination {
    position: inherit !important;
}
@media (max-width: 480px) {
 #language_button{
            position: absolute;
            width: 140px;
            right: 0px;
            top: 26px;
            margin-bottom: 50px;
        }
        #language_button:after{
            content: "";
                clear: both;
        }
}