.containerindex {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.rowindex {
    zoom: 1;
    margin-left: -20px;
}
.rowindex::before, .rowindex::after {
    display: table;
    content: "";
    zoom: 1;
}
.rowindex::after {
    clear: both;
}
.rowindex::before, .row::after {
    display: table;
    content: "";
    zoom: 1;
}
.span16 {
    width: 940px;
}

.span3rd {
    display: inline;
    float: left;
    margin-left: 20px;
    width:300px;
    background-color: #fff;
}
.callus {
    font-size: 28px;
    font-weight: 300;
    color: #444;
}

.hero-unit {
    background-image: url('/static/autralis/images/blue-sky.jpg');
}

.pull-right {
    float: right;
}
.hero-unit {
    background-color: whiteSmoke;
    margin-bottom: 30px;
    padding: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 5em #aaa;
    -webkit-box-shadow: 0 0 5em #aaa;
    box-shadow: 0 0 5em #aaa;
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    font-weight: 300;
    color: #404040;
}


.btn-removed {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    display: inline-block;
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding-top: 3px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.btn {
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding-top: 2px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 2px;
    border: 1px solid #b2b2b2;
    height: auto;
    width: auto;
    background: #f5f5f5;
    float: none;
    cursor: pointer;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: linear-gradient(top, #f5f5f5, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe6e6e6', GradientType=0);
    color: #747474;
    line-height: 18px;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-overflow: clip;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    color: #3b3b3b;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    -webkit-transition: all 0.2s ease 0;
    -moz-transition: all 0.2s ease 0;
    -ms-transition: all 0.2s ease 0;
    -o-transition: all 0.2s ease 0;
    transition: all 0.2s ease 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    border: 1px solid #a4a4a4;
    color: #2b2b2b;
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #efefef, #dddddd);
    background-image: -ms-linear-gradient(top, #efefef, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
    background-image: -o-linear-gradient(top, #efefef, #dddddd);
    background-image: linear-gradient(top, #efefef, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffdddddd', GradientType=0);
}

.btn.large {
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-removed:hover {
    color: #fff;
    text-decoration: none;
}

.btn.danger, .alert-message.danger, .btn.error, .alert-message.error {
    color: white;
    background-color: #888;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#888), to(#666));
    background-image: -moz-linear-gradient(top, #888, #666);
    background-image: -ms-linear-gradient(top, #888, #666);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%, #666));
    background-image: -webkit-linear-gradient(top, #888, #666);
    background-image: -o-linear-gradient(top, #888, #666);
    background-image: linear-gradient(top, #888, #666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#606060', GradientType=0);
    text-shadow: 0px 1px 2px #666;
    border-color: #666 #666 #666;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    line-height: 22px;
}

.btn.danger:hover {
    border: 1px solid #555;
    background-color: #777;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#777), to(#666));
    background-image: -moz-linear-gradient(top, #777, #666);
    background-image: -ms-linear-gradient(top, #777, #666);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%, #666));
    background-image: -webkit-linear-gradient(top, #777, #666);
    background-image: -o-linear-gradient(top, #777, #666);
    background-image: linear-gradient(top, #777, #666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#606060', GradientType=0);
}

.btn.success, .alert-message.success, .btn.success, .alert-message.success {
    color: #ffffff;
    text-shadow: 0px 1px 2px #387038;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    line-height: 22px;
}

.btn.error, .alert-message.error, .btn.error, .alert-message.error {
    color: #ffffff;
    text-shadow: 0px 1px 2px #703838;
    background-color: #b75b5b;
    background-image: -moz-linear-gradient(top, #c46262, #a35151);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c46262), to(#a35151));
    background-image: -webkit-linear-gradient(top, #c46262, #a35151);
    background-image: -o-linear-gradient(top, #c46262, #a35151);
    background-image: linear-gradient(to bottom, #c46262, #a35151);
    background-repeat: repeat-x;
    border-color: #a35151 #a35151 #703838;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46262', endColorstr='#a35151', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    line-height: 22px;
}

.btn.success:hover {
    border: 1px solid #4ba74b;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #52b452, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b452), to(#51a351));
    background-image: -webkit-linear-gradient(top, #52b452, #51a351);
    background-image: -o-linear-gradient(top, #52b452, #51a351);
    background-image: linear-gradient(to bottom, #52b452, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52b452', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.btn.danger.small, .alert-message.danger.small, .btn.error.small, .alert-message.error.small {
    line-height: 18px;
}

.btn.simple, .alert-message.simple {
    color: white;
    background-color: #999;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#aaa), to(#999));
    background-image: -moz-linear-gradient(top, #aaa, #999);
    background-image: -ms-linear-gradient(top, #aaa, #999);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaa), color-stop(100%, #999));
    background-image: -webkit-linear-gradient(top, #aaa, #999);
    background-image: -o-linear-gradient(top, #aaa, #999);
    background-image: linear-gradient(top, #aaa, #999);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#909090', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #aaa #aaa #aaa;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    line-height: 22px;
}

.btn.simple.small, .alert-message.simple.small {
    line-height: 15px;
}

.btn.simple:hover {
    border: 1px solid #555;
    background-color: #777;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#777), to(#666));
    background-image: -moz-linear-gradient(top, #777, #666);
    background-image: -ms-linear-gradient(top, #777, #666);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%, #666));
    background-image: -webkit-linear-gradient(top, #777, #666);
    background-image: -o-linear-gradient(top, #777, #666);
    background-image: linear-gradient(top, #777, #666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#606060', GradientType=0);
}


.btn.primary, .alert-message.primary {
    color: white;
    background: #77a9d8;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#77a9d8), to(#77a9d8));
    background-image: -moz-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -ms-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77a9d8), color-stop(100%, #77a9d8));
    background-image: -webkit-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -o-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: linear-gradient(top, #77a9d8, #77a9d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8', endColorstr='#77a9d8', GradientType=0);
    border-color: #77a9d8 #77a9d8 #77a9d8;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    line-height: 22px;
}

.btn.primary:hover {
    background: #77a9d8;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#77a9d8), to(#77a9d8));
    background-image: -moz-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -ms-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77a9d8), color-stop(100%, #77a9d8));
    background-image: -webkit-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -o-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: linear-gradient(top, #77a9d8, #77a9d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8', endColorstr='#77a9d8', GradientType=0);
}

.btn.secondary, .alert-message.secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #468ed4;
    background-image: -moz-linear-gradient(top, #46a1d4, #4672d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a1d4), to(#4672d4));
    background-image: -webkit-linear-gradient(top, #46a1d4, #4672d4);
    background-image: -o-linear-gradient(top, #46a1d4, #4672d4);
    background-image: linear-gradient(to bottom, #46a1d4, #4672d4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a1d4', endColorstr='#ff4672d4', GradientType=0);
    border-color: #4672d4 #4672d4 #274ea7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.btn.primary.small, .alert-message.primary.small {
    line-height: 15px;
}


.btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover {
    color: white;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #77a9d8;
    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-info {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.footerText {
    color: white;
}

.infonote {
    color: #eee;
    font-weight: bold;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background-color: #444;
}

.login .infonote,
.infonote.login-errors {
    margin-bottom: 0 !important;
    padding: 8px 10px 6px !important;
    border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}

.atr-contentbox {
    border: 1px solid #CCC;
    border-left: 4px solid #77a9d8;
    padding:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    height:auto !important;
    min-height:400px;
}

.atr-contentbox-right {
    border: 1px solid #CCC;
    border-right: 4px solid #77a9d8;
    padding:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    height:auto !important;
    min-height:400px;
}

.atr-contentbox-none {
    border: 1px solid #CCC;
    padding:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    height:auto !important;
}


.atr-contentbox-none.light {
    border-color: #e0e0e0;
}

.atr-contentbox-both {
    border: 1px solid #CCC;
    border-left: 4px solid #77a9d8;
    border-right: 4px solid #77a9d8;
    padding:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    height:auto !important;
    min-height:10px;
}


.atr-wizard-step {
    border: 1px solid #CACACA;
    padding:5px;
    margin-bottom: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #DADADA;
    color: #444;
    font-weight: bold;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#DADADA), to(#CACACA));
    background-image: -moz-linear-gradient(top, #DADADA, #CACACA);
    background-image: -ms-linear-gradient(top, #DADADA, #CACACA);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DADADA), color-stop(100%, #CACACA));
    background-image: -webkit-linear-gradient(top, #DADADA, #CACACA);
    background-image: -o-linear-gradient(top, #DADADA, #CACACA);
    background-image: linear-gradient(top, #DADADA, #CACACA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#CACACA', GradientType=0);
    border-color: #CACACA #CACACA #AAAAAA;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.atr-wizard-drop {
    border: 1px dashed #aaa;
    padding:9px 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    color: #888;
    font-weight: bold;
}

.atr-wizard-step:hover {
    background-color: #bbb;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#aaa), to(#CACACA));
    background-image: -moz-linear-gradient(top, #aaa, #CACACA);
    background-image: -ms-linear-gradient(top, #aaa, #CACACA);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaa), color-stop(100%, #CACACA));
    background-image: -webkit-linear-gradient(top, #aaa, #CACACA);
    background-image: -o-linear-gradient(top, #aaa, #CACACA);
    background-image: linear-gradient(top, #aaa, #CACACA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#CACACA', GradientType=0);
    border-color: #dadada #dadada #dadada;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);

}

.atr-wizard-step-active {
    border: 1px solid #77a9d8;
    border-radius: 2px;
    padding:5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #77a9d8;
    color: #fff;
    font-weight: bold;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#77a9d8), to(#77a9d8));
    background-image: -moz-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -ms-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77a9d8), color-stop(100%, #77a9d8));
    background-image: -webkit-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -o-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: linear-gradient(top, #77a9d8, #77a9d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8', endColorstr='#77a9d8', GradientType=0);
    border-color: #77a9d8 #77a9d8 #77a9d8;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.atr-wizard-step-active.bottom {
    margin-bottom: 5px;
}

.atr-wizard-step-active.empty {
    margin-bottom: 5px;
}

.atr-empty-between {
    height: 5px;
}


.headerAutralis {
    border-left: 0px;
    color:#fff;
    padding-bottom: 4px;
    height: 18px;
    background-color: #77a9d8;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#77a9d8), to(#77a9d8));
    background-image: -moz-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -ms-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77a9d8), color-stop(100%, #77a9d8));
    background-image: -webkit-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -o-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: linear-gradient(top, #77a9d8, #77a9d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8', endColorstr='#77a9d8', GradientType=0);
}

.headerAutralis:hover {
    background-color: #77a9d8;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#77a9d8), to(#77a9d8));
    background-image: -moz-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -ms-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77a9d8), color-stop(100%, #77a9d8));
    background-image: -webkit-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: -o-linear-gradient(top, #77a9d8, #77a9d8);
    background-image: linear-gradient(top, #77a9d8, #77a9d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8', endColorstr='#77a9d8', GradientType=0);
}


.tabPanelMenu {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #444;
    padding: 8px 5px;
    font-weight: 300;
    margin:-5px;
    background-color: #eee;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
}

.atr-wizard-step-counter {
    border-bottom: 1px solid #ccc;
    float: right;
    background-color: #fff;
    color: #444;
    padding: 2px 8px;
    font-weight: bold;
    margin-top: -2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.atr-wizard-step-counter-dark {
    float: right;
    background-color: #77a9d8;
    color: #fff;
    padding: 2px 8px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}


.tabPanelMenuItem {
    display:inline;
    padding:4px;
    margin: 3px;
    border-radius: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

.tabPanelMenuItem.selected {
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #888;
    border-bottom-color: #666;
    background: #888;
    background: -moz-linear-gradient(#888,#666);
    background: -webkit-linear-gradient(#888,#666);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080',endColorstr='#606060')";
}

.tabPanelMenuItem:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #77a9d8;
    border-bottom-color: #77a9d8;
    background: #77a9d8;
    background: -moz-linear-gradient(#77a9d8,#77a9d8);
    background: -webkit-linear-gradient(#77a9d8,#77a9d8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8',endColorstr='#77a9d8')";
}


.tabPanelMenuHelpItem {
  display: inline;
  padding: 4px;
  margin: 3px;
  border-radius: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
}

.tabPanelMenuHelpItem.selected {
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #888;
    border-bottom-color: #666;
    background: #888;
    background: -moz-linear-gradient(#888,#666);
    background: -webkit-linear-gradient(#888,#666);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080',endColorstr='#606060')";
}

.tabPanelMenuHelpItem:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #77a9d8;
    border-bottom-color: #77a9d8;
    background: #77a9d8;
    background: -moz-linear-gradient(#77a9d8,#77a9d8);
    background: -webkit-linear-gradient(#77a9d8,#77a9d8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a9d8',endColorstr='#77a9d8')";
}


.atrFont {
    color: #77a9d8;
}

/* ------ blockUI -------*/
.growlUI h1 {
    font-size: 14px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-weight :bold;
    line-height: 1.3em;
}

.growlUI h2 {
    font-size: 12px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    line-height: 1.3em;
}


.tabsTopIndicator {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    padding:4px;
    border-bottom: 1px solid #ccc;
    color:#444;
    clear:both;
}


.tabsTopIndicatorDetail {
    margin-top: -5px;
    margin-right: 2px;
    margin-bottom: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    padding: 8px 4px 4px 10px;
    border-bottom: 1px solid #ccc;
    color:#444;
}

.topContentMenu {
    list-style:none;
}
.topContentMenu .fa {
        font-size: 130%;
}

.topContentMenuTop {
    background-color:#eee;
    color:#444;
    cursor: pointer;
    padding:5px;
    vertical-align: middle;
    position:relative;
    z-index:500;
    float:left;
    display:block;
    margin-bottom: 8px;
    margin-top: -5px;
    margin-left:5px;
    border-bottom: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.topContentMenuTop img {
    vertical-align:middle;
    margin-right: 5px;
}
.topContentMenuTop span {
    vertical-align:middle;
}

.topContentMenuTop:hover {
    background-color:#777;
    color:#fff;
}

.topContentMenuTop ul {
    position:absolute;
    left:0;
    display:none;
    margin-top: 10px;
    margin-left: -6px;
    padding:0;
    list-style:none;
}

.topContentMenuTop ul li {
    width:140px;
    float:left;
    margin-top: -8px;
    padding:7px;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.topContentMenuTop ul li.last {
    border-bottom: 1px solid #ccc;
}

.topContentMenuTop ul a {
    text-decoration: none;
    color:#444;
}

.topContentMenuTop ul a:hover {
    text-decoration: none;
    color:#fff;
}
.contentDiv {
    position: relative;
    clear: both;
    width:100%;
}

.primerTextField {
    border: 1px solid #000;
    background-color: #fff;
}

.atr-error {
    margin-top: 10px !important;
    margin-bottom: -10px !important;
}

.atr-splitter .hsplitbar {
    height: 6px;
    background: #77a9d8 no-repeat center;
    /* No margin, border, or padding allowed */
}
.atr-splitter .hsplitbar.active, .atr-splitter .hsplitbar:hover {
    background: #e88 no-repeat center;
}

.atr-splitter div {
    overflow: auto;
}

.label {
    background-color: #999999;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 10.998px;
    line-height: 13px;
    padding: 1px 4px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    white-space: nowrap;
}

.label:hover {
    background-color: #888;
}

.label-info {
    background-color: #77a9d8;
}

.label-info:hover {
    background-color: #e14;
}


.ProcessBlock {
    width: 106px;
    height: 17px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px 0px #ff;
    -o-box-shadow: inset 0px 1px 1px 0px #fff;
    -ms-box-shadow: inset 0px 1px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px 0px #fff;
    position: relative;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ProcessBlock:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 1px 1px 0px #C2C2C2;
    -moz-box-shadow: inset 0px 1px 1px 0px #C2C2C2;
    -o-box-shadow: inset 0px 1px 1px 0px #C2C2C2;
    -ms-box-shadow: inset 0px 1px 1px 0px #C2C2C2;
    box-shadow: inset 0px 1px 1px 0px #C2C2C2;
}

.ProcessBlockText {
    color:#000;
    float:left;
    padding-top: 2px;
    width: 45px;
}

.ProcessBlockValue {
    font-weight: 300;
    padding: 2px 5px;
    margin-right: 5px;
    background-color:#77a9d8;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    float:left;
}


.OutProcess {
    background-color:#74B63D;
}


.ContentBlockDashboard {
    background-color: #fff;
    margin-left:5px;
    padding:5px;
    border:1px solid #eee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

/* Datatable  re-order stuff */
table.DTCR_clonedTable {
    background-color: white;
    z-index: 202;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #77a9d8;
    z-index: 201;
}

input[type='checkbox'] {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


/* Nested Tabs
---------------------------------------------------------------------------------------*/

.nested-tabs .ui-tabs-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    padding: 0px !important;
}

.nested-tabs .ui-tabs-nav .ui-state-default {
    border: none;
    border-bottom: 3px #fff solid !important;
}

.nested-tabs .ui-tabs-nav .ui-tabs-selected {
    border: none;
    background: none;
    color: #888;
    border-bottom: 3px #77a9d8 solid !important;
}
.nested-tabs .ui-tabs-nav .ui-state-hover {
    border: none;
    background: none;
    color: #888;
    border-bottom: 3px #77a9d8 solid !important;
}

.nested-tabs .ui-tabs-nav .ui-tabs-selected a {
    color: #77a9d8 !important;
    font-weight: bold;
    border-bottom: 0 !important;
}

.nested-tabs .ui-tabs-nav li {
    margin: 0;
}

.nested-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0 !important;
    border-bottom: 0;
}


.dashboard-stat {
    display: block;
    overflow: hidden;
    width: 116px;
    height: 52px;
    padding: 5px;
    position: relative;
    margin-right: 5px;
}

.dashboard-stat .stat-visual {
    margin-top: -20px;
    float: left;
    padding-left: 15px
}

.dashboard-stat .stat-visual>i {
    margin-left: -35px;
    font-size: 50px;
}

.dashboard-stat .stat-details {
    position: absolute;
    right: 8px;
    font-weight: 100;
    font-family: 'Roboto', 'Open Sans', Sans-Serif, serif;
}

.dashboard-stat .stat-details .number {
    color: #888;
    padding-top: 5px;
    text-align: right;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
}

.dashboard-stat .stat-details .desc {
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 3px;
    font-weight: 400;
}

.dashboard-stat.blue .stat-details .number {
    color: #3598dc;
}

.dashboard-stat.blue .stat-details .desc {
    color: #3598dc;
}

.dashboard-stat.blue {
    background-color: #fff;
    border: 1px solid #3598dc;
}

.dashboard-stat.blue .stat-visual>i {
    color: #3598dc;
    opacity: .4;
    filter: alpha(opacity=10);
}

.dashboard-stat.green .stat-details .number {
    color: #30b641;
}

.dashboard-stat.green .stat-details .desc {
    color: #30b641;
}

.dashboard-stat.green {
    background-color: #fff;
    border: 1px solid #30b641;
}

.dashboard-stat.green .stat-visual>i {
    color: #30b641;
    opacity: .4;
    filter: alpha(opacity=10);
}

.dashboard-stat.autred .stat-details .number {
    color: #77a9d8;
}

.dashboard-stat.autred .stat-details .desc {
    color: #77a9d8;
}

.dashboard-stat.autred {
    background-color: #fff;
    border: 1px solid #77a9d8;
}

.dashboard-stat.autred .stat-visual>i {
    color: #77a9d8;
    opacity: .4;
    filter: alpha(opacity=10);
}

.dashboard-stat.grey .stat-details .number {
    color: #888;
}

.dashboard-stat.grey .stat-details .desc {
    color: #888;
}

.dashboard-stat.grey {
    background-color: #fff;
    border: 1px solid #888;
}

.dashboard-stat.grey .stat-visual>i {
    color: #888;
    opacity: .4;
    filter: alpha(opacity=10);
}

.hidden {
    display: none;
}