
@font-face {
    font-family: 'Avenir';
     url('Avenir.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/

}
html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../images/bg_malagasy.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fee004;
    /* IE10+ */

}


.form-box {
    padding-top: 40px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: left;
}
.bordure {
    border: 1px solid #005090;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 50px;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: left;
}



form.registration-form fieldset {
    display: none;
}

input[type="text"]:first-letter {
    text-transform: uppercase;
}


#loader{
    display: none;
}

.menu_header{
    background-image: -ms-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Opera */
    background-image: -o-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #152B4B), color-stop(100, #3C587D));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* W3C Markup */
    background-image: linear-gradient(to left, #152B4B 0%, #3C587D 100%);
    border-bottom: 2px solid #fff;
    padding-top: 28px;
    padding-bottom: 24px;
	min-height:110px;
}

.logo{
    width: 100px;
    height: 53px;
    position: relative;
    overflow: hidden;

}
.marg-l{
	 margin-left:380px;;
}

.postecash{
    width: 212px;
    height: 47px;
    position: relative;
    overflow: hidden;
}


.sidebar{
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    margin-top: 5px;
    height: 100%;
}

.right-content{
    padding: 0;
    background-image: -ms-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Opera */
    background-image: -o-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #152B4B), color-stop(100, #3C587D));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, #152B4B 0%, #3C587D 100%);

    /* W3C Markup */
    background-image: linear-gradient(to left, #152B4B 0%, #3C587D 100%);
}

.contenu{
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    padding: 0;
}

.bar_contenu{
    min-height: 24px;
    background: #eee;
    font-family: arial, sans-serif;
    font-size: 16px;
    margin-bottom: 40px;

}

.bg_table{
    background: #fff;
}

.titre_table{
    text-transform: uppercase;
}

.login-back{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:contain;

}

.notifier-bar{
    width: 100%;
    height: 24px;
    color: #005090;;
	background-color: #005090;
    border-top: #d90000 solid 3px;
	margin-bottom: 0px;
	
 }


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    line-height: 1;
    /*box-shadow: 1px 1px 0 #df7002, 2px 2px 0 #df7002, 3px 3px 3px rgba(0, 0, 0, 0.35);*/
}
#cssmenu > ul {
    background-color:transparent;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 20px 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #444444;
}
#cssmenu #menu-indicator {
    position: absolute;
    bottom: 0;
    display: block;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu.small-screen {
    width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
    width: 100%;
    text-align: left;
    display: inline-block;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
    float: left;
    display: inline-block;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    width: 100px;
}
#cssmenu.small-screen > ul > li > a {
    padding: 18px 15px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
    display: none;
}
#cssmenu.small-screen #menu-button {
    display: block;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}
#cssmenu.small-screen #menu-button.menu-opened {
    color: #fff;
}
#cssmenu.small-screen #menu-button:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 19.5px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 18px;
    height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#cssmenu.small-screen #menu-button:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 29.5px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
    background: #fff;
}
#cssmenu.small-screen #menu-indicator {
    display: none;
}

@media (max-width: 767px) {
    #cssmenu{
    margin-top: 60px;
    }
}


.padding_box{
    padding: 30px;
    border: 1px solid #12274C;
    margin-bottom: 20px;
    border-radius: 12px;
}

.margin_box{
    padding: 30px;
    border: 1px solid #12274C;
    margin-bottom: 50px;
    border-radius: 12px;
}

.flat-red-bis{
    margin-bottom: 10px;
}

.content{
    height: auto;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.content-wrapper{
    min-height:  1127px;
    padding-top: 20px;
}


@media screen and (max-width:1420px) and (min-width:1376px) {
    .main-header {
        height: 110px;
        overflow: hidden;
    }

    .navbar-nav li a{
        padding-left: 10px;
        padding-right: 10px;
    }

}

.papangom{

}

@media screen and (max-width:1375px) and (min-width:1295px) {
    .main-header {
        overflow: hidden;
    }


    .main-header .logo {
        position: relative;
        padding-bottom: 0;

    }

    .navbar-nav li a{
        padding-left: 10px;
        padding-right: 10px;
    }

}


@media screen and (max-width:1294px) and (min-width:982px){
    .main-header {
        overflow: hidden;
    }


    .main-header .logo {
        position: relative;
        padding-bottom: 0;

    }

    .navbar-nav li a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav li a > img{
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width:981px) and (min-width:768px){
    .main-header {
        overflow: hidden;
    }


    .main-header .logo {
        position: relative;
        padding-bottom: 0;
        height: 180px;

    }

    .navbar-nav{
        width: 380px;
        position: relative;
        float: right;
    }

    .navbar-nav li a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav li a > img{
        width: 40px;
        height: 40px;
    }

    .main-sidebar{
        padding-top: 180px;
    }

}

@media screen and (max-width:767px){
    .main-header {
        overflow: hidden;
    }

    .navbar-nav{
        width: 380px;
        position: relative;
        float: right;
    }


    .navbar-nav li a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav li a > img{
        width: 40px;
        height: 40px;
    }

    .sidebar-toggle{
        padding: 0;
        margin: 0;
    }


}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}