﻿@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold.ttf') format('truetype'), url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

a, img {
    border: 0;
    outline: none
}

    a, a:hover, a:focus {
        text-decoration: none
    }

a {
    transition-duration: 0.4s;
    transition-property: background, color, border, opacity;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

strong, b {
    font-weight: bold
}

img {
    max-width: 100%
}

.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear {
    display: block;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.pad0 {
    padding: 0
}

.none {
    display: none
}

body {
    line-height: 1;
    font-family: SegoeUI-Semibold;
    background-color: #fff;
    font-size: 100%;
    position: relative
}
/**************************/

/**************************/
.Page-Login {
    background-color: #223b7d;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
}

.logo-netopia {
    float: left
}

.logo-process {
    float: right
}

.TitleLogin {
    font-size: 14px;
    text-align: center;
    margin: 15px auto;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 600;
    border-top: 1px solid #323232;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8 0%), to(#ffffff 70%), to(#ffffff 30%));
    background: -webkit-linear-gradient(#f8f8f8 0%, #ffffff 70%, #ffffff 30%);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 70%, #ffffff 30%);
    background: linear-gradient(#f8f8f8 0%, #ffffff 70%, #ffffff 30%);
}

.EspaceLogin {
    max-width: 400px;
    margin: 10% auto 0;
    padding: 10px;
    background: #fff;
    border-bottom: 10px solid #f98d10;
    border-radius: 8px;
}

    .EspaceLogin h1 {
        text-align: center;
        color: #323232;
        font-weight: 600;
        text-transform: uppercase;
        padding: 5px 0
    }

    .EspaceLogin input {
        margin: 8px 0;
        color: #333;
        height: 40px
    }

    .EspaceLogin .Login, .EspaceLogin .Password {
        position: relative
    }

        .EspaceLogin .Login::after {
            content: url(../images/avatar.svg);
            position: absolute;
            right: 6px;
            top: 18px;
        }

        .EspaceLogin .Password::after {
            content: url(../images/locked.svg);
            position: absolute;
            right: 6px;
            top: 18px;
        }

    .EspaceLogin input.btnlogin {
        margin: 15px 0;
        height: 50px;
        font-size: 18px !important;
        background: #1352a2;
        border: none;
        color: #fff;
        text-transform: uppercase;
    }

.Passprob a {
    text-align: center;
    color: #323232
}

    .Passprob a:hover {
        color: #fa6511
    }

.Passprob p {
    border-bottom: 1px solid #cbcbcb;
    font-size: 13px;
    padding: 8px 0;
    margin: 0
}

    .Passprob p.last {
        border-bottom: none;
    }

label {
    font-size: 14px;
    line-height: 30px
}
.Login input, .Password input{ width:100%;}
input, select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 13px !important;
    padding: 5px 8px;
}
/*
***********************************
Header 29/01/2018
***********************************
*/
header .Logo {
    position: absolute;
    background: #fff
}

    header .Logo img {
        height: 108px;
    }

.header-top {
    background: #21a9db;
    line-height: 60px
}

    .header-top h1 {
        color: #fff;
        font-size: 18px;
        padding-left: 130px;
        text-transform: uppercase
    }

    .header-top ul {
        float: right
    }

        .header-top ul li {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            margin-left: 10px;
        }

            .header-top ul li span.icon1, .header-top ul li span.icon2 {
                background: #fff;
                padding: 6px;
                height: 25px;
                width: 25px;
                border-radius: 50%;
            }

                .header-top ul li span.icon1 img {
                    position: relative;
                    top: 3px;
                }

                .header-top ul li span.icon2 img {
                    position: relative;
                    top: 6px;
                    left: 1px;
                }

            .header-top ul li a {
                color: #fff
            }

                .header-top ul li a:hover {
                    color: #000
                }

                    .header-top ul li a:hover span.icon2 {
                        box-shadow: 1px 1px 1px 0px #323232;
                    }

    .header-top .pad0 {
        padding: 0
    }

.header-sitemap {
    background: #f1f1f1;
    line-height: 47px
}

    .header-sitemap p {
        padding-left: 130px;
    }

        .header-sitemap p span {
            color: #21a9db
        }
    .header-sitemap p a{
        color:#323232
    }
        .header-sitemap p a:hover {
            color: #21a9db
        }
/*
***********************************
Fin Header 29/01/2018
***********************************
*/
.inputTextJhRestant {
    width: 95% !important;
}
/*
***********************************
General class
***********************************
*/
#Top{background:transparent url('../images/bg-top.png') repeat-x left top; height:30px}
#Top .utilis { float:left; font-size:12px; font-weight:bold; color:#fff; background:url(../images/icon-utilis.png) no-repeat left bottom; padding:8px 0 5px 30px; margin-left:8px}
#Top .notific { float:right; font-size:11px; color:#fff; background:url(../images/sep-top.png) no-repeat left top; padding:4px 10px 0 10px;}
#Top .notific a{font-size:11px; color:#fff;}
#Top .notific p { font-size:12px; color:#fff; float:left; padding:2px 10px 0 0}
#Top .notific h1 { float:right; font-size:12px; color:#fff; width:15px; height:17px; background-color:#cc3c29; padding: 2px 0 2px 7px; border-radius: 2px}

#header{background:transparent url('../images/bg-header.png') no-repeat right top; height:168px}
.menu-titre {background:transparent url('../images/menu-tt.png') no-repeat left top; height:px}
h1#logo{ position:absolute; top:50px; left:88px}
.slogan{ position:absolute; top:85px; left:310px}

.menu { position:absolute; top:156px; left:260px}
.menu ul{ float:left; padding-right:6px}
.menu li{ float:left}
.menu li.btn-l{
	background:transparent url('../images/btn-l.png') no-repeat left top;
	width:11px;
	height:38px;
}
.menu li.btn-r{
	background:transparent url('../images/btn-r.png') no-repeat left top;
	width:11px;
	height:38px;
}
.menu li.btn-c{
	background:transparent url('../images/btn-c.png') repeat-x left top;
	height:38px;
}
.menu .btn_txt {padding :8px 4px 0 3px}
.menu .btn_txt a{font-size:14px; font-weight:bold; color:#6d6d6d; text-transform:uppercase;}
.menu .btn_txt a:hover{font-size:14px; font-weight:bold; color:#0288d3; text-transform:uppercase;}
.menu .btn_txt a.active{font-size:14px; font-weight:bold; color:#0288d3; text-transform:uppercase;}
.menu li.btn-l-a{
	background:transparent url('../images/btn-l-a.png') no-repeat left top;
	width:7px;
	height:44px;
}
.menu li.btn-r-a{
	background:transparent url('../images/btn-r-a.png') no-repeat left top;
	width:7px;
	height:44px;
}
.menu li.btn-c-a{
	background:transparent url('../images/btn-c-a.png') repeat-x left top;
	height:44px;
}
.menu-titre { padding:15px 0 0 90px}
.menu-txt h3{ background:url(../images/felsh-me.png) no-repeat left; font-size:16px; color:#434343; padding:1px 0px 0px 16px; text-transform:uppercase;}
td img {
    max-width:none !important;
}
#container{ width:95%;  
             min-height:350px;
            height:auto !important; 
             margin:auto}
#containerPop{ width:400px; margin:auto}
#menu_accordion{ width:557px; margin:auto;}
#menu_accordion h2{cursor:pointer; padding-top:5px}
.smenu_accordion { padding-left:15px}
.smenu_accordion li{background:url(../images/btn-s-acc.png) no-repeat left; height:35px; padding:18px 0px 0px 78px;}
.smenu_accordion li a{ font-size:18px; color:#fff; }
.smenu_accordion li a:hover{ font-size:18px; color:#000; }

#footer{background:transparent url('../images/bg-footer.png') repeat-x left bottom; height:30px; margin-top:15px; padding:18px 0 0 80px}
#footer h1{font-size:11px; color:#434343; padding:1px 0px 0px 16px;}

/************** Mobile **************/

@media screen and (max-width:1300px) {
}

@media screen and (max-width:1200px) {
    header .Logo {
        padding: 20px 0px;
    }

    .header-top h1 {
        font-size: 14px;
        margin-top: 30px;
    }
}

@media screen and (max-width:1024px) {

    .header-top h1 {
        margin-top: 0;
    }
}

@media screen and (max-width:820px) {
    .EspaceLogin {
        max-width: 350px;
        margin: 25% auto 0;
    }

    #menu_accordion h2 span.Itext font {
        font-size: 16px;
    }

    .smenu_accordion li a {
        font-size: 16px;
    }

    .header-top .pad0 {
        padding: 0 15px
    }
}

@media screen and (max-width:720px) {
}

@media screen and (max-width:650px) {
    .EspaceLogin {
        max-width: 320px;
    }

    header .Logo {
        position: relative;
        background: #fff;
        padding: 0;
        text-align: center;
    }

        header .Logo img {
            height: 60px;
        }

    .header-top {
        line-height: 15px;
    }

        .header-top h1 {
            padding-left: 0;
            padding: 10px 0;
        }

        .header-top ul li {
            padding: 8px 0 15px;
        }

    .header-sitemap p {
        padding-left: 0;
    }

    #menu_accordion h2 span.Itext font {
        font-size: 14px;
    }

    .smenu_accordion li a {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:320px) {
}


/*****************************************/



.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11,
.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col- xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs- 7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
    .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}
.tablechaf td {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px
}

.tbalegf td {
    font-size: 14px;
    padding:5px 0;
}

.tabletitle {
    color: #21a9db;
    font-size:15px;
}

table td, table th {
    font-size: 14px;
}
.rgHeader {
    padding: 10px 0 !important;
}

.rgRow td, .rgAltRow td {
    padding: 10px 0 !important;
    vertical-align: middle
}
.tabletotal {
    text-align: right;
    color: Green !important;
    font-weight: bold;
    font-size: 16px;
}