﻿
.h1, h1 {
    font-size: 26px !important;
}

.h2, h2 {
    font-size: 26px !important;
    color: #9e0065;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-variant: small-caps;
}

h3 {
    color: #2b3e6e;
    font-size: 18px;
    padding:15px;
    border-bottom:1px solid #eee;
}

h4 {
    color: #ff9b00;
}

.rose {
    color: #9e0065;
}

.bleu {
    color: #2b3e6e;
}

.orange {
    color: #ff9b00;
}

a {
    color: #2b3e6e;
}

    a:hover {
        color: #9e0065;
    }

.navbar-default {
    /*background-color:#808080;*/
    /*padding: 5px;*/
}

    .navbar-default h5 {
        font-style: italic;
    }


#accesAppli, /*.divStat*/
#accesPortail {
    display: block;
    width: 250px;
    height: auto;
    float: left;
    margin: 40px;
    border-radius: 5px;
    padding: 10px;
    transition: all ease 500MS;
    -moz-transition: all ease 500MS;
    -webkit-transition: all ease 500MS;
    -o-transition: all ease 500MS;
}



    #accesAppli img,
    #accesPortail img {
        width: 200px;
    }

    #accesAppli h5,
    #accesPortail h5 {
        text-align: center;
    }

#accesAppli {
    border: solid 1px #CF0238;
}

    #accesAppli.withhover:hover {
        background-color: #CF0238;
        cursor: pointer;
    }

#accesPortail {
    border: solid 1px #2b3e6e;
    cursor: pointer;
}

    #accesPortail.withhover:hover {
        background-color: #2b3e6e;
        cursor: pointer;
    }


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0px;
}

.panel-heading {
    text-align: center;
}

.login-panel .form-group table {
    width: 100%;
}

.btn-large {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    background-color: #eee;
}

.btn-validate {
    background-color: #9e0065;
    border-color: #9e0065;
    color: #fff;
}

    .btn-validate:hover {
        background-color: #be2d8a;
        border-color: #be2d8a;
        color: #fff;
    }
.btn-acces {
    background-color: #2b3e6e;
    border-color: #2b3e6e;
    color: #fff;
}

    .btn-acces:hover {
        background-color: #4b68b1;
        border-color: #4b68b1;
        color: #fff;
    }

.btn-danger {
    background-color: #FFA500;
    border-color: #FFA500;
}

.btn-danger:hover {
    background-color: #f1b935;
    border-color: #f1b935;
    color: #fff;
}

.dxgvGroupRow_MetropolisBlue {
    background-color: #eee;
}

    .dxgvDataRow_MetropolisBlue td.dxgvIndentCell,
    .dxgvDetailRow_MetropolisBlue td.dxgvIndentCell,
    .dxgvPreviewRow_MetropolisBlue td.dxgvIndentCell,
    .dxgvGroupRow_MetropolisBlue td.dxgvIndentCell,
    .dxgvGroupFooter_MetropolisBlue td.dxgvIndentCell {
        background-color: #eee;
    }

.dxgvPagerBottomPanel_MetropolisBlue {
    background-color: #eee;
}

.dxgvFocusedRow_MetropolisBlue td.dxgvIndentCell, .dxgvFocusedGroupRow_MetropolisBlue td.dxgvIndentCell, .dxgvSelectedRow_MetropolisBlue td.dxgvIndentCell {
    background-color: #e0e0e0 !important;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top40 {
    margin-top: 40px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom40 {
    margin-bottom: 40px;
}

.panelAction {
    padding: 15px;
    margin: 10px;
    background-color: #f7b310;
}

.form-inline table {
    /*display:inline;*/
}

.divSearch {
    background-color: #f8f8f8;
    padding: 10px;
}

    .divSearch label {
        font-weight: normal !important;
        padding-top: 5px;
    }

#Menu .submenu {
    margin-left: 30px;
}

.divzoneactive {
    /*padding:5px;*/
    background-color: #e0e0e0;
}

.breadcrumb > li {
    color: #c1c1c1;
}

.breadcrumb a.dxeHyperlink_CTATheme
{
    color: #2b3e6e;
    text-decoration:none;
    font:inherit
}

.breadcrumb a.dxeHyperlink_CTATheme:hover
{
    color: #9e0065;
    text-decoration:underline;
    font:inherit;
}
.dxgv[fieldName="DateHeureRDV"],
.dxgv[fieldName="NewQteLivree"] {
    background-color: orangered;
}

.dxbDisabled_MetropolisBlue {
    background-color: #808080;
}

    .dxbDisabled_MetropolisBlue:hover {
        background-color: #808080;
        color: #b8b8b8;
    }


#clock {
    float: right;
    font-size: 30px;
    margin-bottom: 30px;
    color: #337ab7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.txtRed {
    color: red;
}

.txtGreen {
    color: #5f9d28;
}

.txtColor {
    color: #9e0065;
}

.MessagePortail {
    display: block;
    padding: 10px;
    background-color: #c4d3e2;
    border-radius: 5px;
}

    .MessagePortail span {
        float: left;
        font-size: 14px;
        padding: 5px;
        font-weight: bold;
    }

        .MessagePortail span.glyphicon {
            float: left;
            font-size: 30px;
            padding: 5px;
        }

.imgMessage {
    height: auto;
    width: 100%;
}

.adresse {
    padding-left: 10px;
    margin-top: 20px;
    font-size: 11px;
    border-left:solid 1px #333;
    padding-left:10px;
    margin-left:20px;
}

.legendeConvocation {
    display: block;
    width: 80px;
    height: 30px;
    float: left;
    background-color: papayawhip;
}

.legendePeremption {
    display: block;
    width: 80px;
    height: 30px;
    float: left;
    background-color: Orange;
}

.legendeLocation {
    display: block;
    width: 80px;
    height: 30px;
    float: left;
    background-color: Yellow;
}

.labLegende {
    margin-left: 10px;
    display: block;
    height: 30px;
    float: left;
    color: #232323;
    font-size: 10px;
}

.divPreview table, .divPreview tr, .divPreview td, .divPreview th {
    font-family: Verdana,sans-serif;
    font-size: 9px;
}

.divPreview td {
    padding: 3px;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.divPreview table {
    border: solid 1px #eee;
}

.divPreview th {
    background-color: #eee;
    padding: 3px;
}


#tbxSearchContrat {
    border: none;
    background: none;
    border-bottom: solid 1px #9e0065;
    margin-top: 10px;
}

    #tbxSearchContrat input {
        background: none;
    }

.noStyle {
    text-decoration: none !important;
}

    .noStyle span {
        display: none;
    }

.btnCircle {
    background-color: #fff !important;
    border-radius: 50%;
}

    .btnCircle:hover {
        background-color: #eee !important;
        color: #9e0065;
    }

.username {
    padding: 15px;
    color: #2b3e6e;
}

    .username i {
        font-size: 30px;
    }

.caption {
    text-align: right;
}

.value {
    text-align: left;
    font-weight: bold;
}

.floatRight {
    float: right;
    margin-left: 5px;
}

.floatLeft {
    float: left;
    margin-right: 5px;
}

.legendeCreatAValider
{
    background-color:#D8BFD8;
    display:block;
    height:20px;
}
.legendeModifAValider
{
    background-color:#98FB98;
    display:block;
    height:20px;
}

.legendeSortieAValider
{
    background-color:#ffe4e1;
     display:block;
    height:20px;
}

.legendeReintegreAValider
{
    background-color:#AFEEEE;
     display:block;
    height:20px;
}

.padding5
{
    padding:5px;
}

#divNewNotification
{
    position:absolute;
    display:block;
    width:20px;
    height:20px;
    background-color:#CF0238;
    border-radius:50%;
    color:#fff;
    text-align:center;
    z-index:99999;
    font-size:9px;
    padding-top:2px;
    margin-left:5px;
    margin-top:5px;

}

.notification
{
    font-size:10px;
    color:#353535;
}
.notification hr
{
    margin-top:5px;
    margin-bottom:5px;
}

.panAction
{
    display:block;
    padding:10px;
    background-color:#9e0065;
    color:#fff;
    width:250px;
    min-height:100px;
    position:fixed;
    left: 0px;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index:999999;
}

.displaynone
{
    display:none;
}

.alert-info span
{
    color: #31708f;
    font-weight:bold;
}

.OptionsBottomMargin  .dxmLite_CTATheme
{
    border: 1px solid #c0c0c0;
    background-color:#FFF48D;
}

.divExport ul
{
    padding-left:0px;
    margin-top:5px;

}
.divExport ul li
{
    display:inline-block;
}

.form-group.row.widthspace table
{
    margin:2px;
}

.dxgvEditFormDisplayRow_iOS td.dxgv, .dxgvDetailCell_iOS td.dxgv, .dxgvDataRow_iOS td.dxgv, .dxgvDetailRow_iOS.dxgvADR td.dxgvAIC {
    padding: 10px 10px 10px;
    font-size:11px;
}
.dxpLite_iOS
{
    font-size:11px;
}

.dxgvControl_iOS a 
{
    color:#9e0065;
}

.navbar-top-links .dropdown-menu li a
{
    display:block;

}

.navbar-top-links .dropdown-menu li a:hover
{
    text-decoration:none;
    background-color:#e0e0e0;
}

.numero
{
    display:inline-block;
    width:20px;
    height:20px;
    text-align:center;
    background-color:#2b3e6e;
    color:#fff;
    font-size:14px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}

.dxbDisabled_CTATheme,
.dxbDisabled_CTATheme:hover
{
    background-color: #eee;
    color:#808080 !important;
    border:none;
    font-style:italic;
}

.divStat {
	display: block;
	color: #fff;
	border-radius: 6px;
	/*padding:10px;*/
	color: #fff;
	margin-bottom: 30px;
}

	.divStat .content {
		padding: 10px;
	}

	.divStat span.glyphicon {
		font-size: 30px;
	}

	.divStat .number {
		float: right;
	}

		.divStat .number span {
			font-size: 25px;
			color: #fff;
		}

	.divStat .libelle {
		margin-top: 10px;
		min-height: 35px;
	}

	.divStat .link {
		display: block;
		background-color: #eee;
		margin-top: 10px;
		padding: 10px;
		text-align: right;
		border-radius: 0px 0px 5px 5px;
	}

		.divStat .link a span {
			font-size: 20px;
		}

		.divStat .link a:hover {
			color: #fff;
		}

	.divStat:hover {
		opacity: 0.70;
		transition: all ease 800MS;
		-webkit-transition: all ease 800MS;
		-o-transition: all ease 800MS;
		-moz-transition: all ease 800MS;
		cursor: pointer;
	}

.divStat.pink {
    background-color: #9e0065;
}

.divStat.blue {
    background-color: #2b3e6e;
}

.divStat.orange {
    background-color: #ff9b00;
}

.divStat.grey {
    background-color: #808080;
}

.gpbtnright {
    width: auto;
    position:relative;
    float: right;
}