* {
    font-family: Verdana, sans-serif;
    font-size: 12px !important;
    border-radius: 0 !important;
}

span.label {
    font-size: 9px !important;
}

body {
    height: 100%;
    color: #000000;
    background-color: #f5f5f5;
}

input {
    padding: 2px 5px !important;
}

body.login {
    padding-top: 10%;
    color: #ffffff;
    background-color: #292a29;
}

b, .bold {
    font-weight: 600 !important;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    padding: 0;
}

.table {
	margin-bottom: 0;
}

.btn {
    /*height: 32px;*/
    height: 28px;
}

.btn-width {
    min-width: 160px !important;
}

.inline {
    display: inline-block;
}

.btn-warning {
    color: #000000 !important;
    background-color: #ffc20a !important;
    border: solid 1px #000;
}

.btn-warning:hover {
    color: #000000 !important;
    background-color: #d7a201 !important;
    border: solid 1px #000;
}

.btn-info {
    border: solid 1px #000000 !important;
    color: #ffffff !important;
    background-color: #535353 !important;
}

.btn-info:hover, a.btn-info:active:hover, a.btn-info:focus, a.btn-info:active:focus, a.btn-info:active {
    color: #ffffff !important;
    border: solid 1px #000000 !important;
    background-color: #3d3d3d !important;
}

.btn-danger {
    border: solid 1px #a01a24 !important;
    color: #ffffff !important;
    background-color: #eb525d !important;
}

.btn-danger:hover {
    border: solid 1px #a01a24 !important;
    color: #ffffff !important;
    background-color: #d93945 !important;
}

.btn-success {
	border: solid 1px #000000 !important;
	color: #ffffff !important;
	background-color: #449d44 !important;
}

.btn-success:hover {
	border: solid 1px #000000 !important;
}

.form-control {
    /*height: 32px;*/
    height: 28px;
}

.form-control:focus {
    border-color: #ebb308 !important;
    box-shadow: none !important;
}

.border {
    border: solid 1px red;
}

.white {
    background-color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.pagination {
    margin-top: 0;
}

.pagination li a {
    margin-left: 10px;
    border-radius: 50% !important;
    background-color: transparent;
    color: #292a29;
    border: solid 1px transparent;
}

.pagination li a:hover {
    background-color: transparent;
    border: solid 1px #ffc20a;
}

.pagination li.active a {
    background-color: #ffc20a;
    color: #292a29;
    border: solid 1px #eea236;
}

.pagination li.active a:hover {
    background-color: #ffc20a;
    color: #292a29;
    border: solid 1px #eea236;
}

.modal-lg {
    width: 90%;
    min-width: 1000px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 4px 0 3px 5px;
}

.select2-container-multi .select2-choices {
    background: url(../images/select.png) center right no-repeat #ffffff !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-container .select2-choice {
    background: url(../images/select.png) center right no-repeat #ffffff !important;
    height: 32px;
    padding: 2px 0 0 8px;
}

.left-block .list-group-item {
    background-color: #292a29;
    border: none;
    margin-bottom: 7px;
}

.left-block .list-group-item.active, .list-group-item.active:hover {
    background-color: #1f1f1f;
}

.left-block .list-group-item a {
    color: #ffffff;
}

.left-block .list-group-item a span {
    margin-right:10px;
}

.left-block .list-group-item a:hover {
    color: #ffc20a;
    text-decoration: none;
}

.left-block .list-group-item.active a {
    color: #ffc20a;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	opacity: 1;
}

.modal-dialog.modal-lg {
    min-width: 800px;
}
.modal-dialog.modal-md {
    min-width: 900px;
}

.form-group {
	margin-bottom: 16px;
}

option.danger {
    color: #ac2925;
}
option.warning {
    color: #d58512;
}
option.success {
    color: #4cae4c;
}
option.info {
    color: #269abc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}