    /**********************************************************************************************************************/
    /*____________________________________________________FOR FOOTER PELEON_______________________________________________*/

    /*html, body {*/
        /*margin:0;*/
        /*padding:0;*/
        /*height:100%;*/
    /*}*/
    /*.container {*/
        /*min-height:100%;*/
        /*position:relative;*/
    /*}*/
    /*#header {*/
        /*padding: 0 auto;*/
        /*margin: 0 auto;*/
    /*}*/
    /*#body {*/

        /*padding:10px;*/
        /*padding-bottom:60px;   /!* Height of the footer *!/*/
    /*}*/
    /*#footer {*/
        /*position:absolute;*/
        /*bottom:0;*/
        /*width:100%;*/
        /*height:60px;   /!* Height of the footer *!/*/
        /*background:#6cf;*/
    /*}*/

    /**********************************************************************************************************************/
    /*____________________________________________________FOR FOOTER PELEON_______________________________________________*/

    .cookiesContainer{
    		position: fixed;
    		left: 0;
    		right: 0;
    		top: 0;
    		background-color: rgba(0,0,0,0.9);
    		padding: 10px;
    		color: white;
    		font-size: 12px;
    		z-index: 99999;
    }
    .xtoCloseCookie{
        position: absolute;
        right: 10px;
        top: 10px;
    }


    .fsize{
        width: 100%!important;
    }

    .fwb{
        font-weight: bold;
    }

    .copyright{
        padding:5px 3px !important;
    }

    .bold{
        font-weight: bold !important;

    }

    .mainBlue{
        color: var(--secondary-color) !important;
    }

	.secondaryWhiteDetected .mainBlue{
		color: darkslateblue !important;
	}


    .padding-0{
        padding: 0px !important;
    }

    .whiteSmoke{
        background-color: whitesmoke !important;
    }

    .fsize{
        width: 100% !important;
    }

    .notificationHeader{
        padding-left: 15px;
        padding-top: 2px;
        height: 40px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-bottom: 0px !important;
        background:#000000;
        background: -moz-linear-gradient(45deg,#000000 0%, rgba(242,246,248,1) 0%, rgba(239,243,246,1) 12%, rgba(216,225,231,1) 96%, rgba(224,239,249,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%,#000000), color-stop(0%, rgba(242,246,248,1)), color-stop(12%, rgba(239,243,246,1)), color-stop(96%, rgba(216,225,231,1)), color-stop(100%, rgba(224,239,249,1)));
        background: -webkit-linear-gradient(45deg,#000000 0%, rgba(242,246,248,1) 0%, rgba(239,243,246,1) 12%, rgba(216,225,231,1) 96%, rgba(224,239,249,1) 100%);
        background: -o-linear-gradient(45deg,#000000 0%, rgba(242,246,248,1) 0%, rgba(239,243,246,1) 12%, rgba(216,225,231,1) 96%, rgba(224,239,249,1) 100%);
        background: -ms-linear-gradient(45deg,#000000 0%, rgba(242,246,248,1) 0%, rgba(239,243,246,1) 12%, rgba(216,225,231,1) 96%, rgba(224,239,249,1) 100%);
        background: linear-gradient(45deg,#000000 0%, rgba(242,246,248,1) 0%, rgba(239,243,246,1) 12%, rgba(216,225,231,1) 96%, rgba(224,239,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c6d0', endColorstr='#e0eff9', GradientType=1 );
    }

    .notificationBody{
        margin-top: 0px !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        min-height: 100px;
        padding-top: 10px;
        padding-left: 20px;
		padding-bottom:10px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }


    /********************************************************************* MEDIA QUERYS ************************************************************************/

    /*@media (max-width: 767px) { !*VISIBLE XS*!*/

        /*!*@media (orientation: landscape) {*!*/
            /*!*body {*!*/
                /*!*-webkit-transform: rotate(-90deg);*!*/
                /*!*-moz-transform: rotate(-90deg);*!*/
                /*!*-o-transform: rotate(-90deg);*!*/
                /*!*-ms-transform: rotate(-90deg);*!*/
                /*!*transform: rotate(-90deg);*!*/
            /*!*}*!*/
        /*!*}*!*/

        /*.dropdown{*/
            /*position: fixed;*/
            /*width: 100%;*/
            /*z-index: 999999;*/
            /*margin-top: -45px;*/
            /*height: 35px !important;*/
        /*}*/

        /*.dropdown-menu{*/
            /*margin-top: -3px !important;*/
        /*}*/

        /*!*.imgLogo{*!*/
            /*!*margin-left: 15px;*!*/
            /*!*margin-top: 8px;*!*/
        /*!*}*!*/
        /*.container{*/
            /*margin-top: 60px !important;*/
        /*}*/

        /*!*.logo_title{*!*/
            /*!*padding-left:10px;*!*/
            /*!*color:white;*!*/
            /*!*font-size:16px;*!*/
            /*!*font-weight: bold;*!*/
        /*!*}*!*/

        /*.userProfile{*/
            /*color:white;*/
            /*font-size: 28px;*/
            /*margin-top: 12px;*/
        /*}*/
        /*.loginFront{*/
            /*margin-top: -35px;*/
        /*}*/

        /*!*.reservesFront{*!*/
            /*!*margin-top: -20px;*!*/
        /*!*}*!*/

        /*.itemFoot{*/
            /*margin: 0px !important;*/
        /*}*/

        /*.rowsFooter{*/
            /*margin-top:5px !important;*/
            /*margin-bottom:5px !important;*/
        /*}*/


        /*.notificationContainer{*/
            /*position: fixed;*/
            /*width: 90%;*/
            /*top: 3.5%;*/
            /*left: 5%;*/
            /*z-index: 9999999;*/
        /*}*/


    /*}*/


    /*@media (min-width: 768px) and (max-width: 991px) {!*VISIBLE SM*!*/
        /*#header{*/
            /*position: fixed;*/
            /*width: 100%;*/
            /*z-index: 999999;*/
        /*}*/
        /*.dropdown{*/
            /*position: fixed;*/
            /*width: 100%;*/
            /*z-index: 999999;*/
        /*}*/

        /*.rowsFooter{*/
            /*margin-top:10px;*/
            /*margin-bottom:10px;*/
        /*}*/

        /*.notificationContainer{*/
            /*position: fixed;*/
            /*width: 90%;*/
            /*top: 3.5%;*/
            /*left: 5%;*/
            /*z-index: 9999999;*/
        /*}*/

    /*}*/


    /*@media (min-width: 992px) and (max-width: 1199px) {*/

        /*!*.imgLogo{*!*/
            /*!*margin-left: 15px;*!*/
            /*!*margin-top: -40px;*!*/
            /*!*width: 10%;*!*/
        /*!*}*!*/


        /*.notificationContainer{*/
            /*position: fixed;*/
            /*width: 40%;*/
            /*padding-top: 1.75%;*/
            /*left: 57.5%;*/
            /*z-index: 9999999;*/
        /*}*/
    /*}*/

    /*@media (min-width: 1200px) { !*VISIBLE MD*!*/
        /*.container{*/
            /*width: 80% !important;*/
        /*}*/
        /*!*.imgLogo{*!*/
            /*!*margin-left: 40px;*!*/
            /*!*margin-top: -8px;*!*/
            /*!*width: 12.5%;*!*/
        /*!*}*!*/

        /*.rowsFooter{*/
            /*margin-top:15px;*/
            /*margin-bottom:15px;*/
        /*}*/


        /*html {*/
            /*height: 100%;*/
            /*box-sizing: border-box;*/
        /*}*/

        /**,*/
        /**:before,*/
        /**:after {*/
            /*box-sizing: inherit;*/
        /*}*/

        /*body {*/
            /*position: relative;*/
            /*margin: 0;*/
            /*!*padding-bottom: 12rem;*!*/
            /*min-height: 100%;*/
            /*font-family: "Helvetica Neue", Arial, sans-serif;*/
        /*}*/

        /*!*.demo {*!*/
        /*!*margin: 0 auto;*!*/
        /*!*padding-top: 64px;*!*/
        /*!*max-width: 640px;*!*/
        /*!*width: 94%;*!*/
        /*!*}*!*/

        /*!*.demo h1 {*!*/
        /*!*margin-top: 0;*!*/
        /*!*}*!*/

        /*!***/
         /** Footer Styles*/
         /**!*/

        /*#footer {*/
            /*clear: both;*/
            /*text-align: center;*/
            /*padding: 0;*/
        /*}*/

        /*.owl-controls{*/
            /*margin-top: -15px !important;*/
        /*}*/


        /*.notificationContainer{*/
            /*position: fixed;*/
            /*width: 40%;*/
            /*padding-top: 1.75%;*/
            /*left: 57.5%;*/
            /*z-index: 9999999;*/
        /*}*/



    /*}*/
