/*@media screen and (min-width: 1px)  
{
    .MMM--theme-hd_inner {
        padding: 15px 20px 10px;
        min-height: 31px;
        overflow:visible !important;
    }
    
}*/

.datepicker {    
    z-index: 9999 !important;
}

/*i{
    font-style:italic!important;
}*/

.note-editable ol, ul {
    list-style: disc; !important;
    list-style-position: inside;
}

@media all and (min-width: 1110px) {
    .anonymousImg {
        width: 100%;
        height: 100px;
    }
}

@media all and (min-width: 770px) and (max-width: 1109px) {
    .anonymousImg {
        width: 100%;
        height: 75px;
    }
}

@media all and (max-width: 769px) {
    .anonymousImg {
        width: 40%;
        height: 70px;
    }
    #seeDetailsAnonymous{
        width:100%
    }
}

.note-editable i{
    font-style:italic;
}

#descDiv p {
    color: black;
}

.OrgSelect {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.Orgdropdown {
    position: relative;
    display: inline-block;
}

.Orgdropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .Orgdropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.Orgdropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


html, body {
    font-family: '3M Circular TT',Helvetica,Arial,Verdana,sans-serif !important;
}

.required-field::after {
    content: "*";
    color: red;
}

input, select {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


select {
    height: auto !important;
}

    select option : hover {
        line-height: 20px;
    }

.TextAreaWidth {
    width: 100% !important;
}

.InputWidth {
    width: 95%;
}

.RequiredCss:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-danger {
    border-left: .30rem solid #d9534f !important;
}

.border-left-success {
    border-left: .25rem solid #5cb85c !important;
}

.border-left-warning {
    border-left: .30rem solid #f0ad4e !important;
}

.shadow {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-primary {
    color: #4e73df !important;
}

.tdLeft25 {
    width: 25% !important;
    border-top: none !important;
    font-weight: bold !important;
}

.tdLeft {
    width: 15% !important;
    border-top: none !important;
    font-weight: bold !important;
}

.tdLeftLG {
    width: 15% !important;
    border-top: none !important;
    font-weight: bold !important;
}

.tdRight {
    border-top: none !important;
}

.bgWhite {
    background-color: white;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.note-editable p {
    color: black;
}

.detailedDescription p {
    color: black;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #eeeeee;
    transition: all 0.3s;
}

    #sidebar.active {
        min-width: 54px;
        max-width: 54px;
        text-align: center;
    }

        #sidebar.active ul {
            min-width: 54px;
            max-width: 54px;
            text-align: center;
        }


        #sidebar.active .sidebar-header span,
        #sidebar.active .CTAs {
            display: none;
        }

    #sidebar ul li a {
        text-align: left;
        color: #000000;
        border-bottom: none;
    }

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        margin-bottom: 4px;
    }

    #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-header {
    height: 64px;
    position: fixed;
    z-index: 1000;
    transition: all 0.3s;
}

    #sidebar-header #header-part {
        padding: 10px;
        background: #eeeeee;
        display: inline-block;
        /*width: 250px;*/
    }

#sidebar ul.components {
    position: fixed;
    width: 250px;
    margin-top: 45px;
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 18px;
    font-size: 1.1em;
    display: block;
    background: #D2D2D2;
}

    #sidebar ul li a:hover {
        background: #00C8E6;
    }

    #sidebar ul li a i {
        margin-right: 10px;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #00C8E6;
    position: relative;
}

    #sidebar ul li.active > a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 30%;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
    }

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: #00C8E6;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.sidebarmenu {
    width: 25px;
    height: 28px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    float: right;
}

#sidebar-header.active {
    padding-right: 7px;
    //width: 54px;
    transition: all 0.3s;
    margin-left: -196px;
}

    #sidebar-header.active span {
        //display: none;
    }

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    background: #D2D2D2;
    border-bottom: none;
}

.nav .nav-item:hover {
    border-bottom: none;
}

.nav .active {
    background: #00C8E6 !important;
}

    .nav .active .nav-link {
        color: #ffffff;
    }

.nav-link {
    display: none;
}

.powered {
    color: #555;
    line-height: 64px;
}

.nav-btn {
    padding: 6px;
    margin-right: 20px;
}

.carousel-control-next {
    filter: invert(100%);
}

.carousel-control-prev {
    filter: invert(100%);
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}


.footer {
    background: #D2D2D2;
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .footer a {
        color: #595959;
        font-weight: bold;
        text-decoration: none;
    }



.navbar-header {
    background: #ff0000;
    padding: 10px;
}

.bg-light {
    padding: 16px;
    box-shadow: 0px -1px 4px #000;
    min-height: 65px;
}

.banner {
    //margin-left: 260px;
}

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child {
    width: 130px;
}

table.table td a {
    color: black;
    display: inline-block;
    margin: 0 5px;
}

    table.table td a.view {
        color: #03A9F4;
    }

    table.table td a.edit {
        color: #FFC107;
    }

    table.table td a.delete {
        color: #E34724;
    }

    table.table td a.deleteOrgUser {
        color: #E34724;
    }

/*table.table td i {
    font-size: 19px;
}*/

.pagination {
    float: center;
    margin: 0 0 5px 350px;
}

    .pagination li a {
        border: none;
        font-size: 95%;
        width: 30px;
        height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 30px !important;
        text-align: center;
        padding: 0;
    }

        .pagination li a:hover {
            color: #666;
        }

    .pagination li.active a {
        background: #03A9F4;
    }

        .pagination li.active a:hover {
            background: #0397d6;
        }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

.hint-text {
    float: left;
    margin-top: 6px;
    font-size: 95%;
}


ol, ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
}

ul, ul li {
    /*list-style: circle !important;*/
    /*list-style-position: inside !important;*/
}

b {
    font-weight: bold !important;
}

@media screen and (min-width: 960px) {
    .MMM--gsn3Up .MMM--gsnLink {
        max-width: 150px;
        font-size: 14px;
    }
}

.note-btn-group .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {

    .nav-item {
        padding: 4px;
    }

    .banner {
        display: none;
    }

    .nav-link {
        display: block;
    }

    .footer {
        background: #D2D2D2;
        padding: 10px;
        width: 100%;
        bottom: 0;
        position: relative;
    }

    .navbar-brand {
        display: inline-block;
    }

    #sidebar {
        min-width: 104px;
        max-width: 104px;
        text-align: center;
        margin-left: -104px !important;
        display: none;
    }

    #sidebar-header {
        position: relative;
        min-width: 104px;
        max-width: 104px;
        margin-left: -104px !important;
        display: none;
    }

    #sidebar ul.components {
        position: relative;
        width: 104px;
    }

    #sidebar-header span {
        display: none;
    }

    .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 span,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    Data table STYLE
----------------------------------------------------- */
.dataTables_filter input[type=search], .dataTables_length select {
    padding: 6px !important;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dt-button {
    padding: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
    background: #DDDDDD !important;
}

.dataTables_paginate {
    padding: 10px !important;
    text-align: center;
}

    .dataTables_paginate span {
        margin: 10px !important;
    }

.note-icon-preview:before {
    content: "\f108"
}

.dataTable thead tr {
    background-color: #d2d2d2
}


/* ---------------------------------------------------
    Dropdown STYLE
----------------------------------------------------- */
.dropdown-bg {
    color: black;
    /*Background: #5A6268;*/
    Background: #c8c8c8;
}

.dropdown-element {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.display-5 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline
}

.display-5_1 {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: middle;
}

.display-6 {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: middle;
    text-decoration: underline
}
.display-7 {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: middle;
    margin-left:5px;
}

.dataTables_wrapper {
    font-size: 14px;
}
.note-editable {
    zoom: 82%;
}
.card-header-salem {
    background-color: rgba(138, 138, 138, 0.35) !important;
    height: 64px;
}

.card-salem {
    padding: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(76, 73, 73, 0.41);
}

td.day {
    padding: 6px;
    font-size: small;
}

td.today {
    border-radius: 48%;
    background: #ccc !important;
}

.datepicker-days {
    padding: 8px;
}

td.active, td.day:hover {
    border-radius: 48%;
}

th.dow {
    text-align: center;
    background: #dddddd;
    border-radius: 0;
    text-transform: uppercase;
    font-size: small;
    padding: 6px;
}

.platformList {
    border-collapse: collapse;
    width: 100%;
}

.platformList td, #customers th {
     border: 1px solid #ddd;
     padding: 8px;
 }

.platformList tr:nth-child(even) {
    background-color: #f2f2f2;
}

.platformList tr:hover {
    background-color: #ddd;
}

.platformList th {
    padding-top: 12px;
    padding-left: 8px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.note-input{
    width: 95% !important;
}

[type=checkbox], [type=radio] {
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .MMM--secondaryNav li {
        max-width: 300px;
    }
}
@media all and (min-width:576px) and (max-width: 800px) {
    .card-text {
        font-size:14px!important;
        font-weight:100!important;
        line-height:0.8!important;
    }
}

@media all and (min-width:576px) and (max-width: 800px) {
    .card-title {
        font-size: 11px !important;
        font-weight:bold!important
       
    }
}
@media all and (min-width:336px) and (max-width: 500px) {
   h1 #headerTitle {
        font-size:10px!important;
        margin-left: 100px !important;
    }
}

