﻿body {
}

/*
Extrn Color 
 BlueDark = #2681C2;
 BlueDarkLight = #37A4DD = rgba(55, 164, 221, 1); 
 BlueLight = #4DABDF = rgba(77, 171, 223, 1);
*/

.dxpc-mainDiv {
    background-color: white;
}

/*pour changer la couleur du background des ASPx DevExpress*/
.dxpcModalBackLite {
    background-color: #37A4DD;
    opacity: 0.5;
}
.dxeCalendar
{
    background-color: rgba(77, 171, 223, 0.15);
}
.dxeCalendarHeader
{
    background-color: #37A4DD;
    }
.dxeCalendarFooter
{
    background-color: #37A4DD;
    }

.dxToggle
{
    height: 26px !important;
    width: 50px !important;
    border-radius: 14px !important;
}
.dxToggle.dxICheckBox {
   background-color: rgba(77, 171, 223, 0.5) !important;
}
.dxToggle.dxICheckBox[class*='Checked'] {
    background-color: #4DABDF !important;
}

.dxToggle[class*='Checked'] .dxSwitcher {
    transform: translate3d(28px,4px,0) !important;
}
.dxSwitcher 
{
    height: 18px !important;
    width: 18px !important;
    background-color: #fff !important;
    transform: translate3d(4px,4px,0) !important;
}

/* Fin changer la couleur du background des ASPx DevExpress */

.GridRowAlternateColor {
    /*background-color: #e0f2ff;*/
}

.DetailNavBar
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color : #2681C2;
    color: #ffffff !important;
    text-decoration: underline !important;
    /*z-index: 12000;*/
    }
    
#divNotificationBar
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff071;
    width: 100%;
    text-align: center;
    z-index: 11999;
    }

#divConfirmationDelete {
    position: fixed;
    bottom: 0px;
    right: 200px;
    background-color: #605E5C;
    color: white !important;
    width: 400px;
    padding: 10px;
    z-index: 11999;
}
    
.SectionSpliterGray
{
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    border-bottom-width: 2px;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

#formRech
{
    height: 30px;
    background-color: White;
    vertical-align: middle;
}
#formRechLogo
{
    padding-left: 5px;
    width: 26px;
    float: left;
}
#formCritRech
{
    float: left;
    padding-left: 2px;
    padding-top: 2px;
    width: 160px;
}

.SecSpacer
{
    padding-top: 24px;
    padding-bottom: 24px;
}

.SecSpacer img
{
    width: 100%;
}
        
.ExtrnHyperLinkBotton_TD
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.ExtrnHyperLinkBotton_TD .ExtrnHyperLink_TD
{
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

.ExtrnHyperLink_TD_Send
{
    cursor: pointer;
    color: red;
    text-decoration: none;
    font-variant: small-caps;
    font-weight:bold;
}

.ExtrnHyperLink
{
    color: #4DABDF;
}
.ImageBorder
{
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 2px;
    padding: 15px;
}
.ImageBorder .hlSpan img
{
    max-height: 60px;
}
        
.SectionHeader
{
    border-bottom-style: solid;
    border-bottom-color: #37A4DD;
    border-bottom-width: 2px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
}
.FontText {
    text-align: left;
    font-size: 12px;
    color: #4a4a4a !important;
}
.FontTextLight {
    text-align: left;
    font-size: 12px;
    color: #828d99 !important;
}
.FontTextWhite {
    text-align: left;
    font-size: 14px;
    color: #ffffff !important;
}
.FontTextTitle
{
    text-align: left;
    font-size: 16px;
}
.FontColorExtrn
{
    color: #37A4DD;
}
.AllUpper
{
    text-transform: uppercase;
}


.ghost-button-rounded-corners
{
    background-color: transparent;
    display: inline-block;
    padding: 8px;
    color: #000000;
    border: 2px solid #37A4DD;
    border-radius: 20px;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px;
}
.ghost-button-rounded-corners:hover, .ghost-button-rounded-corners:active
{
    background-color: #37A4DD;
    color: #000;
}
.disabled
{
    background-color: transparent;
    display: inline-block;
    padding: 8px;
    color: #000000;
    border: 2px solid #37A4DD;
    border-radius: 20px;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px;
}
        
#grad
{
    background: #2681C2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #2681C2 , #3FB5F6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2681C2 , #3FB5F6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2681C2 , #3FB5F6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2681C2 , #3FB5F6); /* Standard syntax */
}
.TablePcJoin
{
    margin: 5px;
    float: left;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 200px;
    background-color: #fff;
}        
.message
{
    width: 95%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 2px solid #EBEBEB;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.FontForm
{
	padding: 6px 12px;
	font-style: italic;
	font-size: 16px;
	color:#A3A3A3;
    background-color: #000000;
    background-image: none;
    border: 1px solid #EBEBEB;
}

.MsgPerso 
{
    padding: .5rem;
    display: inline-block;
}

