/* ------------------------------------------------------------------------------
Contact form
-------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat|Muli|Nunito|Open+Sans|Open+Sans+Condensed:300|PT+Sans|Raleway|Roboto+Condensed|Source+Sans+Pro|Titillium+Web|Ubuntu');
body
{
    background: #e6e9f0;
    }
.contact
{
    background-image: linear-gradient(to bottom, #30cfd0 0%, #330867 100%);
}
.contact-header
{
    text-align: center;
}
.contact h2
{
    color: White;
    letter-spacing: 3px;
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
}
.contact p
{
    color: #F5F5F5;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-family: 'Montserrat' , sans-serif;
}
.conForm input[type=text], .conForm textarea
{
    width: 90%;
    margin-top: 15px;
    resize: none;
    padding-left: 10px;
    position: relative;
    font-family: 'Montserrat' , sans-serif;
    letter-spacing: 2px;
    overflow: auto;
}
.conForm input[type=submit]
{
    padding: 15px;
    width: 130px;
    margin: 15px;
    background: #9e015e;
    color: White;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat' , sans-serif;
    border: none;
    transition: 0.5s all;
}
.conForm input[type=submit]:hover
{
    background: green;
    border-radius: 30px;
}
.conForm .dd
{
    width: 90%;
    padding: 10px;
    font-size: 18px;
    margin-top: 15px;
    font-family: 'Montserrat' , sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.panel-body
{
    background: rgb(255,255,255,0.8);
    width: 100%;
    height: 100%;
    text-align: center;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=100);
    opacity: 0.8;
}
.otp input[type=text]
{
    padding: 10px;
    margin: 20px;
}
.otp .success
{
    background:#27ae60;
    text-align:center;
    }
.otp .danger
{
    background:#c0392b;
    text-align:center;
    }
.otp i
{
    color: White;
    font-size: 60px;
    padding: 10px;
}

.blinking
{
    animation: blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     opacity: 1;    }
    10%{    opacity: 0; }
    100%{   opacity: 1;    }
}
/*-----------------------------------
DashBoard Start from here
-------------------------------------
.dashboard
{
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}*/
.table
{
    width:100%;
}
.dashboard .table .nodata
{
    width:100%;
    color:Red;
    font-size:25px;
    padding:20px;
    padding-left:40%;
    text-align:center;
    animation: blinkingText 0.8s infinite;
}
.dashboard #lblcontactus
{
    font-size: 25px;
    margin-top:10px;
    font-family: Verdana;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ddcontact
{
    padding: 5px;
    background: #2f3542;
    font-size: 15px;
    font-family: Verdana;
    color: White;
}
.dashboard .table th
{
    background: #2f3542;
    color: White;
    text-transform: uppercase;
    font-family: Sans-Serif;
    text-align: center;
    letter-spacing: 3px;
}
.dashboard .table td
{
    color: Black;
    font-family: Verdana;
    letter-spacing: 1px;
}
.dashboard .table tr:hover td
{
    background-color: #5c77bc;
    color: White;
}
.dashboard .table tr:hover td:last-child a
{
    text-decoration: none;
    color: Black;
    padding: 5px;
    background: #ccd4e2;
}
.dashboard .table td:nth-child(2)
{
    text-transform: uppercase;
}


/*------------------------------
Follow up call start from here
-------------------------------*/
/*.follow
{
    background: #C9CCD3;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: lighten;
}*/
.follow #lblfollow
{
    font-size: 25px;
    font-family: Verdana;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#gvfollowcall #txtcomment
{
    resize:none;
}
 
/*-----------------------
edition comparison
------------------------*/
.edition
{
    background: #C9CCD3;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: lighten;
}
.edition #lbledition
{
    font-size: 30px;
    font-family: Verdana;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 20px;
}
.edition .table th
{
    background: #2f3542;
    color: White;
    text-transform: uppercase;
    font-family: Sans-Serif;
    text-align: center;
    letter-spacing: 3px;
}
.edition .table td
{
    color: Black;
    font-family: Verdana;
    letter-spacing: 1px;
}
.edition .table td input[type=checkbox]
{
    height: 20px;
    width: 20px;
    cursor: default;
}
.edition .table td:nth-child(3), .edition .table td:nth-child(2), .edition .table td:nth-child(4)
{
    text-align: center;
}
.edition .table tr:hover
{
    background: #e8e38f;
    transition: 0.4s all;
}
.edition .table td select:hover
{
    background: #576574;
    color: White;
}
