﻿.no-after:after {
	display:none !important;
}
.no-border {
    border-width:0 !important;
}
.no-border-top {
    border-top-width:0 !important;
}
.no-border-bottom {
    border-bottom-width:0 !important;
}
.no-border-left {
    border-left-width:0 !important;
}
.no-border-right {
    border-right-width:0 !important;
}
textarea.no-resize {
    resize:none;
}
.position-absolute{position:absolute!important;}
.position-fixed{position:fixed!important;}
.word-normal{word-break:normal!important;word-wrap:normal!important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    vertical-align: middle;
}

.table.no-border>tbody>tr>td, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>td, .table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>thead>tr>th
{
    border-width: 0;
}

.table td{ word-break: break-all;word-wrap:break-word; }
.ul-buttons{ list-style:none;margin:0;padding:0;}
.ul-buttons li{margin-bottom:3px;}

ul.states{list-style:none;padding:0;margin:0; display:inline-block; position:relative; vertical-align:middle;}
ul.states > li.state-item{padding:3px 0;min-width:120px;}
li.state-item span{float:left;}
li.state-item .btn{float:left;margin-left:5px;display:inline;font-size:12px;padding:3px 6px;line-height:1;}

.transparent{background-color:transparent!important;}
.error-container h1 {margin-top:-130px!important;}
.error-container h2{margin:10px 0!important;}
.buttons-container .btn {margin:8px 5px  8px 0;}



