/*
AbanteCart admin main CSS stylesheet.css

Developers: Pavel Rojkov (projkov@abantecart.com)

AbanteCart brand color styles: #064770 (dark blue) #F19013 (Orange)


@import url('bootstrap.min.css');
@import url('bootstrap.custom.css');
@import url('jquery-ui/ui-lightness/jquery-ui-1.10.4.custom.min.css');
@import url('../javascript/jquery/fileupload/jquery.fileupload-ui.css');
@import url('font-awesome.min.css');
@import url('abantecart.jquery.ui.css');
@import url('form.css');
@import url('chosen.bootstrap.css');
@import url('fileinput.min.css');
@import url('animate.css');
*/

body {
	/*background: #1d2939;*/
	background: #064770;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
	line-height: 10px;
	color: #636e7b;
line-height: 20px;
}

.abc_orange {
	color: #F19013;
}

.abc_blue {
	color: #064770;
}

input, select, textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
	color: #636e7b;
}

a, .btn-default {
	color: #064770;
}

a:hover, .btn-default:hover {
	color: #F19013;
}

a:focus, a:active {
	outline: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

h1 {
font-size: 25px;
color: #808080;
border-bottom: 1px solid #e9e9e9;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}




h2 {
font-size: 17px;
color: #f28409;
}

h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #777;
    color: #037be6;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid #037be6;
    padding: 10px 0px 2px 0px;
    text-align: left;
	position:relative;
}

.grey_out {
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}

.input-group.captcha, .form-group.captcha {
	padding-bottom: 5px;
}

/* preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e4e7ea;
	color: #f19013 !important;
	z-index: 10000;
}

#preloader_status {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 32px;
}

.center_div {
	position: fixed;
	top: 45%;
	left: 45%;
	width: 100%;
	height: 100%;
}

.center_div_abs {
	position: absolute;
	top: 45%;
	left: 45%;
}

#iframe_loading {
	font-size: 18px !important;
	color: #f19013 !important;
}

/***** Main Scaffolding ******/
.wrapper {
}

/***** Left panel *****/
.leftpanel {
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

/***** content panel for all pages *****/
.mainpanel {
	margin-left: 240px;
	background: #f5f5fa;
}

/***** content panel for no columns mode (no authentication) *****/
.mainpanel.no-columns {
	margin-left: 0px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/***** right panel (hidden by default) *****/
.rightpanel {
	width: 240px;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	right: -240px;
	display: none;
	z-index: 9999;
	background: none repeat scroll 0 0 #064770;
}

/***** Header *****/
.headerbar {
	border-left: 1px solid #eee;
	background: #fff;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.headerbar::after {
	clear: both;
	display: block;
	content: '';
}

#menu_box {
	padding-top: 15px;
}

.menutoggle {
	float: left;
	width: 50px;
	height: 50px;
	font-size: 22px;
	cursor: pointer;
	border-right: 1px solid #eee;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	
	z-index: 1040;
	position: relative;
	background-color: #fff;

}

.menutoggle:hover {
	background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
	margin: 14px 0 0 15px;
}


.header-left {
	float: left;
}

.header-right {
	float: right;
}

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

.headermenu:after {
	clear: both;
	display: block;
	content: '';
}

.headermenu > li {
	display: inline-block;
	float: left;
	border-left: 1px solid #eee;
	position: relative;
}

.headermenu .dropdown-toggle {
	padding: 12px 10px;
	border-color: #fff;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
	background: #f7f7f7;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#right_side_view.dropdown-toggle {
	background: none repeat scroll 0 0 #131D29;
	color: rgba(255, 255, 255, 0.5);
}

.headermenu .dropdown-toggle img {
	vertical-align: middle;
	margin-right: 5px;
	width: 23px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 15px;
}

.headermenu .dropdown-menu .head_profile {
text-align: center;
}

.headermenu .dropdown-menu .head_profile img {
width:130px;
height:130px;
border-radius: 50%;
border: 2px solid #fff;
-webkit-box-shadow: 0 5px 10px 0 rgba(43,43,43,.2);
box-shadow: 0 5px 10px 0 rgba(43,43,43,.2);
}
.headermenu .dropdown-list .head_profile > div:nth-child(2) {
font-size:18px;
color: DarkOrange;
clear:both;
margin-top: 10px;
}
.headermenu .dropdown-list .head_profile > div:nth-child(3) {
font-size:11px;
color: #959595;
}

.headermenu .dropdown-toggle .caret {
	margin-left: 5px;
}

.headermenu .dropdown-menu {
	border: 0;
	margin-top: 0px;
	margin-right: -1px;
	-moz-border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
	border-radius: 2px 0 2px 2px;
	-moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	-webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	padding: 5px;
	
	border-radius: 5px;
box-shadow: 0px 6px 15px rgba(0,0,0,1);

}

.headermenu .dropdown-menu:after {
	border-bottom: 6px solid #064770;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: 17px;
	position: absolute;
	top: -6px;
}

.headermenu .dropdown-menu li {
	display: block;
	margin: 0;
	float: none;
	background: none;
	padding: 10px 5px;
}


.headermenu .dropdown-menu li i {
	font-size: 11px;
	margin-right: 5px;
}

.headermenu .dropdown-menu-head {
	padding: 0;
	min-width: 250px;
}

.headermenu .dropdown-menu-head.switcher {
	min-width: 180px;
}

.headermenu .tp-icon {
	padding: 12px 15px;
	height: 50px;
	font-size: 16px;
	background: #fff;
	border-color: #fff;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.headermenu .tp-icon + .dropdown-menu:after {
	right: 17px;
}

.headermenu .chat-icon {
	border-right: 0;
}

.headermenu .dropdown-menu-head ul {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0 10px;
}


.headermenu .btn-group {
	margin-bottom: 0;
}

.headermenu #language_form ul.dropdown-list img {
	width: 16px;
	height: 11px;
}

.dropdown-list li {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
	border-bottom: 0;
}

.dropdown-list .thumb {
	max-width: 36px;
	float: left;
}

.dropdown-list .thumb img {
	width: 100%;
	display: block;
	vertical-align: middle;
}

.dropdown-list .desc {
	margin-left: 20px;
	display: block;
}

.dropdown-list .desc h5 {
	font-size: 13px;
	margin-top: 7px;
}

.dropdown-list li:last-child {
}

.dropdown-list li .badge {
	float: right;
}

.message-danger {
	color: #d9534f !important;
	font-weight: bold;
}

/* Small dropdown */
.dropdown-menu-sm {
	margin-right: -1px;
	-moz-border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
	border-radius: 2px 0 2px 2px;
	-moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	-webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.dropdown-menu-sm:after {
	border-bottom: 6px solid #064770;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 40px;
	position: absolute;
	top: -6px;
}

/* in the grid */
.ui-widget-content .dropdown-menu-sm:after {
	left: 130px;
}

.dropdown-menu-sm ul {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

.dropdown-menu-sm li {
	display: block;
	margin: 0;
	float: none;
	background: none;
}

.dropdown-menu-sm li i {
	font-size: 11px;
	margin-right: 5px;
}

.dropdown-list-sm li {
	padding: 5px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.dropdown-menu-sm .title {
	background: #064770;
	color: #EEEEEE;
	padding: 10px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
}

.dropdown-menu-sm li a {
	cursor: pointer;
	display: block;
}

.dropdown-menu-sm li a:hover {
	background: none;
	color: #428BCA;
	text-decoration: none;
}

.gen-list li > a {
	display: block;
	cursor: pointer;
}

.gen-list li > a:hover {
	text-decoration: none;
}

.gen-list li .name {
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	line-height: 21px;
	display: block;
}

.gen-list li .msg {
	font-size: 11px;
	line-height: normal;
	display: block;
}

/***** Left Nav Panel *****/
.sticky-leftpanel {
	position: fixed;
	height: 100%;
	overflow-y: auto;
}

.logopanel {
	padding-top: 5px;
	text-align: center;
	max-height: 52px;
height:62px;
color: #935f00;
text-transform:uppercase;
font-size:16px;
line-height: 20px;
background-color: #fff;
}
.logopanel a {
	font-size:32px;
	color:#fff;
font-weight:700;

    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;

}
.logopanel a:hover {
	color:DarkOrange;
	text-decoration: none;
}

.logopanel .logo_image {
	max-width: 164px;
}

.pageheader .logopanel {
	background: none;
}

.leftpanelinner {
	padding: 5px 4px;
	background: #064770;
	border-radius: 5px;
	box-shadow: 0px 6px 15px rgba(0,0,0,1);
}

.leftpanel #searchform {
	display: none;
}

.leftpanel #searchform::after {
	content: '';
	display: block;
	clear: both;
}

.leftpanel #searchform input {
	padding: 10px;
	height: auto;
	width: 100%;
	margin: 5px 0 20px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.leftpanel .userlogged {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
}

.leftpanel .userlogged .media-object {
	width: 40px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	border: 2px solid #F19013;
	padding: 2px;
	margin-left: 2px;
}

.leftpanel .userlogged .media-body {
	margin-left: 50px;
	color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
	font-size: 15px;
	margin: 0;
}

.leftpanel .userlogged .media-body span {
	font-style: italic;
	font-size: 11px;
	opacity: 0.5;
}

.sidebartitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}





.nav-bracket {
	margin-bottom: 30px;
line-height: 20px;
}


/* nas tweek*/
.nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.nav>li>a {
    position: relative;
    display: block;
}
/*--*/


.nav-bracket > li > a {
	color: #eeeeee;
	padding: 7px 10px;
	font-size: 14px;
	text-decoration: none;
}

.nav-bracket a {
	cursor: pointer;
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li > a:focus {
	background-color: #fff;
	color: #064770;
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-bracket > li.nav-parent > a,
.nav-bracket .child1 > li.nav-parent > a {
	background: transparent url(../images/plus-white.png) no-repeat 96% center;
}

.nav-bracket .child1 > li.nav-active > a {
	background-color: #096cab;
	border-radius: 2px;
	xbackground: transparent url(../images/minus-white.png) no-repeat 96% center;
}

.nav-bracket > li.nav-parent > a:focus {
	color: #eeeeee;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-bracket > li.nav-parent > a:hover,
.nav-bracket > li.nav-parent > a:active {
	color: #064770;
	background-color: #fff;
	background-image: url(../images/plus-dark.png);
}

.nav-bracket > li.nav-active > a {
	color: #064770;
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	background: white url(../images/minus.png) no-repeat 96% center;
}

.nav-bracket > li.nav-active > a:hover {
	background: white url(../images/minus.png) no-repeat 96% center;
}

.nav-bracket > li.nav-active > a:focus {
	color: #064770;
}

.nav-bracket > li.active > a,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
	background-color: #F19013;
	color: #fff;
}

.nav-bracket > li.active > a {
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.nav-bracket > li.nav-parent.active > a {
	background-image: url(../images/plus-dark.png);
	background-repeat: no-repeat;
}

.nav-bracket li .fa,
.nav-bracket li .glyphicon {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	text-align: center;
}

.nav-bracket > li > a > .badge {
	margin-top: 2px;
}

.nav-bracket .children {
	list-style: none;
	display: none;
	margin: 5px 0;
	padding: 0;
}

.nav-bracket .children > li > a {
	color: #eeeeee;
	font-size: 13px;
	display: block;
	padding: 5px 0 5px 22px;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.nav-bracket .children > li > a > span {
	margin-top: 2px;
}

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
	text-decoration: none;
	color: #F19013;
	color: #fffb00;
}

.nav-bracket .children > li .fa {
	font-size: 12px;
	opacity: 0.5;
	margin-right: 5px;
	text-align: left;
	width: auto;
	vertical-align: baseline;
}

.nav-bracket .children > li.active > a {
	color: #F19013;
}

.nav-bracket .children ul {
	margin-left: 12px;
	border: 0;
}

.side_summary {
	margin: 30px 0;
}

.side_summary .text-muted {
	color: #ccc;
}

.side_summary ul {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.side_summary li {
	padding: 5px 0 3px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.side_summary li:after {
	clear: both;
	display: block;
	content: '';
}

.side_summary .stats_info {
	float: left;
	line-height: normal;
}

.side_summary .stats_info h4 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
}

.side_summary span {
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.6;
}

.side_summary .icon {
	float: left;
	margin: 5px 20px 5px 10px;
	opacity: 0.8;
}


/* BREACRUMB */
.pageheader {
	padding: 12px 15px;
	border-bottom: 1px solid #fdfdfd;
	border-top: 1px solid #eee;
	position: relative;
}

.pageheader h2 {
	font-size: 22px;
	color: #064770;
	letter-spacing: -0.5px;
	margin: 0;
	XXXmax-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pageheader .glyphicon,
.pageheader > .fa {
	font-size: 28px;
	margin-right: 8px;
	padding: 6px 7px;
	border: 1px solid #ffab00;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 4px;
	border-left: 8px solid #ffab00;
float:left;
}

.pageheader .fa.fa-pencil {
	padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
	padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
	padding: 6px 10px;
}

.pageheader .fa-user {
	padding: 6px 10px;
}

.pageheader .fa-file-text {
	padding: 6px 10px;
}

.pageheader .fa-map-marker {
	padding: 6px 12px;
}

.pageheader .fa-dollar {
	padding: 6px 12px;
}

.pageheader .fa-clock-o {
	padding: 6px 8px;
}

.pageheader h2 span {
	font-size: 13px;
	text-transform: none;
	color: #999;
	font-style: italic;
	vertical-align: middle;
	letter-spacing: 0;
}

.pageheader h2 span::before {
	content: '/';
	margin: 0 10px 0 5px;
	color: #ccc;
}



/*INFO WINDOW U HEADU*/
.pageheader .ant-wrapper {
	position: absolute;
	top: 5px;
	right: 25px;
	max-width: 400px;
	max-height: 55px;
	font-size: 12px !important;
	line-height: 16px !important;
	overflow-x: auto;
	border: 1px solid #EEEEEE;
	padding: 3px 10px 3px 10px;
	text-align: justify;
}

/* custom ant view */
.ant_window ul > li {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: justify;
}

.ant_window .dropdown-menu-head .title {
	padding: 10px;
}

.ant_window .dropdown-menu {
	top: 40px;
}

.ant_window .dropdown-menu li {
	padding: 5px;
}

.ant_window .dropdown-menu-head ul {
	padding: 0 5px;
}

/* end: custom ant view */

.headermenu .ant-menu-head {
	padding: 0;
	min-width: 400px;
}

.pageheader  div:nth-child(2) {
	xfloat:right;
xdisplay:inline;
}

/*------------------------------NEW LINK*/
.new_link {
position:absolute;
top:16px;
right: 8px;
    text-align: right;
    padding: 2px;
	color:#fff;
	font-size: 13px;
	z-index:10;
}
.new_link a span {
margin-left:5px;
float:right;
}

/* */
.pageheader .breadcrumb-wrapper .label {
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}

.pageheader .breadcrumb {
	background: none;
	padding: 0;
margin-bottom:0px;
}

.breadcrumb-item a{
font-weight:bold;
}

.pageheader .breadcrumb li {
	font-size: 12px;
}

.pageheader .breadcrumb li.active {
	color: #333;
}

.contentpanel {
	padding: 10px;
	position: relative;
}

.contentpanel::after {
	clear: both;
	display: block;
	content: '';
}

form .form-group:last-child {
	margin-bottom: 0;
}

.row-pad-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
	margin-top: 0;
}

p {
	margin-bottom: 10px;
}

/* Generic Horizontal Content Navigation Bar */
.content-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.content-nav > li {
	display: inline-block;
	padding: 8px 6px;
	border-right: 1px solid #eee;
	font-size: 12px;
}

.content-nav > li:last-child {
	border-right: none;
}

.content-nav > li a.disabled {
	opacity: 0.5;
	cursor: default;
}

.content-nav > li a.disabled:hover {
	text-decoration: none;
}

.content-nav > li i {
	font-size: 18px;
	margin-right: 5px;
}

.content-nav .btn-group {
	margin: 0;
}

.content-nav .form-inline .form-group {
	margin-right: 2px;
}

/***********************/
#report_flot {
	height: 315px;
	widows: 450;
	margin: auto;
}

.tooltipflot {
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.jqstooltip {
	min-height: 25px;
	border: 0;
	min-width: 30px;
	height: auto !important;
	width: auto !important;
}


/* resource library */
.reslibrary_block {
	width: 150px;
}

.reslibrary .thumbnail {
	margin-bottom: 0px;
}

.reslibrary .thumbnail .html {
	width: 100px;
	height: 100px;
}

.reslibrary .thumbnail img {
	max-width: 100px;
	max-height: 100px;
}

.reslibrary .thumbnail .resource_add {
}

/* resource library */
#rl_modal .modal-body {
	padding: 5px;
	overflow: hidden;
	overflow-y: auto;
}

.tab-content.rl-content {
	background: none #fff !important;
}

.reslibrary-options {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.reslibrary-options > li {
	display: inline-block;
	padding: 12px 15px;
	border-right: 1px solid #eee;
	font-size: 12px;
	color: #666;
}

.reslibrary-options.edit-resource {
	text-align: center;
}

.reslibrary-options.edit-resource > li {
	border: none;
	padding: 12px 12px;
}

.reslibrary-options > li a {
	color: #666;
}

.reslibrary-options > li a.disabled {
	opacity: 0.5;
	cursor: default;
}

.reslibrary-options > li a.disabled:hover {
	text-decoration: none;
}

.reslibrary-options > li i {
	font-size: 14px;
	color: #444;
}

.reslibrary-options > li .fa-stack {
	height: 1.1em;
	width: 1.1em;
	line-height: 1.1em;
}

.reslibrary-options > li i.fa-stack-2x {
	font-size: 1.2em;
}

.reslibrary-options .btn-primary i {
	color: #fff !important;
}

.reslibrary-options .ckbox label {
	margin: 0 !important;
}

.reslibrary-options .filter-type {
	float: right;
	border-right: 0;
	border-left: 1px solid #eee;
}

.reslibrary-options .filter-type a {
	display: inline-block;
	margin-right: 10px;
}

.reslibrary-options .filter-type a:last-child {
	margin-right: 0;
}

.reslibrary-options .filter-type a:first-child {
	margin-left: 10px;
}

.reslibrary-options .filter-type a.active {
	text-decoration: underline;
	color: #2A6496;
}

.reslibrary .thmb {
	border: 1px solid #fcfcfc;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	margin-bottom: 10px;
	position: relative;
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.reslibrary .thmb .img-responsive {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.reslibrary .thmb.checked {
	border-color: #ccc;
}

.reslibrary .thmb.view_details {
	border: solid 1px #F19013 !important;
}

.reslibrary .thmb.view_details:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #F19013;
	font-size: 36px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.reslibrary .thmb::after {
	clear: both;
	display: block;
	content: '';
}

.reslibrary .ckbox {
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
}

.reslibrary .rl-group {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}

.reslibrary .rl-toggle {
	padding: 1px 4px;
	line-height: normal;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.reslibrary .rl-menu {
	min-width: 120px;
}

.reslibrary .rl-menu a {
	font-size: 12px;
	color: #333;
}

.reslibrary .rl-menu i {
	margin-right: 7px;
	color: #999;
	width: 16px;
	font-size: 13px;
}

.reslibrary .thmb.mapped {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.reslibrary .thmb-prev {
	overflow: hidden;
}

.reslibrary .thmb-icon {
	background: #eee;
	height: 100px;
}

.reslibrary .thmb-icon i {
	font-size: 7em;
}

.reslibrary .thmb-prev a {
	display: block;
}

.reslibrary .rl-title {
	margin-bottom: 0;
	font-size: 13px;
	min-height: 15px;
}

.reslibrary .rl-title a, .reslibrary .ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.rl_pagination .pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 8px;
}

.rl_pagination .input-group {
	font-size: 12px;
}

.rl_pagination li.disabled a {
	font-weight: bold;
	text-decoration: underline;
}

#rl_dynamic_container {
	border-left: 1px solid #e5e5e5;
	height: 660px;
}

#rl_container .nav-tabs, #rl_edit_container .nav-tabs, #rl_add_container > .nav-tabs {
	background: none;
}

.rl-content .edit_resource_form {
	min-height: 360px;
}

.rl-content .edit_resource_form .form-group {
	margin-bottom: 2px;
}

.rl-content .edit_resource_form img {
	max-height: 90px;
	width: auto;
}

#rl_edit_container .ellipsis {
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.maped_resources .ellipsis {
	max-width: 170px !important;
}

#resource_types_tabs {
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#rl_container .reslibrary {
	min-height: 380px;
}

#choose_resource_type {
	margin: 0;
	margin-top: 20px;
}

#choose_resource_type .fileupload-buttonbar .statusbar {
	font-size: 11px;
}

#choose_resource_type .fileupload-buttonbar .btn {
	margin-top: 30% !important;
	color: #064770;
}

#choose_resource_type .fileupload-buttonbar > div {
	height: 200px;
}

#choose_resource_type .fileupload-buttonbar .statusbar {
	height: 30px;
}

#choose_resource_type .fileupload-buttonbar > div a.btn {
	margin-top: 30% !important;
}

#add_form {
	margin-top: 40px;
}

#add_form, #code_subform, #add_resource_buttons {
	display: none;
}

.rl-content .fileupload_drag_area {
	height: 505px;
	padding: 5% 7%;
	overflow: auto;
	border: 1px dashed #e5e5e5;
	background-color: #f7f7f7;
}

.rl-content .fileupload_drag_area .fileupload-buttonbar label {
	margin-top: 1%;
}

.rl-content .fileupload_drag_area .statusbar {
	text-align: left;
}

.edit_resource_form .fileupload_drag_area {
	height: 140px;
	padding: 3px 0 0 0;
	margin-top: 5px;
	overflow: hidden;
	border: 1px dashed #e5e5e5;
	background-color: #f7f7f7;
}

.edit_resource_form label {
	font-size: 13px;
	margin-bottom: 1px !important;
}

.resource_details {
	border: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 2px 5px 2px 10px;
}

.resource_details label {
	margin-bottom: 0;
}

.resource_details .row {
	margin-bottom: 2px;
	line-height: 15px;
}

.resource_details .rl_details {
	font-size: 10px;
	height: 20px;
	width: 130px;
	border: medium none;
}

.reslibrary-options .confirm_popover.dropdown-menu {
	bottom: auto;
}

.confirm_popover.dropdown-menu {
	z-index: 2001;
}

.thumbnail .rl_large_icon {
	height: 114px;
}

.thumbnail .rl_large_icon i {
	text-align: center;
	font-size: 7em;
}

a.resource_edit .img-responsive {
	max-height: 100px;
}

/* locked screen */
.lockedpanel {
	width: 320px;
	margin: 6% auto 0 auto;
	padding-bottom: 100px;
	min-height: 500px;
	text-align: center;
}

.lockedpanel .loginuser {
	text-align: center;
}

.lockedpanel .loginuser img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.4);
	padding: 5px;
}

.lockedpanel .locked {
	font-size: 42px;
	margin-bottom: 20px;
}

.lockedpanel .logged {
	margin-top: 20px;
}

.lockedpanel .logged h4 {
	margin: 0;
	font-size: 21px;
	color: #333;
}

.lockedpanel form {
	margin-top: 20px;
}

.lockedpanel form .btn {
	display: block;
	margin-top: 10px;
}

/* sign up */

.feat-list {
	margin-top: 20px;
}

.feat-list .fa {
	font-size: 20px;
	border: 2px solid #636e7b;
	padding: 4px 5px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
}

.feat-list h4 {
	margin-left: 45px;
	padding-top: 3px;
}

.feat-list p {
	margin-left: 45px;
}




/***** LEFT PANEL COLLAPSE *****/
/*******************************/

.leftpanel-collapsed .logopanel {
	display: none;
}

.leftpanel-collapsed .sticky_left {
	display: none;
}

.leftpanel-collapsed .headerbar {
	margin-left: -50px;
}

.leftpanel-collapsed .leftpanel {
	width: 50px;
	top: 50px;
}

.leftpanel-collapsed .leftpanelinner {
	padding: 0;
}

.leftpanel-collapsed .leftpanelinner .sidebartitle {
	display: none;
}

.leftpanel-collapsed .nav-bracket {
	margin: 5px;
}

.leftpanel-collapsed .nav-bracket li a {
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	height: 40px;
}

.leftpanel-collapsed .nav-bracket > li > a:hover {
	border-radius: 2px 0 0 2px;
}

.leftpanel-collapsed .nav-bracket > li.nav-parent > a {
	background-image: none;
}

/* Show first level menues in collapse state*/
.leftpanel-collapsed .nav-bracket > li > a > span:last-child {
	position: absolute;
	background: #fff;
	padding: 10px 10px 10px 5px;
	left: 40px;
	top: 0;
	min-width: 209px;
	text-align: left;
	z-index: 100;
	display: none;
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket > li > a .badge {
	display: none;
}

.leftpanel-collapsed .nav-bracket > li.active > a > span:last-child {
	-moz-border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}

.leftpanel-collapsed .nav-bracket ul {
	display: none;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
	background: #fff;
	color: #064770;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a {
	background: #F19013;
	color: #fff;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a > span:last-child {
	display: block;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a > span:last-child {
	background: #F19013;
	color: #fff;
}

.leftpanel-collapsed .nav-bracket li.nav-hover ul.child1 {
	display: block;
	position: absolute;
	top: 41px;
	left: 45px;
	margin: 0;
	min-width: 204px;
	background: #064770;
	z-index: 100;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}

.leftpanel-collapsed .nav-bracket ul a {
	text-align: left;
	padding: 6px 10px;
	padding-left: 0;
}

.leftpanel-collapsed .nav-bracket ul a:hover {
	background-color:#366f98;
}

.leftpanel-collapsed .nav-bracket li a i {
	margin-right: 0;
}

.leftpanel-collapsed .mainpanel {
	margin-left: 50px;
}

.leftpanel-collapsed .side_summary {
	display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
	overflow-y: visible;
}

.leftpanel-collapsed .nav-bracket .children {
	display: none;
}

/* Show second level menues in collapse state*/
.leftpanel-collapsed .nav-bracket .child1 > li.nav-parent.nav-hover > a > span:last-child {
	position: absolute;
	background: #fff;
	padding: 5px 10px 5px 5px;
	top: 0;
	min-width: 349px;
	text-align: left;
	z-index: 100;
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-parent.nav-hover > a {
	background: #fff;
	color: #064770;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover.active > a {
	background: #F19013;
	color: #fff;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover.active > a > span:last-child {
	background: #F19013;
	background:#464646;/*DODANO RADI PROMJENE BOJE U 2nd SUBMENIJU */
	color: #fff;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover ul.child2 {
	display: block;
	position: absolute;
	left: 154px;
	margin: 0;
	min-width: 204px;
	background: #064770;
	background:#464646; /*DODANO RADI PROMJENE BOJE U 2nd SUBMENIJU */
	z-index: 100;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
	padding: 5px;
}

/* PROBA BACKG-COLOR-ZADNJEG PODMENIJA - ne radi*/
.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover ul.child2 > li:hover{
	background-color:#006f98;
}

.bottom_border{
border-bottom:1px solid #575d6d;
}



/***** Right Panel *****/
.stats-view {
	margin-right: 240px;
}

.stats-view .rightpanel {
	display: block;
	right: 0;
}

.stats-relative-view {
	right: 240px;
}

.stats-relative-view .rightpanel {
	display: block;
	right: 0;
}

.rightpanel,
.rightpanel label {
	color: #999;
}

.rightpanel .nav-tabs {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #131d29;
	position: fixed;
	width: 240px;
}

.rightpanel .nav-tabs > li {
	display: table-cell;
	width: 50%;
}

.rightpanel .nav-tabs > li > a {
	padding: 15px 20px 16px 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
	background: #064770;
	color: #fff;
}

.rightpanel a {
	color: #fff;
}

.rightpanel .tab-content {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 65px;
	padding: 15px;
}

.latestuserlist {
	list-style: none;
	padding: 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
}

.latestuserlist li {
	border-top: 1px dotted rgba(255, 255, 255, 0.05);
}

.latestuserlist .media-thumb {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #999;
	padding: 3px;
	display: block;
}

.latestuserlist .media {
	margin: 10px 0;
	padding: 0;
}

.latestuserlist .approved .media-thumb {
	border-color: #F19013;
}

.latestuserlist .media-object {
	width: 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.latestuserlist .media-body {
	line-height: normal;
	padding-top: 7px;
	padding-left: 5px;
}

.latestuserlist .media-body small {
	color: #999;
	display: block;
}

.latestuserlist .media-body strong {
	color: #bbb;
	font-size: 13px;
	margin-bottom: 4px;
	display: block;
}

.latestuserlist .badge {
	margin-top: 5px;
}

.rightpanel .pane-settings {
	font-size: 13px;
}

.status_test, .status_test a {
	position: relative;
}

.status_test:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 98%;
	height: 98%;
	background: transparent url(../image/icon-gears.png);
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.status_off, .status_off a {
	position: relative;
}

.status_off:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 98%;
	height: 98%;
	background: transparent url(../image/icon-ban.png);
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

/***** header *****/

.headerbar .logopanel {
	float: left;
	width: 240px;
	border-right: 1px solid #eee;
}

.headerbar .topnav {
	float: left;
	margin: 0;
}

.headerbar .topnav > ul {
	padding: 0;
	margin: 0;
	float: left;
}

.headerbar .topnav > ul > li {
	margin: 0;
	float: left;
}

.headerbar .topnav > ul > li > a {
	padding: 15px 15px 12px 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	font-family: sans-serif;
}

.headerbar .topnav > ul > li > a:hover,
.headerbar .topnav > ul > li > a:focus,
.headerbar .topnav > ul > li.open > a,
.headerbar .topnav > ul > li.active > a {
	box-shadow: 0 3px 0 #F19013;
	color: #F19013;
	background: none;
}

.headerbar .topnav > ul > li > a i {
	margin-right: 5px;
}

.headerbar .topnav > ul > li > a .badge {
	margin-left: 10px;
}

.headerbar .topnav > ul > li .dropdown-menu {
	margin-top: 2px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
	padding: 6px 10px;
	font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
	background: #F19013;
	color: #FFFFFF;
}

.headerbar .topnav > ul > li .dropdown-menu i {
	display: none;
}

#footer {
	padding: 10px 20px 10px 20px;
	font-size: 10px;
	line-height: 15px;
	color: #E4E7EA;
	background: #717171;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #F19013;
}

#footer .help_links a {
	padding: 0 5px 0 5px;
}

.leftpanel-collapsed #footer {
	padding-left: 50px
}

#gotop {
	position: fixed;
	bottom: 2px;
	right: 5px;
	height: 58px;
	width: 58px;
	background: url(../images/icons/gotop.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
z-index: 1000;
}

.debug_alert {
	z-index: 100;
	width: 800px;
	position: absolute;
	top: 150px;
	left: 300px;
}

/***** Fixed   *****/

.fixed {
	background: #c9cccf;
}

.fixed section {
	margin: auto;
	max-width: 1050px;
	position: relative;
	background: #064770;
}

.fixed .rightpanel {
	background: #064770;
}

.fixed-noleft .leftpanel {
	display: none;
}

.fixed-noleft .mainpanel {
	margin-left: 0;
}

.fixed-noleft.stats-view .headerbar {
	margin-left: 0;
}

.fixed-noleft.stats-view .logopanel {
	display: block;
}

.fixed-noleft .menutoggle {
	display: none;
}

/***** Modals *****/

.bs-example-modal-panel .modal-content {
	background: none;
}

.modal-photo-viewer {
	margin-top: 0;
	margin-bottom: 0;
	top: 50%;
	left: 50%;
	width: auto;
	position: absolute;
}

.modal-photo-viewer .modal-content {
	position: relative;
	width: 900px;
	height: 600px;
	margin-left: -50%;
	margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
	padding: 0;
}

.modal-photo-viewer .modal-photo-left {
	background: #000;
}

.modal-photo-viewer .modal-photo {
	top: 50%;
	position: relative;
}

.modal-photo-viewer .row {
	margin-left: 0;
	margin-right: 0;
}

.modal-photo-viewer .img-responsive {
	max-height: 600px;
	margin: auto;
}

.media-details {
	padding: 20px;
}

.media-details .categ {
	font-size: 11px;
}

.media-details .media-title {
	margin: 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 20px;
}

.media-details p {
	font-size: 13px;
}

.media-details .details {
	margin-top: 20px;
}

.media-details .details h4 {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}

.media-details .table {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.media-details .table tr td {
	padding: 3px 0;
	font-size: 13px;
}



/* DROPDOWN */

.dropdown-menu-head {
	background: #fff
}

.dropdown-menu-head .title {
	background: #064770;
	color: #EEEEEE;
	padding: 15px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
}

.dropdown-menu-head .title a {
	float: right;
	color: #eeeeee;
}

/* Icon */
.tp-icon {
	padding: 10px 20px;
	line-height: 20px;
	border-color: #ddd;
	position: relative;
}

.tp-icon .badge {
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	right: 8px;
	top: 3px;
	line-height: 13px;
	background-color: #d0ff81;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px;
}

/* Stick Header */
.sticky_header {
	position: absolute;
	top: 5px;
	left: 3px;
	cursor: pointer;
	z-index: 1000;
}

.sticky_left {
	position: absolute;
	top: 55px;
	left: 3px;
	cursor: pointer;
	color: #fff;
}

body.stickyheader .sticky_left {
	top: 5px;
}

.sticky-leftpanel .sticky_left {
	top: 55px !important;
}

.panel_frozen {
	color: #F19013;
}

.stickyheader .logopanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
	z-index: 100;
	background-color:#fff;
	height: 50px;
}
.stickyheader .logopanel a {
	color:DarkOrange;
}

.stickyheader .leftpanel {
	top: 50px;
}

.stickyheader .sticky-leftpanel {
	top: 0;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
	margin-top: 50px;
}

.stickyheader .headerbar {
	position: fixed;
	top: 0;
	left: 240px;
	width: 100%;
	z-index: 100;
	box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}

.stickyheader .mainpanel {
	padding-top: 50px;
}

.stickyheader .header-right {
	margin-right: 240px;
}

.stickyheader.leftpanel-collapsed .headerbar {
	left: 50px;
}

.stickyheader.leftpanel-collapsed .header-right {
	margin-right: 0;
}

.stickyheader.stats-view .headerbar {
	right: 240px;
	width: auto;
}

/* Other styles */
#summary th, #summary td {
	border: none;
}

.summary_label {
	font-weight: bold;
	text-align: left;
	color: #333;
	font-size: 13px;
}

.summary_value {
	font-size: 13px;
	color: #636e7b;
}

.panel-body .shortcut img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.4);
	padding: 5px;
	border: 3px solid #EEEEEE;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mr5 {
	margin-right: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.center {
	text-align: center;
}

.nomargin {
	margin: 0;
}

.border-right-0 {
	border-right: 0;
}

.border-left-0 {
	border-left: 0;
}

.nopadding {
	padding: 0 !important;
}

.padding-top-0 {
	padding-top: 0;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.serif {
	font-family: 'Georgia, serif';
}

.italic {
	font-style: italic;
}

.dark {
	color: #333;
}

.width100p {
	width: 100%;
}

.width20 {
	width: 20px;
}

.width30 {
	width: 30px;
}

.inblock {
	display: inline-block;
}

.transparent {
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.widthM300 {
	max-width: 300px;
}

.widthM400 {
	max-width: 400px;
}

.ellipsis {
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.error-log {
	width: 100%;
	height: 100%;
	min-height: 400px;
	max-height: 700px;
	overflow: scroll;
	padding: 10px;
}



/***** AIR calendar Overrides  *****/
.datepickers-container{
z-index:10000;
}
/***** Bootstrap Overrides  *****/
.panel{
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 25px;
	box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
border-top: 3px solid #d2d6de;
}

.panel.panel-grey {
    background-color: #dcdcdc;
}
.panel.panel-orange {
    background-color: #ff5b03;
}
.panel.panel-lightgreen {
    background-color: #dbffb4;
}

.panel.panel-blue {
    border-top-color: #3c8dbc;
}

.panel.panel-red {
    border-top-color: #ff2121;
}
.panel.panel-yellow {
    border-top-color: #ebe700;
}

.panel-header{
color: #444;
display: block;
padding: 10px;
position: relative;
}

.panel-footer{
color: #444;
display: block;
padding: 10px;
position: relative;
border-top:1px solid #dcdcdc;
}
.panel-footer button {
    font-size: 12px;
    padding: 5px;
    margin: 0px;
    line-height: 12px;
	right:8px;
	bottom:3px;
	position:absolute;
	
}


.panel-header > .fa, .panel-header > .glyphicon, .panel-header > .ion, .panel-header .panel-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
color: #f28409;
}
.panel-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.panel-header > .panel-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active {
    color: #fff !important;
}
.panel-tools > .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
 color:#606c84
}
.btn-box-tool.btn:active {
 box-shadow:none
}

.btn-header-panel{
padding: 2px 10px;
}


.panel-body {
	padding: 8px;
	font-size:14px;
	xoverflow: auto;
}



.tooltip{
	font-size: 10px;
	text-align: left !important;
	display: block;
}
.tooltip > .tooltip-inner {text-align:left;}
.tooltip > .tooltip-arrow { background-color: #f00; border-bottom-color:#f00; }

.btn-group .head_pos{
padding: 12px 3px;
margin: 0px;
font-size: 25px;
background-color: #d0ff81;
}



/*------------------------------BROKERI POPUSTI*/
.broker_info{
border:0px solid #dcdcdc;
width:100%;
text-align:center;
margin: 3px 2px;
padding:3px 1px;
font-size: 11px;
padding: 3px 4px;
line-height: 15px;
}
.broker_info > span{
text-align:center;
font-weight:bold;
display:block;
font-size: 13px;
}
.no-pad{
    padding-left: 0px;
    padding-right: 0px;
}



/*------------------------------EXTRASI*/
.extras_tab{
padding-left: 0px;
}
.extras_tab li{
	border:0px solid #dcdcdc;
	padding: 6px 0px;
	margin:3px;
	display:inline;
}
.extras_tab li a{
background-color: #232323;
font-size: 15px;
padding: 6px;
color: #f90;
text-decoration: none;
}
.extras_tab li a:hover{
	background-color:#ededed;
	color:#000;
}
.clicked{
background-color: #f95e09 !important;
color: #fff !important;
}

/*------------------------------EXTRASI POP-UP PICK*/
.modal_ex_info {
    font-size: 11px;
    padding-left: 10px;
    font-weight: 600;
    color: #1fbf00;
}
.modal_ex_date {
    font-size: 11px;
    color: #7a7a7a;
    font-weight: 600;
	line-height: 13px;
padding: 5px 5px 0px 5px;
}
.modal_ex_naslov_1 {
    background-color: #f3f3f3;
}
.modal_ex_naslov {
    font-size: 20px;
    padding: 4px 5px 3px 10px;
    color: #1594ff;
}	




/*------------------------------PROGRES: UG_NEW, RES_NEW*/
.progress_block{
    text-align: center;
    padding: 5px 0px 5px 27px;
    font-size: 13px;
    color: #FFF;
	position:relative;
	display:flex;
}
.progress_block > div > div > span{
    border: 1px soli #red;
}
.progress_point {
xbackground-color: #f96a02;
background-color:#555;
padding: 5px 8px;
color: #b3b3b3;
text-align: center;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
height: 20px;
font-size: 13px;
margin-right: 10px;
flex-grow: 1;
margin-bottom: 2px;
}

.progress_point_first {
opacity: 1;
background-color: #6f6f6f;
color: #434343;
border: 0px solid #ededed;
font-weight: bold;
color: #fff;
}
.progress_point_active {
background-color: #01ba01;
color:#fff;
}

/*------------------------------POP-DELIVERY*/
.table_naslov {
    text-align: left;
    padding: 5px 0px 5px 27px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    background-color: #65c900;
}


/*------------------------------PICK RATE: UG_UPD, RES_UPD, UG_CLOS*/
checkbox + label {
  /* Style for checkbox normal */
  width: 16px;
  height: 16px;
}
checkbox::checked + label,
label.checked {
  /* Style for checkbox checked */
}

.container_lock {
display: block;
cursor: pointer;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: white;
padding: 1px 4px;
border-radius: 3px;
z-index: 98;
width: 100%;
position: relative;
font-size: 12px !important;
margin-bottom:0px;
}

#container_price span {
    display: block;
    font-weight: bold;
    font-size: 11px;
    background-color: #37f900;
    padding: 2px 4px;
    text-align: center;
    border-radius: 3px;
	width: 100%;
text-align: left;
}



/* Hide the browser's default checkbox */
.container_lock input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
right: 0;
height: 20px;
width: 20px;
background-color: #2196F3;
border-radius: 2px;
}
/* On mouse-over, add a grey background color */
.container_lock:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_lock input:checked ~ .checkmark {
  background-color:#0aff02;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_lock input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container_lock .checkmark:after {
left: 7px;
top: 2.2px;
width: 7px;
height: 12px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


	

/*------------------------------OVERIDE AUTOCOMPLETE */
.ui-autocomplete {
	z-index: 100000 !important;
	font-size:14px;
}



/*------------------------------FLOTE VOZILA-OKVIRI I RUBOVI, CJENIK TIPOVI*/
.marked_naslov{
font-size:22px;
font-weight:bold;	
}
.info_main_nasl {
    font-size: 15px;
    color: #FF6600;
    font-weight: bold;
}
.info_main_nasl_sub {
    font-size: 22px;
    color: #333;
}

/*------------------------------LEGENDA CIJENIKA */
.color_markers{
padding: 4px;
margin: 2px;
height: auto;
display: flex;
text-align: right;
float: right;
}
.color_markers > div {
border-left: 22px solid whitesmoke;
padding: 0px 15px 0px 5px;
font-size: 11px;
float: left;
}

.markers_back  {
padding-top:10px;
}
.markers_back > div {
border-left: 0px;
padding: 0px 10px 0px 10px;
color: white;
margin-left: 5px;
}


.sekcije_frame{
border:solid 1px #dcdcdc;
background-color:#ececec;
margin:0px 0px 10px 0px;
padding:5px;
border-radius: 4px;
}
.sekcije_naslov{
font-size:13px;
font-weight:bold;
color:#669900;
padding:0px 0px 6px 5px;
}
.sekcije_tip{
text-align:center;
font-size:14px;
font-weight:bold;
padding:10px;
color:white;
}

.color_km {
    color: #000;
    background-color: #fff;
    padding: 2px 4px;
}


/*------------------------------ORANGE RADIO*/
.radio-toolbar {
  padding-top:6px;
}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px !important;
  font-family: Arial;
  font-size: 15px;
  cursor: pointer;
}

.radio-toolbar label:hover{
	background-color:#ededed;
	color:#000;
}

.radio-toolbar input[type="radio"]:checked+label {
background-color: #f95e09;
color: #fff;
}




/*OVO VALJDA NIGDI NE KORISTIMO, BILO U FORMAMA ZA UG I REZ.*/
.radio_pos{
background-color: #b3b3b3;
padding: 3px 15px;
margin: 0px 0px 4px 0px;
border-radius: 4px;
display: block;
width: 42px;
}
.radio_pos > input[type="checkbox"], .radio_pos >  input[type="radio"] {
	margin-top: 4px;
	cursor: pointer;
}



/*------------------------------PRIKAZ PODATAKA I INFORMACIJA*/

.info-row{
border-bottom:1px solid #cdcdcd;
font-size: 14px;
padding: 3px 0 3px 0;
margin: 0px;
}

.info-row > .info-info, .info-row > .info-label{
display: block;
text-align: left;
padding: 3px 0 3px 0;
line-height: 14px;
margin: 0px;
font-size: 13px;
}

.info-row > .info_bold{
font-weight:700;
}

/*------------------------------END INFO ROW */

	


/*------------------------------TIMETIBLE */
.time_bars{
	position:relative;
	height: 100%;
	background-color:#b8f79c;
	background-color:#cae9ff;
	border-bottom:0px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.time_bars  div{
	position:absolute;
	color: #fff;
}

.time_bar_uo{
	background-color:#1ce100;
}
.time_bar_uz{
	background-color:#3a7eff;
}
.time_bar_r{
	background-color:#ff9b00;
}
.time_bar_cars{
	background-color:#fa75ff;
}

			

.bar-icon {
	position: absolute;
	top: -3px;
	right: 2px;
}
.bar-icon img {
    height: 18px;
}



#head_days {
	margin: 0px;
	cursor: pointer;
}
#head_days > div {
padding: 5px;
margin: 0px 0.5px;
background-color: #bc0101;
font-size: 12px;
}


#pointer_x {
	font-size: 11px;
	padding: 3px;
	height: 20px;
}
#vertical_bar{
	border-left:2px solid Red;
	width:1px;
	position:absolute;
	top:0px;
	z-index: 99;
}



/*------------------------------HELP SEKCIJA */
.panel-help {
	overflow: unset;
}
.panel-help {
	overflow: unset;
}
.panel-help .row > div:not(.w-100){
	border-bottom:1px solid #ededed;
padding: 3px 4px;
}



.licence_info div:first-child > span{
	font-size:13px;
	color: #ff0101;
	display:block;
}


/*------------------------------FORM ELEMENTS-GENERAL */
.select_big {
    font-weight: bold;
    color: #fff !important;
    border: 1px solid #999999;
    background-color: YellowGreen !important;
    cursor: pointer;
}



/*------------------------------VALIDATE POP-UP FORMA */
#validate_error{
background-color:Red;
color:#fff;
padding:6px;
text-align: left;
margin: 0px 0px 6px 0px;
border-radius: 4px;
font-size:12px;
}
.input_border_red{
border: 1px solid Red !important;
}
/*------------------------------POP-UP FORMA */
.pop_up_forms label{
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.pop_up_forms > .form-group {
    margin-bottom: 3px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0px;
}
.pop_up_forms .form-control-sm {
    font-size: 14px;
}

.pop_up_row div:first-child{
	padding-left: 10px;
}
.pop_up_row div:nth-child(2){
	padding-right: 10px;
}
.pop_up_row div span {
    margin-top: 5px;
	font-size:12px;
	display: block;
}

.pop_form_txt  {
font-size: 12px;
padding-top: 9px;
line-height: 15px;
}

.pop_up_forms > .form-group .high_txt {
margin-top: 5px;
font-size:14px;
color: DarkOrange;
display: block;
}

textarea.form-control {
    height: auto !important;
}

/*------------------------------UPDATE FORME */

.form-group {
    font-size: 12px;
}
/*ZA VISINU POLJA*/
.form-group-height{
	height:28px;
}

.update_forms{
	padding-top: 12px;
	padding:8px;
}
.update_forms .row_high > div{
padding-top: 8px;
padding-bottom: 5px;
color: darkorange;
font-size: 20px;
}

.update_forms .row_high label{
padding-top: 8px;
padding-bottom: 5px;
color: #000;
}

.update_forms label{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.update_forms > .form-group {
    margin-bottom: 3px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0px;
}
.update_forms > .form-group > div {
    align-items: center;
    display: flex;
}
.update_forms .form-control-sm {
    font-size: 14px;

	xmargin: 3px;
	xpadding: 2px 6px;
}

.update_forms input[type="checkbox"]{
margin-top: 6px;
}
.panel-update-form {
    overflow:unset;
}
.form_update_btn{
text-align:center;
padding-top:20px;
}


/*------------------------------REZ/UGO FORME */
.mass_forms{
	padding: 4px 8px;
}

.mass_forms label{
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*display: inline-grid; OVO SAM IZBACIJA RADI BOLDANJA DIJELOVA LABELA , PREBACUJU SE U NOVI RED */
	/*display: flex; BUDE SVE INLINE */
	display: inline-grid;
	align-items: center;
}
.mass_forms > .form-group {
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0px;
}
.mass_forms > .form-group > div {
    align-items: center;
	display: flex;
}
.mass_forms .form-control-sm {
font-size: 13px;
margin: 3px;
padding: 2px 6px;
line-height: 15px;
margin-bottom: 2px;
height: 25px;
}

.mass_forms .input-date {
    background-position: 2px 1px;
}


/*------------------------------LINK CJENIK */
#izabrani_cjenik {
	font-size: 16px;
	color: DarkOrange;
}
#izabrani_cjenik a{
	font-size: 16px;
	color: #2584ff;
}
#izabrani_cjenik a:hover{
	color: Darkorange;
}



/*------------------------------TOTAL PRICE BLOK UGOVOR */
.total-blok-ugovor{
	padding: 4px 8px;
}
.total-blok-ugovor > div {
    margin-bottom: 2px;
    border-bottom: 1px solid #ededed;
    padding: 2px 0px;
	font-size: 12px;
}

.price_col {
    background-color: #9b9b9b;
    border: 1px solid #d8d8ff;
    text-align: center;
    padding: 2px 0px;
    color: #fff;
	display: block !important;
	width: 100%;
margin: 2px;
line-height: 15px;
font-size: 12px;
}



.red_price{
font-weight:bold;
text-align:center;
font-size:12px;
color:Red;
display: block !important;
}
.red_price > span{
	font-size:10px;
	color:#484848;
}

.rate_info {
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    color: #fff;
    background-color: #2584ff;
    border-radius: 3px;
    padding: 4px;
	width: 100%;
}


.total-blok-ugovor .red_price{
xpadding-left:20px;
font-weight:bold;
text-align:center;
font-size:12px;
color:Red;
display: block !important;
}
.total-blok-ugovor .red_price > span{
	font-size:10px;
	color:#484848;
}

.total-blok-ugovor .price_right{
text-align: right;
padding-right: 30px;
}

.total-blok-ugovor a{
	background-color:Yellow;
	padding:2px 10px;
	text-decoration: none;
	margin: 2px;
	line-height: 15px;
	border: 1px solid Yellow;
}
.total-blok-ugovor a:hover{
	color:#fff;
	background-color:Red;
}


/*INFO TABLICA STANJA VOZILA KOD OTVARANJA UGOVORA*/
.tbl_car_alarmi td{
border: 1px solid #bcbcbc;
padding-left: 2px;
}


/*------------------------------INPUTI TBL EXTRAS */
.inputi-extras{
    color: #000;
    text-align: center;
    width: 75%;
    font-weight: bold;
    font-size: 11px;
    padding: 1px;
    margin: 0px;
    line-height: 12px;
    font-family: verdana !important;
}


/*------------------------------MINI INPUTI ZA CJENIKE:COPY i  IZMJENA STAVKI, UGOVOR CLOSE */
.inputi_faktor{
font-size:11px;
color:Red;
text-align:center;
width:45px;
font-size:bold;
font-size:12px;
}

.inputi-micro {
font-size:11px;
color:#000;
text-align:center;
width:75%;
font-size:bold;
font-size:12px;
}
.inputi-100 {
width:100%;
}





/*------------------------------MINI FORME */
.mini_forms{
	padding-top: 12px;
}

.mini_forms > .form-group {
    margin-bottom: 2px;
    border-bottom: 1px solid #ededed;
	xborder-top: 1px solid #ededed;
    padding-bottom: 2px;
	xxdisplay:flex;
	xxjustify-content: center;
  xxflex-direction: column;  /* <--- I added this */
  xalign-items: center;   /* <--- Change here */
  xheight: 100px;
  xwidth: 100%;
  font-size: 12px;
}

.mini_forms > .form-group > div {
    align-items: center;
    display: flex;
}


.mini_forms > .form-group > .col-label {
    margin-bottom: 0px;
    xborder-bottom: 1px solid #ededed;
    padding-bottom: 0px;
	padding-top: 5px;
	font-size: 12px;
}

.mini_forms .form-control-sm {
    font-size: 12px;
	height: 26px;
}




/*common*/
.pop_up_forms .text-muted, .update_forms .text-muted, .info_forms .text-muted, .mass_forms .text-muted {
	color: #2fbf01 !important;
	margin-top: 2px;
	line-height: 12px;
	font-size:10px;
}

.input-25-inline{
display:inline;
width:25%;
}
.input-50-inline{
display:inline;
width:50%;
}
.input-80-inline{
display:inline;
width:80%;
}

.input-inline-text{
padding-left:4px;
}

.row_section_head{
font-size: 20px;
    padding: 10px 5px;
    border-bottom: 5px solid #d8d8d8 !important;
    background-color: #f7fbbd;
    margin-right: 6px;
    margin-left: 0px;
color: #1d4870;
    margin-top: 15px;
	padding-bottom: 6px !important;
}


/*------------------------------TRAZILICE HORIZONTAL NEW */
.search_field_cont {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
}





/* -------------------------- Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4 // GENERALNO ZA SVE*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}


/* TOOGLE SEARCH FORM*/
.search_field .toggle-group > label {
padding-top:6px;
height: 100%;
}
.search_field .toggle.btn-sm {
    min-height: 23px;
}


/* TOOGLE UPDATE FORM*/
.update_forms .toggle-group > label {
padding-top:4px;
height: 100%;
}
.update_forms .toggle.btn-sm {
    min-height: 26px;
}




/*------------------------------TRAZILICE KRITERIJI*/
.q_search_ORANGE_VERSION{
	padding: 2px 2px;
	background-color: #fbb12b;
	margin: 6px 0px;
	border-radius: 2px;
}
.q_search{
    padding: 2px 2px;
    background-color: #3a3a3a;
    border-radius: 3px;
    border-top: 1px solid #6f6f6f;
}
.q_search > span{
	font-size: 12px;
	padding: 2px 2px;
	background-color: #ff9600;
	margin: 6px 2px;
	color: #ffffff;
	border-radius: 2px;
	cursor:pointer;
}

.search_ugovori {
padding-left: 25px;
border-left: 3px solid #fff;
background-color: #000;
}


/*------------------------------PRIKAZ REZULTATA*/
.prikazRezultata  {  
font-family:Verdana, Helvetica;
font-size:11px;
text-align:center;
color:#333333; 
padding:10px 0px 10px 0px; 
}
.div_results {
    font-family: Arial;
    font-size: 13px;
    text-align: left;
    color: #483A31;
    padding: 6px;
    xborder: 1px solid #000;
    margin: 10px 0px;
    border-radius: 3px;
    background-color: #f0ece6;
}

.div_update {
    color: #fff;
    background-color: Red;
}


/*------------------------------GRESKA KA U NIKIJA*/
.ev_no{
padding:8px;
text-align:center;
}
.ev_no_text, .ev_no_text a{
font-family:Helvetica, Arial, sans-serif;
font-size:16px;
color:#fff;
padding:10px;
background-color:#990000;
border-radius: 3px;
/*background-color:DarkOrange;*/
}
.ev_no_text a{
font-weight:bold;
color:#ededed;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;
}
.ev_no_text a:hover{
color:#06C;
}

/*------------------------------GENERAL CLASSES*/
.no-pad{
	padding:0px;
}
.no-mar{
	margin:0px;
}

.headers_title {
font-size: 22px;
color: #454545;
padding: 10px 0px 10px 10px;
border-bottom: 1px solid #c36b6b;
}

.podnaslovi {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #777;
    color: #037be6;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid #037be6;
    padding: 10px 0px 2px 0px;
    text-align: left;
	position:relative;
}
.podnaslov_abs_block {
    right:0px;
	top:4px;
	position:absolute;
}
.podnaslovi button {
    font-size: 12px;
    padding: 5px;
    margin: 0px;
    line-height: 12px;
}

.podnaslovi > .pod_badge {
    position: absolute;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
	right:0px;
	top:8px;
}








.search_field .row{
	margin:0px;
}


.search_field, .search_field_v {
    background-color: #3b3b3b;
    border-radius: 3px;
    padding: 8px 0px 10px 0px;
    color: #fff;
}
.search_row{
	margin-left:0px;
}
.search_block{
	padding: 0px 10px;
}
.search_field label{
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #fff;
	line-height: 8px;
	display: block;

   font-weight: normal;
   margin-bottom: 5px !important;
   
}
.search_field label a{
	color: #ff0;
	font-size: 11px;
}
.search_field .form-control {
    font-size: 12px;
    padding: 4px 4px;
line-height: 0px;
xheight:22px;
}
.search_field .form-control-sm {
    font-size: 11px;
height: 22px !important;
line-height: 0;
padding: 2px;
border: 1px solid #c1c1c1;
width: 100%;
background-color: #fff;
}

.search_field > div > div {
padding-left: 4px;
}

.search_field > .row > .col-3,
.search_field > .row > .col-4,
.search_field > .row > .col-5,
.search_field > .row > .col-6,
.search_field > .row > .col-7,
.search_field > .row > .col-9 {
padding: 0px 4px;
}
.search_field .col-3,
.search_field .col-4,
.search_field .col-5,
.search_field .col-6,
.search_field .col-7,
.search_field .col-8,
.search_field .col-9,
.search_field .col-12 {
padding: 0px 4px;
}

.search_field .input_div_rm {
padding-left: 2px;
padding-right: 0px;
}

.search_field .row_inline_2{
margin-left: 0px;
}

.search_field .btn {
font-size: 12px;
line-height: 10px;
}
.search_field  .btn_div {
margin-top: 23px;
margin-top: 17px;
}
/*------------------------------END TRAZILICE HORIZONTAL NEW */


/*------------------------------IZVJESTAJI / NE ZANM JELI POTREBNO */
.report_note{
	text-align:center;
	padding:0px;
	font-size:18px;
	color:#d8d8d8;
}


/*------------------------------IZVJESTAJI / VERTIKALNI CHECKBOXOVI */
.info_row_radio {
	font-size:11px;
	padding: 2px 0 0px 0;
}
.info_row_radio > div {
	padding-left:5px;
	padding-right:5px;
}
.info_row_radio > label {
	line-height:10px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
padding-top: 4px;
margin-bottom: 0px !important;
padding-bottom: 0px;
}


/*------------------------------TABOVI / IZVJESTAJI.... */
.tab-content{
	border:1px solid #dcdcdc;
	padding:15px;
	height:auto;
	background-color:#fff;
	overflow: scroll;
}

.tab-content .panel{
	background-color: #fbfbfb;
}



/*------------------------------TRAZILICE VERTIKAL */
.search_v_block{
border-bottom: 1px solid #696969;
margin: 4px;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.search_v_block label{
	font-size: 12px;
	padding: 0px 2px 0px 6px;
	color: #fff;
	line-height: 12px;
	display: flex;
	align-items: center;
	margin: 0px !important;
}
.search_v_block > div{
	padding:5px;
}
.btn_div {
text-align: center;
margin-top: 10px;
}

/*------------------------------END TRAZILICE VERTIKAL */


/*------------------------------TRAZILICE HORIZONTAL SHORT */

.search_ajax_result{
text-align:center;
padding-top: 0px;
color:#fff;
font-size:11px;
}
.search_ajax_result #ajax_results{
font-size:26px;
color: DeepSkyBlue;
padding-top: 0px;
}



/*------------------------------SEARCH-BLACK-INLINE / brokeri_update.php */
.search_field_inline {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
}
.search_field_inline label{
	font-size: 12px;
	color: #fff;
	line-height: 8px;
	padding-top: 9px;
	padding-left: 15px !important;
}
.search_field_inline .form-group{
	margin-bottom: 0rem;
}




/*------------------------------ INPUTI VARIJACIJE */
.input-cc {
border: 1px solid #d2d2d2;
border: 1px solid #888; /*========================BOJA OKVIRA INPUTA ====================*/
padding-left: 30px !important;
background-image: url(../images/icons/credit-card.png);
background-size: 24px;
background-position: 3px 0px;
background-repeat: no-repeat;
cursor: pointer;
}


.input-date {
border: 1px solid #d2d2d2;
border: 1px solid #888; /*========================BOJA OKVIRA INPUTA ====================*/
padding-left: 26px !important;
background-image: url(../images/icons/calendar.png);
background-size: 20px;
background-position: 2px 4px;
background-repeat: no-repeat;
cursor: pointer;
}



.search_field .input-date {
background-position: 2px 0px;
}


.input-auto {
border: 1px solid #d2d2d2;
border: 1px solid #888; /*========================BOJA OKVIRA INPUTA ====================*/
padding-right: 32px !important;
background-image: url(../images/icons/autocomplete.png);
/*
background-image: url(images/list_auto.png);
*/
background-size: 20px;
background-position: calc(100% - 2px) 50%;
background-repeat: no-repeat;
}
.input-highlight{
background-color:Red;
color:#fff !important;
font-weight:700;
}
.input-req{ /*require*/
background-color: PapayaWhip;
background-color: #d9e8ff !important;
}
.input_50{
width: 50%;
}
.input_30{
width: 30%;
}



/*------------------------------PAGINATION*/
#pagination {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 12px 0px 12px 0px;
}

#pagination a:link, #pagination a:visited{
    padding: 5px 11px;
    border:1px solid #EBEBEB;
    border-radius: 4px;
    margin-left:4px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#0072bc!important;
    xfloat: left;
    margin-bottom: 4px;
}

#pagination a:hover {
    background-color:#DDEEFF;
    border:1px solid #BBDDFF;
    color:#0072BC!important;
}

#pagination .active_link {
    padding: 5px 11px;
    border:1px solid #BBDDFF;
    margin-left:9px;
    text-decoration:none;
    background-color:#DDEEFF;
    color:#0072BC!important;
    cursor:default;
    border-radius: 4px;
    xfloat: left;
}

#pagination .disabled_link {
    padding: 5px 11px;
    border:1px solid #EBEBEB;
    margin-left:4px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#323232!important;
    cursor:default;
    border-radius: 4px;
    xfloat: left;
}
/*------------------------------kraj paginationa*/




/*------------------------------TABLICE */
table.tablesorter {
	font-family:verdana;
	background-color: #cdcdcd;
	margin:5px 0pt 6px;
	font-size: 8pt;
	text-align: center;
	border:3px solid #ededed;
	border: 3px solid #2e2e2e;
	border: 1px solid #535353;
	border-radius: 3px;
line-height: 12px;
border-collapse: unset !important;
}
/*#e6EEEE  E3FDB5*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
text-align:center;
	background-color:#ededed;
	font-size:7pt;
	padding:4px 1px;
	
	background-color: #2d2d2d;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #fff;
}
table.tablesorter thead tr th:last-child, table.tablesorter tfoot tr > th:last-child {
	border-right: 0px;
}
/*
table.tablesorter thead tr th:nth-last-child(), table.tablesorter tfoot tr th:nth-last-child() {
	border-right: 1px solid Red;
}
*/



table.tablesorter tbody td {
	color: #3D3D3D;
	padding:1px;
	padding-left:2px;
	background-color:#FFF;
	text-align:center;
border-bottom: 1px solid #000;
border-right: 1px solid #fff;
}
.tablesorter tbody td:last-child {
border-right: 0px;
}
table.tablesorter tbody td a {
	color: darkgreen;
	text-decoration:none;
}

/*ZA TABLICE U PRINT FORMAMA*/
table.table_white thead tr th, table.table_white tfoot tr th {
	background-color:#ededed;
	color: #000;
	border-top:1px solid #000;
}

table.table_white tbody td{
border-right: 1px solid #9f9f9f;	
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	background-color: #F5F5F;
}

.tablesorter tbody tr.even td {
	background-color: #e5e3c6;
	background-color: #dedede;
}
.tablesorter tbody tr.odd  td {
      background-color: #e0dfce;
}
.tablesorter tbody tr.marking  td {
      background-color: Yellow !important;
}
.tablesorter tbody tr.bazni  td {
      background-color: #fffba9 !important;
}
.tablesorter tbody tr.akcija  td {
      background-color: #FF6951 !important;
}
.tablesorter tbody tr.poslovnice  td {
      background-color: #7cbd1e !important;
}
.stop_sale  td { /*.tablesorter tbody tr*/
      background-color: #ffaa89  !important;
}
.tablesorter tbody tr.on_request  td {
      background-color: #87e2ff !important;
}
table.tablesorter .tabsor_left {
	text-align:left;
	padding-left:2px;
}

.tbl_txt_big{
font-size:16px;
color: #f96119;
}

.table_list{
padding:0px 0px; /*bilo 6px 0px */
}

.tbl_small{
font-size:10px;
line-height: 13px;
display: block;
}
.tbl_left{
text-align:left;
padding-left:3px;
}


/*------------------------------TRANSFER TROSKOVI*/
.input_blocks > div{
	margin-bottom: 4px;
}

.input_blocks_item{
	background-color:#393939;
	color:#fff;
	padding:5px;
	text-align:center;
	font-size:21px;
	height: 100%;
	border-radius: 4px;
}
.input_blocks_item span{
	display:block;
	font-size:12px;
	padding-bottom: 6px;
}

.button_div .btn {
	padding: 4px 6px;
	font-size:0.75rem;
}

.input_blocks_item .form-control{
	text-align: center;
	font-size: 18px !important;
	font-weight: 700;
}


/*------------------------------RATES TIMELINE*/
.rates_block_wrap {
position:relative; 
clear:both; 
height:50px; 
background-color:Red;
margin: 30px 11px;
margin: 62px 11px 28px 11px;
padding-left: 10px;
width: auto;
}
.rates_blocks_abs{
	position: absolute;
border:1px solid #dcdcdc;
padding:4px 0px;
height: 50px;
top: 0px;

font-family: verdana;
font-size: 10px;
color: #333333;
line-height: 13px;
}

.rates_blocks_abs:hover{
opacity:0.7;
}

.rates_blocks_abs a{
font-family: verdana;
font-size: 10px;
color: #333333;
line-height: 13px;
cursor:pointer;
}
.rates_blocks_abs a:hover{
color: Red;
text-decoration: none;
}

.rate_img{
position: absolute;
bottom: 2px;
right: 10px;
}
.marker_year_line{
position: absolute;
top: -26px;
height: 34px;
border-left: 5px solid #000;
z-index: 1;
}
.marker_year{
position: absolute;
font-size: 15px;
top: -52px;
z-index: 1;
border:1px solid #ededed;
padding: 2px 4px;
background-color: #000;
color: #fff;
}
.marker_date{
position: absolute;
top: -22px;
border:1px solid #ededed;
padding: 2px 4px;
z-index: 1;
font-weight: 600;
background-color: #fff;
font-family: verdana;
font-size: 11px;
line-height: 14px;
}
.marker_error{
position: absolute;
top: -44px;
color: #fff;
font-weight: 200;
border:1px solid #ededed;
padding: 1px 3px;
z-index: 1;
background-color: Red;
font-size: 10px;
line-height: 15px;
}
.marker_action{
position: absolute;
top: 65px;
border:1px solid #ededed;
padding: 2px 4px;
z-index: 1;
background-color: #fff;
cursor:pointer;
font-size: 12px;
line-height: 16px;
}
.marker_action:hover{
background-color: #000;
}
.new_sub{
border-top:1px solid #333;
border-bottom:1px solid #333;
margin:0px 0px 8px 0px;
background-color:#dcdcdc;
padding:0px;
}
/*------------------------------END OF RATES TIMELINE*/



/*FOOTER ABS*/
.tbl_rel{
position: relative;
}
.tbl_abs, .tbl_abs_2{
position: absolute;
top: 10px;
left:0px;
border:1px solid #red;
padding: 3px 1px;
background-color: Red;
width: 100%;
color:#fff;
font-size: 7pt;
font-weight: bold;
}
.tbl_abs_2{
top: 32px;
}


.tbl_border_green{
border-left: 4px solid #7cbd1e
}
.tbl_border_red{
border-left: 4px solid #FF6951
}




.btn-primary {
	background-color: #064770;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	border-radius: 3px;
	font-size: 12px;
	height: 25px;
	line-height: 1.3;
	padding: 3px 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {
	background-color: #EBEBEB;
	border-color: #ADADAD;
	color: #333333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {
	background-color: #F19013;
	border-color: #285E8E;
	color: #FFFFFF;
}

.btn-toggle.btn_switch {
	min-width: 100px;
}

.btn-toggle.btn_switch.xs {
	min-width: inherit;
}

.btn-toggle.btn_switch .btn-default:hover, .btn-toggle.btn_switch .btn-default:hover {
	background-color: #fff;
}

.btn-off {
	background-color: #EBEBEB !important;
	border-color: #ADADAD !important;
	color: #333333 !important;
	margin-left: -4px !important;
}


.grid-dropdown {
	padding-left: 5px;
}

.grid-dropdown li {
	padding: 5px;
}

.grid-dropdown li a {
	display: block;
	width: 100%;
	color: #333 !important;
}

.grid-dropdown li a:hover {
	color: #5894fb !important;
}

.panel .table > tbody > tr > td,
.panel .table > tbody > tr > th {
	vertical-align: middle;
}







.stars {
	cursor: default;
}

.fa-star, .fa-star-o {
	margin-right: 2px;
}

.fa-star::before, .fa-star-o::before {
	color: gold;
}

.ext_store span.review {
	white-space: nowrap;
}

.primary_content_actions .btn-group {
	margin-bottom: 3px;
}

td[aria-describedby="extension_grid_name"]{
	white-space: normal !important;
}







/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/***** Retina Resolution Logo  *****/
@media all and (min-device-pixel-ratio: 2) {
	.logo_image {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../image/logo@2x.png) no-repeat;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/***** Media queries section  *****/
@media screen and (max-width: 1024px) {
	body {
		position: relative;
	}

	.leftpanel {
		display: none;
	}

	.mainpanel {
		margin-left: 0;
		width: 100%;
	}

	.leftpanel-collapsed .leftpanel {
		display: none;
	}

	.leftpanel-collapsed .mainpanel {
		margin-left: 0;
	}

	.leftpanel-collapsed .headerbar {
		margin-left: 0;
	}

	.leftpanel-show section {
		overflow-x: hidden;
	}

	.leftpanel-show .leftpanel {
		display: block;
	}

	.leftpanel-show .mainpanel {
		margin-left: 240px;
	}

	.stickyheader .headerbar {
		left: 0;
	}

	.stickyheader.leftpanel-show .headerbar {
		left: 240px;
	}

	.stickyheader.stats-relative-view .headerbar {
		right: 240px;
		left: auto;
	}

	.stickyheader .header-right {
		margin-right: 0;
	}

	.leftpanelinner {
		padding: 5px 10px;
	}

	.leftpanelinner #searchform input {
		background: #131b26;
		border: 0;
	}

	.nav-horizontal {
		position: relative;
	}

	.fixed-noleft .menutoggle {
		display: block;
	}

	.fixed-noleft .headerbar .logopanel {
		display: none;
	}

	.fixed-noleft .header-left,
	.fixed-noleft .topnav {
		float: none;
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.col_no {
display: none;
}

.new_link {
top: 8px;
}
.pageheader .glyphicon, .pageheader .fa {
font-size: 18px;
}
.pageheader h2 {
margin-top:5px;
}






	/* SHOW inline ELEMENS bez d-x-none*/
	.el_hide_767 {
		display:none;
	}

	/* Horizontal Scroll for grid */
	.panel-body {
		overflow: scroll;
		xxxxwhite-space: nowrap;
	}

	#searchform {
		position: relative;
	}

	.headermenu li:nth-child(4) {
		/* display: none; */
	}

	.leftpanel #searchform,
	.leftpanel .userlogged {
		display: block;
	}
	.leftpanel .userlogged img {
		width:100%;
	}

	.breadcrumb-wrapper {
		display: none;
	}

	.ant-wrapper {
		display: none;
	}

	.headermenu .dropdown-menu:after {
		display: none;
	}

	.rightpanel .nav-tabs.nav-justified > li > a,
	.rightpanel .nav-justified > li > a {
		margin-bottom: 0;
	}

	.panel-email .col-sm-3 {
		display: none;
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/*Button search forme */
.search_field  .btn_div {
margin-top: 18px;
}

/* SKIDANJE ZADNJIH PAGINACIJA */
#pagination a:nth-child(8),#pagination a:nth-child(9){
display: none;
}

.btn_div{
text-align: center;
padding-top:10px;
}

/*TABOVI*/
.nav-tabs .nav-link {
    border-radius: .25rem;
}
.nav-link {
    padding: .5rem 0.5rem;
	font-size: 14px;
}


	.leftpanel-show .mainpanel {
		margin-left: 50px;
	}

	.notfoundpanel {
		width: auto;
		padding: 0 20px;
	}

	.notfoundpanel h1 {
		font-size: 72px;
		line-height: 72px;
	}

	.notfoundpanel h3 {
		font-size: 14px;
		line-height: normal;
	}

	.notfound h4 {
		font-size: 12px;
		line-height: 18px;
	}

	.notfoundpanel form {
		width: auto;
	}

	.notfoundpanel .form-control {
		float: none;
		width: 100%;
	}

	.notfoundpanel .btn {
		margin-top: 10px;
		width: 100%;
	}



/*U HEADERU POZICIJE */



	.nav-tabs.nav-justified.nav-profile > li {
		float: none;
		margin-bottom: 0;
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified.nav-profile > li a {
		margin: 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;

	}

	.dataTables_info {
		float: none !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.dataTables_paginate {
		margin-bottom: 10px;
		text-align: center !important;
		float: none !important;
	}

	.dataTables_filter,
	.dataTables_length {
		float: none !important;
		padding: 10px 0 0 10px;
		margin: auto !important;
		display: inline-block;
	}

	.table.dataTable th,
	.table.dataTable td {
		font-size: 13px;
		min-width: 150px;
	}

	.paging_full_numbers {
		min-width: 500px;
		margin: 0 0 10px 10px;
	}

	.paging_full_numbers:after {
		clear: both;
		display: block;
		content: '';
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}
	

/*------------------------------TABOVI / IZVJESTAJI.... */
.tab-content{
	border:1px solid #dcdcdc;
	padding: 6px 6px;
	height:auto;
	background-color:#fff;
}

.tab-content .panel{
	margin-bottom: 15px;
}
.tab-content .panel .panel-body{
	padding: 4px;
}



}



/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {


.contentpanel {
    padding: 5px;
}




	#footer {
		padding-left: 20px;
	}


	.pageheader h2 {
		font-size: 18px;
	}

	.pageheader h2 span {
		font-size: 11px;
	}

	.fc-header td {
		display: block !important;
		text-align: center;
		width: 100%;
		border: 1px solid #eee;
		padding: 10px !important;
		margin-top: -1px;
	}

	.fc-button {
		padding: 2px 5px !important;
		margin: 0 !important;
	}

	.fc-header-title h2 {
		margin: 0 !important;
	}

	.reslibrary-options li {
		padding: 5px 7px;
	}

	.reslibrary-options .filter-type {
		display: block;
		float: none;
		border-top: 1px solid #eee;
	}

	.btn-invoice:before {
		display: block;
		content: '';
		clear: both;
	}

	.btn-invoice .btn {
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.nav-tabs.nav-justified.nav-profile > li a {
		font-size: 13px;
		padding: 14px 10px;
	}

	#bloglist > div {
		padding: 0;
		margin: 0;
		float: none;
		width: auto;
	}

	.common_content_actions {
		padding-top: 20px;
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}

}


/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 360px) {

	#searchform input {
		width: 250px;
	}

	#footer {
		padding-left: 20px;
	}


	.pageheader h2 span {
		display: none;
	}

	.headermenu li:first-child .dropdown-menu {
		margin-right: -130px;
	}

	.headermenu li:nth-child(2) .dropdown-menu {
		margin-right: -85px;
	}

	.headermenu li:nth-child(3) .dropdown-menu {
		margin-right: -37px;
	}

	.nav-tabs.nav-justified.nav-profile > li {
		float: none;
		display: block;
		width: auto;
	}

	.reslibrary-options li {
		display: block;
		border-top: 1px solid #eee;
	}

	.reslibrary-options li:first-child {
		border-top: 0;
	}

	.authorpanel .media-object {
		width: 80px;
		margin-right: 10px;
	}

	.people-item .media-object {
		width: 80px !important;
		height: 80px !important;
	}

	.pagination {
		margin-bottom: 20px;
	}

	.common_content_actions {
		padding-top: 20px;
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

	.common_content_actions {
		padding-top: 20px;
	}

	.modal-dialog.modal-lg {
		width: 99%;
	}

}




/*------------------------------------------------------------------------------------------------------------------------*/
/*-------------768 px-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.search_ugovori {
padding: 13px;
border-left: 0px solid #fff;
background-color: #000;
margin-top: 10px;
}
}


