body, html
{
	margin: 0 !important;
	padding: 0 !important;
	color: #555;
	font: normal 12px Lato,Arial,Helvetica,sans-serif !important;
	background: #EFEFEF;
}

#page
{
	background: white;
}

#header
{
	margin: 0;
	padding: 0;
	background:black url(../images/wyp_logo_tlo.gif) repeat-x left top;
}
#container{
	display:inline-block;
	width:100%;
	cleaR:both;
}
#content-page
{

}
#content-page h1{
	margin:0;
	padding:0;
	font:30px/60px Verdana,Tahoma,Arial,sans-serif;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	width:100%;
	clear:both;
	padding: 10px;
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
	font:12px/12px Verdana,Tahoma,Arial,sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#logo
{
	font-size: 200%;
}
/*** Menu top ***/
#menu-top{
	margin-bottom:5px;
}
#main-menu li .dropdown-menu{
	font-size: 12px;
}
#main-menu li :hover .dropdown-menu{
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{

}

div.breadcrumbs span
{
	font-weight: bold;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #D6D6D6;
	border-left: 5px solid #6F6F6F;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #666;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFEFFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #666;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #666;
}

.operations li a:hover
{
	background: #ddd;
}


.grid-view table.items tr.even
{
	background: #F0F0F0 !important;
}
.grid-view table.items tr.odd
{
	background: #C5D1D4 !important;
}
.grid-view table.items tr:hover
{
	background: gold !important;
}

.overdue {
	color: white;
	background: red;
}

tr.overdue td{
	color: white;
	background: #FC6464 !important;
}

.billed {
	color: white;
	background: green;
}

.selected, .grid-view table.items  tr.selected{
	background-color: #ffa0a0 !important;
	color: #363;
}

.inactive {
	color: #aaa !important;
}

.selected.inactive {
	color: #603 !important;
}

tr:hover .inactive {
	color: #aaa !important;
}
.notreturned td{
	background: #d30e0e !important;
	color:#fff;
}
.inactive input[type="checkbox"]{
	
}
/*** autocomplete ***/
.ui-autocomplete-input{
	margin-left:20px;
	width:70%;
}

/*** breadcrumb ***/
.breadcrumb{
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#fff !important;
	border-radius:4px
}
.breadcrumb>li+li:before
{
	content:">" !important;
	padding:0 5px;
	color:#ccc
}
.breadcrumb>li{
	font-size:8pt;
}
/*** TASK LIST ***/
#task-list{}
#task-list ul{
	list-style: none;
}
ul#wrap-task-list h3{
	color:#205c75;
	font:bold 18px/18px Arial,Verdana,sans-serif;
	text-decoration: underline;
	margin:25px 0 10px 0;
	width:100%;
	clear:both;
	display:inline-block;
}
ul.task-list{
	display:block;
	margin:0 0 0 15px;
	padding:0;
	width:auto !important;
}
ul.task-list li{
	float:left;
	clear:both !important;
	width:auto;
	margin:3px 0 3px 0;
}
ul.task-list li a{
	cursor:pointer;
	text-decoration:none;
}
ul.task-list li  h5{
	font-size:14px;
	display: inline-block;
	cursor:pointer;
	padding:0;
	margin:0;
}
ul.task-list li input[type=checkbox]{
	position:relative;
	top:1px;
}
ul.task-list li  h5 .label:first-child{
	margin-right: 25px;
}
ul.task-list li h5 .label{
	font:bold 12px Arial,Verdana,sans-serif;
	padding:3px 7px 3px 7px;
}
.wrap-table-task-list .ng-table-counts{
	margin:5px 0 0 0;
}
.wrap-table-task-list .pagination {
	margin:5px 0 0 0;
}
.table-task-list th{
	padding:0 10px 0 0;
}
.table-task-list th .form-control{
	display:inline-block;
	margin-bottom:10px !important;
}
.table-task-list tr td{
	padding:0;
}
/*** top links ***/

/*** STATS ***/

/*** months tabs ***/
#months-tabs li a{
	background:#0095DA;
	color:#fff;
}
#months-tabs li.active a{
	background:#FFDD21;
	color:#000;
	outline: none !important;
}
.loading{
	width:100%;
	height:300px;
	background:url('../images/loading.gif') center center no-repeat;
}

.loading-content{
	width:100%;
	min-height:300px;
}

/* new/current users*/
.months-tabs li{
	padding:0 2px 0 2px;
}
.months-tabs li a{
	background:#0095DA;
	color:#fff;
}
.months-tabs li.active a{
	background:#FFDD21 !important;
	color:#000;
	outline: none !important;
}
.loading-small{
	width:100%;
	min-height:90px;
	background:url('../images/loading-small.gif') center center no-repeat;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-css{
	float: left;
	width: 20px;
	height: 20px;
	margin-left: -8px;
	margin-right: 7px;
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  -webkit-transform: translate(-14.5px, -14.5px) scale(0.145) translate(14.5px, 14.5px);
  transform: translate(-14.5px, -14.5px) scale(0.145) translate(14.5px, 14.5px);
}
.tab-content .tab-pane{

}
.form-group-desc-history{
	display: none;
}
.wrap-client-profits{
	float:left;
	width:30%;
	margin-right:20px;
}
.wrap-client-profits a{
	color:#000;
	text-decoration: none;
}
.wrap-client-profits a:hover{
	color:#001B93;
	text-decoration: none;
}
table.profits-new-current{
	width:100%;
	margin:10px 0 0 0px;
	border-collapse: collapse;
}
table.profits-new-current tr th{
	background:#0095DA;
	border:1px solid #000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
table.profits-new-current tr td{
	background:#F9F9F9;
	border:1px solid #000;
	padding:5px;
	font-size:12px;
}
table.profits-new-current tr td.month{
	width:80px;
	background:#960101;
	color:#fff;
	font-weight:bold;
}
table.profits-new-current tr td.value{

}
table.profits-new-current tr td.sum-title{
	background:#001B93;
	color:#fff;
}
table.profits-new-current tr td.sum-value{
	background:#2447D6;
	color:#fff;
	font-weight: bold;
}
table.profits-new-current tr td.empty{
	background:none;
	border:0;
}
.wrap-potential_demand_select .has-success .checkbox{
	color:#000 !important;
}
.wrap-potential_demand_select .has-success .active .checkbox{
	color:#fff !important;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 800px !important;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
	color:#000 !important;
}
.popover-title{
	font-weight:bold !important;
}
.popover-content{
	width:550px;
	max-width:800px !important;
}
.loading-small{
    width:100%;
    height:40px;
    background:url('../images/ajax-loading-small.gif') no-repeat center center;
}

/** LOADING CONTENTS **/
.loading-content-1{
	background:#fff url('../images/preloader/preloader_1.gif') center center no-repeat;
}
.loading-content-2{
	background:#fff url('../images/preloader/preloader_2.gif') center center no-repeat;
}
.loading-content-3{
	background:#fff url('../images/preloader/preloader_3.gif') center center no-repeat;
}
.loading-content-4{
	background:#fff url('../images/preloader/preloader_4.gif') center center no-repeat;
}
.loading-content-5{
	background:#fff url('../images/preloader/preloader_5.gif') center center no-repeat;
}
.loading-content-6{
	background:#fff url('../images/preloader/preloader_6.gif') center center no-repeat;
}
.loading-content-7{
	background:#fff url('../images/preloader/preloader_7.gif') center center no-repeat;
}

multiselect .btn-group {
	margin: 0;
}