﻿/* GENERAL */

html, body
{
  font: 14px 'Segoe UI' , 'Helvetica Neue' , 'Droid Sans' ,Arial,Tahoma,Geneva,Sans-serif;
  margin: 0;
  padding: 0;
}

body
{
  background-color: #FFF0D9;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma;
  font-size: 14px;
}

.comboBox input
{
  height: 25px;
}

.dxbButton /* Taille de la police des boutons (dans le header) */
{
  font-size: 15px;
}

.dxeEditAreaSys /* Taille de la police des textbox */
{
  font-size: 15px !important;
}

.dxeListBoxItem_PlasticBlue /*  Taille des items dans les combo box */
{
  padding: 14px 2px 3px 4px !important;
}

.dxeListBox_PlasticBlue /* Taille de la police dans les combo box */
{
  font: 15px Tahoma, Geneva, sans-serif !important;
}

.dxeButtonEdit_PlasticBlue /* Taille de la police des combo box */
{
  font: 15px Tahoma, Geneva, sans-serif !important;
}

.comboBox
{
  text-align: left;
  width: 100%;
  max-width: 500px;
  display: inline-block;
}

.title
{
  text-align: center;
  padding: 8px 3px 9px 3px;
  background-color: #5066AC;
  color: #FFFFFF;
}

.gView
{
  visibility: hidden;
  padding: 5px 0px;
  max-width: 850px;
  margin: auto;
}

hr
{
  background: #CCCCCC;
  margin: 0px;
  border: none;
  padding: 0px;
  height: 1px;
}

.main
{
  /*background-color: #F5F5F5;*/
  padding: 5px 0px 8px 0px;
}

.content
{
  margin: 0 auto;
  max-width: 740px;
  padding: 15px;
}

.clear
{
  clear: both;
}

.container
{
  max-width: 100%;
}

.containerLarge
{
  border:none;
  text-align: left;
  max-width: 100%;
}

.center
{
  text-align: center;
}

p
{
  margin: 0px;
  padding: 0px;
}

/* GRIDVIEW */

.dxgvTable_PlasticBlue caption /* HEADER CAPTION */
{
  font-size: 16px;
  font-weight: bold;
  padding: 7px 3px 10px 3px;
  background-color: #5066AC;
  color: #FFFFFF !important;
}

.dxgvControl_PlasticBlue, .dxgvDisabled_PlasticBlue
{
  border: none !important;
  border-bottom: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
}

.dxgvDetailRow_PlasticBlue, .dxgvPreviewRow_PlasticBlue
{
  border-right: 1px solid #CCCCCC !important;
}
/* FOOTER GRIDVIEW */

.dxpLite_PlasticBlue .dxp-summary, .dxpLite_PlasticBlue .dxp-ellip /* Sommaire des pages */
{
  font-size: 12px !important;
  padding: 7px 5px !important;
}

.dxpLite_PlasticBlue .dxp-disabledButton /* Bouton desactivé */
{
  font-size: 15px !important;
  padding: 5px 5px !important;
}

.dxgvPagerBottomPanel_PlasticBlue a /* Hyperlink */
{
  font-size: 15px !important;
  padding: 5px 5px !important;
}

.dxpLite_PlasticBlue .dxp-current /* Numero page courante */
{
  font-size: 16px !important;
  padding: 5px 10px !important;
}

.dxgvPagerTopPanel_PlasticBlue, .dxgvPagerBottomPanel_PlasticBlue /* Container */
{
  border-right: 1px solid #CCCCCC;
  padding: 6px 0px !important;
}

/* FONT */

.dxeBase_PlasticBlue
{
  font-weight: bold;
  font-size: 15px !important;
}

h1, h2, h3
{
  font-weight: normal;
}

/* ASPX MENU */

.dxm-vertical
{
  display: inline-block;
  width: 100%;
}

.dxmLite_PlasticBlue.dxm-ltr .dxm-vertical .dxm-image-l .dxm-content, .dxmLite_PlasticBlue.dxm-ltr .dxm-vertical .dxm-image-r .dxm-content
{
  padding: 3px 0px 3px 3px;
}

.mainMenu
{
  width: 100%;
}

.mainMenu li:last-child
{
  margin-bottom: 2px;
}

.mainMenu li a
{
  min-width: 100% !important;
}

.mainMenu li a span
{
  line-height: 36px;
  font-size: 16px;
}

.mainMenu li:first-child
{
  margin-top: 2px;
}

.mainMenu li
{
  overflow: hidden;
  min-width: 98% !important;
  margin: 1px;
}

.noDecision div
{
  margin-top: 7px;
}

/* MASTERPAGE */

.topHeader
{
  height: 45px;
  overflow: hidden;
}

header
{
  text-align: center;
  height: 45px;
}

.imgLogo
{
  margin-top: 2px;
  margin-left: 8px;
  height: 40px;
}

.headerUser
{
  text-align: center;
  float: left;
  width: 25%;
}

.userInfo
{
  margin-top: 3px;
}

.logoHeader
{
  float: left;
  width: 25%;
  height: 40px;
}

.headerBtnList
{
  margin-bottom: 5px;
  background-color: #F5F5F5;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}

.headerBtnList img
{
  margin-top: 1px;
  height: 25px;
}

.headerBtnList .headerBtn
{
  text-align: center !important;
  width: 30% !important;
  background: #F5F5F5;
  border: none;
  padding: 0px;
}

.headerBtnList .headerBtn:first-child
{
  border-right: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
  margin-left: 10px;
}

.headerBtnList .headerBtn:first-child span
{
  margin-top: 2px;
}

.backBtn
{
  float: right;
  border-left: 1px solid #CCCCCC !important;
  border-right: 1px solid #CCCCCC !important;
  margin-right: 10px;
}

/* LOGIN */

.loginInput
{
  text-align: left;
  max-width: 500px;
}

.loginSubmit
{
  margin-top: 10px;
}

/* Detail DI */

.inputDetailDi
{
  text-align: center;
}

.inputDetailDi span
{
  font-weight: bold;
}

.inputDetailDi .inputGroup
{
  text-align: left;
  margin-top: 5px;
  width: 100%;
  margin: 5px;
  max-width: 250px;
  display: inline-block;
}

.inputDetailDi .inputGroup input
{
  font: 15px Tahoma, Geneva, sans-serif !important;
  padding: 2px 2px;
}

/* BTN */

.addDiBtn
{
  width: 100%;
  background-color: #5066AC;
  border: none;
  color: #f8f8f8;
  font-weight: 700;
}

.validerBtn
{
  width: 100%;
  max-width: 400px;
  background: #5066AC !important;
  border: 1px solid #000080;
  color: #f8f8f8;
  font-weight: 700;
}

.annulerBtn
{
  margin-top: 12px;
}

.UploadBtn
{
  width: 100%;
  max-width: 400px;
  font: 15px Tahoma, Geneva, sans-serif !important;
  background: #5066AC !important;
  border: 1px solid #000080; 
  text-align: center;
  font-weight: 700;
}

.DelPhotoBtn
{
  width: 33%;
  font: 15px Tahoma, Geneva, sans-serif !important;
  max-width: 400px;
  background: #5066AC !important;
  border: 1px solid #000080; 
  text-align: center;
  font-weight: 700;
}

/* BOX LIST */

.inputList
{
  text-align: center;
}

.inputList div
{
  width: 90%;
  display: inline-block;
  margin-top: 5px;
}

.inputList input
{
  display: inline-block;
  width: 100%;
  height: 25px;
}

.inputList textarea
{
  width: 100%;
  max-width: 100%;
}

/*Gridview*/

.dxGridView_gvShowAdaptiveDetailButton_PlasticBlue /* Detail btnOpen */
{
  background: url('../arrowDown.png') no-repeat center !important;
  height: 35px;
  width: 35px;
}

.dxGridView_gvHideAdaptiveDetailButton_PlasticBlue /* Detail btnClose */
{
  background: url('../arrowUp.png') no-repeat center !important;
  height: 35px;
  width: 35px;
}

.dxgvADHB > img, .dxgvADSB > img
{
  opacity: 1 !important;
}

.dxgvAIC.dxgvHeader_PlasticBlue:after
{
  content: "Détail";
}

.dxGridView_gvDetailExpandedButton_PlasticBlue
{
  display: none;
}

/* MEDIA QUERIES */

@media screen and (min-width: 720px)
{
  .container
  {
    display: inline-block;
    max-width: 550px;
  }

  .containerLarge
  {
    border:1px solid #CCCCCC;
    display: inline-block;
    width: 600px;
  }

  .annulerBtn
  {
    margin-top: 0px !important;
  }
}

@media screen and (max-width:555px)
{
  .inputDetailDi .inputGroup
  {
    margin: 3px 5px;
    max-width: 180px;
  }
}

@media screen and (max-width:424px)
{
  .mainMenu li a span
  {
    line-height: 35px !important;
    font-size: 14px !important;
  }
  .inputDetailDi .lgInput
  {
    margin: 3px 0px;
    max-width: 100%;
  }
  .inputDetailDi .smInput
  {
    margin: 3px 5px;
    max-width: 150px;
  }
  
  .inputDetailDi input
  {
    width:98% !important;
  }
}

@media screen and (max-width:345px)
{
  .mainMenu li a span
  {
    line-height: 35px !important;
    font-size: 14px !important;
  }
  .inputDetailDi .lgInput
  {
    margin: 3px 0px;
    max-width: 100%;
  }
  .inputDetailDi .smInput
  {
    margin: 3px 0px;
    max-width: 100%;
  }
}


@media screen and (max-width:700px)
{
  .headerTitle
  {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .headerUser
  {
    width: 50% !important;
  }

  .logoHeader
  {
    width: 50% !important;
  }

}

@media screen and (min-width:700px)
{
  .headerTitle
  {
    text-align: center;
    line-height: 45px;
    float: left;
    width: 50%;
  }
  .headerTitle span
  {
    font-size: 18px;
  }
}


@media screen and (max-width:300px)
{
  .mainMenu li a span
  {
    line-height: 35px !important;
    font-size: 12px !important;
  }

  .dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-image
  {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media screen and (max-width:380px)
{
  .imgLogo
  {
    margin-top: 6px;
    height: 30px;
  }
}

@media screen and (max-width:319px)
{
  .logoHeader
  {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  .headerUser
  {
    text-align: center;
    float: left;
    width: 95% !important;
  }
}
