/**************************************************************************************************
 * Sorriso Default Fonts
 *************************************************************************************************/
/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900); */

/**************************************************************************************************
 * ASX Custom Fonts : Glober W01
 *************************************************************************************************/
 @font-face {
    font-family: 'Glober W01 Regular';
    font-display: auto;
    src: url("fonts/Glober/glober_regular-webfont.woff") format("woff2");
}

@font-face {
    font-family: 'Glober W01 SemiBold';
    font-display: auto;
    src: url("fonts/Glober/glober_semibold-webfont.woff") format("woff2");
}

/**************************************************************************************************
 * Page Branding
 *************************************************************************************************/
html {
	height: 100%;
}

body {
    /* font-family: "Source Sans Pro", sans-serif; */
    font-family: "Glober W01 Regular";
    font-size: 14px;
    color: #424242;
    letter-spacing: -0.14px;
    height: 100%;
}

.modal-open, 
.modal-open .navbar-fixed-top {
	padding-right: 0 !important;
}

/**************************************************************************************************
 * The Header
 *************************************************************************************************/

 header {
    background-color: #0C3B6C;
    /* border-bottom: 1px solid #fff; */
    width: 100%;
    height: 94px;
    float: left;
}

/*
 header {
    background-color: #ffffff;
    border-bottom: 1px solid #0C3B6C;
    width: 100%;
    height: 100px;
    float: left;
}
*/

header .st-banner-links {
    float: right;
    text-transform: uppercase;
    padding-top: 25px;
    font-weight: 700;
}

header .st-customer-name {
    padding-right: 63px;
    display: inline-block;
    padding-top: 34px;
}

header .st-title-container {
    float: left;
    margin-top: 17px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
}

header .st-application-title {
    padding-left: 28px;
    display: inline-block;
}

header .st-logout {
    text-decoration: underline;
}

header .st-logo-container {
    float: left;
    margin-top: 22px;
    margin-bottom: 10px;
    /*
    background: url("../img/asx_logo_L(4C)rev_type_r2.png") no-repeat 0 0;
    background-size: 100% 100%;
    */
    background: url("../img/asx_logo_L(4C)rev_type.png") no-repeat 0 0;
    background-size: 121px, 50px;
	width: 121px;
	height: 50px;
}

.st-logo-img {
	display: none;
    width: 100px;
    height: 50px;
}

/**************************************************************************************************
 * The menu
 *************************************************************************************************/

.navbar-header {
    background-color: #ffffff;
    width: 100%;
}

.navbar-default {
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav {
    width: 100%;
    /* min-height: 80px; */
    height: auto;
}

.navbar-default .navbar-nav>li {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

.navbar-default .navbar-nav>li
/*
.navbar-default .navbar-nav>li.menu,
.navbar-default .navbar-nav>li.menuactive 
*/
{
    width: 20%;
    text-align: center;
}

.navbar {
    margin-bottom: 45px;
}

/* Collapsed navbar */
.navbar-default .navbar-collapse.in .navbar-nav {
    height: auto;
}

.navbar-default .navbar-collapse.in .navbar-nav>li {
    padding-top: 0;
}

.navbar-default .navbar-collapse.in .navbar-nav>li.menu,
.navbar-default .navbar-collapse.in .navbar-nav>li.menuactive {
    width: 100%;
}

/**************************************************************************************************
 * Branding for the main area
 *************************************************************************************************/
main {
    width: 100%;
    background: #fff;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -180px;
    display:block;
    padding-top: 80px;
    
    
}

.container-fluid {
    max-width: 1275px;
    margin: 0 auto;
}

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

form .st-field .st-field-label {
	font-size: 16px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 15px;
}

/**************************************************************************************************
 * The Footer
 *************************************************************************************************/

.footer-spacer {
	height: 180px;
}

footer {
    width: 100%;
    height: 180px;
}

footer .st-copyright {
    padding-top: 5px;
    float: right;
    font-size: 14px;
    line-height: 18px;
}

footer .st-asx-terms {
    padding-top: 20px;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #4E4E4E;
    margin-right: 80px;
}
 
footer .st-asx-terms a {
    color: #0C3B6C;
}

/* extra small logo and link display (< 786px width) */
footer .st-asx-terms-xs {
    padding-top: 20px;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #4E4E4E;
}

footer .st-asx-terms-xs a {
    color: #0C3B6C;
}

footer .st-logo-container {
    /* display: none; */
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    /* background: url("../img/favicon_57.png") no-repeat 0 0; */
    background: url("../img/asx-brandmark.png") no-repeat 0 0;
    background-size: 57px 57px;
	width: 57px;
	height: 57px;
}

/**************************************************************************************************
 * Generic text branding.
 *************************************************************************************************/

h1 {
	font-weight: 900;
	font-size: 40px;
	letter-spacing: -0.4px;
	padding-bottom: 30px;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 30px;
	float: left;
    width: 100%;
}

h4 {
    font-weight: 700;
    display: block;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}

.glyphicon {
    line-height: 1.42857143;
}

a.icon-filter {
	text-decoration: none;
	cursor: pointer;
}

a.icon-filter:before {
	content:"";
	display:inline-block;
	width: 12px;
	height: 15px;
	vertical-align: middle;
}

.icon-filter:before {
	background: url("../img/sprite_sorriso.png") -555px -101px no-repeat;
}

/**************************************************************************************************
 * Branding for the bootstrap modal pop-ins.
 *************************************************************************************************/
.modal-header {
	padding: 0;
}

.modal-header h3 {
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
}

.modal-content {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 20px !important;
}

/**************************************************************************************************
 * Branding for tables.
 *************************************************************************************************/
.table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

tr.total td {
    font-weight: bold;
}

th.amount,
td.amount,
th.right,
td.right,
th.right-amount,
td.right-amount,
div.amount {
    text-align: right;
}

td.hidden,
th.hidden {
    display:none;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    vertical-align: middle;
}

.table>thead>tr>th {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}

.table>thead>tr>th .glyphicon {
    margin-left: 10px;
}

.table .checkbox {
    margin: 0;
}

.sort {
    padding-right: 4px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: #7B77D6;
	border-color: #7B77D6;
	color: #FFFFFF;
}

.pagination>li>a, 
.pagination>li>span {
	color: #7B77D6;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
	color: #7B77D6;
}

/**************************************************************************************************
 * Generic branding for forms.
 *************************************************************************************************/

.form-control,
.input-group .form-control {
    width: 230px;
    max-width: 100%;
	border: 1px solid #215eac;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control:focus {
    border-color: #2a72d1;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .checkbox {
    padding: 0;
}

.st-help {
	margin-left: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #7B77D6;
}

.st-help:hover {
	color: #9793F4;
}

.st-help:focus,
.st-help:active {
	color: #5653A7;
}

/**************************************************************************************************
 * Branding for date fields.
 *************************************************************************************************/
.st-date-button-group {
    left: -40px;
    top: -2px;
}

.st-date-glyph {
	background: url("../img/sprite_sorriso.png") no-repeat -80px -99px;
	width: 18px;
	height: 18px;
	margin-left: 3px;
}

.st-date-glyph:before {
    content: "";
}

.st-date.form-group .st-date.form-group  {
    display: inline-block;
    margin-right: 50px;
}

.input-group-btn.st-date-button-group {
    display: block;
}

.st-date-input-group .st-date-control {
	background: #FFFFFF; /* Old browsers */
	background: -webkit-linear-gradient(left, #FFFFFF 195px, #FFFFFF 195px, #7B77D6 35px); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(right, #FFFFFF 195px, #7B77D6 35px); /* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #FFFFFF 195px, #FFFFFF 195px, #7B77D6 35px); /* Firefox 3.6+ */   
	background: linear-gradient(to right, #FFFFFF 195px, #FFFFFF 195px, #7B77D6 35px); /* W3C */
	border: 1px solid #7B77D6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-dialog .st-date-input-group .form-control.st-date-control {
    background: -webkit-linear-gradient(left, #FFFFFF 125px, #FFFFFF 125px, #7B77D6 35px); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(right, #FFFFFF 125px, #7B77D6 35px); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFFFFF 125px, #FFFFFF 125px, #7B77D6 35px); /* Firefox 3.6+ */   
    background: linear-gradient(to right, #FFFFFF 125px, #FFFFFF 125px, #7B77D6 35px); /* W3C */
    
}

.st-date-input-group .form-control:focus {
	z-index: 0; !important;
}

/**************************************************************************************************
 * Branding for the tab elements.
 *************************************************************************************************/

.tabs {
    margin-top:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}

.tabs a {
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    text-decoration:none; 
    margin-right: 5px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

/**************************************************************************************************
 * Toggles
 *************************************************************************************************/

.toggle.sorriso,
.toggle-on.sorriso,
.toggle-off.sorriso { 
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.toggle-on.btn-sm {
	font-weight: 900;
	letter-spacing: 1px;
	padding-right: 30px !important;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #7B77D6;
	color: #ffffff;
	text-shadow: none;
}

.toggle-on.btn-sm:hover {
	background: #9793F4;
}

.toggle-on.btn-sm:focus,
.toggle-on.btn-sm:active {
	background: #5653A7;
}

.toggle-on.btn-sm:disabled {
	background: #9793F4;
	opacity: 0.5;
}

.toggle-off.btn-sm,
.toggle-off.btn-sm:active,
.toggle-off.btn-sm:focus,
.toggle-off.btn-sm:hover {
	font-weight: 900;
	letter-spacing: 1px;
	padding-left: 30px !important;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
    background: #c0c0c0;
	color: #ffffff;
	text-shadow: none;
}

.toggle.sorriso .toggle-handle {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    left: -15px;
	width: 21px;
    height: 21px;
    margin-top: 6px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #ffffff;
	padding: 0;
}

.toggle.sorriso.off .toggle-handle {
	left: 15px;
}

.st-toggle.st-field .st-field-label {
	font-size: 16px;
	padding-top: 18px;
}

.st-toggle.st-field {
	padding-top: 8px;
	padding-bottom: 61px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 0px;
}

/**************************************************************************************************
 * Branding for checkboxes and radio buttons. 
 *************************************************************************************************/

label input[type="checkbox"] {
    /*display: none;*/
    position: absolute; 
    left: -99999px; 
    display: block;
}

.st-checkbox-text {
    margin-left: 10px;
    vertical-align: top;
}

label input[type="radio"] {
    /*display: none;*/
    position: absolute; 
    left: -99999px; 
    display: block;
}

.checkbox label, 
.radio label {
    padding-left: 0;
}

.checkbox label .toggle, 
.checkbox-inline .toggle {
    margin-left: 0;
    margin-right: 0;
}

.st-radio-text {
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    top: -2px;
}

a.checkbox {
    display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
    border: 2px solid;
    margin-right: 5px;
}

a.checkbox.selected {
    background-color: #7B77D6;
}

a.checkbox.selected::before {
    content: '';
	display: inline-block;
	width: 14px;
	height: 7px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.checkbox + span, a.radio + span {
    vertical-align: middle;
}

a.radio {
    background-color: #fff;
    border: 2px solid #9793F4;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

a.radio.selected::after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #9793F4;
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}


/**************************************************************************************************
 * Branding for buttons.
 *************************************************************************************************/
.st-buttons {
	margin-top: 55px;
    margin-bottom: 70px;
}

.st-buttons-tight {
    margin-top: 30px;
    margin-bottom: 30px;
}

.st-buttons .btn,
.st-buttons-tight .btn {
    margin-right: 10px;
}

button.btn.btn-default.st-date-button,
button.btn.btn-default.st-date-button:hover,
button.btn.btn-default.st-date-button:active,
button.btn.btn-default.st-date-button:focus {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #009fdf;
    width: auto;
    min-width: 0;
}

input.btn,
button.btn,
a.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-width: 120px;
}

.btn,
.btn:hover,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-danger {
    text-transform: uppercase;
    border: 0;
    padding: 8px 12px;
    text-shadow: none;
    font-family: "Glober W01 SemiBold";
}

.btn-link {
    text-decoration: underline;
    min-width: 0 !important;
    padding: 0;
}

.btn-link.btn-cancel {
    /* text-decoration: none; */
    min-width: 0 !important;
    padding: 0;
    text-transform: uppercase;
    font-family: "Glober W01 SemiBold";
}

.btn-alt {
	min-width: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid;
	border-radius: 4px;
	background-color: transparent;
	cursor:pointer;
}

.btn-alt:hover {
	color: #FFFFFF;
	background-color: #0c3b6c;
	text-decoration: none;
	border-color: #0c3b6c;
}

.st-download-pdf {
	color: #FFFFFF;
}

.st-download-pdf input.btn.btn-primary {
	padding-left: 30px;
}

.st-download-pdf .glyphicon {
	position: absolute;
	top: 7px;
	left: 7px;
}

.btn.btn-warning {
    background: #c0c0c0;
    text-transform: uppercase;
    border: 0;
    padding: 8px 12px;
}

.downloadDropdown {
	width: 165px;
}

.downloadDropdown .dropdown-toggle {
	border-radius: 5px !important;
	color: #009fdf !important;
}

.downloadDropdown .dropdown-toggle span {
	background-color: #009fdf !important;
	color: white;
    font-size: 18px;
    float: left;
}

.downloadDropdown .dropdown-toggle span.divider {
	border-right: 1px solid #FFFFFF;
    float: left;
    height: 20px;
    margin-top: 8px;
}

.downloadDropdown .dropdown .dropdown-toggle .arrow:before  {
	border-width: 3px !important;
    margin-top: 10px;
}

.downloadDropdown .dropdown.open .dropdown-toggle .arrow:before {
	margin: 14px 0 0 0;
}

.downloadDropdown ul.dropdown-menu {
	padding: 0;
}

.downloadDropdown ul.dropdown-menu li {
	border-bottom: 1px solid #ddd;
}

.downloadDropdown ul.dropdown-menu li:last-of-type {
	border-bottom: none;
}

.downloadDropdown ul.dropdown-menu li a {
	padding: 3px 10px;
}

.downloadDropdown ul.dropdown-menu li a:hover {
	background-color: rgba(123, 119, 214, 0.2);
    background-image: none;
    color: #215eac;
}

.downloadDropdown ul.dropdown-menu li a .icon {
	display: inline-block;
    color: #215eac;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.downloadDropdown ul.dropdown-menu li a .icon:before {
    display: inline-block;
    padding: 8px;
}

.downloadDropdown ul.dropdown-menu li a .icon.file:before {
	content: "\f016" !important;
}

.downloadDropdown ul.dropdown-menu li a .icon.csv:before,
.downloadDropdown ul.dropdown-menu li a .icon.xls:before {
	content: "\f1c3" !important;
}

.downloadDropdown ul.dropdown-menu li a .icon.pdf:before {
	content: "\f1c1" !important;
}

.downloadDropdown ul.dropdown-menu li a .icon.zip:before {
	content: "\f1c6" !important;
}

.downloadDropdown ul.dropdown-menu li a .icon.word:before {
	content: "\f1c2" !important;
}

.downloadDropdown ul.dropdown-menu li a .icon.txt:before {
	content: "\f0f6" !important;
}	

/**************************************************************************************************
 * Branding for the bootstrap popover module.
 *************************************************************************************************/
.popover-min {
	max-width: 480px;
	border: 2px solid #7B77D6;
}

.popover.bottom.popover-min>.arrow {
	border-bottom-color: #7B77D6;
}

.popover.bottom.popover-min>.arrow:after {
	top: 2px;
}

/**************************************************************************************************
 * Branding for the bootstrap alerts module.
 *************************************************************************************************/
.alert {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.alert.alert-success {
    background: #f9fbf7;
    border-bottom: 10px solid #55b70d;
    color: #55b70d;
}

.alert.alert-success  h4 span {
    font-weight: 900;
    font-size: 18px;
}

.alert.alert-success  p span {
    font-size: 16px;
    color: #909090;
}

.alert.alert-info {
    background: #d9edf7;
    border-bottom: 10px solid #31708f;
    color: #31708f;
}

.alert.alert-info  h4 span {
    font-weight: 900;
    font-size: 18px;
}

.alert.alert-info  p span {
    font-size: 16px;
}

.alert.alert-warning {
    background: #f1f3f5;
    border-bottom: 3px solid #215eac;
    color: #424242;
}

.alert.alert-warning  h4 span {
    font-weight: 900;
    font-size: 18px;
}

.alert.alert-warning  p span {
    font-size: 16px;
    color: #424242;
}

/* ASX
.alert.alert-danger {
    background: #fbedea;
    border-bottom: 10px solid #ce1a1a;
    color: #ce1a1a;
}
*/

.alert.alert-danger {
    background: #e8e8e8;
    border-bottom: 3px solid #ef4337;
    color: #000;
}

.alert.alert-danger  h4 span {
    font-weight: 900;
    font-size: 18px;
}

.alert.alert-danger  p span {
    font-size: 16px;
}

form .alert {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: auto;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

/* ASX
form .alert:before {
	background: url("../img/sprite_sorriso.png") no-repeat;
	width: 24px;
	height:	24px;
	content: "";
	position: absolute;
}
*/

form .alert:before {
	background: url("../img/sprite_sorriso.png") no-repeat;
	width: 24px;
	height:	24px;
	content: "";
    position: absolute;
    left: 0px;
    margin-left: 12px;
}

form .alert span { 
	float: left;
    padding-left: 30px;
}

form .alert.alert-success:before {  
	background-position: -473px -75px;
}

form .alert.alert-info:before {  
	background-position: -1606px -48px;
}

form .alert.alert-warning:before {  
	background-position: 0 -74px;
}

form .alert.alert-danger:before {
	background-position: -1580px -48px;
}

.modal-dialog .alert {
    width: auto;
}

.modal-dialog .alert.alert-danger {
    border-bottom: 0;
}

.has-error {
    border-color: #ce1a1a;
}

.has-error:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ce1a1a;
}

.has-error-display {
    border-color: #ce1a1a;
    display:initial;
}

.has-error-display:focus {
    display:initial;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ce1a1a;
}

/**************************************************************************************************
 * The language links.
 *************************************************************************************************/
.st-languages {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 20px;
}

.st-language {
    padding-left: 5px;
    padding-right: 5px;
}

/**************************************************************************************************
 * Special classes for the login flows.
 *************************************************************************************************/
.st-login h1 {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: -0.4px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #0c3b6c;
    border-bottom: 1px solid #c0c0c0;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Glober W01 SemiBold";
}

.st-login h2  {
    font-weight: 900;
    font-size: 28px;
    color: #424242;
    float: left;
    margin-top: 0px;
    margin-bottom: 30px;
}

.st-login h3 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}

/**************************************************************************************************
 * Formatting Classes
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */
/* st-field-row adjust links & buttons on the same row as input fields so everything lines up.   */
.st-field-row .btn-primary {
    margin-top: 42px;
}

.st-field-row a {
	display: inline-block;
    margin-top: 42px;
}

/* --------------------------------------------------------------------------------------------- */
/* st-vertical-links adds a display: block to the link elements.                                 */
.st-vertical-links a {
    display: block;
}

/* --------------------------------------------------------------------------------------------- */
/* Adds space to the left side of the element.                                                   */
.st-left-space {
    padding-left: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* Creates a bulleted list.                                                                      */
.st-bullet {
    display: list-item;
    margin-left: 10px;
    line-height: 2;  
}

/* --------------------------------------------------------------------------------------------- */
/* Adds a border to the bottom of the element.                                                   */
.st-border-bottom {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* Adds a border to the top of the element.                                                      */
.st-border-top {
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
    padding-top: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* Adds additional spacing above the element.                                                    */
.st-spacing-top {
    padding-top: 30px;
}

/* --------------------------------------------------------------------------------------------- */
/* Adds additional spacing to right the element.                                                    */
.st-margin-right10 {
	margin-right: 10px;
}

/* No padding left */
.no-padding-left {
	padding-left: 0px !important;
}

/* --------------------------------------------------------------------------------------------- */
/* Adds additional spacing below the element.                                                    */
.st-spacing-bottom {
    padding-bottom: 30px;
}

.st-error {
	font-size: 14px;
	color: #FF0000;
}

.st-print-show {
	display: none !important;
}


/**************************************************************************************************
 * Impersonation
 *************************************************************************************************/

div.impersonation {
	background: none repeat scroll 0 0 red;
	position: fixed;
	opacity: 0.75;
	z-index: 1000;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
div.impersonation.top, div.impersonation.bottom {
	height: 20px;
	left: 0px;
	right: 0px;
}
div.impersonation.left, div.impersonation.right {
	width: 20px;
	top: 24px;
	bottom: 24px;
}
div.impersonation.top {
	top: 0px;
}
div.impersonation.bottom {
	bottom: 0px;
	border-top: none;
}
div.impersonation.left {
	left: 0px;
}
div.impersonation.right {
	right: 0px;
}
div.impersonation.top {
	border-top: darkred solid 4px;
	border-left: darkred solid 4px;
	border-right: darkred solid 4px;
}
div.impersonation.bottom {
	border-bottom: darkred solid 4px;
	border-left: darkred solid 4px;
	border-right: darkred solid 4px;
}
div.impersonation.left {
	border-left: darkred solid 4px;
}
div.impersonation.right {
	border-right: darkred solid 4px;
}
.impersonation span {
	color: black;
	display: inline-block;
	font-weight: bolder;
	opacity: 1;
	padding-top: 2px;
}


/**************************************************************************************************
 * Elements inside elements (checkboxes/radio buttons with input fields in their items.)
 *************************************************************************************************/
.custom-radio {
    vertical-align: top;
}

.st-radio-text .st-embedded,
.st-checkbox-text .st-embedded {
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -4px;    
}

.st-radio-text .st-embedded input,
.st-checkbox-text .st-embedded input {
    width: 130px;
}

.st-radio-text .st-embedded input.st-date-control,
.st-checkbox-text .st-embedded input.st-date-control {
    background: linear-gradient(to right, #FFFFFF 95px, #FFFFFF 95px, #7B77D6 35px);
}

.st-radio-text .st-embedded select,
.st-checkbox-text .st-embedded select {
    width: 150px;
}


/**************************************************************************************************
 * Responsive
 *************************************************************************************************/
 
@media (min-width: 768px) {
    .st-logo-img {
		display: none !important;
	    width: 200px;
	    height: 60px;
	    display: inline-block;
	    //background: url("../img/sprite_sorriso.png") no-repeat 0 0;
      background: url("../img/myLogo.png") no-repeat 0 0;
		  width: 200px;
	    height: 57px;
	    background-size: 100% 100%;
	    
    }

    .st-logo-img.admin {
	    //background: url("../img/sprite_sorriso.png") no-repeat 0 0;
      background: url("../img/myLogo.png") no-repeat 0 0;
		  width: 200px;
	    height: 57px;    
    }
	
    input.btn,
	button.btn,
	a.btn  {
        min-width: 160px;
    }
}

@media (max-width: 767px) {
	footer .st-copyright {
		float: left;
	}
}

@media (max-width: 767px) {
	.modal-dialog {
        width: 300px;
        margin: 30px auto
    }
    
    .modal-sm {
        width: 300px;
    }
}

/**************************************************************************************************
 * Surcharge , to hide or show
 *************************************************************************************************/
 .hide-surcharge .conditional-on-surcharge {
    display: none;
}
