/* =============================================================================
   InvoicePlane
   Custom Stylesheet

   All changes made in this file will override the default styles.
   ========================================================================== */

   .portlet-title h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    font-weight: 600;
}
img.login-logo {
    max-width: 166px;
    float: left;
}
.login_header {
    display: block;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.loginbody small {
	font-size: 11px;
}
.right_or:before {
    position: absolute;
    top: 50px;
    bottom: 0;
    background: #ececec;
    content: "";
    width: 1px;
    right: 0px;
}
.right_or:after {
    content: '(or)';
    position: absolute;
    right: -12px;
    top: 50%;
    line-height: 30px;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
a.forgot {
    margin: 10px 0;
    float: right;
}
.signinform .form-control {
    position: relative;
    padding-left: 40px;
}
.signinform span.input-group-addon {
    position: absolute;
    z-index: 999;
    padding: 9px 10px;
    width: 36px;
    border: 1px solid #ccc;
}
.header {
display: block;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.31);
    margin-bottom: 15px;
}
.header img {
    max-width: 147px;
    padding: 10px;
    margin-bottom: 0;
}
li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.navbar-inverse .navbar-nav>li>a.userpro {
    padding: 0;
}
img.user_logo {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 12px 0;
    border-radius: 100%;
}
span.ellipse {
    position: relative;
}
span.ellipse:before {
	content: "\f142";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #969696;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    left: -16px;
}
.comapny-logo {
    float: right;
    margin-right: 40px;
}


@media screen and (max-width: 991px) {
.right_or:before {
    z-index: 99;
    height: 1px;
    top: 0;
    width: 100%;
}
.right_or:after {
    top: -5px;
    left: 45%;
    z-index: 999;
    line-height: 10px;
    padding: 0 10px;
    right: auto;
}
.custpadr {
    padding-top: 25px;
}
.custpadl {
    padding-bottom: 25px;
}
}

@media screen and (min-width: 992px) {
.custpadr {
    padding-right: 25px;
}
.custpadl {
    padding-left: 25px;
}
}

.custom1 {
    float: left;
    width: 145px;
    padding-left: 12px;
	padding-top:15px;
}
.comapny-logo img {width: 210px;
height: 64px; }
.custom2 {
    width: calc(100% - 145px);
    float: left;
}
td.td-select {
    min-width: 110px;
}
.error-message{
color:red;
}
td.td-text {
    min-width: 180px;
}