textarea {
     resize: none;
}

.double-margin-top {
     margin-top: 20px;
}

.double-padding-top {
     padding-top: 20px;
}

.float-left {
     float: left;
}

.float-right {
     float: right;
}

.font-bold {
     font-weight: 700;
}

.font-italic {
     font-style: italic;
}

.font-oblique {
     font-style: oblique;
}

.hideExec {
     display: none;
}

.margin {
     margin: 10px;
}

.margin-left {
     margin-left: 10px;
}

.margin-right {
     margin-right: 10px;
}

.margin-top {
     margin-top: 10px;
}

.no-margin {
     margin: 0 !important;
}

.no-margin-left {
     margin-left: 0 !important;
}

.no-margin-right {
     margin-right: 0 !important;
}

.no-margin-top {
     margin-top: 0 !important;
}

.no-padding {
     padding: 0 !important;
}

.no-padding-left {
     padding-left: 0 !important;
}

.no-padding-right {
     padding-right: 0 !important;
}

.no-padding-top {
     padding-top: 0 !important;
}

.padding {
     padding: 10px;
}

.padding-left {
     padding-left: 10px;
}

.padding-right {
     padding-right: 10px;
}

.padding-top {
     padding-top: 10px;
}

.small-margin {
     margin: 5px;
}

.small-margin-top {
     margin-top: 5px;
}

.small-margin-left {
     margin-left: 5px;
}

.small-margin-right {
     margin-right: 5px;
}

.small-padding {
     padding: 5px;
}

.small-padding-top {
     padding-top: 20px;
}

.small-padding-left {
     padding-left: 5px;
}

.small-padding-right {
     padding-right: 5px;
}

.text-center {
     text-align: center !important;
}

.text-left {
     text-align: left !important;
}

.text-right {
     text-align: right !important;
}

.cursor-default {
	cursor: default !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-help {
	cursor: help !important;
}

.resize-horizontal {
	resize: horizontal !important;
}

.resize-vertical {
	resize: vertical !important;
}

.resize-both {
	resize: both !important;	
}

.clear-both {
	clear: both;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-primary {
    color: #5393c9 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #ae5452 !important;
}

.text-warning {
    color: #92784c !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-white {
    color: #ffffff !important;
}