/* Procrm */


#dashboard_graf {
 overflow: hidden;
border:1px solid #CCC;
}

#company_ranks, #contract_progress, #user_tasks, #all_user_tasks, #multiple_paging, #last_5_notes, #user_activities, #contract_progress, #dashboard_tasks , #user_sales , #hot_leads_order_modified, #hot_leads_order_user_notes, #hot_leads_order_materials_sent{
* border:1px solid #CCC;
 *background: none repeat scroll 0 0 #F5F5F5;
 *padding:15px;
 *margin-bottom:10px;
}


/* App */
#authMessage {
	background-color: #CE4B27;
	padding: 5px;
	color: #FFE7E0;
	margin-bottom: 10px;
}
/* Tooltip */
.actions .btn-toolbar .btn-default-actions .tooltip {
	opacity: 1;
}
/* Pagination */
.pagination {
	margin-top: -10px;
}
/* Nav */
.nav-collapse .nav li a {
	cursor: pointer;
}
.top-right-toolbar .btn i {
	margin: 0;
}
/* Tables */
.table thead tr:last-child th {
	border-bottom: 2px;
}
.table td,
.table th {
	vertical-align: middle;
}
.table thead th {
	text-align: center;
	line-height: 20px;
 
	vertical-align: middle;
}
.table td p,
.table th p {
	margin: 0;
}
.table td.high-lighted {
	background-color: #F5F5F5;
}

.table th select,
.table td select {
	margin: 0;
	width: 85%;
	padding: 4px;
	height: 28px;
}

.table th .btn,
.table td .btn {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
.table td .btn-group .btn {
	height: 20px;
}
.table th button.btn,
.table td button.btn {
	height: 33px;
}
.table td.table-id,
.table th.table-id {
	width: 50px;
	text-align: center;
}
.table td.table-id input,
.table th.table-id input,
.table td.table-id select,
.table th.table-id select {
	width: 20px;
}
.table td.actions,
.table th.actions {
	text-align: center;
	width: 250px!important;
}
.table th.filter-date-range input.datepicker,
.table td.filter-date-range input.datepicker,
.table th.filter-date-range input.datetimepicker,
.table td.filter-date-range input.datetimepicker {
	width: 100px;
}

.actions .btn-group + .btn-group {
	margin-left: 0;
}
/** Tables sorting **/
.table th a.sorting {
	background: url('../img/app/sort_both.png') no-repeat center right;
	padding-right: 20px;
	height: 19px;
}
.table th a.asc {
	background: url('../img/app/sort_asc.png') no-repeat center right;
	padding-right: 20px;
	height: 19px;
}
.table th a.desc {
	background: url('../img/app/sort_desc.png') no-repeat center right;
	padding-right: 20px;
	height: 19px;
}

/* Buttons */
.btn.btn-add-new {
	color: #ffffff;
  	background-color: #0049a3;
	padding: 2px 4px;
}
.btn-add-new:hover,
.btn-add-new:active,
.btn-add-new.active,
.btn-add-new.disabled,
.btn-add-new[disabled] {
  color: #ffffff;
  background-color: #01316c;
}
.btn.btn-delete {
	color: #ffffff;
  	background-color: #ce4b27;
  	padding: 2px 4px;
}
.btn-delete:hover,
.btn-delete:active,
.btn-delete.active,
.btn-delete.disabled,
.btn-delete[disabled] {
  color: #ffffff;
  background-color: #983114;
}

.btn.btn-add-new:before {
	content: '\f055  '; /* icon-plus-sign */
	font-family: 'Awesome';
}
.btn.btn-delete:before {
	content: '\f057  '; /* icon-remove-sign */
	font-family: 'Awesome';
}

/* Scroll Top */
.scroll-top {
	width:50px;
	height:50px;
	position:fixed;
	bottom:0px;
	left:0px;
	background: #002a47; /* Old browsers */
	display:none;
}
.scroll-top a {
	width:50px;
	height:50px;
	display:block;
	font-size:30px;
	color:#fff;
	line-height:50px;
	text-align:center;
	text-decoration:none;
}
.scroll-top a:hover {
	background:#71160d;
}
/*TOP NAV*/
.top-nav {
	margin-bottom:0px !important;
}
.top-nav .navbar-inner {
	min-height:50px !important;
}
.top-nav .nav > li {
	line-height:30px !important;
}
.top-nav .nav > li a i {
	font-size:12px;
	margin-right:5px;
}
.top-nav .nav .dropdown-toggle .caret {
	margin-top: 15px !important;
}
.top-nav .nav .dropdown-menu ul {
	margin:0 5px;
	background:#fff;
	padding:3px;
}
.top-nav .nav .dropdown-menu ul li {
	list-style:none;
}
.top-nav .dropdown-menu ul li a {
	font-size:12px;
}
.top-nav .nav .dropdown-menu li > a {
	padding: 8px 10px;
}
/**BOOTSTRAP RESET**/
.btn {
	padding:6px 12px;
	border: rgba(0, 0, 0, .1) 1px solid;
}
.btn i {
	margin-right:5px;
}
.tabs-left .tab-content {
	position:relative;
	left:-5px;
	border-left:#ededed 5px solid !important;
	height:400px;
	overflow: auto;
}
.chat-widget .tab-content {
	padding:20px;
	background:#fff;
}
.chat-widget .tab-content h4 {
	font-weight:bold;
}
.btn-group-vertical .btn i {
	margin:0px;
}
.btn-group-vertical .btn-mini {
	padding:1px 5px!important;
}
.nav-tabs li {
	margin-bottom:0px;
}
.nav-tabs li a {
	background:#f8f8f8;
}
.hero-unit {
	padding:30px;
}
.hero-unit h1 {
	margin-bottom:10px;
	font-size:50px;
}
.breadcrumb li:first-child i {
	margin-right:5px;
}
.breadcrumb li:first-child a:hover i {
	text-decoration:none;
}
.form-actions {
	border-top:#ccc 0px solid;
}
.left-nav {
	background:#E1E1E1;
}
.leftbar {
	height:100%;
	background:#e1e1e1;
	width:260px;
	position: absolute;
}
.leftbar.leftbar-close {
	width: 50px;
}
.left-primary-nav {
	width:50px;
	background:#00859d;
	min-height:1020px;
	float:left;
}
.side-widget {
	margin:0 15px 15px 15px;
}
.left-primary-nav ul {
	margin:0px;
	padding:0px;
}
.left-primary-nav ul li {
	width:50px;
	height:50px;
	list-style:none;
}
.left-primary-nav ul li a {
	width:50px;
	height:50px;
	display:block;
	font-size:24px;
	color:#ebf6fc;
	line-height:48px;
	text-align:center;
	text-decoration:none;
}
.left-primary-nav ul li a:hover {
	background:#f1f1f1;
	color:#da3610;
}
.left-primary-nav ul li.active a {
	background:#e1e1e1;
	color:#da3610;
}
.side-head {
	font-weight:normal;
	font-size:16px;
	font-family: 'Dosis', sans-serif;
	padding:0 15px;
	line-height:50px;
	margin:0px;
	border-bottom:#D1D1D1 1px solid;
	text-transform:uppercase;
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.6);
}
.side-head a {
	text-decoration:none;
}
.left-secondary-nav {
	width:210px;
	background:#e1e1e1;
	position:absolute;
	right:0px;
}
.leftbar-close .left-secondary-nav {
	display: none;
}
.left-secondary-nav ul {
	margin:0px;
	padding:0px;
}
.accordion-nav li {
	position:relative;
}
.accordion-nav > li {
	list-style:none;
	border-bottom:#d1d1d1 1px solid;
}
.accordion-nav > li > a {
	display:block;
	text-decoration:none;
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.6);
	padding:15px;
	font-size:14px;
	color:#444;
}
.accordion-nav > li a i {
	padding-right:5px;
}
.accordion-nav li > a:hover {
	background:#fff;
	color:#da3610;
}
.accordion-nav li.active > a {
	background:#fff;
	color:#da3610;
}
.accordion-nav > li a span {
	display:block;
	font-size:11px;
	line-height:normal;
	color:#666;
	padding-left:27px;
}
.accordion-nav ul {
	display:none;
	margin:0;
	padding:0;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
}
.accordion-nav ul li a {
	padding:10px;
}
.accordion-nav li .toggle-menu-btn {
	position:absolute;
	right:10px;
	top:15px;
	cursor:pointer;
}
.accordion-nav li li .toggle-menu-btn {
	top:8px !important;
}
.accordion-nav li li a {
	display:block !important;
	padding:5px 10px 7px 37px;
	border-top:#D1D1D1 1px solid;
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.6) inset;
	color:#444;
	font-size:13px;
}
.accordion-nav li li a:hover {
	text-decoration:none;
}
.accordion-nav li li:first-child a {
	border-top:0px;
}
.accordion-nav li ul {
	border-top:#D1D1D1 1px solid;
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.6) inset;
}
.notification-nav {
	margin:0px !important;
}
.notification-nav .btn {
	border:0px !important;
}
.notification-nav > li > a {
	height:30px;
	font-size:24px;
	line-height:24px;
}
.notification-nav > li > a:hover {
	background:#ececec !important;
	color:#da3610 !important;
}
.notification-nav > li.dropdown.open > a {
	background:#ececec !important;
	color:#da3610 !important;
}
.notification-nav .dropdown-menu {
	background:#ececec;
	padding:10px 10px 10px 10px !important;
	border-bottom:#da3610 5px solid;
}
.notification-nav .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ececec !important;
	border-left: 0px solid transparent;
	border-bottom-color: #ececec !important;
	content: '';
}
.notification-nav .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ececec !important;
	border-left: 0px solid transparent;
	content: '';
}
.msg-container {
	background:#d0cfd6;
	width:230px;
	position:relative;
	margin-bottom:10px;
	cursor:pointer;
	display:block;
}
.notification-thumb {
	width:50px;
	height:50px;
	background:#7c798f;
	float:left;
	display:inline-block;
	line-height:50px;
	text-align:center;
	color:#ececec;
	font-size:30px;
}
.notification-thumb img {
	vertical-align:top;
}
.notification-intro {
	width:160px;
	display:inline-block;
	float:left;
	font-size:11px;
	line-height:12px;
	padding:7px;
	white-space:normal;
	color:#444;
	text-decoration:none;
}
.notification-intro:hover {
	color:#069;
}
.msg-container .close {
	width:30px;
	height:30px;
	background-color:#7c798f;
	position:absolute;
	right:0px;
	top:0px;
}
.notify-h {
	padding:0px 0px 5px 0px;
	display:block;
	border-bottom:#ccc 3px solid;
	margin-bottom:10px;
	font-size:14px;
}
.notify-time {
	font-style:italic;
	color:#333;
	font-size:11px;
	display:block;
}
.main-wrapper {
	margin-left:260px;
	padding-top:20px;
	background:#fff;
	min-height:1000px;
}
.main-wrapper.leftbar-close {
	margin-left:50px;
}
.responsive-leftbar {
	width:50px;
	height:50px;
	background:#112b39;
	display: inline-block;
	position: absolute;
	display:none;
	right:-50px;
	cursor:pointer;
	text-align:center;
}
.responsive-leftbar i {
	font-size:30px;
	color:#fff;
	line-height:53px;
 }
.home-link {
	width:50px;
	height:50px;
}
.home-link a {
	width:50px;
	height:50px;
	display: inline-block;
	float:left;
	margin-left:-20px;
	font-size:24px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	color: rgba(255, 255, 255, 0.2);
}
.home-link a:hover {
	color: rgba(255, 255, 255, 0.8);
	background:#222;
}
.light-blue {
	background:#8ba4b7;
}
.white {
	background:#fff;
	border:#ccc 1px solid;
}
.blue-white {
	background:#EFF4FF;
}
.blue-white .widget-head {
	background:#e3e7f1 !important;
	color:#576074 !important;
}
.blue-white h3, .blue-white h3 i {
	color:#576074 !important;
}
.gray {
	background:#e8e8e8;
}
.light-gray {
	background:#eee;
}
.gray .board-widgets-botttom a {
	background:#cecece;
	color:#333;
}
.brown {
	background:#b51c44;
}
.blue-violate {
	background:#5b3ab6;
}
.dark-yellow {
	background:#e88a05;
}
.magenta {
	background:#a300aa;
}
.blue {
	background:#3498DB;
}
.orange {
	background:#ce4b27;
}
.bondi-blue {
	background:#0093a8;
}
.green {
	background:#009600;
}
.board-widgets {
	position:relative;
	margin-bottom:20px;
}
.board-widgets a {
	color: #FFC;
	text-decoration:none;
}
.small-widget a {
	display:block;
	text-decoration:none;
	color:#f8f8f8;
	cursor:pointer;
	font-family: 'Dosis', sans-serif;
}
.board-widgets.orange {
	background:#ce4b27;
}
.board-widgets .widget-stat {
	background: rgba( 0, 0, 0, .4);
}
.board-widgets.bondi-blue {
	background:#0093a8;
}
.board-widgets.green {
	background:#00A300;
}
.board-widgets-botttom a,
.board-widgets-item {
	background: rgba( 0, 0, 0, .4);
}
.board-widgets-botttom a:hover {
	background: rgba( 0, 0, 0, .6);
}
.board-widgets.brown {
	background:#b51c44;
}
.board-widgets.blue-violate {
	background:#5b3ab6;
}
.board-widgets.dark-yellow {
	background:#e88a05;
}
.board-widgets.magenta {
	background:#a300aa;
}
.board-widgets.blue {
	background:#0049a3;
}
.board-widgets .widget-stat {
	height:50px;
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	font-size:28px;
	padding:0 10px;
	line-height:50px;
}
.board-widgets .widget-icon {
	width:50px;
	height:50px;
	display:block;
	position:relative;
	top:0px;
	font-size:40px;
	text-align:center;
	line-height:50px;
	padding:5px 5px 0 10px;
}
.board-widgets .widget-label {
	display:block;
	padding:5px 10px 10px 10px;
	font-size:20px;
	text-transform:uppercase;
}
.board-widgets-head {
	display:block;
	padding:10px;
	background:#f5f5f5;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
.board-widgets-dark .board-widgets-head {
	background:#444;
	color:#f5f5f5;
}
.board-widgets-botttom a {
	display:block;
	font-size:15px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	position:relative;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.board-widgets-item {
	display:block;
	font-size:15px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid white;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.board-widgets-botttom a i {
	height:40px;
	width:40px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	line-height:36px;
	font-size:24px;
}
.board-widgets-item.item-important {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}
.board-widgets-item .item-right {
	height:40px;
	text-align:right;
	display:inline-block;
	line-height:36px;
	font-size:18px;
	font-weight: bold;
	float: right;
}
.board-widgets-head {
	position:relative;
}
.board-widgets-head h4 {
	font-size:12px;
	margin:0px;
}
.board-widgets-head h4 i {
	margin-right:5px;
}
.board-widgets-head i {
	font-size:16px;
}
.widget-settings {
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	height:30px;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#444 !important;
}
.board-widgets-content {
	text-align:center;
	color:#eee;
	padding:20px 0 20px 0;
}
.board-widgets-content .n-counter {
	font-size:30px;
	display:block;
	padding:0px 10px 5px 10px;
	font-family: 'Dosis', sans-serif;
}
.board-widgets-content .n-sources {
	font-weight:bold;
	display:block;
	padding:0;
	font-size:15px;
}
.board-widgets-content p {
	padding:10px;
	line-height:normal;
	margin:0px;
}
.alert {
	position:relative;
	padding:15px 15px;
	font-size:14px;
}
.close {
	width:30px;
	height:30px;
	background-image: url(../img/app/alert-close.png) !important;
	background-repeat:no-repeat;
	line-height:30px;
	text-align:center;
}
.alert i {
	font-size:24px;
	vertical-align:text-top;
	margin-top:-5px;
	display:inline-block;
	margin-right:10px;
}
.alert .close {
	background:#b06700;
	position:absolute;
	right:0px;
	top:0px;
}
.alert.alert-error .close {
	background:#983114;
}
.alert.alert-success .close {
	background:#014401;
}
.alert.alert-info .close {
	background:#066b79;
}
.metro-sidenav {
	text-align:center;
	margin-left:15px !important;
	margin-top:15px !important;
}
.metro-sidenav li {
	border:none !important;
	box-shadow:none !important;
	width:82px;
	height:82px;
	display:inline-block;
	margin:0px 15px 15px 0px;
	float: left;
	position:relative;
	list-style: none;
}
.metro-sidenav li a {
	box-shadow:none !important;
	width:82px;
	height:82px;
	padding:0px !important;
	display:block;
	text-decoration:none;
}
.metro-sidenav li a i {
	font-size:30px !important;
	display:block !important;
	text-align:center;
	padding:10px 0 10px 0 !important;
	width:auto !important;
	color:#fff !important;
}
.metro-sidenav li a span {
	display:block;
	text-align:center;
	padding:0px 5px !important;
	font-size:12px !important;
	color:#eee !important;
}
.metro-sidenav li a.brown:hover {
	background:#7a0423;
}
.metro-sidenav li a.orange:hover {
	background:#983114;
}
.metro-sidenav li a.bondi-blue:hover {
	background:#066b79;
}
.metro-sidenav li a.green:hover {
	background:#306630;
}
.metro-sidenav li a.blue-violate:hover {
	background:#2c1470;
}
.metro-sidenav li a.dark-yellow:hover {
	background:#b06700;
}
.metro-sidenav li a.magenta:hover {
	background:#7f0184;
}
.metro-sidenav li a.blue:hover {
	background:#01316c;
}

/** SWITCHBOARD **/
.switch-board {
	padding:20px 20px 5px 20px;
	margin-bottom:20px;
}
.switch-item {
	text-align:center;
	margin:0px;
}
.switch-item li {
	border:none !important;
	box-shadow:none !important;
	width:82px;
	height:82px;
	display:inline-block;
	margin:0px 15px 15px 0px;
	position:relative;
	list-style: none;
}
.switch-item li a {
	box-shadow:none !important;
	width:82px;
	height:82px;
	padding:0px !important;
	display:block;
	text-decoration:none;
}
.switch-item li a i {
	font-size:30px !important;
	display:block !important;
	text-align:center;
	padding:10px 0 10px 0 !important;
	width:auto !important;
	color:#fff !important;
}
.switch-item li a span {
	display:block;
	text-align:center;
	padding:0px 5px !important;
	font-size:12px !important;
	color:#eee !important;
}
.switch-item li a.brown:hover {
	background:#7a0423;
}
.switch-item li a.orange:hover {
	background:#983114;
}
.switch-item li a.bondi-blue:hover {
	background:#066b79;
}
.switch-item li a.green:hover {
	background:#306630;
}
.switch-item li a.blue-violate:hover {
	background:#2c1470;
}
.switch-item li a.dark-yellow:hover {
	background:#b06700;
}
.switch-item li a.magenta:hover {
	background:#7f0184;
}
.switch-item li a.blue:hover {
	background:#01316c;
}
.min-chart {
	padding:0 10px;
	text-align:center;
}
.min-stats .board-widgets-botttom a {
	font-size:18px;
}
.stat-text {
	color:#444;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
}
.stat-text i {
	height:20px;
	width:20px;
	display:inline-block;
}
.up {
	color: #009600;
	font-size:20px;
	position:relative;
	top:3px;
}
.down {
	color: #c80000;
	font-size:20px;
	position:relative;
	top:-3px;
}
.progress.min {
	height:5px !important;
}
.board-widgets .progress {
	margin: 0 10px;
}
.progress-stat {
	font-size:11px !important;
	font-weight:normal !important;
}
.progres-percent {
	display:inline-block;
	color: #069;
	font-size:11px;
	padding:0 5px;
	font-style:normal;
}
.content-widgets {
	margin-bottom:20px;
	position:relative;
}
.content-widgets.gray, .content-widgets.light-gray {
	color:#444 !important;
}
.content-widgets h1, .content-widgets h2, .content-widgets h3, .content-widgets h4, .content-widgets h5, .content-widgets h6 {
	font-weight:normal;
	line-height:normal;
	margin-top:0px;
}
.content-widgets p {
	margin-bottom:20px;
}
.widget-head {
	position:relative;
}
.widget-head h3 {
	color:#eee;
	line-height:40px;
	margin:0px;
	font-weight:normal;
	font-size:18px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
.widget-head h3 i {
	padding:0 10px 0 0px;
	color:#FFF;
}
.widget-head h3.block-icon {
	padding-left:60px;
}
.widget-head h3.block-icon i {
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	padding:0px;
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0, 0, 0, .3);
}
.widget-container {
	padding:20px;
}
.board-widgets .widget-container {
	padding:0 20px;
}
.notify-tip {
	display:inline-block !important;
	background: #F60;
	color:#fff;
	position:absolute;
	top:0px;
	right:0px;
	padding:3px 5px;
}
.accordion-nav .notify-tip {
	top:0px;
	right:0px;
	padding:5px 5px!important;
	color:#fff;
	font-size:12px;
}
.notification-nav .notify-tip {
	top:0px;
	right:0px;
	color:#fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ribbon-wrapper-green {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}
.ribbon-green {
	font: bold 15px Sans-Serif;
	color: #f9f9f9;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #79ae2d;
}
.ribbon-green:before, .ribbon-green:after {
	content: "";
	border-top:   3px solid #6e8900;
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}
.ribbon-green:before {
	left: 0;
}
.ribbon-green:after {
	right: 0;
}
fieldset.default {
	padding: 0 20px;
	margin:20px 0;
	border: #ccc 1px solid;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 1);
	margin-top:0px!important;
}
fieldset.default legend {
	display: block;
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #444444;
	border: 0;
	border-bottom: none;
	background:#f8f8f8;
	border: #ccc 1px solid;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 1);
}
.rem-me {
	margin-bottom:20px !important;
}
.input-icon {
	position:relative;
}
.input-icon i {
	position:absolute;
	top:6px;
	left:8px;
	font-size:16px;
	color:#666;
}
.input-icon textarea, .input-icon input[type="text"], .input-icon input[type="password"], .input-icon input[type="datetime"], .input-icon input[type="datetime-local"], .input-icon input[type="date"], .input-icon input[type="month"], .input-icon input[type="time"], .input-icon input[type="week"], .input-icon input[type="number"], .input-icon input[type="email"], .input-icon input[type="url"], .input-icon input[type="search"], .input-icon input[type="tel"], input[type="color"] {
	padding: 6px 6px 6px 30px;
}

/** Form Validation **/
/** error message **/
.error {
	color:red !important;
}
.disable-topic .control-group {
	background:#f1f1f1 !important;
	padding:10px;
}
#newsletter_topics {
	border-bottom:#ddd 1px solid !important;
}
.legend-h {
	margin:0px !important;
}
.cmxform fieldset p.error label {
	color: red !important;
}
div.error-container {
	background-color: #f9e5e5;
	border: 1px solid #bd2e2e;
	padding: 5px;
	margin-bottom:20px;
}
div.error-container ol {
	margin:0px;
	padding-bottom:10px;
}
div.error-container ol li {
	list-style-type: disc;
	margin-left:23px;
}
div.error-container {
	display: none;
}
.error-container label.error {
	display: inline;
}
div.error-container h4 {
	margin:10px !important;
	font-size:16px;
	font-weight:normal;
}
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
.stepy-widget {
	position:relative;
	margin-bottom:20px;
}
.stepy-widget > .widget-head {
	height:59px;
}
.stepy-widget .stepy-titles {
	margin:0px;
	list-style:none;
}
.stepy-widget .stepy-titles > li {
	display:inline-block;
	padding:5px 15px;
	height:49px;
}
.stepy-widget .stepy-error {
	bottom:30px;
	left:100px;
}
.stepy-widget .pull-right .stepy-titles > li {
	border-top: 0px;
	border-bottom:0px;
	border-right:0px !important;
}
.stepy-titles > li div {
	font-size:14px;
	color:#fff;
	padding-top:4px;
	font-weight:bold;
}
.stepy-titles > li span {
	font-size:11px;
	color:#ddd;
	font-weight: normal;
}
.stepy-titles .current-step div {
	font-size:14px;
	padding-top:4px;
	font-weight:bold;
	color: #006699;
}
.stepy-titles .current-step span {
	font-size:11px;
	color:#666;
	font-weight: normal;
}
.stepy-titles .current-step {
	background:#e8e8e8;
	color: #0470B0;
	height: 50px !important;
}
.stepy-actions {
	border-top: 1px solid #CCCCCC;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 19px 20px 20px;
	padding-left: 180px;
}
#stepy_form .control-group, #stepy .control-group {
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.stepy-titles .error-image {
	background: #e8e8e8 url("../img/app/error.png") no-repeat right top !important;
}
.button-next, .finish, .button-back {
	float: right;
	display:inline-block;
}
.button-back {
	float:left;
	display:inline-block;
}
.stepy-error {
	bottom: 45px;
	left: 40px;
	overflow: hidden;
	position: absolute;
	width: auto;
}
.stepy-error label.error {
	background: url("../img/app/alert.png") no-repeat scroll left center transparent;
	color: #DE5130;
	display: inline-block;
	font-size: 11px !important;
	margin:0 3px;
	padding-left: 21px;
	padding-top: 2px;
}

/*-DASHBOARD--*/
.page-header {
	margin:0px 0px 20px 0px;
	font-size:24px;
	font-weight: normal;
	line-height:normal;
	font-family: 'Dosis', sans-serif;
}
.breadcrumb {
	background:#ddd;
}
.breadcrumb > li {
	text-shadow:none;
}
.breadcrumb > li .icon-home {
	font-size:14px;
}
.breadcrumb > .active {
	color:#444444;
}
.breadcrumb > li > .divider {
	color:#666666;
}
.primary-head {
	position:relative;
	margin-bottom: 30px;
}
.top-right-toolbar {
	text-align: right;
	margin-top:-60px;
	right:0px;
}
.top-right-toolbar li {
	text-align:left;
}
.top-right-toolbar > li {
	height:30px;
	width:30px;
	display:inline-block;
	list-style:none;
}
.top-right-toolbar > li.contains-title {
	width: auto;
}
.top-right-toolbar > li > a {
	height:20px;
	width:auto;
	display:block;
	text-decoration:none;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:5px;
}
.top-right-toolbar > li > a i {
	font-size:16px;
}
.widget-header {
	 
}
.widget-header i {
	font-size:16px;
}
.widget-header-block {
	position:relative;
}
.message-dropdown .dropdown-menu li a {
	background: none;
	color:#444;
	border-bottom:#ddd 1px solid;
	min-height:20px;
}
.message-dropdown .dropdown-menu li a i {
	font-size:13px;
	margin-left:-10px;
}
.message-dropdown .dropdown-menu li a:hover {
	background: none;
}
.btn-notification {
	padding:0px !important;
	height:50px;
	width:50px;
	line-height:50px;
	font-size:24px;
	text-align:center;
	background:none !important;
	color:#CCC;
}
.btn-notification:hover {
	background: #333 !important;
}
.notification-nav .dropdown-menu {
	font-size:12px;
	white-space:normal;
}
.notification-nav .open .btn-notification {
	background:#ECECEC !important;
}
.notification-nav .btn-group {
	margin:0px;
}
.btn-notification i {
	margin:0px !important;
}
.search-box {
	margin:15px;
	position:relative;
}
.search-input {
	width:100px !important;
}
.search-box i {
	color:#444;
	top:8px;
	left:8px;
	z-index:1000;
}
.admin-info {
	padding:10px;
	border-bottom:#da3610 5px solid;
}
.admin-thumb {
	width:50px;
	height:50px;
	background:#f9f9f9;
	float:left;
	white-space:normal;
	display:inline-block;
	line-height:50px;
	text-align:center;
	font-size:36px;
	border:#ccc 2px solid;
	color:#999;
}
.admin-thumb a {
	color:#333 !important;
	border:#999 1px solid;
	display:block;
}
.admin-meta {
	display:inline-block;
	float:right;
	margin-top: 8px;
	text-align: right;
}
.admin-meta ul {
	margin:0px 10px 0px 10px;
}
.admin-meta ul li {
	list-style:none;
	line-height:normal;
	margin-bottom:3px;
}
.admin-meta ul li a {
	text-decoration:none;
	padding-right:5px;
	color:#666;
}
.admin-meta ul li a:hover {
	color:#069;
}
.admin-meta ul li a i {
	font-size:14px;
	text-decoration:none;
}
.admin-username {
	font-weight:bold;
}
.navbar-search {
	margin-top:5px !important;
}
.copyright {
	text-align:right;
	padding:10px 20px;
}
.copyright p {
	margin-bottom:0px;
}
.long-ribbon {
	font-size: 13px !important;
	width:100%;
	position: relative;
	background: #7fa247;
	color: #fff;
	text-align: center;
	padding: 1em 1em; /* Adjust to suit */
	left:-1em;
}
.long-ribbon p {
	margin-bottom:0px;
}
.long-ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.long-ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.long-ribbon .ribbon-content:before, .long-ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #3b4c21 transparent transparent transparent;
	bottom: -1em;
}
.long-ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
.long-ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
}
.non-semantic-protector {
	position: relative;
	z-index: 1;
}
.bootbox {
	border:#000 5px solid;
}
.tab-widget {
	margin-bottom:20px;
}
.tab-widget .tab-content {
	border:#ededed 1px solid;
	background:#fff;
}
.tab-widget .nav {
	margin:0px;
}
.btn-round {
	width:40px;
	height:40px;
	border-radius:50px;
	position:relative;
	text-align:center;
}
.btn-round i {
	margin:0px;
	font-size:20px;
}
.btn-round span {
	background:#fff;
	border-radius:50px;
	margin:3px;
	height:34px;
	width:34px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	line-height:36px;
}
.btn-semi-round {
	width:40px;
	height:40px;
	border-radius:10px;
	position:relative;
}
.btn-round-min {
	height:30px;
	width:30px;
	border-radius:30px;
	position:relative;
}
.btn-round-min i {
	margin:0px;
	font-size:16px;
}
.btn-round-min span {
	background:#fff;
	border-radius:30px;
	margin:2px;
	height:26px;
	width:26px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	line-height:26px;
}
.btn-semi-round i {
	margin:0px;
	font-size:20px;
}
.btn-semi-round span {
	background:#fff;
	border-radius:7px;
	margin:3px;
	height:34px;
	width:34px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	line-height:36px;
}
.btn-round, .btn-semi-round, .btn-round-min {
	color:#444;
}
.btn-round:hover, .btn-round:focus, .btn-semi-round:hover, .btn-semi-round:focus, .btn-round-min:hover, .btn-round-min:focus {
	color:#036 !important;
}
.media-body {
	border-left:#ccc 2px solid;
	padding-left:10px;
	position:relative;
}
.media .media-thumb {
	position:relative;
	border:#ccc 1px solid;
	padding:3px;
}
.media .media-thumb:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.media .media-thumb:after {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 7px;
	top: 50%;
	margin-top: -10px;
}
.media .pull-left {
	margin-right:10px;
}
.media-heading, .conversation-heading {
	font-weight:normal;
	font-size:13px;
	font-weight:bold;
	margin:0px;
}
.media-body p, .conversation-body p {
	margin-bottom:0px;
}
.conversation {
	margin-bottom:20px;
}
.conversation .pull-left {
	margin-right:10px;
}
.conversation-body {
	border-left:#ccc 2px solid;
	padding-left:10px;
	position:relative;
	overflow:hidden;
}
.conversation .pull-right {
	margin-right:0px;
	margin-left:10px;
}
.right-align .conversation-body {
	border-right:#ccc 2px solid;
	padding-right:10px;
	position:relative;
	overflow:hidden;
	border-left:0px;
	padding-left:0px;
	text-align:right;
}
.conversation .media-thumb {
	position:relative;
	border:#ccc 1px solid;
	padding:3px;
}
.conversation .pull-left.media-thumb:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.conversation .pull-left.media-thumb:after {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 7px;
	top: 50%;
	margin-top: -10px;
}
.conversation .pull-right.media-thumb:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.conversation .pull-right.media-thumb:after {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 7px;
	top: 50%;
	margin-top: -7px;
}
.pack-details {
	padding:20px;
}
.pricing-head {
	text-align:center;
	padding:10px 0;
	color:#fff;
}
.pricing-head h3 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.price-amount {
	font-size:24px;
	font-weight:bold;
	display:block;
}
.price-validity {
	display:block;
}
.btn-purchase {
	font-size:18px;
	font-weight:bold;
	padding: .8em 0 !important;
}
.features-list {
	margin:0px;
	padding-bottom:20px;
}
.features-list li {
	list-style:none;
}
.features-list li span {
	width:4em;
	display:inline-block;
}
.left-stripe {
	border-left: #090 3px solid !important;
}
.gallery-container .span3 {
	margin:0px;
}
.wysihtml {
	width:90%;
}

/** List view **/
ul.list {
	list-style: none;
	width: 100%;
	margin-bottom:20px;
}
ul.list li {
	display: block;
	background: #f8f8f8;
	padding: 10px 15px;
	border-bottom:#ddd 1px solid;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
ul.list li:first-child{border-top:#ddd 1px solid;}
ul.list li.alt {
	background: #f1f1f1;
}
ul.list li section.left {
	display: block;
	float: left;
	width: 450px;
	position: relative;
	font-size:11px;
	line-height:normal;

}
ul.list li section.right {
	display: block;
	float: right;

	width: 250px;
	text-align: right;
}
ul.list li section.left img.thumb {
	float: left;
	margin-right: 10px;
}
ul.list .right .rate-it{ display:block; width:250px !important; text-align:right !important; margin-bottom:5px; }

ul.list li section.left img.featured-banner {
	position: absolute;
	left: -18px;
	top: 35px;
}
ul.list li section.left h3 {
	
	font-weight: bold;
	color: #707375;
	font-size:14px;
	
	margin-bottom:5px;
	
}
ul.list li section.left span.meta {
	color: #93989b;
	font-weight: normal;
	font-size: 12px;
	display:block;
	margin-bottom:3px;
}
ul.list li section.right span.price {
	font-weight: bold;
	display: block;
	color:#069;
	font-size: 14px;
	margin-bottom:3px;
	text-align: right;
}
ul.list li section.right a.firstbtn {
	margin-right: 7px;
}

/** Grid view **/
ul.grid {
	list-style: none;
	margin: 20px auto;
	

}
ul.grid li {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	padding:10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:#ccc 1px solid;
	margin-right:20px;
	background:#f9f9f9;
}

ul.grid li:last-child{margin-right:0px;}

ul.grid li.third {
	border:#ccc 1px solid;
}
ul.grid li section.left {
	position: relative;
}
ul.grid li section.right { /* nothing */
}
ul.grid li section.left img.featured-banner {
	position: absolute;
	top: 0;
}
ul.grid li section.left h3 {
	margin-top:5px;
	font-weight: bold;

	color: #707375;
	font-size:14px;

}
ul.grid li section.left span.meta {
	display: block;
	color: #93989b;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 7px;
}
ul.grid li section.right span.price {
	font-weight: bold;
	display: block;
	color: #069;
	font-size:16px;
}
ul.grid li section.right span.darkview {
	opacity: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background: rgba(40, 45, 55, 0.25);
	overflow: hidden;
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
	border:#aaa 1px solid;
	cursor:pointer;
}
ul.grid li:hover section.right span.darkview {
	opacity: 1;
}
ul.grid li section.right span.darkview a.firstbtn {
	display: block;
	margin-bottom: 10px;
}

.user-thumb img{ padding:3px; background:#fff; border:#ccc 1px solid;}
.tbl-serach td{ vertical-align:middle;}
.row-action { margin:0px;}
.row-action .btn{ margin-left:0px !important; padding:5px 7px; *height:30px;}
.row-action i{ margin:0px; font-size:14px;}
.t-complete{ color:#090; text-decoration: line-through;}

/* List group */
.list-group {
	margin: 10px;
}
.list-group-item {
	text-align: left;
}

/* Badges */
h3 .badge {
	font-size: 24.5px;
	line-height: 36px;
}
h4 .badge {
	font-size: 14.5px;
	line-height: 16px;
}

/** RESPONSIVE **/
@media (max-width: 768px) {
	body {
		background-color: #fff !important;
	}
	.responsive-leftbar {
		display:block;
		top:0px;
	}
	.leftbar {
		position:absolute;
		z-index:9000;
	}
	.leftbar.leftbar-close {
		left:-260px;
	}
	.leftbar.expand {
		left:0px !important;
	}
	 .main-wrapper {
		margin-left:0px;
		margin-right:0px;
		padding-left:20px;
		padding-right:20px;
	}
	.error-message:after {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.error-message:after {
		border-color: rgba(153, 51, 0, 0);
		border-bottom-color: #993300;
		border-width: 30px;
		top: -30px;
		right:7%;
		margin-top: -30px;
	}
	.error-message {
		margin-top:70px;
		border-left:none;
		border-top:#930 10px solid;
		background: #CCC;
		padding:10px 20px;
		position:relative;
	}
}
@media (max-width: 767px) {
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
	 margin-left: 0;
	}
}

.head_actions {
 
margin-left:20px!important;
}

.head_actions.btn a{
color:#ffffff;
text-shadow: none;
}
.dl-company dt {
text-align:left;
}
.dl-company dd {
border-bottom: 1px dotted #dddddd;
line-height:22px;
}
.text-right {
text-align:right;
}

.submit {
float:left;
}

.table-contract td{
padding:5px;
height:26px;
}

.table-contract input {
height:12px;
}

.contract-dl input{
height:16px;
}
.contract-dl dt{
width:13px;
}
.contract-dl dd{
margin-left:25px;
}

#div_activity_type select {
width:100%;
}
.margin_top {
margin-top:23px;
}
 
.bela-pisava a{
color:#000;
}
.bela-pisava {
color:#000;
}
#MeetingContractDiv select {
-moz-box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.no-padding-label label {
padding-top:0px!important;
}
.filter td {
text-align:center;
}

.related h3{
line-height:33px!important;
}
.prev a {
padding:4px 12px!important;
}
.next a {
padding:4px 12px!important;
}



.pagination form {
margin:0px;
}
.pagination {
margin-bottom:0px;
}

.submit-time input {
margin:0px;
margin-top:0px;
line-height:16px;
}
.time-add-form {
margin:6px 0 0px;
}
.submit-time .form-actions {
margin:0px;
}
.ace-settings-box .row-fluid {
height:35px;
}
.ace-settings-box .span1 {
height:35px;
}
.ace-settings-box .span2 {
height:35px;
}
.ace-settings-box .span3 {
height:35px;
}

.tabela-manjsa input {
width:75%;
}

.buttons a{
height:21px!important;
}
.fancybox-wrap {
width:620px;
}
.fancybox-inner {
width:604px;
}

.fancybox-skin {
padding-right:0px!important;
}


.bullet-list li {
background: url("/img/bullet.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
    padding-left: 18px;
}

.bullet-list {
list-style:none;
margin:0 0 0 10px;
}

.search_contracts_results ul {
list-style:none;
margin-left:0px;
}

#footer {
position:absolute;
bottom:5px;
left:5px;
}

.tooltip-vecji .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:400px;
}
.tooltip_100 .tooltip_100_inside
{
    width: 100px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 


.tooltip_500 .tooltip_500_inside
{
 
    width: 500px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 

.tooltip-vecji_500 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:500px;
}


.tooltip_400 .tooltip_400_inside
{
    width: 400px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tooltip-vecji_400 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:400px;
}


.tooltip_350 .tooltip_350_inside
{

    width: 350px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tooltip-vecji_350 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:350px;
}

.tooltip_150 .tooltip_150_inside
{
    width: 150px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip-vecji_150 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:300px;
}



.tooltip-vecji_150 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:150px!important;
}




.tooltip_200 .tooltip_200_inside
{

    width: 200px;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tooltip_200 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:300px;
}





.tooltip_250 .tooltip_250_inside
{
	white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip_250 .tooltip-inner {
white-space: normal;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    max-width:350px;
}

.companies .head_actions {
margin-top:11px;
}

.primary-header-non-margin .primary-head {
float:left;
margin-bottom:0px;
}
.primary-header-non-margin .page-header {
border-bottom:0px!important;
}

.margin-right-8 {
margin-right:8px!important;
}

.background-color-tab a{
background-color:#d60606!important;
color:#fff!important;
}

.background-color-tab.active a{
 
border-top:2px solid #9d0404!important;
}

#ratio {
margin-bottom:20px;
text-align:center;
}

#closing {
margin-top:30px;
}

.main_label {
text-align:center; 
font-size:18px;
margin-bottom:15px;
} 
#pipeline {
text-align:center;

}

.level-1 {
background-image: URL('/img/1level_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
height:50px;
font-size:14px;
padding-top:25px;
}
.level-2 {
background-image: URL('/img/2level_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
height:50px;
font-size:14px;
padding-top:25px;
}
.level-3 {
background-image: URL('/img/3level_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
height:50px;
font-size:14px;
padding-top:25px;
}
.level-4 {
background-image: URL('/img/4level_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
height:50px;
font-size:14px;
padding-top:25px;
}
.level-5 {
background-image: URL('/img/5level_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
height:75px;
}

.campains_collaps {
border:0px!important;
}
.campains_collaps .in{
overflow:visible!important;
}
.campains_collaps .accordion-inner{
background-color:#ffffff!important;
padding:0px!important;
border-top:0px!important;
}
.overflow-visible {
overflow:visible;
}

.min-height-20  [class*="span"]{
min-height:20px!important;
}
.accordion-heading .accordion-toggle:after {
top:9px;
}
 .box-collaps {
 width:40px!important;
 height:28px!important;
 background-color:transparent!important;
 border:0px!important;
 margin-right:10px!important;
 padding:0px!important;
 margin-top:0px!important;
 }
 
 .box-collaps > .infobox-icon > [class*="icon-"]:before {
 width:26px!important;
padding:2px 0 0px!important;
 font-size:18px!important;
 }
 
 .box-collaps > .infobox-icon > [class*="icon-"] {
  height:28px!important;
 }
 
.view-tabela .profile-info-row{
min-height:32px;
 }
 
 .view-tabela {
margin-bottom:15px!important;
margin-right:0px!important;
margin-left:0px!important;
 }
 
.naslov-fancy {
border:0px!important;
font-size:18px;
margin-bottom:0px;
}

.infobox-big-my {
width:300px!important;
height:100px!important;
padding:0px!important;
}

.infobox-big-my .infobox-progress{
width:110px!important;
text-align:center;
border-right:1px solid #fff;
height:100%;
padding:5px!important;
}

.infobox-big-my .infobox-data {
padding:5px!important;
}
.infobox-big-my .easy-pie-chart {
margin-top:8px!important;
}
.infobox-big-my .infobox-content {
font-size:16px;
}
.infobox-big-my .infobox-data-number {
margin:2px 0 26px!important;
}

.dashboard-profile-table .profile-info-name {
width:235px!important;
}
.dashboard-profile-table .profile-info-value {
margin-left:245px!important;
}
.dashboard-profile-table {
line-height:16px;
margin-top:5px;
}
.gaunge {
position:relative;
}
.gaunge-stevilke {
background-color: #BABAB2;
border: 2px solid #696969;
border-radius: 5px;
height: 13px;
left: 31px;
line-height: 14px;
position: absolute;
text-align: center;
top: 88px;
width: 54px;
}

@media not all and (-webkit-min-device-pixel-ratio:0)
{  
    .gaunge-stevilke
    {
        background-color: #BABAB2;
border: 2px solid #696969;
border-radius: 5px;
height: 13px;
left: 31px;
line-height: 14px;
position: absolute;
text-align: center;
top: 88px;
width: 54px;
    }
}

.CompanyPlanInfo3, .CompanyPlanInfo2, .CompanyPlanInfo1, .CompanyPlanInfo4, .CompanyPlanInfo5, .CompanyPlanInfo6, .CompanyPlanInfo7, .CompanyPlanInfo8, .CompanyPlanInfo9, .CompanyPlanInfo10, .CompanyPlanInfo11, .CompanyPlanInfo12{
width:20%;
float:left;
margin-right:3.5%;
}

.repeatit-add-btn {
margin-top:14px;
}
.widget-header {
text-align:left!important;
font-size:16px;
padding-top: 0px;
min-height: 38px!important;
}
.c-company_plans label {
padding-top:0px!important;
}
.c-company_plans .form-actions {
margin-top:26px;
}
.c-company_plans .accordion-heading {
background-color:transparent!important;
}
.c-company_plans .accordion-toggle{
background-color:transparent!important;
width:100%;
}

.c-company_plans .accordion-toggle:hover{
background-color:transparent!important;
}
