/* Add here all your css styles (customizations) */

/*footer*/
.footer {
    /*    background: #34495e;*/
    background: #434a54 !important;
    color: #fff;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}
.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}
.footer address a { color: #48cfad }
.tweet-box {
    background: #505b71;
    padding: 8px 15px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-bottom: 1px solid #636F79;
    font-size: 14px;
}
.tweet-box:before {
    background-color: #505b71;
    border-color: #505b71;
    border-image: none;
    border-right: 1px none #505b71;
    border-style: none;
    content: "";
    display: block;
    height: 22px;
    left: 60px;
    position: absolute;
    top: 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 22px;
}
.tweet-box  a,
.tweet-box i { color: #00adef }
.tweet-box  a:hover { color: #48cfad }
.tweet-box i {
    font-size: 40px;
    float: left;
    margin-right: 15px;
}
.social-link-footer li {
    float: right;
    margin: 5px 10px 5px 0px;
    padding-bottom: 5px;
}
.social-link-footer li a {
    color: #fff;
    background: #505b71;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-link-footer li a:hover {
    background: #48cfad;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright {
    color: #fff;
    padding-top: 15px;
    margin-top: -6px;
}
.page-footer { padding: 0% 13% }
.page-footer h1 { padding-left: 4% }
ul.page-footer-list {
    list-style: none;
    padding: 0px 10px;
}
ul.page-footer-list li {
    line-height: 35px;
    border-bottom: 1px dashed #636F79;
}
ul.page-footer-list a { color: #fff }
ul.page-footer-list li i { padding-right: 10px }
.footer-small {
    background-color: #2C3E50;
    margin-top: -6px;
    padding-top: 5px;
}
.text-footer {
    padding-left: 10px;
    margin-left: 10px;
}
.text-footer p { text-align: left }
.address p {
    text-align: left;
    margin-bottom: 10px;
}
body {
    color: #64686d;
    font-weight: 400;
    line-height: 26px;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
}
.foot{
    line-height: 15px;
}
.memberplan-container {
    border: 1px solid #d2e6ec;
    float: left;
    /*    height: 70px;*/
    height: 10%;
    padding: 5px;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}
/*error message css*/
.erroralert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.erroralert-box span {
    font-weight:bold;
    text-transform:uppercase;
    padding-left:20px;
}

.errorbwn {
    background:#ffecec url('images/error.png') no-repeat 0px 50%;
    border:1px solid #f5aca6;
    margin-top:5px;
    padding: 2px;
}

.successbwn {
    background:#e9ffd9 url('images/success.png') no-repeat 0px 50%;
    border:1px solid #a6ca8a;
    margin-top:5px;
    padding: 2px;
}

.control-label-required {
    color: red;
}

.pr-10 {
    padding-right: 10px;
}


.logo-text {
    color: #007DC3;
    /*    font-family: MyriadPro-Bold;*/
    font-family: Arial,sans-serif;
    font-size: 28px;
    font-style: bold;
    margin-left: 5px;
}

.website-header-banner {
    background: #007BCD none repeat scroll 0 0 !important;
    color: white;
    /*    font-family: "Franklin-Book",Helvetica,Arial,sans-serif;
        font-size: 0.9375rem;*/
    line-height: 1.375rem;
    padding: 11px;
    text-align: center;
    margin-bottom: 2px;
    z-index: 3;
}

.signup-menu {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #0e70a5 0px, #2a95be 84%) repeat scroll 0 0;
    border-color: #0E70A5;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);

    border-radius: 14px ;
}


@media (max-width: 370px) {
    .website-header-banner{
        font-size: 12px;
    }

}

@media (min-width: 1024px) {
    .container{
        -width: 100%;
    }

}
@media (min-width: 1024px) {
    #main-menu.navbar-default .navbar-nav > li > a {

        padding-right: 10px;
        padding-left: 10px;
        font-size: 17px;
    }
    .logo-text {

        font-size: 30px;

    }

}

.footer-v1 .copyright{
    padding:0px
}
.signup-menu-itemli{
    padding-top: 35px;
}

@media (max-width: 767px){
    .signup-menu-itemli{
        padding-top: 10px;
        margin-left: 15px;
    }
}

body{
    padding-top: 20px;
}
.login_body
{
    padding: 0px;
    margin: 0px;
}
.submit_btn{
    margin-top:5px ;
}
.header-banner {
    background: #007BCD none repeat scroll 0 0 !important;
    color: white;
    line-height: 1.375rem;
    padding: 5px;
    text-align: center;
    -margin-bottom: 2px;
    border-top: none !important;
    border-bottom: none !important;
}

@media only screen and (min-width: 768px){
    #main_menu_bar.navbar-default {
        color:#ffffff;
        background: #5f5f5f;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    }
}
.navbar{
    border-radius: 0px;
}
.header-v1 .navbar-default .navbar-nav > li > a{
    color: #ffffff;
}
.header-v1 .navbar-default .navbar-nav > li:hover a{
    background: #000;
    color: #ffffff;
    -margin-bottom: 2px;
    -border-bottom: thick dotted #ff0000;
}
.website-header-banner  .logo-text{
    color:#fff;
    font-size:18px;
    margin: 0px !important;

}
.home_header a{
    color: #eee;
}
.home_header ul li{
    color: #eee !important;
}
.home_header ul li i {
    color:#eee !important;
}
.home_header a:hover{

    color:#e4caca;
}
.dropbtn-topbar{
    background: none;
}
.dropdown-topbar-content{

    background-color: #00a0cd !important;
}




/* **************************feyntech style sheets************************************/

.fieldSetClass {
    border:1px solid #AAAACC;
    padding:5px;
    padding-bottom:10px;
    width:98%;
}

.legendClass {
    font-size:11px;
    font-weight: bold;
    font-style:normal;
    margin-left:5px;
}

table.noBorderTable {
    border:0px #aaaaaa solid;
    table-layout:fixed;
}

.noBorderTable td {border: 0px #aaaaaa solid;}


/*datable ralated css */
table.DataTable{
    table-layout:fixed;
    border:1px #eaeaea solid;
    background-color:White;
    padding:1px;
}

.DataTable tr {
    height:21px;
}

.DataTable td {
    border:1px solid #eaeaea;
    overflow:hidden;
    word-wrap:	break-word;/*white-space:nowrap;*/

    /*
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    */
}

.DataTable input, select{word-wrap: normal;}

.sortNo {
    /*	background-image:url(images/SortingArrows.png);*/
    background-image:url(images/SortingArrows.png);
    margin-right:1px;
    float:right;
    width: 15px;
    height: 20px;
    display:inline;
}

.sortAsc {
    background-image:url(images/sortup.png);
    background-repeat: no-repeat;
    margin-right:1px;
    float:right;
    width: 16px;
    height:16px;
    display:inline;
}

.sortDesc {
    background-image:url(images/sortdown.png);
    background-repeat: no-repeat;
    margin-right:2px;
    float:right;
    width: 16px;
    height:16px;
    display:inline;
}

.FeyntechListContainer{
    border:1px;
    margin-left:2px;
    margin-top:10px;
    margin-bottom:7px;
    visibility: visible;
    border-style:hidden;
}

.FeyntechListTableHeader{

}

.FeyntechListColHeader{
    border:0px #aaaaaa solid;
    table-layout:fixed;
    visibility: visible;

    /*	-webkit-tap-highlight-color: rgba(0,0,0,0);
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;*/

    cursor:default;
}

.FeyntechListColHeader td {
    border: 1px solid #eaeaea;
    word-wrap:	break-word;
    /*
    white-space:nowrap;
    overflow-x:hidden;
    text-wrap:none;
    */
}

.FeyntechListColHeader input, select{word-wrap: normal;}

.FeyntechListColHeaderRow{

}

.FeyntechListColHeaderRow tr{
    background-color : navy;
}

.FeyntechListColHeaderRow td{
    color : white;
}

.FeyntechListColHeaderControls{

}

.FeyntechListBody{
    border:1px;
    border-style:ridge;
    border-color:#f3f3f3;
    visibility: visible;
}

.FeyntechListFooter{

}


/***/
.FeyntechWebForm{
    background: #fff;
    position: relative;
    border:0px;
    border-style:solid;
    border-color:#333333;
    margin-left:2px;
    margin-top:10px;
    margin-bottom:5px;
    padding:0px;
    visibility: visible;
}

.FeyntechTitleBar{
    background: #ddd no-repeat center left;
    text-align: left;
    border:1px solid;
    border-color:#888888;
    padding:5px;
}

.FeyntechFormBody{
    background-color:#f6f6f6;
    text-align: left;
    border:1px solid;
    border-top:0px;
    border-color:#BBBBBB;
    margin-top:1px;
    padding-top:2px;
    padding-left:7px;
    padding-right:7px;
    padding-bottom:2px;
    visibility: visible;
}

.FeyntechFormContent{
    width:100%;
}

.FeyntechPrintForm{
    border:0px;
    border-style:solid;
    border-color:#333333;
    background: #fff;
    position: relative;
    padding:5px;
    margin:5px;
}

.FeyntechPrintTitleBar{
    background: #ffffff no-repeat center left;
    text-align: left;
    padding: 5px;
}

.FeyntechPrintBody{
    border:1px solid;
    border-color:#333333;
    background-color:#ffffff;
    margin-top:5px;
}

.mainCellClass{-ms-overflow-x:hidden;-ms-overflow-y:visible;}




/***************************** STYLE.CSS ***********************************/
a.dataLink{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:none;}
a.dataLink:Hover{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:underline;}
a.dataLink :Visited{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:none;}

a.AccountLink{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:none;}
a.AccountLink:Hover{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:none;}
a.AccountLink :Visited{font-family:Verdana;color:#000000;font-size:9pt;text-decoration:none;}

.RecordStyle{font-family:Verdana;  font-size:7.5pt;}

.applyCancelButtonStyle{
    height:24px;
    width:70px;
}

.previousNextButtonStyle{
    height:24px;
    width:75px;
}

.addEditDeleteButtonStyle{
    height:24px;
    width:75px;
}

.ac-style{
    z-index:1;
}

.dlg-style{
    z-index:2;
}

.yui-skin-sam .yui-ac-content { /* set scrolling */
    max-height:15em;
    overflow:auto;
    overflow-x:hidden; /* set scrolling */
    _height:15em; /* ie6 */
}

.toggleDisplayButtonStyle{
    text-decoration:underline;
    font-weight:bold;
    color: blue;
    background-color:transparent;
    border:0px;
}

HR.clsPageBreakAfter {
    page-break-after: always;
    padding:0px;
    margin:0px;
    color:white;
    background-color:white;
    height:1px;
}

HR.clsPageBreakBefore {
    page-break-before: always;
    padding:0px;
    margin:0px;
    color:white;
    background-color:white;
    height:1px;
}
.profile-img > .profile_change :hover{
    display: block;
}
.profile_change {
    left: 50%;
    bottom: 60px;
    margin-left: -60px;
    text-align: center;
    position: absolute;
}
.profile_change{
    padding: 3px 12px;
}
.profile_change {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.header-v1 .navbar-header {
    margin: 5px 0;
}
@media (min-width: 992px){
    .header-v1 .navbar-collapse {
        padding: 5px 0 0;
    }
}
@media(max-width:992px){
    .acount_li{
        padding-bottom: 5px !important;
    }
}
.header-v1 .dropdown-menu .active > a,
.header-v1 .dropdown-menu li > a:hover {
    background: #45aed6 !important;
}
.dropdown-topbar-content {
    margin-left: 5px !important;
}
.left_title{
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.profile .panel-heading {
    color: #fff;
    background: #45aed6;
    padding: 7px 15px;
    border-bottom: solid 3px #f7f7f7;
}
.panel-blue {
    border-color: #45aed6;
}
.sky-form .label
{
    font-size: 18px !important;
}
.sky-form .form-control{

    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;

}
input, textArea::-webkit-input-placeholder {
    color: #7b7171 !important;
}

input, textArea:-moz-placeholder { /* Firefox 18- */
    color: #7b7171 !important;
}

input, textArea::-moz-placeholder {  /* Firefox 19+ */
    color: #7b7171 !important;
}

input, textArea:-ms-input-placeholder {
    color: #7b7171 !important;
}
input, textArea{
    color: #252525 !important;
}
input[type=button], input[type=reset]{
    color: #FFF !important;
}
@media (min-width: 768px){
    .dl-horizontal dd {
        margin-right: 150px;
    }
}


.top_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top_menu > li > a {
    padding: 3px 13px;
}

.open .top_menu {
    display: block !important;
}
.top_menu li{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}
.header-v1 .topbar-v1 .top-v1-data li:first-child{
    border-left :none !important;
}
.header-v1 .topbar-v1 .top-v1-data li:last-child{
    border-right :none !important;
}
@media (min-width: 992px){
    .header-v1 .top_menu{
        margin-top: 8px !important;
        margin-left: 7px !important;
    }
}
.header-v1 .topbar-v1 .top-v1-data li{
    padding: 0 11px !important;
    margin-top: 5px !important;
}
.breadcrumbs.breadcrumbs-light{
    padding: 10px 0;
}

.view-section dt{
    text-align: left;
}
.ui-datepicker{
    background:#fff;
    width:20em  !important;
    z-index: 2;
}
.ui-datepicker-calendar{
    line-height: 18px !important;
}
.ui-state-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
    font-weight: normal !important;
}
dd, dt{

    line-height: 2.7 !important;
}
.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover{
    background: #007bcd;
}

.advance_search_form  input, select {

    height: 30px !important;
    padding: 3px 5px !important;
    font-size: 13px !important;

}
.advance_search_form fieldset{
    padding: 20px 50px 5px !important;
}
.advance_search_form .label {
    font-size: 16px !important;
}
.advance_search_form  select[multiple], select[size] {

    height: auto !important;

}
.advance_search_form select[multiple], select[size] {
    height: 150px !important;
}
@media (max-width: 772px){
    .top-v1-contacts{
        display:none;
    }
    .breadcrumbs .breadcrumb{
        display:none;
    }
}
.search-icon{
    padding: 4px 13px !important;
}
.top_menu .fa {
    color: #777 !important;
}
.top_menu li :hover  {
    color: #FFF !important;
}

/*============================= dashboard css ========================*/
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background: #FFF;
    transition: all .3s ease-in-out;
}
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1;
}
.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}
.tile-stats .count {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.65857;
}
.tile-stats h3 {
    color: #BAB8B8;
}
.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}
.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}
.fa{ display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs {
    background: url(../img/breadcrumbs5.jpg) repeat !important;

}
.breadcrumbs.breadcrumbs-light h1, .breadcrumb li,.breadcrumb li a {
    color: #fff !important;
}

advance_search_form select[multiple], select[size] {
    height: auto !important;
}
#advance_search{
    color: #FFF;
    text-decoration: none;
}
#advance_search :hover{
    color: #45aed6;
    background-color: #45aed6;
    text-decoration: none;
}
button.disabled {
    opacity: .4;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, .5);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, .5);
    cursor: default;
}
.RecordStyle{
    float: left;
}
.a_icon i{
    text-decoration: none;
    font-size: 20px;
}
.a_icon i:hover{
    text-decoration: none !important;
}

/***********    Home PAge Style ************/

.tooltip-home-text {
    display: none;
    width: 92%;
    background-color: rgba(0, 0, 0, 0.63);
    color: rgb(255, 255, 255);
    text-align: center;
    /* border-radius: 6px; */
    padding: 5px 0;
    position: absolute;
    border-radius: 3px;
    z-index: 1;
    top: 100%;
    left: 0%;
    margin-top: 6px;
    /* margin-left: -60px; */
}
.tooltip-home-text::after {
    content: "";
    position: absolute;
    top: -28%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.63) transparent;
}

.tooltip-home:hover .tooltip-home-text {
    visibility: visible;
}

/*============================ Search TAble =======================*/



.tablepress .FentechListHeader{
    padding: 2px 7px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
    margin: 0;
    font-style: normal;
    border-bottom:  0;

}
.tablepress tr td .sortNo,.tablepress tr td .sortNo,.tablepress tr td .sortDesc,.tablepress tr td .sortAsc{
    background-repeat: no-repeat;
    background-position: center right;
}
#auto-list{float:left;list-style:none;margin-top:-3px;padding:0;padding-right: 5px;width:100%;position: absolute;z-index: 1}
#auto-list li{padding: 5px 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;font-size: 16px;}
#auto-list li:hover{background:#ece3d2;cursor: pointer;}


.tablepress  tr td:first-child{
    text-align: center
}

.loader_home{
    position: fixed;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.table tr td a{
    color: #45aed6 !important;
}
.right_btn_view{color:#FFF; background-color: #075ea3; padding: 0 5px;border-radius: 5px;text-decoration: none}
.export{
    -width: 50%;
    float: left;
    margin: 2px 0;
}
.export span{
    float: left;
    margin-right: 5px;
    margin-top: 7px;

}
.follow{
    -width: 50%;
    float: left;

}
.follow .follow_view_more a{
    padding-bottom: 4px;
    padding-top: 4px;
    color:#45aed6;
}
@media (min-width: 768px){
    .modal-md {
        width: 400px;
        margin: 30px auto;
    }
}
.footer-v1 .copyright {
    background: #5f5f5f none repeat scroll 0 0;
    color: #fff;
}
.admin-logo{
    background: #fff;
    height: 100%;
    padding: 10px;
}
.navbar-header .admin-logo:hover {
    background: #fff;
}
.admin-logo:hover img{
    background: #fff;
    -height: 100%;

}
@media (min-width: 992px){
    .header-v1 .navbar-default .navbar-nav > li > a {
        padding: 15px 25px 17px 9px;
        font-weight: 500;
    }
}
.x_content{
    overflow-x: auto;
    overflow-y: auto;
}

#planresult #allselect,#planresult .select{
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.open-advanced-option{

    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    padding-bottom: 10px;
}
.search-forms #filterSearchForm{
    margin-top: 20px;
}
.filter-more-option{
    font-size: 20px;
    padding-top: 10px; 
}
.filterSearchForm{
    padding-top: 0px;
}
.div-search-btn{
    margin-top: 30px;
}
.icon-help{

    position: absolute;
    /* text-align: left; */
    /* top: -43px; */
    /* r: 20px; */
    right: 25px;
    top: 40px;
}
/** edited row contact and company***/
.edited-contact,.edited-company{
    background-color: #007bcd33;
}
.re-assigned-data{
    background-color: #5cb85c38;
}
.action-td{
    width: 140px;
}
/*** Chat Message Style*****/

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;

    max-height: 300px;
    overflow: auto;
    padding: 5px;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}
/*
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/

/*--------- query ---------- */
.query{

    padding-top: 5px;
    padding-bottom: 5px;
}
.external-op{

    margin-left: 5px;
    margin-right: 5px;
}

.querystmts {
    width: 100%;
} 
.conds{
    margin-left: 5px;
    margin-right: 5px;
}
.querystmts .col,.querystmts .op{
    margin: 0 5px;
    width: 30%;
}
.querystmts .queryValue{
    width: 30%;
    margin: 2px 0;
}
.head
{
    /* for IE */
    filter: alpha(opacity=50);
    /* CSS 3 standard */
    opacity: 0.5;
}
.seperator
{
    border-right: 2px solid brown;
}


.comment-unread-no{
    position: relative;
    /*    top: -14px;
        left: 25px;*/
    background: #276127;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
    font-size: 10px;
    display: none;
    width: 20px;
    top:10px;
    text-align: center;
}

.comment-unread-no:hover{
    text-decoration: none;
}
a.open-comment-modal :hover{
     text-decoration: none !important;
}