﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

img {max-width:100%;height:auto;}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}







html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/**below css added by loveleen*/
.logo{
    /*height:50px;
    width:auto;*/
}

.nav-item {
    margin-bottom: 10px;
}

.nav-link {
    display: inline-block;  
    text-decoration: none;
    padding-right:1rem !important;
    color:#333333;
    font-weight:600;
}
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #E25938;
    transition: width .3s;
}
.nav-link:hover::after {
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-brand {
        max-width: 70%;
    }
}

.alert-info {
    color: #333333;
    background-color: #f7f5f5;
    border-color: #f7f5f5;
}
.alert-dismissible .close {
    color: #EC6241;
    opacity:1
}

/* !HEADINGS */
h2 {
    padding-bottom: 0.5em;
    color: #e75431;
    font-size: 2em;
    letter-spacing: -0.05em;
}

h3 {
    padding: 0.1em 0em 0.3em 0em;
    color: #656565;
    font-size: 1.5em;
    letter-spacing: -0.05em;
}

/* !LINKS */
a {
    color: #e75431;
    text-decoration: none;
}

a:hover {
    color: #ff7c07;
    text-decoration: underline;
}

a img {
    border: none;
}

/* ! Buttons */
.btn {
    background-color: #e75431 !important;
    border-color: #e75431 !important;
    box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5) !important;
}

    .btn:hover, .btn:active {
        background-color: #ff7c07 !important;
        border-color: #ff7c07 !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 124, 7, 0.5) !important;
    }

/* Header 
-------------------------------------------------- */
header .productsContainer {
    width: 100%;
    padding: 15px;
    background: #e75431 url(../images/bg-header.png) repeat-x left bottom !important;
    position: relative;
    text-align: center;
}


.ipointToContainer {
    background: #f7f7f7 url(../images/bg-menu.png) repeat-x left bottom;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ipointToContainer .shortener-title {
    text-align: right;
    color: #e75431;
    font-weight: bold;
}

@media (max-width: 767px) {
    header .productsContainer .row > div {
        padding: 8px 0;
    }
}


/* Footer 
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    line-height: 2;
    color: #9c9c9c;
    font-size: 0.8em;
    bottom: 0;
    width: 100%;
}

footer {
    background-color:#f7f5f5;
}

    footer .footer-links {
        text-align: right;
    }

footer .footer-row{padding:20px 0;}

.legallinks {
    clear: both;
    padding: 20px 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .legallinks li {
        list-style: none;
        display: inline;
        padding: 0px 5px;
    }
.footer a {
    color: #e52d01;
}

/* Index page 
        -------------------------------------------------- */
.urlshorten {
    font-size: 20px;
}

    .urlshorten a {
        font-size: 12px;
    }

form label {
    display: block;
    position: relative;
    padding-bottom: 5px;
    color: #979797;
    text-align: left;
}

form input[type="text"], form input[type="email"] {
    width: 100%;
    padding: 0px;
    font-size: 20px;
    background: #f7f7f7;
    padding: 5px;
}

.urlshorten .field-validation-error {
    background: #FFE2DD url(../images/exclamation.png) 5px 50% no-repeat;
    border-top: 1px solid #e75431;
    border-bottom: 1px solid #e75431;
    display: block;
    margin: 10px 0;
    padding-left: 25px;
}

form .formsubmitwrapper {
    text-align: right;
}

input.form-control{
    background: #f7f7f7 !important;
    border: 1px solid #c3c3c3 !important;
}

    

    input.form-control[aria-invalid="true"] {
        background: #f7f2f2 url(../images/form-text-invalid.png) no-repeat right 10px center !important;
        border: 1px solid #d77479 !important;
    }

    input.form-control.normal-state[aria-invalid="false"] {
        background: #f7f7f7 !important;
        border: 1px solid #c3c3c3 !important;
    }



@media (max-width: 576px) {
    form .formsubmitwrapper {
        text-align: left;
    }
}
/* # end of endex page */
