@CHARSET "UTF-8";



/*============================================================================*\
* 1) Heading template
\*============================================================================*/


/*============================================================================*\
 	Table of Contents
	
	1) Top Level Elements, normalization and useful css constructs
	2) Top Navbar
	3) Sidebars
	4) Icon styles 
	5) Bootstrap overwrites
	6) CSS javascript hooks
	7) Content Wrapper and Content
	8) Form elements
	9) Panel elements
	10) Login page
	11) Modal Sizes
	12) News Articles Module
	13) User Profile
	
	END) Basic Responsiveness

\*============================================================================*/




/*============================================================================*\
* 1) Top Level Elements, normalization and useful css constructs
\*============================================================================*/

html,
body {
	background-color: #fff;
}
body {
	color: #242424;
	font: normal 12px Arial,Helvetica,sans-serif;
	height: 100%;
	font-size: 12px;
}
a {
    cursor: pointer;
}
img{
	max-width: 100%;
}
a img{
	border:0;
}

.css-table{
	display: table;
}
.css-tr{
	display: table-row;
}
.css-td{
	display: table-cell;
}


.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: stretch;
}
.flex-container .flex-item{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    height: 455px;
	
	flex: 0 1 25%;
}
.flex-container .flex-item .panel{
	height: 100%;
	position: relative;
}

.flex-container .flex-item .panel .panel-body{
	max-height: 79%;
    overflow: auto;
}

.flex-container .flex-item .panel .panel-body.panel-body-short {
    max-height: 55%;
}

.flex-container .flex-item .panel .panel-footer{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-top: 0;
}

.cursor-pointer{
	cursor: pointer
}

.flex-container .flex-item.flex-item-double{
	flex-basis: 50%;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b7b9bb;
}

.chat li .chat-body {
  margin-left: 60px;
  font-size: 13px;
}
.chat li .chat-body p {
  margin: 0;
}

.chat li .chat-body .header {
  color: #337ab7;
  margin-bottom:.5em;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}


.form-control.form-control-auto-height{
	height: auto;
}

.to-uppercase{
	text-transform: uppercase;
}

.inline-nav{
	list-style-type: none;
	padding: 0;
  margin: 8px 0;
}
.inline-nav li{
	display: inline-block;
}
.inline-nav li > a,
.inline-nav li > button{
	display: block;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

/*============================================================================*\
* 2) Top Navbar 
\*============================================================================*/
.top-navbar{
	background: #f8f8f8;
    min-height: 41px;
    border-bottom: 1px solid #e7e7e7;
	z-index: 999;
}
.top-navbar .top-navbar-inner-wrap{
	    padding-top: .1px;
}

.top-navbar .topmenu-menu{
	float: right;
}
.top-navbar .user-img {
    width: 36px;
    height: 36px;
    background: transparent;
    margin: -5px 0px -5px 3px;
    display: inline-block;
    position: relative;
}
.top-navbar .user-img figure{
  border: 1px solid #bababa;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.top-navbar .user-img .user-img-element{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-navbar .logo{
	background: url('images/egt_mp_flat_logo.svg') no-repeat center center / 100% auto transparent;
	width: 65px;
	height: 29px;
    display: block;
    float: left;
    padding: 0;
	margin: 5px 5px 1px 40px;
}

.navbar-top-links{
	float: right;
	position: relative;
    padding-left: 5px;
    margin-left: 5px;
}
.navbar-top-links::before{
    content: '';
    display: block;
	position: absolute;
    left: 0px;
    top: 9px;
    width: 2px;
    height: 20px;
    background-color: #e7e7e7;
}

.navbar-top-links li{
	display: inline-block;
	padding: 7px 10px;
	vertical-align: middle;
}
.navbar-top-links li > a,
.navbar-top-links li > .btn{
	position: relative;
	display: block;
    padding: 0px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-top-links li .gas-icon{
	font-size: 24px;
}

.top-navbar a:focus,
.top-navbar a:hover {
	text-decoration: none;
}

.top-navbar .glyphicon{
	top:0px;
	font-size: 17px;
}

.switch-left-menu {
    position: relative;
    z-index: 1;
    font-size: 22px;
	height: 41px;
    background-color: #ebebeb;
	cursor: pointer;
	
    display: block;
    padding: 10px 15px;
}
.switch-left-menu:focus,
.switch-left-menu:hover{
	text-decoration: none;
}
.top-navbar .switch-left-menu{
	float: left;
	border-radius: 0;
	padding: 6px 12px 7px;
	height: auto;
}

.lang-flag{
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: transparent;
    background-position: center;
    background-size: 100% 100%;
    opacity: .75;
    vertical-align: middle;
}
.lang-flag.bg{
	background-image: url('images/lang_flags/bg.png');
}
.lang-flag.ro{
	background-image: url('images/lang_flags/ro.png');
}
.lang-flag.en{
	background-image: url('images/lang_flags/en.png');
}

/*============================================================================*\
* 3) Sidebars
\*============================================================================*/
body.sidebar-left-opened .page-wrapper,
body.sidebar-left-opened .top-navbar{
	margin-left:200px;
}
body.sidebar-left-opened.sidebar-left-sub-opened .page-wrapper,
body.sidebar-left-opened.sidebar-left-sub-opened .top-navbar{
	margin-left:400px;
}

body.sidebar-left-collapsed .page-wrapper,
body.sidebar-left-collapsed .top-navbar{
	margin-left:50px;
}
body.sidebar-left-collapsed.sidebar-left-sub-opened .page-wrapper,
body.sidebar-left-collapsed.sidebar-left-sub-opened .top-navbar{
	margin-left:250px;
}


body.sidebar-right-opened .page-wrapper{
	margin-right:250px;
}


.sidebar{
    z-index: 1000;
}
.sidebar,
.sidebar .sidebar-inner-wrap{
	height: 100%;
}
.sidebar .side-menu-wrap{
    width: 100%;
    margin-top: 25px;
    max-height: 80%;
    overflow-y: auto;
}

body.sidebar-left-collapsed .sidebar .side-menu-wrap{
	overflow-y: visible;
}

.sidebar.sidebar-left{
	width: 200px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	/*overflow: auto;*/
	border-right: 1px solid #e7e7e7;
}

body.sidebar-left-collapsed .sidebar.sidebar-left{
	width: 50px;
}

body.sidebar-left-collapsed .sidebar-search .custom-search-form .form-control{
	display: none;
}
.navbar-top-links-user{
	width: 250px;
}
.sidebar.sidebar-right{
	width: 250px;
	position: fixed;
	top: 58px;
	bottom: 0px;
	right: 0;
	z-index: 900;
	padding: 5px;
	
	border-left: 1px solid #b7b9bb;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) -2px 0px 3px;
    background-color: #f0eff5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

body.sidebar-left-collapsed .top-navbar .switch-left-menu,
body.sidebar-left-opened .top-navbar .switch-left-menu{
	display: none;
}
.sidebar .switch-left-menu{
	
}

.sidebar .sidebar-search{
	margin:25px 5px;
}

.sidebar .sidebar-search .input-group .form-control{
	height: 34px;
}

/*backfrop is only active under some screen sizes*/
.sidebar-left-backdrop{
	display: none;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}

/*============================================================================*\
* 3.1) Side Menu
\*============================================================================*/

body.sidebar-left-collapsed .side-menu > li > a > span{
	display: none;
}
@media (hover: hover) {
	body.sidebar-left-collapsed .side-menu > li > a:hover{
		background: #eaeaea;
	    min-width: 260px;
	    position: relative;
		z-index: 10;
	}
	body.sidebar-left-collapsed .side-menu > li > a:hover > span{
		display: block;
	}
}

.side-menu li{
	display: block;
}
.side-menu li.filter-hide{
	display: none;
}
.side-menu li > a{
	padding: 10px 5px;
}

.side-menu > li > a{
	min-height: 34px;
}
.side-menu > li > a .gas-icon{
	font-size: inherit;
	position: absolute;
	top:11px;
	left:5px;
}

.side-menu > li > a span{
	display: inline-block;
	padding-left: 15px;
}

.side-menu li > a.menu-item.has-children{
	cursor: context-menu;
}

.side-menu li .nav-second-level{
	padding-top: 65px;
	padding-bottom: 25px;
	position: fixed;
    left: 200px;
    width: 200px;
    top: 0;
    bottom: 0;
    background: #ebebeb;
}
.side-menu li .nav-second-level h4{
	position: relative;
	margin-top: 10px;
    margin-bottom: 10px;
}
.side-menu li .nav-second-level h4 .gas-icon{
	position: absolute;
	top: 0px;
    left: 0px;
}

.side-menu li .nav-second-level h4 span {
    display: inline-block;
    padding-left: 25px;
}

body.sidebar-left-collapsed.sidebar-left-sub-opened .side-menu li .nav-second-level{
	left:50px;
}

.side-menu li .nav-second-level .sub-menu-close{
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    height: 40px;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
}

.side-menu li .nav-third-level{
	padding-left: 10px;
}



/*============================================================================*\
* 4) Icon styles 
\*============================================================================*/

.glyphicon .label {
	position: absolute;
    bottom: -9px;
    right: -7px;
    padding: 2px 2px;
    font-size: 9px;
    line-height: 10px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 9px;
	background: #fff;
	color: #242424;
}

.glyphicon .label.label-danger{
	background: #E50000;
	color: #fff;
}


/*============================================================================*\
* 5) Bootstrap overwrites
\*============================================================================*/
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}
.thumbnail{
	margin: 5px; 
	display: inline-block;
	padding: 2px;
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100px;
	height: auto;
    max-width: 100%;
}

.thumbnail.thumbnail-small{
	margin: 2px;
    display: inline-block;
    padding: 1px;
}
.thumbnail.thumbnail-small a>img,
.thumbnail.thumbnail-small>img {
    margin-right: auto;
    margin-left: auto;
    width: 50px;
	height: auto;
    max-width: 100%;
}

.thumbnail.thumbnail-large a>img,
.thumbnail.thumbnail-large>img {
    width: 225px;
    max-width: 100%;
}


.dropdown-menu.dropdown-menu-limited-height{
	height:400px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}
.dropdown-menu.right-aligned{
	right:0px;
	left:auto;
}
.dropdown-menu .dropdown-item{
	display: block;
	padding: 5px;
}
.dropdown-menu .dropdown-item > .btn,
.dropdown-menu .dropdown-item > a{
	display: block;
	padding: 5px;
}
.dropdown-menu .dropdown-item-btns{
	text-align: center;
}
.dropdown-menu .dropdown-item-btns a,
.dropdown-menu .dropdown-item-btns .btn{
	display: inline-block;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.dropdown-menu .dropdown-item-btns .lang-flag{
	height: 23px;
	width: 23px;
}
.dropdown-menu .dropdown-divider{
	border-bottom: 1px solid #b7b9bb;
    margin-left: 5px;
    margin-right: 5px;
}
.dropdown-menu.dropdown-menu-thin .dropdown-item,
.dropdown-menu.dropdown-menu-thin li{
	padding: 4px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle{
	border:0;
	background: none;
    padding: 2px;
	margin:0px;
	font-size:25px;
}

.fa,
.glyphicon{
	position: relative;
}
.fa .number-bubble,
.glyphicon .number-bubble{
	position: absolute;
    background: #edeeee;
    top: -7px;
    right: -7px;
    padding: 2px 2px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    font-family: arial;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.documents-for-print-dropdown .dropdown-menu{
	min-width: 320px;
	left:-140px;
}
.documents-for-print-dropdown .dropdown-menu li{
	padding: 3px 10px;
	white-space: nowrap;
}
.documents-for-print-dropdown .dropdown-menu li a{
	display: inline-block;
	padding: 2px 8px;
	white-space: normal;
}
.documents-for-print-dropdown .dropdown-menu li .btn.btn-xs{
	padding: 3px;
    display: inline-block;
}

.documents-for-print-dropdown .dropdown-menu li .btn.btn-xs .glyphicon{
	font-size: 13px;
}


/*============================================================================*\
* 6) CSS javascript hooks
\*============================================================================*/

body{
	--screensize: desktop;
	screensize: desktop;
}

@media all and (max-width: 1024px) {
	body{
		--screensize: tablet;
		screensize: tablet;
	}
}
@media all and (max-width: 960px) {
	
}
@media all and (max-width: 768px) {
	body{
		--screensize: mobile;
		screensize: mobile;
	}
	
}
@media all and (max-width: 550px) {

	
}


/*============================================================================*\
* 7) Content Wrapper and Content
\*============================================================================*/

.page-wrapper{
	padding: 30px 35px 35px;
    margin-top: 41px;
    overflow: auto;
}
.page-header{
	margin: 0 0 20px;
}


.page-header-group{
  margin-bottom: 50px;
}
.page-header-group .page-header-line{
  padding: 8px;
}


.page-header-group .page-header-line .page-header{
  margin: 0;
  display: inline-block;
}
.page-header-group .page-header-line .page-header .icon{
  margin-right: 5px;
}
.page-header-group .page-header-nav{
  
}
.page-header-group .page-header-nav .nav-tabs{
  border:0;
}
.page-header-group .page-header-nav .nav-tabs>li{
  margin: 0 8px;
}
.page-header-group .page-header-nav .nav-tabs>li>a{
  margin: 0;
  border:0;
}
.page-header-group .page-header-nav .nav-tabs>li.active>a,
.page-header-group .page-header-nav .nav-tabs>li.active>a:focus,
.page-header-group .page-header-nav .nav-tabs>li.active>a:hover,
.page-header-group .page-header-nav .nav-tabs>li>a:focus,
.page-header-group .page-header-nav .nav-tabs>li>a:hover{
  border:0;
}

.page-header-group .page-header-btns{
  float: right;
}

ol.list-style-type-none,
ul.list-style-type-none{
	list-style-type: none;
}


/*============================================================================*\
* 8) Form elements
\*============================================================================*/

.input-group-btn .btn .fa,
.input-group-btn .btn .gas-icon,
.input-group-btn .btn .glyphicon{
	line-height: 20px;
}

.btn .gas-icon{
	font-size: 1.2em;
	vertical-align: middle;
	margin-top: -1px;
	display: inline-block;
}
.btn .glyphicon {
    font-size: 1.15em;
    vertical-align: middle;
    display: inline-block;
}
.btn > *{
	vertical-align: middle;
}

.setting-line{
	text-align: left;
}
.setting-line .setting-line-info{
	display: block;
}
.setting-line .setting-line-privilege-origin{
	float: right;
}
.table-module-action-settings label,
.table-menu-settings label{
	margin-bottom: 0;
}
.table-module-action-settings .highlight,
.table-module-action-settings tr.highlight,
.table-module-action-settings tbody tr.highlight,
 .table-menu-settings .highlight,
.table-menu-settings tr.highlight,
.table-menu-settings tbody tr.highlight {
    background-color: #cbcbcb;
}

    
/*============================================================================*\
* 9) Panel elements
\*============================================================================*/

.panel{
	border-color: #e2e2e3: 
}
.panel .panel-body {
    background-color: transparent;
}

.panel .panel-body .panel-body-title{
	font-size: 1.25em;
	margin: .5em 0 1.25em;
	font-weight: bold;
	text-align: center;
}

.panel .panel-summary-table{
	margin:0;
}
.panel .panel-summary-table tr td{
    padding-top: .5em;
    padding-bottom: .5em;
}

.panel .panel-heading{
	position: relative;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6,
.panel-heading .panel-title{
	margin:0;
	padding: 0 30px;
	text-align: center;
}

.panel-heading span.panel-title,
.panel-heading .span.panel-title{
	padding: 0;
}

h1.panel-title,
.h1.panel-title {
  font-size: 36px;
}
h2.panel-title,
.h2.panel-title {
  font-size: 30px;
}
h3.panel-title,
.h3.panel-title {
  font-size: 24px;
}
h4.panel-title,
.h4.panel-title {
  font-size: 18px;
}
h5.panel-title,
.h5.panel-title,
.panel-title {
  font-size: 16px;
}
h6.panel-title,
.h6.panel-title {
  font-size: 12px;
}


.panel .panel-heading .btn-group{
	position: relative;
	top:-2px;
}

.panel .panel-heading .icon{
	position: relative;
    top: 2px;
	float: left;
}

.panel .panel-heading .icon.gas-icon{
    font-size: 24px;
    top: -4px;
	vertical-align: middle;
}
.panel .panel-heading *{
	vertical-align: middle;
}
.panel-accordion .panel-heading{
	
}
.panel-accordion .panel-heading a{
	display: block;
}
.panel-accordion .panel-heading .panel-title{
	font-size: 15px;
}
.panel .panel-dash{
	/*background-color: #343a40;*/
  background-color: #ffc852;
	color:#fff;
	text-align: center;
	padding: 15px;
}

.panel .panel-dash.panel-dash-slider{
	padding: 0;
}
.panel .panel-dash.panel-dash-slider .panel-dash-slider-control{
	position: absolute;
	bottom:10px;
	z-index: 15;
	cursor: pointer;
	
	font-size: 30px;
}
.panel .panel-dash.panel-dash-slider .panel-dash-slider-control.slider-left-control{
	left:5px;
}
.panel .panel-dash.panel-dash-slider .panel-dash-slider-control.slider-right-control{
	right:5px;
}

.panel .panel-dash .panel-dash-col-wrap{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.panel .panel-dash .panel-dash-col-wrap .panel-dash-col{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33.33%;
}
.panel .panel-dash .panel-dash-col-wrap .panel-dash-col.text-left{
	text-align: left;
}
.panel .panel-dash .panel-dash-col-wrap .panel-dash-col.text-right{
	text-align: right;
}
.panel .panel-dash .panel-dash-col-wrap .panel-dash-col.small-text{
	    padding-top: 10px;
    font-size: 12px;
}

.panel .panel-dash .panel-dash-col-wrap .panel-dash-col.col-width-2{
	width: 66.66%;
}

.panel .panel-dash h4{
	margin: 0;
	padding: 0;
	font-size: 4em;
}
.panel .panel-dash p{
	font-size: 1.2em;
	margin: 0;
}
.panel .panel-dash.panel-dash-small{
	font-size: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.panel .panel-dash.panel-dash.panel-dash-small h4{
	font-size: 3em;
}

.panel .panel-list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.panel .tab-content a.currently-showing{
	font-weight: bold;
	color: #343A40;
}

.panel-dash-slider ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
}

.panel-dash-slider ul li a img,
.panel-dash-slider ul li a,
.panel-dash-slider ul li{
	height: 100%;
	display: block;
}
.panel-dash-slider ul li{
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
    text-align: center;
}
.panel-dash-slider ul li a{
	display: inline-block;
}

.panel-dash-slider ul li .caption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 30px 10px 30px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	min-height: 50px;
}

.panel-dash-slider ul li.current{
	z-index: 10;
}

.panel-dash-slider ul li a img{
	width: auto;
	max-width: initial;
}


.panel .panel-footer{
	background-color: transparent;
	border-top: 1px solid #b7b9bb;
}


.panel-green {
	border-color: #5cb85c;
	background-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-dash.panel-dash-green{
  color: white;
  background-color: #5cb85c;
}

.panel-dash.panel-dash-lightpink{
	color: white;
    background-color: #968ABC;
}

.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}



/*============================================================================*\
* 10) Login page
\*============================================================================*/
.login-page{
    font-size: 14px;
}
.login-page,
.login-page body,
.login-page body .css-table{
    height: 100%;
	color: #343A40;
}
.login-page body .css-table{
    width: 100%;
}
.login-page body .css-table .css-td{
    vertical-align: middle;
}

.panel-login{
	width: 80%;
    max-width: 400px;
    min-width: 300px;
	margin:0 auto;
	background-color: #F6F5F5;
	
	border: 1px solid #d3d3d5;
}
.panel-login .panel-body{
	background-color: transparent;
	padding: 20px 35px 5px 35px;
}
.panel-login .panel-footer{
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
}

.panel-login label{
	font-weight: normal;
	font-style: italic;
}
.panel-login .btn{
	margin-top:10px;
}
.panel-login .btn .glyphicon{
	margin-right: 5px;
}

.panel-login .form-control{
	height: 30px;
}




@-webkit-keyframes btn-ng-bs-rotation {
0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes btn-ng-bs-rotation {
0% {
	-moz-transform: rotate(0);
	transform: rotate(0);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes btn-ng-bs-rotation {
0% {
	-o-transform: rotate(0);
	transform: rotate(0);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes btn-ng-bs-rotation {
0% {
	transform: rotate(0);
}
100% {
	transform: rotate(360deg);
}
}

.btn-ng-bs-animated .glyphicon.icon-submit {
	-webkit-animation: btn-ng-bs-rotation 2s infinite linear;
	-moz-animation: btn-ng-bs-rotation 2s infinite linear;
	-o-animation: btn-ng-bs-rotation 2s infinite linear;
	animation: btn-ng-bs-rotation 2s infinite linear;
}





/*============================================================================*\
* 11) Modal Sizes
\*============================================================================*/

.modal-dialog.modal-balance {
    width: 95%;
}
.modal-dialog.modal-wide {
  width:93%; /*overwrites bootstrap style*/
  max-width: 1600px;
}

/*Modal sizes special*/
.modal-dialog{
	max-width: 98%;
}
.modal-dialog.modal-ori{
	width: 90%;
	max-width: 1500px;
}
.modal-dialog.modal-ore{
	width: 90%;
	max-width: 1200px;
}
.modal-dialog.modal-exp{
	width: 90%;
	max-width: 1200px;
}

.modal-dialog.modal-95-percent, .modal-95-percent .modal-dialog{
	width: 95%;
	max-width: 1500px;	
}

.modal-dialog.modal-full-98-percent{
	width: 98%;
    max-width: initial;	
}

.modal-dialog.modal-small{
	width: 350px;
    max-width: 98%;	
}

.modal-dialog.modal-medium{
	width: 800px;
    max-width: 98%;	
}

@media all and (max-width: 1500px) {
	.modal-dialog.modal-ori,
	.modal-dialog.modal-ore,
	.modal-dialog.modal-exp,
	.modal-dialog.modal-offer{
		width: 85%;
	}
}

@media all and (max-width: 1200px) {
	.modal-dialog.modal-ori,
	.modal-dialog.modal-ore,
	.modal-dialog.modal-exp,
	.modal-dialog.modal-offer{
		width: 95%;
	}
}

/*Modal sizes special end*/


@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width:750px;    
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);        
  }
  .modal-dialog.modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 900px;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-auto {
    width: auto;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-offer {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-floated-offer {
    width: 65%;
  }

  .modal-dialog.modal-floated-offer .modal-content {
    float:left;
    width:100%;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-floated-balance {
    width: 95%;
  }

  .modal-dialog.modal-floated-balance .modal-content {
    float:left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-clients {
    width: 75%;
  }
}
.modal-dialog.modal-xl{
    width: 98%;
    max-width: 1600px;
}

.modal-dialog.modal-ml{
    width: 80%;
    max-width: 1600px;
}

.modal-dialog.modal-md {
	width: 550px;
	max-width: 90%;
}

/*============================================================================*\
*	12) News Articles Module
\*============================================================================*/

.vertical-pill-nav{
	padding-top: 10px;
}
.panel-news-article-wrap{
	max-width: 700px;
	padding: 0px 10px;
	margin:10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-news-article-wrap .panel-news-article{
	margin:0;
}

.panel.panel-news-article{
	background: #fafafa;
	min-height: 120px;
  padding: 5px;
	cursor: pointer;
}
.panel.panel-news-article figure{
	text-align: center;
}
.panel.panel-news-article figure img{
	max-width: 100%;
}
.panel.panel-news-article .panel-title{
	font-size: 20px;
	margin:.5em;
}

/*============================================================================*\
* 13) User Profile
\*============================================================================*/
.vacation-info-box{
	background: #f9f9f9;
	border: 1px solid #dddddd;
	border-radius: 6px;
	margin-bottom:20px;
	max-width: 850px;
}

.vacation-info-box .vacation-info-box-image,
.vacation-info-box .vacation-info-box-main,
.vacation-info-box .vacation-info-box-statistic{
	float: left;
	min-height: 2px;
  margin-bottom: 10px;
}
.vacation-info-box .vacation-info-box-image{
	width: 20%;
}
.vacation-info-box .vacation-info-box-main{
	width: 58%;
}
.vacation-info-box .vacation-info-box-main h3{
	margin: 10px 0 0;
}
.vacation-info-box .vacation-info-box-statistic{
	width: 22%;
	padding-left: 20px;
	font-size: 12px;
}
.vacation-info-box .vacation-info-box-statistic * {
	margin: 3px 0;
}
.vacation-info-box .vacation-info-box-statistic h4{
	margin-top:8px;
	font-size: 1.4em;
}

.vacation-info-box .vacation-info-box-footer{
	text-align: center;
	clear: both;
	padding: 10px;
	border-top: 1px solid #dddddd;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,dddddd+100 */
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}

/*============================================================================*\
* END) Basic Responsiveness
\*============================================================================*/
.top-menu-btn{
	display: none;
}

@media all and (max-width: 1500px) {
	.flex-container .flex-item{
		flex-basis: 33.33%;
	}
	.flex-container .flex-item.flex-item-double {
    flex-basis: 66.67%;
	}
}
@media all and (max-width: 1200px) {
	.flex-container .flex-item{
		flex-basis: 50%;
	}
	.flex-container .flex-item.flex-item-double {
    flex-basis: 100%;
	}
	.page-wrapper {
	    padding-left:15px;
		padding-right:15px;
	}
	
}

@media all and (max-width: 991px){
	.panel.panel-news-article .panel-title{
		text-align: center;
	}
	.panel.panel-news-article figure img {
	  max-width: 45%;
	}

}

@media all and (max-width: 750px) {
	.flex-container{
		display: block;
	}
	.flex-container .flex-item{
		flex: none;
	}
	.page-wrapper {
        padding: 20px 10px;
	}
	
	.top-navbar .logo{
		margin-left: 20px;
	}
	
	.topmenu-menu{
		display: none;
		
		padding: 2px;
		position: absolute;
		top: 120%;
	    right: 5px;
		background-color: #d9534f;
    	color: #fff;
		border-radius: 3px;
    	position: absolute;
	}
	
	.topmenu-menu li a {
		color: inherit;
	}
	
	.topmenu-menu.show{
		display: block;
	}
	
	.topmenu-menu .navbar-top-links::before{
		display: none;
	}
	
	.topmenu-menu .dropdown-menu {
	    right: 0px;
	    left: auto;
		width: 250px;
		
		color: #343A40;
		
		min-width: auto;
		max-width: initial;
	}
	.topmenu-menu .dropdown-menu li{
		white-space: normal;
		border-bottom: 1px solid #bababa;
	}
	
	
	body.sidebar-left-opened .sidebar-left-backdrop,
	body.sidebar-left-sub-opened .sidebar-left-backdrop{
		display: block;
	}
	
		
}








/*
* OLD RANDOM STYLES
*
*/
.left {float:left;}
.right {float:right;}
.w100{width:100%;}
.mt20{margin-top:20px;}
.ml10{margin-left:10px !important;}
.pl15{padding-left:15px !important;}
.mt10{margin-top:10px !important;}
.ml10{margin-left: 10px !important;}
.mb10{margin-bottom:10px !important;}
.mt5{margin-top:5px !important;}
.mr10{margin-right:10px !important;}
.w50{width: 50%}
.br-grey{border-right:1px solid #eee;}
.bold{font-weight: bold;}
.pointer{cursor: pointer;}

.grayish {background: #FBFBFB; padding: 10px; border: 1px solid #F0F0F0;}
.black{background: #000 !important; color: #fff !important;}
.yellow{background: #FFEB3B !important; color: black !important;}

.dark-text {
	color: #000 !important;
}

.tab-green-color {
	background-color:#2C7987;
}



.login {
	
}

/*Live Search styles start*/
ul.searchresultspopup {
	border: #a4bed4 1px solid;
	margin-top: 0px;
	padding: 0px;
	z-index: 99999!important;
	position: absolute;
	background-color: white;
	/*max-height:200px;*/
	border-collapse: separate;
	overflow-y: hidden;
}

ul.searchresultspopup > li {
	cursor: pointer;
	padding-left: 1px;
	text-align: left;
	font-size: 12px;
	list-style: none;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*text-transform: lowercase;*/
}

ul.searchresultspopup li.selected, ul.searchresultspopup li:hover {
	background-color: #ededed;
}

ul.searchresultspopup b {
	color: blue;
}

ul.searchresultspopup strong {
	color: green;
}
/*Live Search styles end*/
.display-block{
	display: block;
}
.display-inline{
	display: inline;
}
.display-inline-block{
	display: inline-block;
}

.text-right {text-align: right}
.text-left {text-align: left}
.text-center {text-align: center}
 
.table th { text-align: center !important; font-weight: bold }
.table .text-right {text-align: right !important}
.table .text-left {text-align: left !important}
.table .text-center {text-align: center !important}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px;
    line-height: 1.4;
}

.td_right{
	padding: 5px 5px 5px 5px; 
	text-align: right;
}

.td_left{
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
}
label.form-control,
div.form-control,
span.form-control{
	background-color: #eee;
	height: auto;
    min-height: 30px;
}
.ui-select-container span.form-control{
	background: inherit;
}

.td_label{padding: 5px 5px 5px 5px; text-align:right;}

.clear_padding{padding: 0px !important}


.btn-ng-bs-animated.icons-only .text {
	display: none;
}


.invalid_message {color: red;}

/**
*Tree List styles
*
*Used in: Left menu and Roles listing
*
*/
.tree li {
	list-style-type: none;
	margin: 0;
	/*padding: 10px 5px 0 5px;*/
	position: relative
 }

	.tree li::before, .tree li::after {
		content: '';
		left: -25px;
		position: absolute;
		right: auto
	 }

	.tree li::before {
		bottom: 50px; /*border-left:1px solid #999;*/
		height: 100%;
		top: 0;
		width: 1px
	 }

	.tree li::after {
		height: 20px; /*border-top:1px solid #999;*/
		top: 25px;
		width: 30px
	 }

.tree>ul>li::before, .tree>ul>li::after {border: 0}

.tree li:last-child::before {height: 30px}

/**
*Tree List styles
*
*Used in: Groupes listing
*
*/
.treeGroups li {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0 5px;
	position: relative
 }

	.treeGroups li::before, .treeGroups li::after {
		content: '';
		left: -25px;
		position: absolute;
		right: auto
	 }

	.treeGroups li::before {
		bottom: 50px; /*border-left:1px solid #999;*/
		height: 100%;
		top: 0;
		width: 1px
	 }

	.treeGroups li::after {
		height: 20px; /*border-top:1px solid #999;*/
		top: 25px;
		width: 30px
	 }

.treeGroups>ul>li::before, .treeGroups>ul>li::after {border: 0}

.treeGroups li:last-child::before {height: 30px}

.menuParentBtn {
	width: 90%;
}

.menuChildBtn {
	width: 81%;
 }

.menuGrandChildBtn {
	width: 69%;
 }

.tree-btn {
	min-width: 20px;
	padding-left: 5px !important; 
	padding-top:2px;
 }

/**
*Template
*
*/
.main {
	/*
	padding-top: 40px;
	width: auto;
	min-width: 1200px;
	height: 100%;*/
	/*overflow: auto;*/
 }

.topData {position: relative;}

	.topData nav {
		padding: 0px;
		min-height: 40px;
		height:auto;
		margin: 0;
		min-width: 300px;
	 }

.leftWrapper {
	display: inline;
	position: relative;
 }

.leftData {
	background-color:#156a7a !important;
	width: auto;
	min-height: 700px;
	min-width: 240px;
	max-width: 300px;
	padding-bottom: 20px;
	color: #000;
	float: left;
	border-radius: 0px 3px 3px 0px; /* border-right: 1px solid #ccc;*/
	position: relative;
	left: 0px;
 }

.mainData {
	margin-top: 1%;
	width: 85%;
	/*padding-top: 30px;*/
	padding-left: 30px;
	position: relative;
	display: inline-block;
	/*overflow: visible;*/
 }
 
@media (max-width: 1700px){
	.mainData{
		width: 80%;
	}
}
@media (max-width: 1250px){
	.mainData{
		width: 75%;
	}
}
 
 
.mainData .input-group{
    max-width: 400px;
 }

.mainData.leftMenuHidden{
	padding-left: 25px;
}

.leftWrapper.collapsed{
	min-width: auto;
	width: 0;
}

.documenter_top {
    padding-top: 5px !important;
	
}
.documenter_sidebar li {
    margin: 0px;
  	padding: 0px;
	list-style-type: none;
 }
 .documenter_sidebar ul span.btn-fake,
.documenter_sidebar ul a {
    background-color: #156a7a;
    color: #ffffff;
}
.documenter_sidebar ul span.btn-fake,
.documenter_sidebar ul a {
    text-shadow: 1px 1px 0 #0d5254;
}
.documenter_sidebar ul {
	    margin:0;
    padding:0;
    
}
.documenter_sidebar ul span.btn-fake,
.documenter_sidebar ul a {
    border: 1px solid #179990;
    color: #ffffff;
}
.documenter_sidebar ul a:hover {
    background: none repeat scroll 0 0 #333636 !important;
    border-top: 1px solid #333636;
    color: #ffffff;
}
.documenter_sidebar ul a.current {
    background: none repeat scroll 0 0 #333636;
    border-top: 1px solid #333636;
    color: #ffffff;
}
.documenter_sidebar ul span.btn-fake{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}

.bottomData {
	width: 100%;
	min-width: 300px;
	height: 12%;
	margin-bottom: 5px;
	font-size: 10px;
	border-radius: 4px;
	border-color: #e7e7e7;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 5px rgba(255, 255, 255, 0.15);
	/*background-image: linear-gradient(to bottom, #f8f8f8 0%, #fff 100%);*/
	background-repeat: repeat-x;
	position: fixed;
	top: 88%;
	overflow-y: auto;
	z-index: 0;
 }





.logsModal .modal-dialog {height: 90%;}

	.logsModal .modal-dialog .modal-content {
		max-height: 100%;
		overflow: auto;
	 }
.modal-content form:after{
	content:"";
	clear: both;
	display: block;
}

button .close {
	border-color: #9b59b6;
	border-width: 10px;
 }

span.glyphicon-circle-arrow-left, span.glyphicon-circle-arrow-right, span.glyphicon-circle-arrow-up, span.glyphicon-circle-arrow-down {font-size: 1.9em;}


/**
*Form styles
*
*Used in: Login form
*/

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
 }

button .modalButton {
  width: 67px;
  height: 40px;
  background-color: #33FF00;
  
  border: 5px solid #009900;
  padding: 5px;
}

span.glyphicon-ok-circle, span.glyphicon-remove-circle{
	font-size: 1.3em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn.btn-red {
    background: none repeat scroll 0 0 #d84a38;
    border-color: #d84a38;
    box-shadow: 0 0 5px #d84a38 inset;
}
.btn.btn-red:hover {
    background: none repeat scroll 0 0 #9e4444;
    border-color: #9e4444;
    box-shadow: 0 0 5px #9e4444 inset;
}
.btn.btn-red:active {
    background: none repeat scroll 0 0 #9e4444;
    border-color: #9e4444;
    box-shadow: 0 0 5px #9e4444 inset;
}
.btn.btn-green {
    background: -moz-linear-gradient(center top , #96c161, #82b346) repeat scroll 0 0 / 100% auto #82b346;
    border: 1px solid #6d963b;
    box-shadow: 0 1px 2px #a2c873 inset;
}
.btn.btn-green:hover {
    background: -moz-linear-gradient(center top , #96c161, #80af45) repeat scroll 0 0 / 100% auto #80af45;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-green:active {
    background: none repeat scroll 0 0 #8cbb52;
    border-color: #688e38;
    box-shadow: 0 0 5px #8cbb52 inset;
}
.btn.btn-blue {
    background: none repeat scroll 0 0 #17a4c2;
    border-color: #17a4c2;
    box-shadow: 0 0 5px #17a4c2 inset;
}
.btn.btn-blue:hover {
    background: none repeat scroll 0 0 #187386;
    border-color: #187386;
    box-shadow: 0 0 5px #187386 inset;
}
.btn.btn-blue:active {
    background: none repeat scroll 0 0 #187386;
    border-color: #187386;
    box-shadow: 0 0 5px #187386 inset;
}
.btn.btn-gray {
    background: none repeat scroll 0 0 #8c97a6;
    border-color: #8c97a6;
    box-shadow: 0 0 5px #8c97a6 inset;
}
.btn.btn-gray:hover {
    background: none repeat scroll 0 0 #5d6979;
    border-color: #5d6979;
    box-shadow: 0 0 5px #5d6979 inset;
}
.btn.btn-gray:active {
    background: none repeat scroll 0 0 #5d6979;
    border-color: #5d6979;
    box-shadow: 0 0 5px #5d6979 inset;
}
.btn.btn-black {
    background: -moz-linear-gradient(center top , #838383, #6f6f6f) repeat scroll 0 0 / 100% auto #6f6f6f;
    border: 1px solid #5a5a5a;
    box-shadow: 0 1px 2px #909090 inset;
}
.btn.btn-black:hover {
    background: -moz-linear-gradient(center top , #838383, #6c6c6c) repeat scroll 0 0 / 100% auto #6c6c6c;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-black:active {
    background: none repeat scroll 0 0 #797979;
    border-color: #555555;
    box-shadow: 0 0 5px #797979 inset;
}
.btn.btn-lightblue {
    background: -moz-linear-gradient(center top , #6db5d5, #4da5cc) repeat scroll 0 0 / 100% auto #4da5cc;
    border: 1px solid #3692bb;
    box-shadow: 0 1px 2px #81bfdb inset;
}
.btn.btn-lightblue:hover {
    background: -moz-linear-gradient(center top , #6db5d5, #49a3cb) repeat scroll 0 0 / 100% auto #49a3cb;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-lightblue:active {
    background: none repeat scroll 0 0 #5dadd0;
    border-color: #338cb3;
    box-shadow: 0 0 5px #5dadd0 inset;
}
.btn.btn-gold {
    background: -moz-linear-gradient(center top , #d5a44c, #c9922f) repeat scroll 0 0 / 100% auto #c9922f;
    border: 1px solid #a87a27;
    box-shadow: 0 1px 2px #daaf61 inset;
}
.btn.btn-gold:hover {
    background: -moz-linear-gradient(center top , #d5a44c, #c58f2e) repeat scroll 0 0 / 100% auto #c58f2e;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-gold:active {
    background: none repeat scroll 0 0 #d19c3b;
    border-color: #a07425;
    box-shadow: 0 0 5px #d19c3b inset;
}
.btn.btn-sea {
    background: -moz-linear-gradient(center top , #5a837e, #496b67) repeat scroll 0 0 / 100% auto #496b67;
    border: 1px solid #39534f;
    box-shadow: 0 1px 2px #64928d inset;
}
.btn.btn-sea:hover {
    background: -moz-linear-gradient(center top , #5a837e, #476864) repeat scroll 0 0 / 100% auto #476864;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-sea:active {
    background: none repeat scroll 0 0 #527772;
    border-color: #354d4a;
    box-shadow: 0 0 5px #527772 inset;
}
.btn.btn-brown {
    background: -moz-linear-gradient(center top , #bb934f, #a27e3f) repeat scroll 0 0 / 100% auto #a27e3f;
    border: 1px solid #856733;
    box-shadow: 0 1px 2px #c29e61 inset;
}
.btn.btn-brown:hover {
    background: -moz-linear-gradient(center top , #bb934f, #9f7b3d) repeat scroll 0 0 / 100% auto #9f7b3d;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-brown:active {
    background: none repeat scroll 0 0 #b18944;
    border-color: #7e6131;
    box-shadow: 0 0 5px #b18944 inset;
}
.btn.btn-twitter {
    background: -moz-linear-gradient(center top , #73b4ff, #4a9eff) repeat scroll 0 0 / 100% auto #4a9eff;
    border: 1px solid #2189ff;
    box-shadow: 0 1px 2px #8dc2ff inset;
}
.btn.btn-twitter:hover {
    background: -moz-linear-gradient(center top , #73b4ff, #459cff) repeat scroll 0 0 / 100% auto #459cff;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-twitter:active {
    background: none repeat scroll 0 0 #5fa9ff;
    border-color: #1783ff;
    box-shadow: 0 0 5px #5fa9ff inset;
}
.btn.btn-facebook {
    background: -moz-linear-gradient(center top , #4365b4, #385496) repeat scroll 0 0 / 100% auto #385496;
    border: 1px solid #2d4479;
    box-shadow: 0 1px 2px #5272bf inset;
}
.btn.btn-facebook:hover {
    background: -moz-linear-gradient(center top , #4365b4, #365293) repeat scroll 0 0 / 100% auto #365293;
    transition: box-shadow 0.05s ease-in-out 0s;
}
.btn.btn-facebook:active {
    background: none repeat scroll 0 0 #3d5ca5;
    border-color: #2a3f71;
    box-shadow: 0 0 5px #3d5ca5 inset;
}

.btn-icon{
	border:0;
	background-color: transparent;
	display: inline-block;
	margin:2px;
}
.btn-icon.btn-pencil{
	background: url('images/b_edit.png') center center;
	height: 16px;
	width: 16px;
}
.btn-icon.btn-small-attention{
	background: url('images/s_attention.png') center center;
	height: 16px;
	width: 16px;
}

.pac-container {
	max-width: 300px;
}

.pac-item {
	max-width: 300px;
}

.divAsTh{
    width: 100%;
    background-color: silver;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center !important;
    font-weight: bold;
}

.templatesSection {
	min-width:350px;
	margin-bottom: 10px;
}

.templatesSection .separator {
	height: 1px;
	width: 100%;
	background-color: #A8A8A8;
	margin: 5px 0;
}

.priceColumn {
	white-space: nowrap;
}

.divDelimiter{

    height: 25px;
    width: 100%;
}

.tpl-button span {
	margin-right: 5px;
}

.own-companies-select {
	width: 200px !important;
	margin-top:10px;
}

.borderTable td, .borderTable  th, .borderTable td{
    border: 1px solid black;
    text-align: center;
}

.borderTable td{
    height: 30px;
}

.borderTable th{
    height: 25px;
    background-color: silver;
}

.disabled{
    cursor: not-allowed;
    background-color: #EEEEEE !important;
}
.clear,
.clr,
.cl,
.clearDiv {
    width: 100%;
    clear: both;
}

.cash-register.treeGroups {
	min-height: 150px;
}

.total-balance {
	float: right;
	padding: 10px 15px;
}

.secondary-data-container {
	margin-top: -5px;
}

.currency {
	width: 50px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin-top:10px;
}

.btn-title {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: -3px !important;
}

.linkSpan {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.linkSpan:hover {
    text-decoration:none;
    text-shadow: 1px 1px 1px #555;
}

.secondary-data-container .total {
	font-size: 16px;
}

.primary-total {
	font-size:18px !important;
}

.currency-holder .label {
	font-size: 14px;
	margin:18px 0 0 10px;
}

.pointer {
	cursor: pointer;
}

.bottom-pagination-balance-table {
	margin-top: -50px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#backdrop{
    background-color: rgb(0, 0, 0);
    background-image: url(images/loading-animation.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    bottom: 0;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 17.1429px;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: linear;
    width: 100%;
    z-index: 10000;
}

.balance-info-box div {
	margin-bottom: 5px;	
}

.balance-info-box {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-left: 15px;
    min-width: 397px;
    padding: 10px 10px 5px;
    width: 30%;
    height: 85px;
}

.insert-currency-holder {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
}

.balance-filter-box {
	background: #FDFDFD none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 10px 10px 5px;
    width: 20%;
}

.hours {
	float:left;
	line-height: 30px;
	margin-left: 5px;
}

.checkboxArea {
	cursor: pointer;
}

.scrollToTopModal,
.scrollToTop {
	background-color:#343a40;
	width:40px;
	height:40px;
	text-align:center;
	font-weight: bold;
	color: #a8adb3;
	text-decoration: none;
	position:fixed;
	right: 5px;
    bottom: 15px;
	display:none;
	z-index: 1051;
	border: 1px solid;
	cursor: pointer;
}

.modal-open .scrollToTop{
	display: none !important;
}

.spanTop {
	padding-top: 12px;
	cursor: pointer;
}

.input-free:not([disabled]){
	border-color: rgba(29, 220, 159, 0.56);
	box-shadow: 0 0 5px rgba(32, 104, 34, 0.69);
}

.input-required{
	border-color: rgb(255, 0, 0) !important;
	box-shadow: 0 0 5px rgb(192, 0, 8) !important;
}

.input-duplicated{
    border-color: rgb(255, 255, 0) !important;
	box-shadow: 0 0 5px rgb(192, 0, 8) !important;
}

.horizontal-line {
	background: #000;
	width:15px;
	height: 3px;
	margin:9px 5px 0 0;
}

.vertical-line {
	background: #000;
	width: 3px;
	height: 15px;
	margin-top: -3px;
}

.tree-block {
	width: 500px; 
	margin-left: 28px; 
	margin-top:5px;
	font-size: 14px;
}

.tree-container .tree-block .tree-icon-div {
	width:15px; 
	height: 15px; 
	margin-right: 5px;
}

.tree-icon {
	width:15px; 
	height: 15px; 
	margin-right: 5px;
}

.materials .ng-table-pagination {
	display: none !important;
}

.requestMaterialsTableExport{
    width: 65%;
}

.requestMaterialsTableExportFull{
    width: 95%;
}

.materialsAvailabilityTable{
    width: 45%;
}

.materialsAvailabilityTableFull{
    width: 60%;
}

.badValue {
    color: red !important;
}

.viewBOM .popover {
	height: auto !important;
	border: none !important;
}

.customizeBOM {
	width: 900px !important;
}

.customizeBOM .popover {
	height: auto !important;
	border: none !important;
}

.point {
	width:7px;
	height:7px;
	background: #000;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-top: 7px;
	margin-right: 8px;
}

.single_numbers {
	font-size: 12px;
	font-style: italic;
}

.multiple_numbers {
	font-size: 11px;
	font-style: italic;
}

.customization-price {
	width: 300px;
	height: 52px;
	position: absolute;
	top:28px;
	right:0px;
	background: #5cb85c;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.13);
	box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.13);
	padding-right: 20px;
	padding-left: 30px;
    line-height: 18px;
    padding-top: 8px;
    text-align: right;
}
.material-configurator-image-wrap{
	position: relative;
	border: 1px solid #eaeaea;
}
.material-configurator-image-wrap .customization-price{
	position: static;
	width: auto;
    border-bottom-left-radius: 0;
}
.material-configurator-image-wrap #image{
	width:100%;
	min-height:300px;
	cursor:pointer;
}

.customization-optional{
	color: #7D7D7D !important;
}

.materialSinglesModal .modal-dialog {
    width: 95% !important;
}

.no-wrap {
    white-space: nowrap;
}

div.hover-red span:hover{
    color: red;
}

.duplicatd-single{
    border-color: rgb(255, 255, 0) !important;
	box-shadow: 0 0 5px rgb(192, 0, 8) !important;
    color: red;
    font-weight: bold;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
	vertical-align:middle;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.image-pop-out{
	cursor: pointer;
}
.image-pop-out-modal .modal-content,
.image-pop-out-modal .modal-body{
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
    text-align: center;
}
.image-pop-out-modal .modal-body{
	padding: 0px;
}
.image-pop-out-modal .modal-body img{
	height: auto;
	max-width: 100%;
}

.image-pop-out-modal .close{
	position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    opacity: .7;
    border-radius: 50%;
	text-shadow:none;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.image-pop-out-modal .close:hover{
	color:#FF0000;
}
.image-pop-out-modal{
	text-align: center;
}
.image-pop-out-modal .modal-dialog{
	width: auto !important;
	display: inline-block;
}



.btn.strong,
.btn.bold{
	font-weight: bold;
}
.clear, .clr, .cl{
	clear:both;
}
.glyphicon-interactable{
	cursor:pointer;
}
.table.table-layout-fixed{
	table-layout: fixed;
}
.table.table-vertical-align-middle td{
	vertical-align: middle;
}

.table.table-center-cells td,
.table.table-center-cells th{
	vertical-align: middle;
	text-align: center;
}

.product-passport-header .product-passport-heading{
	font-style:italic;
	text-align:center;
	margin-top: 1.5em;
}
.product-passport-header .product-info-table{
	width:60%;
	float: right;
}
.product-passport-header .product-image{
	width:40%;
	float: right;
	font-size: 0;
	text-align: center;
}
.product-passport-header .product-image img{
	display: inline-block;
	width:100px;
	max-width:100%;
}

.modal-wide {
  width:93%; /*overwrites bootstrap style*/
  max-width: 1600px;
}

.wh-qc-table{
    border: 0;
    border-collapse: separate;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #A7FFDB;
}

.wh-product-select{
    border: 0;
    width: 100%;
    padding: 0 0 0 3px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px;
    background-color: #A7FFDB;
}

.tooltip-inner {
    font-size: 1.3em;
}

table.google-visualization-orgchart-table {
    border-collapse: separate;
}

.bold {
    font-weight: bold;
}

/** responsive buttons for micro-warehouse menu */

@media screen and (max-width: 758px) { 
	.btn.whmain {
        width: 100%;
        height: 300px;
        font-size: 4em;
    }
				
				}				
				
@media screen and (min-width: 768px) and (max-width: 991px) {
    .btn.whmain {
        width: 100%;
        height: 300px;
        font-size: 4em;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btn.whmain  {
        width: 90%;
        height: 100px;
        
    }
  

}

@media screen and (min-width: 1200px)  {	
    .btn.whmain {
        width: 90%;
        height: 100px;
	}
}

.btn-olive {
  color: #fff;
  background-color: #A6C13A;
  border-color: #81950C;
}
.btn-olive:hover,
.btn-olive:focus,
.btn-olive:active,
.btn-olive.active,
.open > .dropdown-toggle.btn-olive {
  color: #fff;
  background-color: #81950C;
  border-color: #81950C;
}
.btn-olive:active,
.btn-olive.active,
.open > .dropdown-toggle.btn-olive {
  background-image: none;
}
.btn-olive.disabled,
.btn-olive[disabled],
fieldset[disabled] .btn-olive,
.btn-olive.disabled:hover,
.btn-olive[disabled]:hover,
fieldset[disabled] .btn-olive:hover,
.btn-olive.disabled:focus,
.btn-olive[disabled]:focus,
fieldset[disabled] .btn-olive:focus,
.btn-olive.disabled:active,
.btn-olive[disabled]:active,
fieldset[disabled] .btn-olive:active,
.btn-olive.disabled.active,
.btn-olive[disabled].active,
fieldset[disabled] .btn-olive.active {
  background-color: #819605;
  border-color: #819605;
}
.btn-olive .badge {
  color: #819605;
  background-color: #fff;
}

.btn-viridian {
  color: #fff;
  background-color: #40826D;
  border-color: #307761;
}
.btn-viridian:hover,
.btn-viridian:focus,
.btn-viridian:active,
.btn-viridian.active,
.open > .dropdown-toggle.btn-viridian {
  color: #fff;
  background-color: #317F66;
  border-color: #307761;
}
.btn-viridian:active,
.btn-viridian.active,
.open > .dropdown-toggle.btn-viridian {
  background-image: none;
}
.btn-viridian.disabled,
.btn-viridian[disabled],
fieldset[disabled] .btn-viridian,
.btn-viridian.disabled:hover,
.btn-viridian[disabled]:hover,
fieldset[disabled] .btn-viridian:hover,
.btn-viridian.disabled:focus,
.btn-viridian[disabled]:focus,
fieldset[disabled] .btn-viridian:focus,
.btn-viridian.disabled:active,
.btn-viridian[disabled]:active,
fieldset[disabled] .btn-viridian:active,
.btn-viridian.disabled.active,
.btn-viridian[disabled].active,
fieldset[disabled] .btn-viridian.active {
  background-color: #317F66;
  border-color: #307761;
}
.btn-viridian .badge {
  color: #317F66;
  background-color: #fff;
}
/*hooverable menu*/
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
/*
li.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.form-table{
	width: 100%;
}
.form-table tr td{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
.lang-flag-btn, .lang-flag-btn:active{
	border:0;
	background: none;
	outline-width: 0;
}



.navbar-header{
	float:none;
}
.navbar-header .btn-group.pull-left,
.navbar-header .btn-group.pull-right{
	position: relative;
	z-index: 10;
}
.navbar-header .btn-group.center{
	display: block;
	text-align: center;
	
}

.navbar-header .btn-group.center .dropdown,
.navbar-header .btn-group.center .message-dropdown,
.navbar-header .btn-group.center .btn {
	display: inline-block;
	float: none;
	margin-top:0;
}
.navbar-header .btn-group.center .message-dropdown .fa,
.navbar-header .btn-group.center .btn .fa,
.navbar-header .btn-group.center .message-dropdown .glyphicon,
.navbar-header .btn-group.center .btn .glyphicon{
		font-size: 1.5em;
}



.split-material-input-group{
	float: right;
	width: 110px;
}

.ui-select-bootstrap > .ui-select-choices{
	min-width: 100%;
	width: auto !important;
	overflow-y: scroll;
	overflow-x: hidden;
}

.lang-dropdown .dropdown-menu{
	min-width: initial;
}
.lang-dropdown .dropdown-menu > li  > a{
	padding: 1px 5px;
}

.topData .navbar-header .btn{
	padding-top:9px;
}

.productionProcess .modal-dialog {
    width: 80%;
}

.inline-block {
    display: inline-block;
}
.text-align-center{
	text-align: center;
}


.vacation-supervisor-table{
	width: 100%;
}
.vacation-supervisor-table .css-tr .css-td{
	border-top: 1px solid #ddd;
}
.vacation-supervisor-table .css-tr:first-child .css-td{
	border-top: 0px;
}
.vacation-supervisor-table .css-td{
	padding: 2px 5px;
}

.vacation-supervisor-table .css-td strong{
	text-transform: capitalize;
}

.modal .vacation-supervisor-table{
	width: initial;
}

.modalClassBusinessTrip .modal-dialog {
    width: 500px;
}

.modalClassCompanyProject .modal-dialog {
    width: 750px;
}



.colorpicker{
	z-index: 2000;
}

#shifts-box{
	float: right;
	margin-bottom: 20px;
	max-width: 50%;
}
#shifts-box .shifts-wrap button{
	margin:1px;
	display: inline-block;
}
.table-schedules td{
	text-align: center;
}
.table-schedules .day-off{
	background-color: #d9534f !important;
}
.table-schedules{
	max-width: none;
	width: auto;
	min-width: 100%;
}

#logout{
	cursor: pointer;
}

.panel .panel-body.loading{
    background-image: url('images/transparent-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100px 100px;
}

.panel-body.no-padding{
	padding:0;
}
.panel-body.no-side-padding{
	padding-left: 0;
	padding-right: 0;
}

.popover.popover-wide{
	max-width: 450px;
}

#testID .popover {
    color: black;
    height: auto;
    width: 500px;
}

.width-auto{
	width: auto !important;
}

.moduleActionListItem .popover {
    color: black;
    /*height: 1000px;*/
}




.list-group-item {
    padding: 10px;
}

.list-group-item .list-group-item-text{
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:75%;
}







.official-holidays-calendar{
	float:left;
}
.official-holidays-calendar .weekend a{
    background: #b1b1b1;
    border: 1px solid #919191;
}
.official-holidays-calendar .weekend.ui-state-highlight a{
	
}

.official-holidays-calendar .work-on-day a{
    background: #cc3333;
    border: 1px solid #1f1f23;
	color:#fff;
}

.official-holidays-calendar .work-off-day a{
	background: #5cb85c;
	border: 1px solid #5d5b5b;
	color: #fff;
}

.official-holidays-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #de7c7c none;
    color: white;
}

.official-holidays-legend{
	float: left;
	padding:20px;
}
.official-holidays-legend .color{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border: 1px solid #adadad;
}

.official-holidays-legend .off-day .color{
	background-color: #b1b1b1;
}
.official-holidays-legend .on-day .color{
	background-color: #fff;
}
.official-holidays-legend .work-off-day .color{
	background-color: #5cb85c;
}
.official-holidays-legend .work-off-on-day .color{
	background-color: #cc3333;
}
.official-holidays-legend .official-holiday .color{
	background-color: #de7c7c;
}




.text-center{
	text-align: center !important;
}

table .editable-wrap,
table .editable-controls,
table .editable-input{
	display: block;
}
table .editable-input{
	width: 99%;
}

.breadcrumbs{
	max-width: 40%;
    max-height: 50px;
    overflow: hidden;
}
.breadcrumbs .breadcrumbs-ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	white-space: nowrap;
    max-height: 50px;
    box-sizing: content-box;
    overflow: hidden;
    overflow-x: auto;
}

.breadcrumbs li{
	position: relative;
}
.breadcrumbs .crumb-dropdown-ul{
	display: none !important;/*TODO show when ready joro*/
	position: absolute;
	left: -9999px;
	min-width: 250px;
	background-color: #343a40;
}
.breadcrumbs li:hover .crumb-dropdown-ul{
	left:0px;
}
/*not done*/
.breadcrumbs .crumb-dropdown-ul li a,
.breadcrumbs .crumb-dropdown-ul li{
	display: block;
}

@media all and (max-width: 1024px) {
	.navbar-top-links > li > div,
	.navbar-top-links > li > a,
	.navbar-top-links > li > span {
	    font-size: 13px;
	}
	.navbar-top-links > li > span[x-clock]{
		display: none;
	}
	.navbar-default .breadcrumbs li .breadcrumb-home-icon {
    	font-size: 21px;
	}
}
@media all and (max-width: 960px) {
	
}
@media all and (max-width: 768px) {
	.breadcrumbs{
		display: none;
	}
	
	
}

.navbar-collapse{
	border-top: none;
}

.btn.glyphicon{
	top:0px;
}

#vacationDates .ui-datepicker-calendar td.off-day a,
#vacationDates .ui-datepicker-calendar td.off-day span{
	background-color: #5cb85c;
	color: #fff;
}
#vacationDates .ui-datepicker-calendar td.on-day a,
#vacationDates .ui-datepicker-calendar td.on-day span{
	background-color: #cc3333;
    color: #fff;
}

.messages-preview-btn{
    font-size: 12px;
    margin-left: 1em;
}
.employee-search-panel .chat-img,
.employee-search-panel .img-circle{
    text-indent: -9999px;
}
.employee-search-panel .chat li .chat-body .header{
	cursor: pointer;	
}
.employee-search-panel .chat li .chat-body .header:hover{
	color: #333339;
}

.panel-restaurant .panel-footer{
	
}

.google-orgchart-wrap{
	margin-bottom: 50px;
	overflow:auto;
	width:100%;
	min-height: 300px;
}
.google-orgchart-wrap .google-visualization-orgchart-node{
	background: #fff;
	min-width: 180px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
    border: 1px solid #e4e4e4;
	
	vertical-align: top;
    
    border-top: 3px solid #337ab7;
	-webkit-box-shadow: #e7e7e7 0px 3px 3px;
	-moz-box-shadow: #e7e7e7 0px 3px 3px;
    box-shadow: #e7e7e7 0px 3px 3px;
}
.google-orgchart-wrap .google-visualization-orgchart-linebottom {
    border-bottom: 2px solid #ccc;
}
.google-orgchart-wrap .google-visualization-orgchart-lineleft {
    border-left: 2px solid #ccc;
}
.google-orgchart-wrap .google-visualization-orgchart-lineright{
	border-right: 2px solid #ccc;
}

.google-orgchart-wrap .org-item-inner{
	min-width: 200px;
	text-align: left;
	color: #353535;
}
.google-orgchart-wrap .org-item-inner img{
	width: 50px;
	height: 50px;
	margin:5px;
	border-radius: 50%;
	float: left;
}
.google-orgchart-wrap .org-item-inner .info{
	float: left;
    width: 135px;
}
.google-orgchart-wrap .org-item-inner .info.info-centered{
	float: none;
	width: auto;
	text-align: center;
}
.google-orgchart-wrap .org-item-inner h4{
	font-size: 14px;
    line-height: 1.3em;
    margin-top: 0;
	font-weight: bold;
	color: #999;
}
.google-orgchart-wrap .org-item-inner p{
	margin:5px 0 0 0;
	font-size: 13px;
}

.color-cube{
	width:12px;
	height: 12px;
	display: inline-block;
	margin-right: 2px;
	margin-left:2px;
	border:1px solid #eaeaea;
	vertical-align: middle;
} 

.color-cube.color-callendar-chosen-date{
	background-color: #743620;
}

.input-group.input-group-double-filter .form-control{
	width: 50%;
}