body {}

@media (min-width: 440px) {
    .container {
        width: 100%;
    }

    #modalTitle {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    #modalTitle {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding-left: 42px;
        padding-right: 42px;
    }

    #modalTitle {
        padding-left: 40px;
        padding-right: 40px;
    }

}

.btn-default {
    color: #ee5252 !important;
    background-color: #ffffff;
    border-color: #ee5252 !important;
}

.btn-default:hover {
    color: #ee5252 !important;
    background-color: #f2f2f2;
    border-color: #ee5252 !important;
}

.btn-default:active,
.btn-default.active {
    color: #ee5252 !important;
    background-color: #f2f2f2;
    border-color: #ee5252 !important;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    color: #ee5252 !important;
    background-color: #f2f2f2;
    border-color: #ee5252 !important;
}

.btn-default:focus,
.btn-default.focus {
    color: #ee5252 !important;
    background-color: #f2f2f2;
    border-color: #ee5252 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #ee5252 !important;
    border-color: #ee5252 !important;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #ee5252 !important;
    border-color: #ee5252 !important;
}

.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #ee5252 !important;
    border-color: #ee5252 !important;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    color: #ffffff;
    background-color: #ee5252 !important;
    border-color: #ee5252 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #ee5252 !important;
    border-color: #ee5252 !important;
}

.nav-tabs>li>a:hover {
    color: #ee5252 !important
}

.root-245 {
    color: #ee5252 !important
}

.root-233 {
    color: #ee5252 !important
}


.root-233:hover {
    color: #ee5252 !important
}

.iconContainer-186{
    color: #ee5252 !important
}

.icon-275 {
    color: #ee5252 !important
}

.breadcrumb > li a {
    color: #ee5252 !important
}

.breadcrumb > li a:hover {
   color: #ee5252 !important 
}

.root-164 {
    padding-left: 8px;
    padding-right: 8px;
}

#content_form,
.wrapper-body {
    min-height: calc(100vh - 115px);
    margin-bottom: 0px;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    border: unset !important;
}

#content_form {
    margin-bottom: 5px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 4px solid #28292A !important;
}


.pt-header-navbar {
    height: 50px;
}

.navbar-brand {
    padding: 10px 0px 0px 28px !important
}

.pt-button {
    background-color: #28292A;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 6px;
    color: #fff;
    border-radius: 6px;
}

.pt-button:hover {
    background-color: #ee5252;
    color: #fff;
    text-decoration: none;
}

.pageHeight {
    min-height: calc(100vh - 161px);
    margin-bottom: 0px;
}

.btn {
    line-height: 1.5;
}

.pte-quickselect-linkcontainer {
    position: relative;
    background-size: cover;
    background-color: #28292A;
    padding: 8px;
    width: 160px;
    color: #fff;
    /* align-content: end; */
    border: 1px solid #28292A;
    border-radius: 8px;
    /* justify-content: end; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.pte-quickselect-linkcontainer-image {
    min-height: 80px;
    inset: 0;
    background: url(Shape%203.png) no-repeat center;
    filter: brightness(0) invert(1);
    flex: 1;
}

.pte-quickselect-linkcontainer-text {
    display: flex;
    justify-content: center;
}

a.pte-quickselect-linkcontainer:hover {
    text-decoration: none;
}

a.pte-quickselect-linkcontainer:hover {
    text-decoration: none;
}

.pt-child-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.pt-support-person {
    background: url(Support_HomeScreen.png);
    box-shadow: inset 0px -19px 25px 25px #FFFFFF;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 250px;
    width: 250px;
    z-index: -1;
}