﻿:root {
    --bg-body: #f2f3f8;
    --bg-box: #e8f0fe;
    --primary-color: #294c71;
    --secondary-color: #263445;
    --light-color: #ffffff;
    --dark-color: #343a40;
    --button-dark: #ff7205;
    --button-light: #1ca6ff;
    --button-delete: #f50057;
    --button-payment: #b700cd;
    --error: #e31937;
    --success: #55a145;
    --warning: #ff7205;
    --blueicon: #189ef9;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-dark-more: #1f212d;
    --black: #ffffff;
    --rouge: #bf103c;
    --folder-yellow: #fdc21c;
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--bg-body);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
   /* max-width: 280px;*/
}

.bottom {
    bottom:0;
    text-align:center;
}

.company-logo {
    max-width:300px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 769px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -215px !important;
    }

}

.UnLogged_Status, .Logged_Status, .navbar-inverse .navbar-nav > li > a, #l_Language {
    color: var(--button-light);
}

    .UnLogged_Status:hover, .Logged_Status:hover, .navbar-inverse .navbar-nav > li > a:hover, #l_Language:hover {
        color: var(--light-color);
    }


.holder-filtre-left {
    padding: 2px 6px 2px 2px;
    min-height: 18px;
    float:left;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.holder-filtre-right {
    padding: 2px 6px 2px 2px;
    min-height: 18px;
    float:left;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.holder-filtre-mid-resp {
    padding-left: 8px;
    min-height: 18px;
    float: left;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.linkview, .linkpayment {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    
    cursor: pointer;
    padding: 5px;
    width: max-content;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px 0 #8B8B8B;
    -webkit-box-shadow: 2px 2px 5px 0 #8B8B8B;
    box-shadow: 2px 2px 5px 0 #8B8B8B;
    color: var(--light-color);
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}



.cauta {
    border: 1px solid #C8C8C8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.linkcauta, .linkbutton-dark {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    background: var(--button-dark);
    cursor: pointer;
    padding: 5px;
    width: max-content;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px 0 #8B8B8B;
    -webkit-box-shadow: 2px 2px 5px 0 #8B8B8B;
    box-shadow: 2px 2px 5px 0 #8B8B8B;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: var(--light-color);
}




.linkview {
    background: var(--button-light);
}

.linkpayment {
    background: var(--button-payment);
}

.linkbutton-del {
    background: var(--button-delete);
    font-weight: bolder;
}

.linkbutton-export {
    color: var(--success);
    padding-right:10px;
    font-weight:bolder;
}

.linkbutton-cardready {
    color: var(--blueicon);
    font-weight: bolder;
}

.linkcauta:hover, .linkbutton-dark:hover, .linkbutton-del:hover, .linkpayment:hover {
    box-shadow: 2px 2px 5px 0 #004117;
    background: var(--button-light);
    text-decoration: none;
}






.linkcautabig {
    border: 1px solid #2f5c24;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    width: 60px;
    background-image: url('/RMGE/images/cauta.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0px;
    margin-top: 18px;
    display: inline-block;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -moz-box-shadow: 2px 2px 5px 0 #8B8B8B;
    -webkit-box-shadow: 2px 2px 5px 0 #8B8B8B;
    box-shadow: 2px 2px 5px 0 #8B8B8B;
}


.tableroweditstyle input
{
    width:98%;
}

.container-fluid.content {max-width:1320px;}
/* MOBILE CSS*/
@media only screen and (max-width: 768px) {
    .mobileColHide {
        display: none;
    }

    .container {
        width: 100%;
    }

    .mymenutext {
        display: none;
    }

    .nav > li {
        position: inherit;
    }

    .navbar-nav > li > a {
        margin-left: 180px;
    }
    #sidebar-wrapper {
        margin-left: -170px !important;
    }
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -358px !important;
    }

    #sidebar-wrapper .sidebar-heading img {
        content: url(/images/logo-icon.png);
        margin-left: 158px;
        width: 50px;
       
    }
    #page-content-wrapper {
        width: -webkit-fill-available;
    }
}
h1 { font-size:1.9em;
}

.fullwidth {max-width:100% !important;}
.defpadding {padding:5px;}
.txtsmaller{font-size:0.8em;}
.home_rep h1{font-size:1.2em;}

.alert {
    padding: 20px;
    background-color: var(--error);
    color: white;
}

.successalert {
    padding: 20px;
    background-color: var(--success);
    color: white;
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.F_list {
    list-style: none outside none;
    /*max-width:548px;*/
    color: #333333;
    float: left;
}

    .F_list li {
        display: block;
        float: left;
        margin-bottom: 15px;
        margin-right: 15px;
        border: 1px solid #CCCCCC;
        height: 95px;
        text-align: center;
        min-width: 120px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 2px 2px 5px 0 #B3B3B3;
        -webkit-box-shadow: 2px 2px 5px 0 #B3B3B3;
        box-shadow: 2px 2px 5px 0 #B3B3B3;
        position: relative;
    }

.F_list_Counter, .F_list_Counter a, .F_list_Counter a:visited {
    text-align: center;
    font-size: 50px;
    color: #B3B3B3;
    padding-top: 15px;
    text-decoration: none;
}


    .F_list_Counter a:hover {
        text-align: center;
        font-size: 50px;
        color: #027901;
        padding-top: 15px;
        text-decoration: none;
    }

.F_list_Block {
    padding-top: 0px;
}

.F_list h5 {
    background: url("/images/tips-back-hipay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding-top:3px;}

.jumbotron {
    min-height: 300px;
    background-color: #fff;
}

.navbar-inverse {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    background: var(--primary-color);
    position: sticky;
    top: 0;
    left: 0;
}

.logo-top {
    margin:-19px;
}

.dd-search-bar{
    margin-top:3px;
    font-size:14px;
}

.fa{
    padding-right:3px;
}

.required {
    color: #e31937;
    font-family: Verdana;
    margin: 0 5px;
}

.field-validation-error {
    color: #e31937;
    font-weight: bold;
}

.failure {color: var(--error);}
.success {color: var(--success);}
.blueicon {color: var(--blueicon);}
.warning {color: var(--warning);}
.folder-yellow {color: var(--folder-yellow);}
.active {
    background-color: var(--success);
    color: var(--white)
}
.inactive {background-color: var(--error);color: var(--white);}
.status-text, .status-block, .status-block h3 {
    color: var(--white);
    font-weight: bold;
}
.status-text {font-size:30px !important;}

    .status-block {
        padding: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 2px 2px 5px 0 #8B8B8B;
        -webkit-box-shadow: 2px 2px 5px 0 #8B8B8B;
        box-shadow: 2px 2px 5px 0 #8B8B8B;
    }
.agree-button {background-color: var(--success);}
.fa-icon-size {font-size:18px !important;}
.fleft {float:left; margin:12px;}
.fright {float: right;}
.navbar {border-radius: 0px;min-height: 70px;}
.navbar-nav .menu-item a { color: var(--bs-gray-400);}
.navbar-nav li {border-bottom: 1px solid var(--bs-gray-400);}
.navbar-nav a:hover {background-color: var(--gray-dark-more) !important;color: var(--light-color);}
.home-menu {color: var(--rouge);}
.pdf {
    color: var(--rouge);
}
.navbar-brand {
    padding: 0;
}
.main-content {
    background-color: var(--light-color);
    
    margin-left: 20px;
    margin-right: 20px;
}
.header-nav {width:100%;}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper .mymenutext {
    display: none;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper .menu-item {
    margin-left: 153px;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: auto;
}


nav {
    
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lang-menu {
    width: 100px;
    text-align: right;
    font-weight: bold;
   
    position: relative;
}

.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
}

.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
margin: 0;
padding: 0;
display: none;
background-color: #fff;
border: 1px solid #f8f8f8;
position: absolute;
right: 0px;
width: 125px;
border-radius: 5px;
box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}



.lang-menu:hover ul {
    display: block;
}

.fa-head {
    display: inherit !important;
}

.MainGB {
    background: rgb(18,43,56);
    background: linear-gradient(50deg, rgba(18,43,56,1) 0%, rgba(30,72,93,1) 38%, rgba(18,43,56,1) 100%);
}

.bg-box {    background-color: var(--bg-box);}
.bg-box .col-md-auto {padding-top:6px;margin-left:6px;}
.Select-Grid .grid_edit_txt { font-size: 1.2em; }
.pager a, .pager span {font-size:16px; padding:5px;}
.nav .fa {
    color: #58b74f;
}



.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearB {
    clear: both;
}


.form-group input, .form-group select, .form-group textarea {
    border-radius: 18px !important;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    padding-left: 15px !important;
}

.form-group {
    font-size:16px;
}

input[type="checkbox"] {
    margin: 4px 0 0 5px;
    -webkit-box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 40%);
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 40%);
}

.tableheader input[type="checkbox"] {
    margin: 11px 0 0 5px;
}

.tableheader {
    border-bottom: 1px solid #c3c4c7;
    line-height: 2.5em;
    background-color: #f9ffbd;
}



/* Navbar container */
.navbar  {
    overflow: hidden;
   
}

    /* Links inside the navbar */
    .navbar  a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .navbar a.UnLogged_Status {
            float: none;
            font-size: inherit;
            color: var(--button-light);
        }
    /* The dropdown container */
    .dropdown {
        float: left;
        overflow: hidden;
    }

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 5px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a red background color to navbar links on hover */
    .navbar .dropdown a:hover, .dropdown:hover .dropbtn {
        background-color: red;
        
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 15px;
    border-radius: 4px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.circle-icon {
    background: #0d6efd;
    padding: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.form-control {
    appearance: auto !important;
}

.container-fluid {
    min-height: auto !important;
    
    height: auto;
}

#sidebar-wrapper {
    margin-left: 0;
    min-height: 97vh !important;
}
.card{margin-top:15px;}

.tablealternaterows {
    background-color: #f0f8ff;
}


    .tablealternaterows:hover, .tablerows:hover {
        background-color: #004eff47;
    }
