﻿#statuses {
    display: block;
    font-size: 12px;
    left: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    background-image: url(/resources/images/nav-line.png);
    background-repeat: repeat-x;
    background-position: 0px 10px;
}

.status {
    display: inline-block;
    margin-bottom: 0px;
    margin-left:10px;
    margin-right: 10px;
    margin-top: 0px;
    width: 80px;
    vertical-align: top;
}

.statusicon {
    width:19px;
    height:19px;
    display: inline-block;
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
    font-size: 1em;
}

.ui-widget {
    font-size: 1em;
}

body
{
    font-size: 12px;
}

label {
    font-size: 12px;
}

table {
    font-size: 12px;
}

.dxeHLC, .dxeHC, .dxeHFC
{
    display: none;
}

.dxbButtonSys.dxbTSys.pull-right {
    margin: 0 0 0 4px;
}

.loginAlert
{
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
}

.hidden-item
{
    display: none;
    visibility: hidden;
}

.visible-item
{
    display: block;
    visibility: visible;
}

.dxpclW .dxeReadOnly 
{
    display:none;
    visibility:hidden;
}

.readonly
{
    color:#757D50;
}

.rightAlignedContent input
{
    text-align: right;
}

.caption
{
    width: 150px !important;
}

input[readonly]
{
    color:#757D50 !important;
}


textarea[readonly]
{
    color:#757D50 !important;
}

input[name=Amendment_CanxStatus]
{
    color:red !important;
}

.textbox
{
    width: 100%;
}

.textarea {
    height: 100px;
    width: 100%
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.loading-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 45% !important;
    margin: auto;
    width: 120px;
    display: block;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav li {
    padding:6px;
}

img.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}