.form-horizontal .control-label 
{
    padding-right: 5px!important;
}

#searchInput {
    height:28px;
    vertical-align: middle;
}

input.form-control {
    height:27px;
    font-size: 13px;
    padding: 2px!important;
}

select.form-control {
    height:27px;
    font-size: 13px;
    padding: 2px;
}

.form-required {
   padding-left: 6px;
}

.form-required:before {
   content: "* ";
}

.form-free {
   padding-left: 6px;
}

.padding-left-0
{
     padding-left: 0px;
}
.padding-left-5
{
     padding-left: 5px;
}
.padding-2 {
  padding: 2px!important;
}

.padding-5 {
  padding: 5px!important;
}

.padding-10 {
  padding: 10px!important;
}

.padding-left-4 {
  padding-left: 4px!important;
}
.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px!important;
}

.margin-top-5 {
  margin-top: 5px!important;
}
.magin-top-20 {
  margin-top: 20px!important;
}

.magin-bottom-10 {
  margin-bottom: 10px!important;
}

.margin-bottom-0 {
  margin-bottom: 0px!important;
}

.list-li-200 li {
  min-width: 200px;
}

.list-li-250 li {
  min-width: 250px;
}

.list-inline input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
    margin-left : 15px;
}

.btn-lightRed{
    font-weight:bold;
    color: red !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
    background-color: #E7E7E7 !important;
    border-color: #E7E7E7;
}

.btn-lightGreen{
    font-weight:bold;
    color: #47a447 !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
    background-color: #E7E7E7 !important;
    border-color: #E7E7E7;
}

.openPopup
{
    cursor:pointer;
}

select
{
    color: #585858;
}
option
{
    color: #585858;
}
select option[value=""], select.form-control option[value=""] {
    color: #ccc;
}

.cursor-pointer
{
    cursor:pointer;
}

.main-content-edit .breadcrumbs {
    background-color: #fff!important;
}

.breadcrumbs {
    padding-left: 10px!important;
}

.breadcrumbs h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0;
}

.ace-nav > li.dark-orange > a {
    background-color: #B53B09!important;
}

.ace-nav > li.dark-red > a,
.ace-nav > li.open.dark-red > a,
.ace-nav > li.dark-red > a:hover,
.ace-nav > li.dark-red > a:focus {
    background-color: #780000!important;
}

.ace-nav > li.dark-brown > a {
    background-color: #783D13;
}

.width-500 {
    width: 500px!important;
}

.box-navbar-alerts {
    overflow: auto;
    max-height:350px!important;
    width: 600px!important;   
}

.box-navbar-alerts > li {
    border-bottom: 1px solid #BCD4E5;
    line-height: 25px;
    vertical-align: middle;
    margin-right: 0!important;
    margin-left: 0!important;
    color: Black;
}

.btn.btn-link {
    padding: 0 12px !important;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

table.dataTable thead th {
    cursor: pointer;
}

.selected_collumn {
    background-color: #E2E4FF;
}

.clients-title {
    color: #3B9C00!important;
}

.home-title {
    color: #A80000!important;
}

.requests-title {
    color: #B53B09!important;
}

.sketches-title {
    color: #005CEF!important;
}

.statistics-title {
    color: #ff892a!important;
}

.settings-title {
    color: #000!important;
}

#link-clients.active > a, #link-clients.active > a:hover, #link-clients.active > a:focus, #link-clients.active > a:active {
    color: #3B9C00;
}

#link-clients.active:after {
    border-color: #3B9C00;
}

#link-clients.active > a:after {
    border-color: rgba(0, 0, 0, 0) #3B9C00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#link-requests li.active > a:after {
    border-color: rgba(0, 0, 0, 0) #B53B09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#link-requests .submenu > li.active > a, #link-requests .submenu > li.active > a:hover,  #link-requests .submenu > li.active > a:focus, #link-requests .submenu > li.active > a:active {
    color: #B53B09;
}

#link-requests.open > a, #link-requests.open > a:hover,  #link-requests.open > a:focus, #link-requests.open > a:active {
    color: #B53B09;
}

#link-sketches.active > a, #link-sketches.active > a:hover, #link-sketches.active > a:focus, #link-sketches.active > a:active {
    color: #005CEF;
}

#link-sketches.active:after {
    border-color: #005CEF;
}

#link-sketches.active > a:after {
    border-color: rgba(0, 0, 0, 0) #005CEF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#link-statistics li.active > a:after {
    border-color: rgba(0, 0, 0, 0) #d548b5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#link-statistics .submenu > li.active > a, #link-statistics .submenu > li.active > a:hover,  #link-statistics .submenu > li.active > a:focus, #link-statistics .submenu > li.active > a:active {
    color: #d548b5;
}

#link-statistics.open > a, #link-statistics.open > a:hover,  #link-statistics.open > a:focus, #link-statistics.open > a:active {
    color: #d548b5;
}

.breadcrumbs-fixed+.page-content {
    margin: 40px 0 0;
}


#edit-body .breadcrumbs.fixed, #edit-body .breadcrumbs.breadcrumbs-fixed {
    left: 0;
    right: 0;
    top: 0;
}

#edit-body .breadcrumbs-fixed+.content-after-breadcrumbs {
    margin: 40px 0 0;
}

.margin-bottom10 {
    margin-bottom: 10px!important;
}

.margin-bottom5 {
    margin-bottom: 5px!important;
}

.nowrap {
    white-space: nowrap!important;
}

.underline {
    text-decoration:underline!important;
}

#loading {
	background-color: #CCCCCC;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1030;
}
		
.loadmask-msg {
	background: none repeat scroll 0 0 #C3DAF9;
	border: 1px solid #6593CF;
	left: 45%;
	padding: 2px;
	position: absolute;
	top: 100px;
	z-index: 20001;
}
		
.loadmask-msg div {
	background: url("../images/loading.gif") no-repeat scroll 5px 20px #FBFBFB;
	border: 1px solid #A3BAD9;
	color: #222222;
	cursor: wait;
	font-size: large;
	padding: 5px 10px 5px 25px;
 }

.select2-drop-active {
    border: 1px solid #f59942!important;
    border-top: none!important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #f59942!important;
}

.select2-container .select2-choice {
   height:27px!important;
}

.modal-header h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.visibleFalse{color: #999}
.showFalse{display:none;}

.rCounts{ width:25px; }


.cityNameTitle  
{
    font-size:11px;
    font-weight:normal;}
    

.cityNameId 
{
    display:none;}
    
.width-10 {
    width: 10% !important;
}
.redIcon {
    color: #dd5a43 !important;
}

/* Used for sub-menus in Settings -> recover Items -> Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.ace-nav .nav-user-photo {
    max-height: 40px;
    max-width: 40px;
}


.userFalse
{
    display:none;
}

.yellow {
  color: #FFD826!important;
}
.toBold 
{
	font-weight:bold;
}
/* End of submenu classes */

.relative {
    position: relative!important;
}

#load-local {
    color: #478fca!important;
    position: relative;
}

#load-local-container
{
    position: absolute; 
    top: -15px;  
    width: 14em; 
    z-index: 3; 
    background: white; 
    border: 1px solid #478fca; 
    padding: 5px;
}

.load-local-left { right: 20px!important; }

.load-local-right { left: 20px!important; }

#load-local-msg 
{
    padding: 5px; 
    font-size: 1.4em; 
    vertical-align: top;
}

.load-note {
    position: fixed;
    z-index: 11041;
    top: 5%;
    right: 2px;
    background-color: #303030 !important;
    border-color: #555;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding: 6px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    transition: all 0.15s ease 0s;
}

.load-note-blue {
    background-color: #428bca!important;
}

.load-center {
    position: fixed;
    z-index: 11041;
    top: 45%;
    right: 45%;
    background-color: #303030 !important;
    border-color: #555;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding: 6px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    transition: all 0.15s ease 0s;
}


.padding-left6 { padding-left: 6px!important; }

.WindowsStyle .ajax__combobox_itemlist { position:relative !important; }

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 21px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(/Admin/Images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px !important;
    width: 21px !important;
    vertical-align: top;
}

.select2-drop {z-index: 99999}

#gritter-notice-wrapper { z-index: 11500!important; }

.supplierTable tr
{
    font-size:11px; 
    line-height: 18px;
}

.supplierTable select {
    height:22px;
}

#tableMails tr
{
    font-size:11px; 
    line-height: 18px;
}

 .icon-background1 {
    color: #ffffff;
}

.icon-color1 {
    color:#495057;
}

.icon-background2 {
    color: #E9ECEF;
}

.icon-color2 {
    color:#495057;
}

.icon-background3 {
    color: #495057;
}

.icon-color3 {
    color:#FFFFFF;
}

.icon-background4 {
    color: #212529;
}

.icon-color4 {
    color:#FFFFFF;
}
