/*!
 *   Musashi Telecom Custom CSS v0.7.3b
 *   Author: Frederic Cloquell
 *
 !*/

.error-field {
	border-bottom: 1px dotted red !important;
}

/* Noty custom theme for Musashi Telecom */
.musashi_noty_theme {
	text-align: center;
	font-size: 1.3em;
    margin-left: -50%;
	width: 600px !important;
    overflow: hidden;
    border: 1px solid #F34545;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.musashi_noty_theme.noty_container_type_alert {
	background-color: #f5f5f5;
}

.musashi_noty_theme.noty_container_type_information {
    background-color: #bbe1e8;
}

.musashi_noty_theme.noty_container_type_error {
    background-color: #FDD9D9;
    color: #DF2C25;
    font-weight: bold
}

.musashi_noty_theme.noty_container_type_warning {
    background-color: #fbb450;
    color: #fff;
}

.musashi_noty_theme.noty_container_type_success {
    border: 1px solid #6ACA98;
	background-color: #B1E3C9;
    color: #000;
}

.musashi_noty_theme .noty_message {
    padding: 10px 20px;
}

.musashi_noty_theme .noty_close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    visibility: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.musashi_noty_theme:hover > .noty_bar > .noty_message > .noty_close {
    visibility: visible;
}

/* NOTY THEME 2 */
.musashi_noty_theme2 {
	text-align: center;
	font-size: 1.0em;
    margin-left: -50%;
	width: 650px !important;
    overflow: hidden;
    border: 1px solid #CFD3DB;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    position: relative;
	padding-bottom: 10px;
}

.musashi_noty_theme2.noty_container_type_alert {
	background-color: #f5f5f5;
}

.musashi_noty_theme2.noty_container_type_information {
    background-color: #E8ECEE;
}

.musashi_noty_theme2.noty_container_type_error {
    background-color: #FDD9D9;
    color: #DF2C25;
    font-weight: bold
}

.musashi_noty_theme2.noty_container_type_warning {
    background-color: #fbb450;
    color: #fff;
}

.musashi_noty_theme2.noty_container_type_success {
    border: 1px solid #6ACA98;
	background-color: #B1E3C9;
    color: #000;
}

.musashi_noty_theme2 .noty_message {
    padding: 10px 20px;
}

.musashi_noty_theme2 .noty_close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    visibility: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.musashi_noty_theme2:hover > .noty_bar > .noty_message > .noty_close {
    visibility: visible;
}

