﻿.paddingTopBottom5pxImportant {
    padding: 10px!important;
}
.paddingLeftRight10PxImportant {
    padding: 10px!important;
}
.height45Pximportant{
height:45px!important;
}
.icon-user {
    background: url(../img/icon-sprite.png) no-repeat right 0.30px #fff;
    padding-right: 40px;
        width: 80%;
    height: 28px;
    border-radius: 6px;
    width:80%;
}

.icon-password {
    background: url(../img/icon-sprite.png) no-repeat right -31px #FFF;
    padding-right: 40px;
        width: 80%;
    height: 28px;
    border-radius: 6px;
    width:80%;
}
.marginleft360{

    margin-left:360px;
}

.marginleft375{

    margin-left:375px;
}

.marginLeft40 {

    margin-left:40px;
}

.marginRight40 {

    margin-right:40px;
}


.BoldBorderTD{
font-weight: bold;text-decoration: underline;}



.disable_a_href{
    pointer-events: none;
    /***color:#c0c0c0 !important;***/
}
.help-block{
    /*color:#a94442!important;*/
     color:red!important;
}
.deletedMessage {
    display: none;
    position: fixed;
    left: 35%;
    top: 45%;
    text-align: center;
    z-index: 1041;
    color: #3c763d;
}

.backSkipButton {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 10px;
    font-family: 'Helvetica', cursive;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    background-color: #34CCDB;
    border-bottom: 5px solid #29B2B9;
    text-shadow: 0px -2px #29B2B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

    .backSkipButton:hover,
    .backSkipButton:focus {
        text-decoration: none;
        color: #fff;
    }

    .backSkipButton:active {
        transform: translate(0px,5px);
        -webkit-transform: translate(0px,5px);
        border-bottom: 1px solid;
    }

        /*.lBtn {
        
              width:120px;
              margin-left:140px;
     
              }*/

.callToActionButton {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 10px;
    font-family: 'Helvetica', cursive;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

    .callToActionButton:hover,
    .callToActionButton:focus {
        text-decoration: none;
        color: #fff;
    }

    .callToActionButton:active {
        transform: translate(0px,5px);
        -webkit-transform: translate(0px,5px);
        border-bottom: 1px solid;
    }


@media(min-width:0px)and (max-width:768px) {
}

@media(min-width:769px)and (max-width:1199px) {
}

@media(min-width:1200px) {
}

/*visible-xs*/
@media(max-width:768px) {
    .visible-xs-marginTop10 {
        margin-top: 10px;
    }
}

/*hidden-xs*/
@media(min-width:769px) {
    .hidden-xs-shift-right {
        float: right !important;
    }
}

.aMegaNav {
    color: #222222;
}

    .aMegaNav:hover {
        color: #7cc144;
    }



/*chat*/

.chat-client
{
    
    padding-top: 0px;
    padding: 20px;
    margin-right: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #00B0FF;
     /*border-radius: 25px;*/ 
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    }


.chat-server
{
   
    padding-top: 0px;
    padding: 20px;
    margin-left: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ECEFF1;
     /*border-radius: 25px;*/ 
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    }

.chat-client-owner{
    font-size:14px;
    color:#eee;
    padding-top:10px;
    text-align:right;
}

.chat-client-date{
    color:#eee;
    font-size:12px;
      text-align:right;
}

.chat-client-text{
    color:#fff;
    font-size:15px;
    padding-bottom:10px;
}
.chat-server-owner{
      font-size:17px;
    color:#03A9F4;
    padding-top:10px;
}

.chat-server-text{
    color:#03A9F4;
    font-size:15px;
    padding-bottom:10PX;
}