body {
	background-color: #F1F2F4;
	font-family: arial,​verdana,​georgia,​tahoma;
	color: #454A73;
	font-size: 14px;
}

input[type="text"], input[type="password"] {
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #314A73;
}

a, a:visited {
	color: #454A73;
}

.page {
	display: none;
}

.link {
	cursor: pointer;
}

.head {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #314A73;
	height: 78px;
}

.container {
	width: 960px;
	margin: auto;
	position: relative;
}

.body {
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	bottom: 52px;
	overflow-y: auto;
}

.foot {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #314A73;
	height: 40px;
	color: #fff;
	padding-top: 10px;
}

.mail-support {
	float: left;
}

.mail-support > a, .mail-support > a:visited, .mail-support > a:hover {
	color: #fff;
	text-decoration: none;
}

.form-login {
	background-color: #fff;
	border: 1px solid #314A73;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #314A73;
	padding: 18px;
	width: 400px;
	margin: auto;
	margin-top: 40px;
}

.input {
	background-color: #314a73;
	display: inline-block;
	margin: 8px 0px 10px 0px;
	padding: 1px 1px 1px 1px;
	color: #fff;
}

.input-field{
	display: inline-block;
	border: 0;
	padding: 4px 4px 4px 4px;
}

.input-label {
	display: inline-block;
	color: #fff;
	width: 130px;
	text-align: center;
}

.login-submit {
	margin-top: 20px;
	margin-left: 280px;
}

.btn {
	background: #314a73 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    line-height: 1.2em;
    padding: 7px 18px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

.btn:hover, .btn-disable {
	background: #666 none repeat scroll 0 0;
}

.form-error {
	background-color: rgba(255, 0, 0, 0.4);
	border: 1px solid #f00;
	color: #000;
	padding: 6px;
	border-radius: 6px;
	margin-bottom: 12px;
}

.form-error:empty {
	display: none;
}

.unavailable-msg {
	font-size: 18px;
	text-align: center;
	width: 100%;
}

.unreachable-details{
	font-size: 18px;
}

.well {
    background: rgb(250, 250, 250) none repeat scroll 0 0;
    border: 1px solid rgb(236, 236, 236);
    padding: 4px 12px;
}

.change-mdp-field {
    margin: 10px 0;
}

.form-change-mdp1 {
    margin-left: 52px;
}

.form-change-mdp2 {
    margin-left: 30px;
}

.change-password {
	position: relative;
	height: 210px;
}

.change-mdp-field > .btn {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.welcome-msg {
	font-size: 16px;
	margin-bottom: 30px;
}

.set-referent {
	position: relative;
	height: 160px;
}

.popup {
	position: absolute;
	top: 130px;
	width: 900px;
	height: 140px;
	margin: auto;
	background-color: rgb(255, 255, 255);
	display: none;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #314a73;
	padding: 15px;
}

.popup > h3 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.portail-admin-search-field {
    border: 0px !important;
    height: 16px;
    padding: 8px;
    width: 200px;
}

.portail-admin-group-fields {
    border: 1px solid #314a73;
    width: 325px;
    position: relative;
}

.portail-admin-group-fields > .btn {
    height: 32px;
    width: 109px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
}

.alert {
    text-align: center;
    color: #f00;
    margin: 15px;
    font-size: 16px;
    display: none;
}

.page-left {
    float: left;
    width: 49%;
}

.page-right {
    margin-left: 51%;
}

.panel-header {
    background-color: #314a73;
    color: #fff;
    padding: 8px;
    padding-left: 35px;
}

.panel-body {
    padding: 10px;
	position: relative;
}

.panel {
    width: 100%;
    border: 1px solid #314a73;
    display: inline-block;
    margin-bottom: 20px;
}

.client-addresse {
    margin-top: 15px;
}

.first-body {
    border-bottom: 1px solid #314a73;
}

.licence-vidal {
    margin-bottom: 12px;
}

.sms-etat {
    margin-bottom: 10px;
}

.app-link {
    width: 120px;
    display: inline-block;
}

.popup-link {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.visualisation-box {
    background-color: #fff;
    color: #314a73;
    padding: 12px;
    width: 260px;
    text-align: center;
	position: absolute;
	right: 30px;
	top: 15px;
	display: none;
}

.visualisation-box > a {
    color: #314a73;
    text-decoration: none;
    display: inline-block;
    margin-left: 18px;
}

.add-second-addr {
	position: absolute;
	top: 5px;
	right: 8px;
}

.popup {
	position: absolute;
	top: 130px;
	left: 80px;
	right: 75px;
	height: 140px;
	background-color: rgb(255, 255, 255);
	display: none;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #314a73;
	padding: 15px;
}

.popup-large {
	height: 280px;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.addr_secondaire {
	margin-bottom: 12px;
}

.addr_secondaire > strong {
	display: block;
	margin-bottom: 12px;
}

.mail-delete {
	position: relative;
	top: 2px;
	right: 3px;
	cursor: pointer;
}

.li_mail_sec {
	margin-bottom: 8px;
}

.center {
	text-align: center;
}

.table {
    width: 100%;
    margin-top: 40px;
	border-spacing: 0;
    border-collapse: collapse;
}

.table-head > th {
    text-align: center;
    font-size: 15px;
    border: 0px;
}

.table-head {
    border: 0px;
}

.table-body > tr > td {
    border: 0px;
    border-top: 1px solid #314a73;
	padding-bottom: 8px;
    padding-top: 8px;
}

.ticket-details > td {
	border: 0px !important;
}

.ticket-col-action {
	width: 110px;
}

.ticket-col-date {
	width: 120px;
}

.ticket-col-type {
	width: 120px;
}

.ticket-col-statut {
	width: 130px;
}

.actions {
	text-align: right;
	position: relative;
}

.dropdown > .btn {
	width: 128px;
}

.dropdown {
	position: absolute;
	top: 7px;
	right: -165px;
	display: none;
	z-index: 100;
}

.tickets-filter {
    display: inline-block;
    width: 290px;
    margin-bottom: 10px;
}

.tickets-filters {
    padding: 25px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
	position: relative;
}

.ticket-details-left {
    float: left;
    width: 50%;
}

.ticket-details-desc {
    margin-top: 100px;
}

.ticket-details-com {
    margin-top: 15px;
}

.ticket-details {
    display: none;
}

.ticket-details > td {
    padding-bottom: 20px !important;
}

.ticket-details {
    border-top: 0px !important;
}

.ticket-details-field {
    margin-bottom: 5px;
}

.ticket {
	height: 40px;
}

.new-ticket {
	border: 1px solid #314a73;
	margin-top: 40px;
}

.input-ticket-subject {
	border: 2px solid #314a73;
	border-bottom: 3px solid #314a73;
    height: 44px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.new-ticket-field {
	background-color: #314a73;
	display: inline-block;
	margin: 25px 0px 25px 90px;
	padding: 1px 2px 1px 1px;
	color: #fff;
}

.new-ticket-fieldname {
	display: inline-block;
	color: #fff;
	width: 60px;
	text-align: center;
}

.new-ticket-field > select {
	border: 0;
	padding: 4px 0px 4px 0px;
}

.new-ticket-desc-fieldname {
	background-color: #314a73;
	color: #fff;
	padding: 6px 0px 6px 20px;
	font-size: 14px;
}

.input-ticket-desc {
	border: 0;
	border-right: 1px solid #314a73;
	width: 650px;
	padding: 8px;
	height: 245px;
	box-sizing: border-box;
}

.new-ticket-desc-box {
	position: relative;
}

.new-ticket-btn {
	position: absolute;
	bottom: 0px;
	right: 308px;
}

.new-ticket-files {
	margin-left: 575px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.btn-joindre {
	right: 0px;
	padding: 9px 18px;
	padding-right: 26px;
}


#upload-file-container {
}

#upload-file-container input {
   filter: alpha(opacity=0);
   opacity: 0;
}

#upload-file-container {
	width: 39px;
	height: 16px;
	overflow: hidden;
}

#upload-file-container > input {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	width: 75px;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.new-ticket-file-list {
	position: absolute;
	top: 28px;
	right: 0px;
	height: 245px;
	box-sizing: border-box;
	width: 305px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px 5px 32px 5px;
}

.create-ticket-result {
	text-align: center;
	margin-top: 110px;
	font-size: 18px;
}

.config-btn {
	float: right;
	position: relative;
	top: -3px;
	cursor: pointer;
}

.input-label-config {
	display: inline-block;
	width: 200px;
	color: #454A73;
	font-size: 14px;
	text-align: left;
}

.input-group {
	margin-bottom: 12px;
}

.user-info {
	float: right;
	color: #fff;
	text-align: center;
	margin-top: 12px;
	display: none;
}

.user-info > span {
	cursor: pointer;
}

.disable-app  {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	cursor: default;
}

.info-retour {
	background-color: rgba(49, 74, 115, 0.3);
	border: 1px solid #314a73;
	color: #000;
	padding: 6px;
	border-radius: 6px;
	margin-bottom: 12px;
	text-align: center;
}

.info-retour:empty {
	display: none;
}

.maidis-copyrigth {
	float: right;
}
