/* GENERAL STYLE ---------------------------------------------------------------------------------------------------*/
    * {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	font-family: openRegular;
        font-size: 13px;
    }

    html,body {
        height:100%;
        overflow: hidden;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0px !important;
    }

    img {
        object-fit: cover;
    }

    hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .row {
        margin: 0 !important;
    }

    .pointerClass {
        cursor: pointer;
    }

    /* FONT STYLE --------------------------------------------------------------------*/
        @font-face {
        	font-family: openLight;
            src: url(../fonts/OpenSans-Light.ttf);
            font-display: swap;
        }

        @font-face {
        	font-family: openRegular;
        	src: url(../fonts/OpenSans-Regular.ttf);
            font-display: swap;
        }

        @font-face {
        	font-family: openItalic;
        	src: url(../fonts/OpenSans-Italic.ttf);
            font-display: swap;
        }

        @font-face {
        	font-family: openBold;
        	src: url(../fonts/OpenSans-Bold.ttf);
            font-display: swap;
        }

        .lightFont {
        	font-family: openLight;
        }
        .italicFont {
        	font-family: openItalic;
        }

        .boldFont {
        	font-family: openBold;
        }

        .whiteFont{
            color: #fff;
        }

        .grayFont {
            color: #767676;
        }

        .blueFont {
            color: #006A9C;
        }

        .redFont {
            color: #EA2326;
        }
    /* FONT STYLE --------------------------------------------------------------------*/
    /* CENTER ELEMENT ----------------------------------------------------------------*/
        .flexClass {
        	display: flex;
        }

        .centerVertically {
        	align-items: center;
        }

        .centerHorizontally {
        	justify-content: center;
        }

        .alignVertically {
            vertical-align: middle !important;
        }
    /* CENTER ELEMENT ----------------------------------------------------------------*/
    /* BACKGROUND COLOURS ------------------------------------------------------------*/
        .darkBlue {
            background-color: #005782;
        }

        .lightBlue {
            background-color: #00AFCE;
        }

        .gray {
            background-color: #C9C9C9;
        }

        .lightGray {
            background-color: #F0F0F0;
        }

        .red {
            background-color: #EA2326;
        }

        .yellow {
            background-color: #ffff00;
        }

        .green {
            background-color: #68BB13;
        }
    /* BACKGROUND COLOURS -----------------------------------------------------------*/
    /* BUTTONS ----------------------------------------------------------------------*/
        .bigButton {
            height: 35px;
            border-radius: 20px;
        }

        .circleButton {
            width: 35px;
        }

        .smallButton {
            height: 25px;
            border-radius: 15px;
        }

        .smallCircleButton {
            width: 25px;
        }
    /* BUTTONS ----------------------------------------------------------------------*/
/* GENERAL STYLE END -----------------------------------------------------------------------------------------------*/

/* LOGIN STYLE -----------------------------------------------------------------------------------------------------*/
    .loginBackground {
        background-image: url("../assets/login_background.webp");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }

    #loginButton {
        padding: 4px 50px;
        border-radius: 20px;
        background-color: #EA2326;
        color: #fff;
    }

    #loginButton:focus {
        text-decoration: none;
        border: none;
        outline: none;
    }

    fieldset .inputContainer label {
        color: #fff;
        font-weight: unset;
    }

    .loginHyperlink:focus, .loginHyperlink:hover {
        color: #ababab;
    }

/* LOGIN STYLE -----------------------------------------------------------------------------------------------------*/

/* HEADER STYLE ----------------------------------------------------------------------------------------------------*/

    #pageHeader {
        z-index: 1;
    	background-image: url("../assets/header_background.webp");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 90px;
        display: flex;
        height: 90px;
    }

    .headerButtons {
    	width: 40px;
    	height: 70px;
    	margin-right: 15px;
    	float: left;
    }

    /*MENU BUTTON -------------------------------------*/
        #menuButtonContainer {
          background: none;
          height: 100%;
          width: 40px;
          float: left;
          margin-left: 15px;
        }

        #menuCircle {
          background: #004360;
          height: 40px;
          width: 40px;
          border-radius: 25px;
        }

        #menuHamburger {
        	color: #fff;
        	font-size: 18.5px;
        	top: 0px;
        }
    /*MENU BUTTON -------------------------------------*/

    /*LOGO --------------------------------------------*/
        #logoContainer {
        	height: 100%;
        	float: left;
        	margin: 0  auto 0 40px;
        }
    /*LOGO --------------------------------------------*/

    /*PROFILE BUTTON -----------------------------------*/
        .profile-btn {
        	color: #2E6A84;
        	background-color: #5BE6F2;
        	border-radius: 20px;
        	width: 30px;
        	height: 30px;
        }

        #profileButtonContainer {
        	float: right;
        	height: 100%;
        	margin-right: 15px;
        }

        #profileButton span {
        	color: #fff;
        	margin-right: 10px;
            margin-left: 10px;
        }

        #profileImageContainer {
            margin: 4px;
        	height: 36px;
        	width: 36px;
        	background-color: #ffffff;
        	border-radius: 20px;
        }

        #profileButton:hover {
            background-color: #00436085;
            border-radius: 25px;
        }
    /*PROFILE BUTTON------------------------------------*/

    /* MODAL ------------------------------------------*/
    #content {
        padding: 20px;
        min-height: 90vh;
        position: absolute;
        left: 280px;
        bottom: 0;
        right: 0;
        top: 90px;
    }

    #content.active {
        left: 80px;
    }

    .modal-header {
        border-bottom: 0px solid transparent !important;
        padding: 15px 15px 0 15px!important;
    }

    .modal-body {
        padding: 0 !important;
    }

    .modal-footer {
        border-top: 0px solid transparent !important;
        padding: 30px 0 !important;
    }

    #footerContainer {
        background-color: #f00;
        height: 30px;
        width: 40%;
        border-radius: 30px;
        font-size: 12px;
        color: #fff;
    }

    #bigProfilePicture {
        height: 160px;
        width: 160px;
        background-color: #ffffff;
        border-radius: 80px;
    }

    #profileContainer {
        width: 300px;
        margin: 90px 18px auto auto;
    }
    /* MODAL ------------------------------------------*/

/* HEADER STYLE END ------------------------------------------------------------------------------------------------*/
/* BODY STYLE ------------------------------------------------------------------------------------------------------*/

    .wrapper {
        align-items: stretch;
    }

    /* SIDEBAR STYLE ----------------------------------*/

        #sidebar ul {
            margin: 25px 0 25px 15px
        }

        #sidebar ul li {
            text-indent: 10px;
            line-height: 46px;
            margin-left: 0;
            height: 46px;
        }

        #sidebar.active ul li {
            text-indent: 0;
            margin-left: 0 !important;
        }

        #sidebar ul li:hover {
            background-color: #F0F0F0;
            border-radius: 25px 0 0 25px;
        }

        #sidebar .badge {
            color: #dc1929;
            background-color: transparent;
            padding: 0 10px 0 0;
            line-height: inherit;
            width: 100%;
            text-align: right;
        }

        #sidebar.active .badge {
            display: contents;
        }

        .selected {
            background-color: #fff;
            border-radius: 25px 0 0 25px;
        }

        #sidebar {
            min-width: 280px;
            max-width: 280px;
            background: #C9C9C9;
            position: absolute;
            top: 90px;
            left: 0;
            bottom: 0;
        }

        /* Shrinking the sidebar from 280px to 80px and center aligining its content*/
        #sidebar.active {
            min-width: 80px;
            max-width: 80px;
            text-align: center;
        }

        /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/

        #sidebar ul li {
            display: flex;
            color: #777576;
            font-size: 13px;
            text-decoration: none;
            height: 46px;
            align-items: center;
         }

        #sidebar.active ul li .hideSpan {
            display: none;
        }

        @media (max-width: 870px) {
            /* 80px and its content aligned to centre. Pushing it off the screen with the
               negative left margin
            */
            #logoContainer {
                margin: 0  auto 0 auto;
            } /*change logo position to the center*/

            #content {
                left: 80px;
            }
            
            #content.active {
                left: 0px;
            }

            #sidebar {
                min-width: 80px;
                max-width: 80px;
                text-align: center;
            }

            #sidebar ul li .hideSpan {
                display: none;
            }

            #sidebar.active {
                min-width: 80px;
                max-width: 80px;
                text-align: center;
                margin-left: -80px !important;
            }

            #sidebar.active .badge {
                display: none;
            }

            /* Reappearing the sidebar on toggle button click */
            #sidebar {
                margin-left: 0;
            }

            #sidebar.active ul li .hideSpan {
                display: none;
            }

            #sidebar.active ul li {
                text-align: left;
                margin-left: 15px;
                height: inherit;
            }
            #sidebar ul li {
                text-indent: 0px;
                margin-left: 0px;
            }

            #profileButton span {
                display: none;
            }

            #imageColumn {
                float: none !important;
            }
        }
    /* SIDEBAR STYLE END ------------------------------*/
/* BODY STYLE ------------------------------------------------------------------------------------------------------*/


    /* POPUP MODAL -----------------------------------*/

        .notSelectable {
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE10+/Edge */
            user-select: none; /* Standard */
            cursor: pointer;
        }

        #popupTableContainer {
            margin: 0 20px;
        }

        #popupTableContainer table tbody tr:hover {
            background-color: transparent !important;
        }
    /* POPUP MODAL ------------------------------------*/

    /* FIXED MENU -------------------------------------*/
        #fixedMenu {
            background-color: #fff;
            padding-bottom: 10px;
        }
        #menuGrayContainer {
            height: 60px;
            width: 95%;
            background-color: #F0F0F0;
            border-radius: 30px;
        }

        #menuWhiteContainer {
            height: 46px;
            width: 100%;
            background-color: #fff;
            border-radius: 25px;
            margin-left: 8px;
        }
    /* FIXED MENU -------------------------------------*/
/* BODY STYLE ------------------------------------------------------------------------------------------------------*/

.scrollableContent {
    overflow: auto;
    position: absolute;
    top: 149px;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.scrollableContent table thead {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.table {
    margin-top: 0;
}

.iconUser {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border:0.5px solid #a0a0a0;
}

.iconClient {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border:0.5px solid #a0a0a0;
}

.productImage {
    object-fit: contain;
    border-radius: 0px
}

.pageControlCircle {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.productBarButtons {
    color: #ffffff;
    font-size: 20px;
    top: 0px;
    cursor: pointer;
}

.productButtonCircle {
  background: #005781;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  cursor: pointer;
}


.barButtons {
    color: #ffffff;
    font-size: 20px;
    top: 0px;
    cursor: pointer;
}

.buttonCircle {
  background: #005781;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  cursor: pointer;
}


