body {

    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: black;
    /*background-color: black;*/
    background-color: #f8f9fa !important;
    display: flex;
    flex-direction: column;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;*/
}

p {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}

@media (max-width: 500px) {
    .display-4 {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {

    #mainNav, .loaderNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: transparent;
    }

        #mainNav.navbar-shrink {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ced4da;
            background-color: #f8f9fa
        }

            #mainNav.navbar-shrink a {
                color: black;
            }

        #mainNav .mwh-public-nav .nav-link.active {
            outline: none;
            background-color: rgba(255, 255, 255, 0.3);
        }

        #mainNav .mwh-user-nav .nav-link.active .dropdown-item.active .dropdown-item:active {
            outline: none;
            /*background-color: #42DCA3 !important;*/
        }

        #mainNav .mwh-public-nav .nav-link.active:hover {
            color: white;
        }

        #mainNav .mwh-user-nav .nav-link.active:hover {
            color: black;
        }
}

@media (max-width: 992px) {

    #mainNav .mwh-public-nav a {
        color: black;
    }
}



/* BUTTONS */
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #3d71ab;
}

    a:focus {
        text-decoration: none;
        color: #3d71ab;
    }

    a:hover {
        text-decoration: none;
        color: #305a88;
    }

    a:active {
        text-decoration: none;
        color: #3d71ab;
    }


a.dropdown-item:active {
    color: #fff;
    background-color: #3d71ab;
    border-color: #3d71ab;
}



/*NAV BAR*/

#mainNav .mwh-user-nav .dropdown-item.active .dropdown-item:active {
    outline: none;
    /*background-color: #42DCA3 !important;*/
}

#mainNav, .loaderNav {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #f8f9fa;
}

    #mainNav .navbar-toggler {
        font-size: 14px;
        padding: 11px;
        color: black;
        /*border: 1px solid white;*/
    }

    #mainNav .navbar-brand, .loaderNav .navbar-brand {
        font-weight: 700;
    }

    #mainNav .mwh-public-nav a {
        color: white;
    }

    #mainNav .mwh-user-nav a {
        color: black;
    }

    #mainNav .dropdown-item.active .dropdown-item:active {
        outline: none;
        /*background-color: #42DCA3 !important;*/
    }

    #mainNav .navbar-nav .nav-item:hover {
        color: fade(white, 80%);
        outline: none;
        background-color: transparent;
    }

    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
        outline: none;
        background-color: transparent;
    }

    #mainNav .dropdown-toggle:after {
        content: none
    }





.colorize {
    color: black;
    background: rgba(255,255,255,.5);
}

.darken {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/draw.jpg') no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:white;
}

.masthead .lead {
    font-weight: 500;
}
.masthead .featurette-heading {
    font-weight: 500;
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: black;
    background: url("../img/wordpress-background-3.jpg") no-repeat bottom center scroll;
    /*background-color: black;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

            .masthead .intro-body .brand-heading {
                /*font-size: 50px;*/
                font-size: 36px;
            }

            .masthead .intro-body .intro-text {
                font-size: 18px;
            }

    @media (min-width: 768px) {
        .masthead {
            height: 100%;
            padding: 0;
        }

            .masthead .intro-body .brand-heading {
                font-size: 75px;
            }

            .masthead .intro-body .intro-text {
                font-size: 22px;
            }
    }

    

    .content-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .download-section {
        color: white;
        background: url("../img/space-green-dull.png") no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.request-section {
    color: white;
    background: url("../img/space-green-dull-alt.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.request-windows {
    color: white;
    background: url("../img/space-purple-dull.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.request-wordpress {
    color: white;
    background: url("../img/space-blue-dull.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.request-linux {
    color: white;
    background: url("../img/space-red-dull.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


    #map {
        width: 100%;
        height: 300px;
    }

    @media (min-width: 992px) {
        .content-section {
            /*padding-top: 200px;
            padding-bottom: 200px;*/
        }

        #map {
            height: 350px;
        }
    }

    .btn {
        font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        border-radius: 0;
    }

    .btn-default {
        /*color: #42DCA3;
        border: 1px solid #42DCA3;*/
        background-color: transparent;
    }

        .btn-default:focus, .btn-default:hover {
            color: black;
            /*border: 1px solid #42DCA3;*/
            outline: none;
            /*background-color: #42DCA3;*/
        }

    ul.banner-social-buttons {
        margin-top: 0;
    }

    @media (max-width: 1199px) {
        ul.banner-social-buttons {
            margin-top: 15px;
        }
    }

    @media (max-width: 767px) {
        ul.banner-social-buttons li {
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }

            ul.banner-social-buttons li:last-child {
                margin-bottom: 0;
            }
    }

footer {
    padding: 10px 0;
    color: white;
    background-color: #3d71ab;
}

        footer p {
            font-size: 14px;
            margin: 0;
        }






    .form-control:focus {
        outline: 0 !important;
        border-color: initial;
        box-shadow: none;
    }

    #btnSearchDomains {
        outline: 0 !important;
        border-color: initial;
        box-shadow: none;
    }

    #section-subscriptions .list-group-item {
        background-color: transparent;
    }


    #mainNav .dropdown-item.active, .dropdown-item:active {
        /*color: #fff;*/
        text-decoration: none;
        /*background-color: #42DCA3;*/
    }
#mainNav .dropdown-item:hover {
    /*color: #fff;*/
    text-decoration: none;
    /*background-color: #42DCA3;*/
}

    #mainNav .mwh-user-nav .nav-link.active {
        text-decoration: none;
        /*background-color: #42DCA3;*/
    }

    .unread {
        background-color: white;
        font-weight: bold;
        font-size: small;
        text-transform: uppercase;
    }

    .read {
        font-size: small;
        text-transform: uppercase;
    }

    .page-item.active .page-link {
        z-index: 2;
        color: #fff;
        /*background-color: #42DCA3;
        border-color: #42DCA3;*/
    }

    .page-link:focus, .page-link:hover {
        /*color: #42DCA3;*/
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        /*color: #42DCA3;*/
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .loader {
        width: 100%;
        height: 100%;
        background: #f8f9fa !important;
        color: #249991;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
    }

    .loading-text {
        margin-top: 200px;
        color: grey;
        font-size: small;
    }

    .loading-progress {
        display: none;
        background-color: transparent;
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

    .loading-wrapper {
        width: 250px;
        position: fixed;
        top: 40%;
        left: 50%;
        margin-left: -125px;
        text-align: center;
    }

    #tbodyTemplateMessages tr {
        cursor: pointer;
    }

        #tbodyTemplateMessages tr:hover {
            background-color: white;
        }

    #webSiteViewNav .active {
        /*background-color: #42DCA3;*/
        color: white;
    }

   

    




.editable-text {

text-decoration:underline;
cursor:text;


}




/*.image {
    display: block;
    width: 100%;
    height: auto;
}*/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    /*background-color: #42DCA3;*/
}

figure:hover > .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

div.fullCenter {
    height: 10em;
    position: relative
}

    div.fullCenter p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

.alert.dropdown-menu {
    top: 60px;
    right: 0px;
    left: unset;
    width: 460px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
}

    .alert.dropdown-menu:before {
        content: "";
        position: absolute;
        top: -20px;
        right: 12px;
        border: 10px solid #868e96;
        border-color: transparent transparent #868e96 transparent;
    }



.notification-box {
    padding: 10px;
}

.notification-header {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.notification-footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}



@media (max-width: 640px) {
    .alert.dropdown-menu {
        top: 50px;
        left: -16px;
        width: 290px;
    }

   

    .message {
        font-size: 13px;
    }
}


.badge-primary {
    color: #fff;
    /*background-color: #42DCA3;*/
    vertical-align: text-bottom;
}

.sectionHelp {
    color: lightgray;
    font-size: 24px;
    position: absolute;
    padding: 24px;
}


.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3d71ab;
}



.list-group-item {
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,.125);
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-image: none !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}



.hideThis{
    /*display:none;*/

}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #3d71ab;
    border-color: #3d71ab;
}

.bg-blue {
    background-color: #3d71ab;
}

.alert.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border: 10px solid #3d71ab;
    border-color: transparent transparent #3d71ab transparent;
}

.breadcrumb-item.active {
    color: black;
}









/*footer from some where  ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    /*background-color: #263238;*/
    min-height: 550px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul_amrc li a {
            color: #CCC !important;
        }

            .footer_ul_amrc li a:hover {
                color: #fff !important;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    /*border-bottom: 1px solid #323f45;
    border-bottom: 1px solid rgba(0,0,0,.1);*/
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px;
        }

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 20px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #CCC;
            border: 1px solid #CCC;
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }



#divTableServiceWebsitesEmptyMessage .card {
    background-color: #f8f9fa;
    border: 0px solid rgba(0,0,0,.125);
}