﻿
.paddingTop5 {
    padding-top: 5px !important;
}
.paddingTop14 {
    padding-top: 14px !important;
}

.paddingLeft0 {
    padding-left: 0px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.text-align-left {
    text-align: left !important;
}

.disabled-link {
    pointer-events: none !important;
}

.word-wrap {
    word-break: break-all;
    width: 100% !important;
}
.td-word-wrap {
    word-break: break-all;
}
.width-220px {
    width: 220px !important;
}
.width-210px {
    width: 210px !important;
}
.margin-left-240px {
    margin-left: 240px !important;
}
.margin-left-230px {
    margin-left: 230px !important;
}
.margin-left-250px {
    margin-left: 250px !important;
}
.float-left {
    float: left !important;
}
.no-margin {
    margin: 0 !important;
}
.text-box-required {
    border-left: 3px solid red !important;
}

.subnav-title.active {
    background: white; /*#FCFEF5;*/
    border-left: 3px solid #e51400;
}

#left .subnav .subnav-menu>li.active>a {
    background: white;
    color: #e51400;
    border-left: 3px solid #e51400;
}

#left .subnav {
	margin-top: 5px;
}
#left .subnav .subnav-title.active .toggle-subnav {
	color: #e51400;
	/*font-weight: bold;*/
}
#left .subnav .subnav-title.active .toggle-subnav i {
    color: #e51400;
}
#left .subnav .subnav-menu>li.active>a {
    font-weight: normal;
}
#left .subnav .subnav-title span {
	font-size: 16px;
    margin-left: 30px;       
}

#left .subnav .subnav-title:hover {
    background-color: #DEE3EA;
}
#left .subnav .subnav-menu>li>a:hover {
    background-color: #DEE3EA;
}

.sfadminnav{
    background:#eee;
}
.sfadminnav > ul {
    margin:5px 0 0 0 !important;
}


#recentItemsContainer {
    background:#eee;
	padding: 20px 2px 2px 2px;
	/*border: 1px solid rgb(234, 234, 234);*/
	/*background: rgb(255, 251, 246);*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#recentItemsContainer div {
	border-top: 2px solid cadetblue !important;
    background: linen !important;
	height: 25px;
	padding: 3px 0;
	/*border-top: 1px solid lightseagreen;
	border-bottom: 1px solid lightseagreen;*/
}	
#recentItemsContainer div span {
	font-size: 15px;
	font-weight: bold;
	color: darkslategray;
    margin-left: 5px;
}
#recentItemsContainer div span i {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}
#recentItemsContainer div span i.icon-caret-down {
	margin-top: 4px;
}
#recentItemsContainer.expanded > ul {
	margin-left: 20px;
}
#recentItemsContainer li {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    width: 215px;
	padding-top: 4px;
}

#left .subnav .subnav-title .toggle-subnav i {
    display: block;
    font-size: 15px;
    top: 3px;
    width: 16px;
    text-align: center;
    color: darkslategray;
}


span.arrow {
    width: 10px;
    float: right;
    font-family: FontAwesome;
    margin-right: 5px;
}
/*for Firefox only*/
@-moz-document url-prefix() {
    span.arrow {
        margin-top:-20px;
    }
}

span.arrow.down:before {
    content: "\f107";
}

span.arrow.left:before {
    content: "\f104";
}

.sf-admin-wizard-steps.wizard-steps {
    margin-bottom: 0;
}
.sf-admin-wizard-steps.wizard-steps li a{
    text-decoration: none;
}
.sf-admin-progress {
    height: 8px;
    margin-bottom: 0;
}
.table.product .input-append, .table.product select, .table.product  textarea, .table.product  input[type="text"], .table.product  input[type="password"], .table.product  input[type="datetime"], .table.product  input[type="datetime-local"], .table.product  input[type="date"], .table.product  input[type="month"], .table.product  input[type="time"], .table.product  input[type="week"], .table.product  input[type="number"], .table.product  input[type="email"], .table.product  input[type="url"], .table.product  input[type="search"], .table.product  input[type="tel"], .table.product  input[type="color"], .table.product  .uneditable-input, .table.product span.add-on {
    margin: 5px 0 5px 0;
}

.table.product tr:first-child th, .table.product tr:first-child td {
    border-top: none;
}

form[name="productForm"] .modal-body {
    max-height: 500px;
}

.modal.fade.in {
    top: 5%;
}

.client-setting-header {
    line-height:0;
}
div#header-clients .chosen-container {
        display: inherit;
    float: right;
    }
.theme-red.login {
    background: #eee;
}
.login .wrapper .login-body {
    background: #fff;
    border-radius:2px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.login .wrapper .login-body:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.login .wrapper .login-body h2 {
    color: #fff;
}
.validation-summary-errors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.validation-summary-errors ul li {
    padding: 10px 10px;
    text-align: center;
    background-color: red;
    color: #fff;
    font-weight: 500
}
/*#navigation {
    background-color: #e63a3a;
}*/