﻿/*body {
    background-color:transparent;
    background-image: url('/Content/image/desktop.jpg');
    background-image: url(../Content/image/bg_off.png);

    background-size:cover;
}

 #content-container {
    background-color:transparent;
}*/

body, #navbar {
    background-color: #ecf0f5;
}

.table-sm {
    font-size: 12px;
}

#container .table-sm td {
    font-size: 11px;
}
.autoCompleteList {
    font-size: 13px;
    border-radius: 0;
    box-shadow: 0 5px 12px 2px rgba(0,0,0,0.25);
    margin: 0;
    padding: 5px;
    border: 0;
    list-style: none outside none;
    z-index: 10060 !important;
    background-color: #ffffff;
}

.autoCompleteListItem {
color: #758697;
}

.autoCompleteListItemSelected {
background-color: #f2f2f2;
}
textarea.form-control {
    height: 107px;
}

.loader {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9; /** change it to this background-color: rgba(0, 0, 0, 0.65) **/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    opacity: 0.5; /** you can remove this **/
    display: none;
    z-index: 10070;
}

.AjaxLoaderInner
{
    position: absolute;
    top: 30%;
    left:40%;
    margin-right: auto;
    margin-left: auto;
}
.AjaxLoaderOuter
{
    /*vertical-align: middle;
    text-align: center;*/
    z-index: 10070;
    background-color: White;
    /*filter: alpha(opacity=70);
    opacity: 0.7;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

/*Confirmation Loader*/
.loader-small-inner
{
    position: absolute;
    top: 30%;
    left: 35%;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: Black;
}
.loader-small-outer
{
    position: fixed;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: White;
    /*filter: alpha(opacity=70);
    opacity: 0.7;*/
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;    
}
.messagealert 
{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}


/*Comment Box*/

p {
    margin: 0 0 1em;
}

.comment {
    overflow: hidden;
    padding: 0 0 1em;
    margin: 0 0 1em;
    *zoom: 1;
}

.comment-img {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;
}

.comment-img img {
    display: block;
}

.comment-body {
    overflow: hidden;
}

.comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.comment .text p:last-child {
    margin: 0;
}

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.comments,.comment {
    position: relative;
}

.comments:before,.comment:before,.comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.comments:before {
    width: 3px;
    top: -20px;
    bottom: -20px;
    background: rgba(0,0,0,0.1);
}

.comment:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.comment:hover:before {
    background: orange;
}

    .comment .text:before {
        top: 18px;
        left: 78px;
        width: 9px;
        height: 9px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #e5e5e5;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .mainnav-profile {
        transition: opacity .85s,max-height .35s;
    }
     .mainnav-profile .profile-wrap {
        padding:30px 20px 12px;
        background-image:url('/Images/nav-profile.png');
        background-size:cover;
    }
    /*FOR RI*/

a {
    text-decoration: none;
    color: #2B425B;
    outline: 0;
}
    .text-muted, a.text-muted:hover, a.text-muted:focus {
        color: #758697;
    }
   .table {
       font-size: 13px;
       /*font-weight: 600;*/
   }
/*.form-control {
    color: #2B425B;
}*/
.bootstrap-select > .btn-default {
    background-color: #ffffff;
    border-color: #e9e9e9;
    color: #2B425B;
}
.btn-link {
    /*font-weight: 600;*/
}

/*.control-label, .grid-heading-row {
    color: #2B425B;
}*/
.invoice-icon {
    display: block;
    line-height: 59px;
    width: 75px;
    height: 75px;
    float: left;
    margin: -5px 0 0 0;
}
