html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 60px;
    margin-bottom: 60px;
    /* background-color: #f1f1f1;*/
}


main {
    /*background-color: #f1f1f1;*/
}

.footer-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
}

/*#region Colours */

.bg-grey {
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #fff;
}

.searchResult a,
.searchResult a:focus {
    color: #1f1f1f;
    text-decoration: none;
}

    .searchResult a:hover {
        color: #989898;
        text-decoration: none;
    }

a {
    color: rgb(24,118,242);
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: rgba(24,118,242, 0.7);
    }

    a.login {
        font-weight: 600
    }


/*#endregion */

/*#region Show More CSS fror expanding text */
.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
/*#endregion */


/*Added becasue Bootstrap Dsiables Negative Margins*/
.ms-n5 {
    margin-left: -3rem !important;
}

.background-white {
    background-color: #fff;
}

.card-top-outline {
    border-top: 3px solid #007bff;
}

.card-bottom-outline {
    border-bottom: 3px solid #007bff;
}



.text-gold {
    color: #F5CD00;
}

.text-blue {
    color: #306EFF
}

.text-login-large {
    font-size: 1.15rem
}

.text-comment {
    white-space: pre-wrap;
    color: black;
    font-family: Arial;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

/*#region Dropdown Menus */

.dropdown-menu {
    white-space: nowrap;
}

/*#endregion */


.sticky-offset {
    top: 56px;
}

.sticky-offset2 {
    top: 122px;
}

.background-white {
    background: white;
}

/*#region Validation */

.validationMessage {
    color: red;
}

.validationBorder {
    border-color: red;
}


/*#endregion */

/*#region Cursors */
.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}
/*#endregion */


/*#region Go To Top  */
.gototop {
    position: fixed;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width : 991px) {

    .gototop {
        bottom: 36px;
    }
}

@media only screen and (min-width : 992px) {

    .gototop {
        bottom: 46px;
    }
}


.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    /*background: rgba(0, 0, 0, 0.5);
    color: #fff;*/
    text-align: center;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
}

    .gototop a span {
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

    .gototop a:hover, .gototop a:active, .gototop a:focus {
        text-decoration: none;
        outline: none;
    }
/*#endregion */

/* Combo Date Css to put on one line
*/
.combodate {
    display: flex;
}


.circle {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.circle-customer {
    background-color: green;
}

.circle-reseller {
    background-color: blue;
}

.circle-support {
    background-color: black;
}

.circle-external {
    background-color: red;
}

.circle-inner {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 28px;
    line-height: 56px;
}

.caret-off::before {
    display: none;
}

.caret-off::after {
    display: none;
}

/*#region text-size */
.text-size-130 {
    font-size: 130%;
}

.text-size-110 {
    font-size: 110%;
}

/*#endregion */

/*#region Search */
.search-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(31,31,31,.4);
}

    .search-modal .search-info {
        background-color: #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

    .search-modal .closePhoto {
        position: absolute;
        top: 10px;
        right: 35px;
        color: #bbb;
        z-index: 3000;
        transition: .3s;
    }

    .search-modal .svg {
        color: #fff;
    }

    .search-modal .closePhoto:hover, .search-modal .closePhoto:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.search-modal-icon a {
    color: rgb(28, 30, 33);
    text-decoration: none;
}

    .search-modal-icon a:hover, .search-modal-icon a:focus {
        color: #67696c;
        text-decoration: none;
    }

/*#endregion */


/*#region Search */

/* RESET */
.search * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* COLORS and FONTS */
.search .searchBody {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 3;
}



    .search .searchBody main {
        background: darkslateblue;
    }

    .search .searchBody .left-sidebar {
        background: dodgerblue;
    }

    .search .searchBody .right-sidebar {
        background: forestgreen;
    }

/*   .search .searchBody .searchContainer {
        display: flex;
        flex-direction: column;
    }*/

@media all and (min-width: 768px) {
    search .searchBody .searchContainer {
        flex-direction: row;
        flex-wrap: wrap;
    }

    search .searchBody main {
        flex: 2;
        order: 2;
        min-height: 80vh;
    }

    search .searchBody .left-sidebar {
        order: 1;
        flex: 1;
    }

    search .searchBody .right-sidebar {
        flex: 1;
        order: 3;
    }
}

/*#endregion */


.card-counter {
    /*box-shadow: 2px 2px 10px #DADADA;*/
    margin: 5px;
    padding: 10px 6px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

    /* .box-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
    box-shadow: 0 1px 1px rgba(72,78,85,.6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}*/

    /*   .box-shadow:hover {
        -webkit-box-shadow: 0 10px 20px rgba(72,78,85,.6);
        box-shadow: 0 20px 40px rgba(72,78,85,.6);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }*/

    .card-counter:hover {
        /* box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;*/
        -webkit-box-shadow: 10px 10px 20px rgba(72,78,85,.6);
        box-shadow: 10px 10px 20px rgba(72,78,85,.6);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .card-counter.primary {
        background-color: #007bff;
        color: #FFF;
    }

    .card-counter.light {
        background-color: #f8f9fa;
        color: #000;
    }

    .card-counter.danger {
        background-color: #ef5350;
        color: #FFF;
    }

    .card-counter.success {
        background-color: #66bb6a;
        color: #FFF;
    }

    .card-counter.info {
        background-color: #26c6da;
        color: #FFF;
    }

    .card-counter i {
        font-size: 5em;
        opacity: 0.2;
    }

    .card-counter .count-numbers {
        /*position: absolute;
        right: 35px;
        top: 20px;*/
        font-weight: 700;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-name {
        /*position: absolute;
        right: 35px;
        top: 65px;*/
        font-weight: 700;
        font-style: italic;
        text-transform: capitalize;
        display: block;
        font-size: 20px;
    }

.card-pulse {
    animation-name: pulse 2s infinite;
}


/*#region Off Bottom / Top Canvas Larger Size For Attachments */

.offcanvas-size-xl {
    height: 57vh !important;
}

/*#endregion */
