.message {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.success {
    border: 1px solid #3E6F0D;
    color: #336600;
    background: #DFF2BF url(images/success.gif) no-repeat 10px 8px;
}

.information {
    border: 1px solid #00529B;
    color: #00529B;
    background: #BDE5F8 url(images/information.gif) no-repeat 10px 8px;
}

div.warning.message {
    border: 1px solid #DA8400;
    color: #9F6000;
    background: #FFFB82 url(images/warning.gif) no-repeat 10px 8px;
}

.error {
    border: 1px solid #D8000C;
    color: #D8000C;
    background: #FFBABA url(images/error2.gif) no-repeat 10px 8px;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.inline-block {
    display: inline-block;
}

.italic {
    font-style: italic;
    font-weight: normal !important;
}

.bold-italic {
    font-style: italic;
    font-weight: bold !important;
}

.small-font {
    font-size: 8pt !important;
}

.small-margin-left {
    margin-left: 5px !important;
}

.small-margin-right {
    margin-right: 5px !important;
}

.small-margin-top {
    margin-top: 5px !important;
}

.small-margin-bottom {
    margin-bottom: 5px !important;
}

.small-margin-vertical {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.small-margin {
    margin: 5px !important;
}

.medium-margin-top {
    margin-top: 10px !important;
}

.medium-margin-bottom {
    margin-bottom: 10px !important;
}

.medium-margin-vertical {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.medium-margin-left {
    margin-left: 10px !important;
}

.medium-margin-right {
    margin-right: 10px !important;
}

.medium-margin {
    margin: 10px !important;
}

.small-padding {
    padding: 5px !important;
}

.medium-padding {
    padding: 10px !important;
}

.big-padding {
    padding: 15px !important;
}


.big-margin-top {
    margin-top: 15px !important;
}

.big-margin-bottom {
    margin-bottom: 15px !important;
}

.big-margin-left {
    margin-left: 15px !important;
}

.big-margin-right {
    margin-right: 15px !important;
}

.big-margin-vertical {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.nowrap {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.hide {
    display: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.width-2 {
    width: 2% !important;
}

.width-5 {
    width: 5% !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-49 {
    width: 49% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-100 {
    width: 100% !important;
}

.break-line {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    margin-bottom: 10px;
}

.line {
    border-bottom: 1px dotted;
    background-image: none !important;
    margin: 10px 0 10px 0;
}

.datepicker {
    background: #FFFFFF url('/Content/images/calendar.png') no-repeat scroll 95% 50%;
    cursor: pointer;
}

.label-line-height {
    line-height: 23px;
    display: block;
}

.label-line-height.hidden {
    display:none !important;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #FAFBFC;
}

.button-bar {
    background-color: #EEEEEE;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    border: 1px solid #DDDDDD;
}

    .button-bar label {
        float: none;
        margin-right: 10px;
    }

    .button-bar span.information-text {
        display: block;
        padding: 5px;
    }

.checkbox-label {
    float: none !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.ui-datepicker-title select {
    padding: 0px;
}

.checkbox-container {
    display: block;
    padding-top: 5px;
}

    .checkbox-container input {
        width: 20px !important;
        margin: 0px;
    }

.radio-wrapper label {
    float: none;
}

.small-select-list {
    width: 200px !important;
}

.medium-select-list {
    width: 280px !important;
}

.big-select-list {
    width: 350px !important;
}

table.gftable tbody tr td input {
    border: none;
}

table.gftable {
    font-size: 12px;
    width: 100%;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

    table.gftable thead tr th {
        font-weight: bold;
        padding: 6px 5px;
        background: url("/Content/telerik/Default/sprite.png") repeat-x scroll 0 -752px #ADADAD;
        border: 1px solid #DDDDDD;
    }

    table.gftable tbody tr.even {
        background-color: #F7F7F7;
    }

    table.gftable tbody tr.odd {
        background-color: #EEEEEE;
    }

    table.gftable tbody tr:nth-child(even) {
        background-color: #F7F7F7;
    }

    table.gftable tbody tr:nth-child(odd) {
        background-color: #EEEEEE;
    }

    table.gftable tbody tr td {
        border: 1px solid #DDDDDD;
        padding: 5px;
    }

    table.gftable tfoot tr td {
        border: 1px solid #DDDDDD;
        padding: 5px;
    }

    table.gftable.active-row tbody tr:hover {
        background-color: #DDDDDD;
    }

.valign-top {
    vertical-align: top !important;
}

.loading, .progress-indicator {
    background: url("/Content/images/spinner.gif") no-repeat scroll 50% 100% #FFFFFF;
}

.loading-transparent {
    min-height: 16px;
    min-width: 16px;
    background: url('/Content/images/spinner-transparent.gif') no-repeat scroll 50% 100% transparent;
}

ul.reset-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    ul.reset-list li {
        list-style: none outside none;
        margin: 10px 0px 10px 0px;
        padding: 5px;
    }

.field-validation-error {
    color: #ff0000;
    font-size: 1.1em;
    font-weight: bold;
}

.error-text {
    color: #FF0A0A;
    display: block;
    margin-left: 210px;
    padding: 2px 0;
}

.error-text-nomargin {
    color: #FF0A0A;
    display: block;
    padding: 2px 0;
}

.input-validation-error {
    border: 1px solid #ff0a0a !important;
    background-color: #ffeeee;
}
.input-validation-success {
    position: relative;
}
.input-validation-invalid input,
.input-validation-invalid textarea {
    border: 1px solid #ff0a0a !important;
    background-color: #ffeeee;
}
.input-validation-success input,
.input-validation-success textarea {
    border: 1px solid #128d01 !important;
}
.input-validation-success:after {
    content: '\f00c';
    right: 0;
    top: 0px;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'fontAwesome';
    display: inline-block;
    position: absolute;
    background: #128d01;
    font-size: 9px;
    padding: 0;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.confirmation-dialog {
    display: none;
}

    .confirmation-dialog + .ui-dialog-buttonpane .ui-state-default,
    .confirmation-dialog + .ui-dialog-buttonpane .ui-state-hover {
        background: #222 url('/Content/images/button-overlay.png') repeat-x;
        border: 1px solid #222;
        display: inline-block;
        padding: 5px 12px;
        color: #fff;
        text-decoration: none;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        border-bottom: 1px solid rgba(0,0,0,0.25);
        position: relative;
        cursor: pointer;
    }

        .confirmation-dialog + .ui-dialog-buttonpane .ui-state-default span,
        .confirmation-dialog + .ui-dialog-buttonpane .ui-state-hover span {
            font-weight: bold;
            line-height: 1;
            text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
        }

        .confirmation-dialog + .ui-dialog-buttonpane .ui-state-default.green,
        .confirmation-dialog + .ui-dialog-buttonpane .ui-state-hover.green {
            background-color: #04930A;
            border: 1px solid #04930A;
        }
    
    .confirmation-dialog + .ui-dialog-buttonpane .ui-state-default.orange,
    .confirmation-dialog + .ui-dialog-buttonpane .ui-state-hover.orange {
        background-color: #ff5c00;
        border: 1px solid #ff5c00;
    }   

.alert {
    padding: 8px 35px 8px 14px;
    margin: 0 15px 0px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-link {
	color: #040505;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alert, .alert-heading {
    color: #c09853;
}

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 18px;
        float: right;
        font-size: 20px;
        font-weight: bold;
        line-height: 18px;
        color: black;
        text-shadow: 0 1px 0 white;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

        .alert .close:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
            text-decoration: none;
        }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.field-note {
    font-size: 11px;
    font-style: italic;
    margin-left: 200px;
}

.field-note-nomargin {
    font-size: 11px;
    font-style: italic;
}

a.external-url {
    background-repeat: no-repeat;
    background-image: url(images/external_link.png);
    background-position: right top;
    background-size: 8px;
    padding-right: 10px;
}

.currency-name{
    font-size:65% !important;
    opacity:0.75;
}

.opacity-90 {
	opacity:0.9 !important;
}

.border-0 {
	border-style: none !important;
	border-width: 0 !important;
}

.h-100 {
	height: 100% !important;
}

.w-100 {
	width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.d-block {
    display: inline-block;
}

.mt-1 {
    margin-top: .25em !important;
}

.background-hover-transparent:hover {
    background: transparent !important;
}

.square {
	position: relative !important;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.square-content {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}

.center-hv {
	top: 50% !important;
	left: 50% !important;
	-ms-transform: translate(-50%, -50%);
	transform    : translate(-50%, -50%);
	position: absolute;
	width: 100%;

}

.pos-relative {
	position: relative !important;
}
