/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.categories_item:hover {
    background: #FF6400 !important;
}

.sidebar-header {
    background-image: url("image.png") !important;
    background-color: #fff;
    ;


}

body {
    font-family: 'Poppins', sans-serif;

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
   				 Login-Page
----------------------------------------------------- */

.login-page {
    background: #222222;
    /* fallback for old browsers */

}




.user_info_li {
    text-align: center;
    color: black;
    background-color: white;
    cursor: pointer;
    margin: 5px;
}



.menu_info_li {
    margin: 5px;
    border: solid 1px #FF6400;
    cursor: pointer;
}

.menu_info_li:hover {

    background: #FF6400 !important;
    color: white !important;

}

.nav_btn {
    border: solid 1px gray;
    color: gray;
    background: #cfcece;


}

#categories_list overflow-y {
    color: red;
    background: brown;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


.wrapper {
    display: flex;
    align-items: stretch;
}


#sidebar {

    min-width: 280px;
    max-width: 280px;
    background: #fff;

    border-right: solid black 1px;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #000;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

.sidebar-header {
    text-align: center;
}

.sidebar-header>svg {
    font-size: 2em;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 0px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active .svg-inline--fa {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 2.5em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #3b6278;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.75rem;
    display: block;
}

#sidebar ul li a:hover {
    background: #ffffff;
    color: #233348;
}

#sidebar ul li a:active {
    background: #ffffff;
    color: #3b6278;
}

#sidebar ul li a i {
    margin-right: 10px;
}

a[aria-expanded="true"] {
    color: white;
    background: #3b6278
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #3b6278
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.exa_labels {
    margin: 0;
}

.exa_fields {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: solid gray 1px;
    border-radius: 0;
    height: 33px;
    padding: 0;
font-weight: lighter!important;
}


#select2-location-selector4-container {
    color: #000 !important;
    font-size: 19px;
}

#location-selector4.select2-container select2-container--default select2-container--open {
    width: 120px !important;

}

.exa_fields_color {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: solid gray 1px;
    border-radius: 0;
    padding-top: 0;
    height: 33px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom-width: medium !important;
    border-bottom-style: none !important;
    border-bottom-color: currentcolor !important;
    border-bottom: solid gray 1px !important;
    border-radius: 0;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    background: #fff;

}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {

        text-align: center;

    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
       
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }


}

/* ---------------------------------------------------
    Dashboard STYLE
----------------------------------------------------- */

.body-content {
    background-color: #f2f3f4;
    height: 100%
}



.card1 {
    height: 20vh;
}

.icon {
    font-size: 4vw;
    display: inline-block;

}

.caption {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.5vw;
}

.caption>h4 {
    font-size: 1.8vw;
}

.caption2 {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.0vw;
}

.caption2>h4 {
    font-size: 0.9vw;
}

.seperator {
    margin-top: 15px !important;
}

.card_bottom {
    line-height: 35px;
}


/*--------------------calendar----------------
----------------------------------------------*/


.table-style th:nth-of-type(7),
td:nth-of-type(7) {
    color: blue;
}

.table-style tr:first-child th {
    background-color: #F6F6F6;
    text-align: center;
    font-size: 15px;

}

.calendar {
    background: #fff;
    box-shadow: 0 2px 10px 2px rgb(69 65 78 / 10%);
}

.table-style {
    height: 75%;
    width: 27vw;
}


/*--------------------chart----------------
----------------------------------------------*/


#chartdiv {
    width: 100%;
    height: 400px;
    padding-top: 40px
}


.patterns {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgb(69 65 78 / 10%);

}


/* ---------------------------------------------------

	        MyDiagnosis STYLE
-----------------------------------------------------*/

#diagnosis {

    padding-top: 50px;
}

#lorem {
    padding-top: 40px;
}



#diagnosis ul label {
    font-size: 2.3vw;

}

/* mitsos-start*/

.sidebar-header {
    height: 15vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login-page {
    /*background: #ebebeb;*/
    background-image: url('https://www.itl.cat/pngfile/big/96-961951_network-connection-platform-world-global-gis-tavos.jpg');
}

.row.d-flex.align-items-center.justify-content-center {
    background-color: #fff6;
}

.container.py-5 {
    display: flex;
    align-items: center;
}

/*searcg*/
/* div */
.search-box {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    background: #00e7ff;
    height: auto;
    border-radius: 0px;
    padding: auto;
    width: auto;
    margin-left: auto;
}

/* input */
.search-input {
    outline: none;
    border: none;
    background: none;
    width: 0;
    padding: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    transition: .3s;
    line-height: auto;
}

.search-input::placeholder {
    color: #fff;
}

/* icon */
.search-btn {
    color: #fff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: 00e7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s;
}

.search-input:focus,
.search-input:not(:placeholder-shown) {
    width: 240px;
    padding: 0 6px;
}

.search-box:hover>.search-input {
    width: 240px;
    padding: 0 6px;
}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn,
.search-input:not(:placeholder-shown)+.search-btn {
    background: #fff;
    color: #00e7ff;
}

/* search */
/* The switch - the box around the slider 
.switch {
   position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  
  .slider {
    position: relative;
    cursor: pointer;
   top: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: rgb(216, 25, 25);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  

  .slider {
    border-radius: 34px;
  }
  
  .slider:before {
    border-radius: 50%;
  }*/

#sidebar {
    background-color: #233348;
}

.menu_info_li {
    background-color: #233348;
    border-radius: 0px;
    line-height: 1px;
    color: white;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-top-width: 0px;

}

.list-unstyled {
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
}

#sidebar ul.components {
    border-bottom: solid 1px #fff;
}

/* width */
#categories_list::-webkit-scrollbar {
    width: 8px;
    border: solid 1px #FF6400;
    border-radius: 30px;
}

/* Track */
#categories_list::-webkit-scrollbar-track {
    background: #fff !important;
    border: solid 1px #FFf;
    border-radius: 30px;
}

/* Handle */
#categories_list::-webkit-scrollbar-thumb {
    background: #FF6400 !important;
    border: solid 1px #FF6400;
    border-radius: 30px;
}

/* Handle on hover */
#categories_list::-webkit-scrollbar-thumb:hover {
    border: solid 1px #FF6400;
    border-radius: 30px;
    background: #555;
}

#toolb {
    width: auto !important;


}

#toolb .btn {

    font-size: 14px !important;

}

#sidebar {
    max-width: 220px !important;
    min-width: 220px !important;
}

#sidebar a {
    /* font-size: 12px !important; */
    line-height: 5px !important;
}



.offcanvas {
    max-width: 250px;
}

.offcanvas p {
    padding: 10px;
    /* font-size: 14px; */
}

label {

    /* font-size: 14px; */
}

.select2-dropdown .select2-dropdown--below {
    width: 1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* font-size: 14px !important; */
}

/* 
.select2 select2-container select2-container--default select2-container--below select2-container--open {
    font-size: 14px !important;
}

.selec2-results__option {
    font-size: 14px !important;
}

.js-example-placeholder-single {
    width: 14px !important;
}

.select2-results__option {
    font-size: 14px !important;
} */

select {
    /* font-size: 14px !important; */
    /* height: 28px !important; */

    padding-left: 10px !important;
}

input {
    /* font-size: 14px !important; */
    /* height: 28px !important; */
}

select:active,
select:focus {
    border: solid grey 1px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

label,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

button {
    /* font-size: 14px !important; */
}


@media only screen and (max-width: 720px) {
    .menu_info_li.text-left span {
      
    }

    .btn.text-white span {
        display: none !important;
    }

    .nav-link span {
        display: none !important;
    }

    h6 {}
}

@media only screen and (max-width: 840px) {

    h6 {
        font-size: 13px;
		margin
    }
}

#example,
thead {
    font-size: 0.75rem !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    #sidebar{
        height: 100%;
        width: 250px; /* Adjust width as needed */
        position: fixed;
        z-index: 999;
        top: 0;
       
        overflow-x: hidden;
        transition: 0.5s;
        
       

}
#sidebar ul li a{
	padding:10px;
}
#pageTitle {
display: contents;
}
#mobileHide{
 display:block!important;
}
}