.nowrap {
    white-space: nowrap;
}

body {
  margin: 0; padding: 0; width: 100%; height: 100%;
  background: #fff; 
}

.login_form { background: #c0c0c0; background-size: 50%; border-radius: 0.5em; border: 1px solid #000; margin: 3em auto; padding: 100px 1em 1em 1em; width: 40%; }
.login_form h2 { display: none; }

.clipping_th_media {
	max-width: 120px;
}

.clipping_title {
	max-width: 250px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clipping_th_date {
	max-width: 70px;
}
.clipping_th_type {
	max-width: 100px;
}
.clipping_th_product {
	max-width: 120px;
}

.clipping_product {
	max-width: 220px;
}

.th-client {
	/*max-width: 35px;*/
	width: 1em;
}



.medium-th-note {
	max-width: 60px;
	width: 60px;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.clipping-countries-th {
	width: 100px;
}

.th-center {
	text-align: center;
}

.right {
	text-align:right;
}
.center {
	text-align: center;
}

.btn-roadmap {
	white-space:normal !important;
    max-width:155px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 5px;
    margin-left: 0px;
}


.table-nonfluid {
   width: auto !important;
}


.fb-post-text {
	width: 100px;
	max-width: 100px;
	white-space: normal;
	word-wrap: break-word;
}

.fb-post-status {
	width: 300px;
	max-width: 300px;
	white-space: normal;
	word-wrap: break-word;
}


.fb-post-date{
	width: 130px;
	max-width: 130px;
}

.fb-post-edit{
	width: 40px;
	max-width: 40px;
}

.fb-post{
	width: 80px;
	max-width: 80px;
}

.fb-post-product {
	width: 140px;
	max-width: 140px;
	white-space: normal;
	word-wrap: break-word;
}

.week {
	height: 150px;

}


.month td {
	vertical-align: top;
	width: 150px;
	padding: 0px;
	text-align: center;
}

.today {
	background-color: lightblue;
}

/*.thumbnail {
	max-width: 170px;
	width: 100%;
	width: 170px;
}*/

.caption {
	white-space: normal;
	word-wrap: break-word;
}

.date {
	text-align: center;
}

.day {
	width: 180px;
	max-width: 180px;
}

table { background: #fff; border-radius: 3px; }

td.day strong.date  { margin-bottom: 0.5em; display: block; }

.container-fluid{
	/*max-width: 1600px;*/
}


.table-fluid {
	width: auto;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f8ff;
}
.table-hover > tbody > td:hover {
  background-color: #eee; !important;
}

.roadmap {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.fb {
	background-color: #b0c4de;
}

.pr {
	background-color: #afeeee;
}

.pe {
	background-color: #ffa07a;
}
.p1 {
	background-color: #ffdead;
}
.p2 {
	background-color: #ffebcd;
}
.p3 {
	background-color: #fff8dc;
}
.blue {
	background-color: #fff8dc;
}
.green {
	background-color: #fff8dc;
}

.facebook-roadmap {
	padding: 0px;
	margin: 0px;
}

.facebook-roadmap-link:hover {
	text-decoration: none;
}


.padding-5
{
	padding:5px;
}


.lightblue {
	background-color: lightblue;
}

.lightgreen {
	background-color: lightgreen;
}

.labels-space {
	float:left;
	margin-bottom: 5px;
	clear: both;
}

.space {
	margin-bottom: 5px;
	margin-right: 5px;

}

.glyphicon {
	margin-bottom: 5px;
	margin-top: 5px;
}

.break {
	white-space: pre-wrap;
	word-break: break-all; 
	word-wrap: break-word;
}



.td-hover>tbody>tr>td:hover, .table-td>tbody>tr>td:hover{ 
        background-color: #B0C4DE !important;
}


.inpadding{
	padding: 10px;
}

.spacer {
	height: 50px;
	clear: both;
}


.search {
	max-width: 150px;
}

.navbar>.container {
	width: 100%;
}

.navbar .lbl  { padding: 0 0.25em; }

@media (max-width: 1350px){ .navbar .lbl { display: none; } }
@media (max-width: 767px){ .navbar .lbl { display: inline; } }

.label-review {
	background-color: SteelBlue;
}

.label-news {
	background-color: sandybrown;
}

.label-contest {
	background-color: Teal;
}

.label-product {
	background-color: darkCyan;
}

.label-journalist {
	background-color: #2F4F4F;
}

.bg-grey {
	background-color: #EEE;
}

.panel-fb-approved > .panel-heading {
  background-image: -webkit-linear-gradient(top, #bcf4ad 0%, #a4d597 100%);
  background-image:      -o-linear-gradient(top, #bcf4ad 0%, #a4d597 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bcf4ad), to(#a4d597));
  background-image:         linear-gradient(to bottom, #bcf4ad 0%, #a4d597 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcf4ad', endColorstr='#ffa4d597', GradientType=0);
  background-repeat: repeat-x;
}

.panel-fb-commented > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffe051 0%, #e6d067 100%);
  background-image:      -o-linear-gradient(top, #ffe051 0%, #e6d067 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe051), to(#e6d067));
  background-image:         linear-gradient(to bottom, #ffe051 0%, #e6d067 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe051', endColorstr='#ffe6d067', GradientType=0);
  background-repeat: repeat-x;
}

.panel-fb-post {
	width: 454px;
	border: 1;
	outline: 1px solid #aaa;
	overflow: hidden;
	border-radius: 10px; 
}

.fb-post-client {
	font-size: 11pt;
	font-weight: bolder;
	color: #385897;
}

.fb-client-logo {
	width: 50px;
	padding: 10px;
	float:left;
}
.fb-client-name {
	padding-left: 60px;
	padding-top: 10px;
}

.fb-text {
	padding: 10px;
}

.now {
	overflow: hidden;
	/*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.clipping_client_logo {
	max-width: 35px;
	max-height: 35px;
}
.clipping_client_div {
	padding: 0px;
	padding-left: 7px;
	margin: 0px;
}


#tableWithHiddenData .rollOverText{
display:none;
}

#tableWithHiddenData td:hover .rollOverText{
display:block;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #ddd;
}

.td-vehicle-test {
	max-width: 20px;
    overflow: visible;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
  border-bottom: 2px solid #aaa !important;
	border-top: 2px solid #aaa !important;
	border-left: hidden !important;
	border-right: hidden !important;
}

.td-vehicle-test-one-day {
	max-width: 20px;
  overflow: visible;
    /*text-overflow: ellipsis;*/
  white-space: nowrap;
  border-bottom: 2px solid #aaa !important;
	border-top: 2px solid #aaa !important;
	border-left: 2px solid #aaa !important;
	border-right: 2px solid #aaa !important; 
}

.td-vehicle-test-conflict{
	max-width: 20px;
  overflow: visible;
    /*text-overflow: ellipsis;*/
  white-space: nowrap;
  border-bottom: 2px solid darkred !important;
	border-top: 2px solid darkred !important;
	border-left: 2px solid darkred !important;
	/*border-right: 2px solid darkred !important; */
	background-color: #F08080;
}

.bg-test-reservation {
	max-width: 20px;
  overflow: visible;
    /*text-overflow: ellipsis;*/
  white-space: nowrap;
/*  border-bottom: 2px solid #e3b7b7 !important;
	border-top: 2px solid #e3b7b7 !important;*/
	border-left: hidden;
	border-right: hidden; 
	background-color: #FFFACD;
}

.bg-test-reservation.td-vehicle-test-left {
/*	border-left: 2px solid #e3b7b7 !important;
	border-right: 0px !important;*/
}

.bg-test-reservation.td-vehicle-test-right {
/*	border-right: 2px solid #e3b7b7 !important;
	border-left: 0px !important;*/
}


.bg-test-done {
	background-color: #D3D3D3 !important;
/*	border-top: 2px solid #778899 !important;
	border-bottom: 2px solid #778899 !important;
	border-left: hidden !important;
	border-right: hidden !important;*/
}

.bg-test-done.td-vehicle-test-left {
	/*border-left: 2px solid #778899 !important;
	border-top: 2px solid #778899 !important;
	border-bottom: 2px solid #778899 !important;*/
	border-right: 0px !important;
}

.bg-test-done.td-vehicle-test-right {
	border-left: hidden !important;
	/*border-top: 2px solid #778899 !important;
	border-bottom: 2px solid #778899 !important;
	border-right: 2px solid #778899 !important;*/
}


.bg-test-blocker {
	background-color: #E9C5C5;
/*	border-top: 2px solid #e3b7b7 !important;
	border-left: 1px solid #E9C5C5 !important;
	border-right: 1px solid #E9C5C5 !important; */
}

.bg-test-blocker.td-vehicle-test-left {
/*	border-left: 2px solid #e3b7b7 !important;
	border-top: 2px solid #e3b7b7 !important;
	border-bottom: 2px solid #e3b7b7 !important;
	border-right: 0px !important;*/
}

.bg-test-blocker.td-vehicle-test-right {
/*	border-right: 2px solid #e3b7b7 !important;
	border-top: 2px solid #e3b7b7 !important;
	border-bottom: 2px solid #e3b7b7 !important;
	border-left: 0px !important;*/
}

.bg-test-active {
	background-color: #f2ffe6;
/*	border-top: 2px solid #aaa !important;*/

	border-left: hidden;
	border-right: hidden; 
}

.td-vehicle-test-left {
	border-left: 2px solid #aaa !important;
}
.td-vehicle-test-right {
	border-right: 2px solid #aaa !important;
}

.bg-calendar-test {
	background-color: #f0f0f0;
}

.background-weekend {
	background-color: #e0e0e0;
}



.table-hover tbody tr:hover .td-vehicle-test {
	max-width: 20px;
	background-color: #e3b7b7;
    overflow: visible;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    border-bottom: 2px solid #bd9a9a !important;
	border-top: 2px solid #bd9a9a !important;
	border-left: 1px solid #e3b7b7 !important;
	border-right: 1px solid #e3b7b7 !important; 
}

.table-hover tbody tr:hover .td-vehicle-test-left {
	border-left: 2px solid #bd9a9a !important;
	border-top: 2px solid #bd9a9a !important;
	border-bottom: 2px solid #bd9a9a !important;
}


.td-vehicle-test-left{
	border-left: 2px solid #e3b7b7;
	border-top: 2px solid #e3b7b7;
	border-bottom: 2px solid #e3b7b7;
	border-right: hidden;
}

.td-vehicle-test-right {
	border-left: hidden;
	border-right: 2px solid #e3b7b7;
	border-top: 2px solid #e3b7b7;
	border-bottom: 2px solid #e3b7b7;
}

.table-hover tbody tr:hover .td-vehicle-test-right {
	border-right: 2px solid #bd9a9a !important;
	border-top: 2px solid #bd9a9a !important;
	border-bottom: 2px solid #bd9a9a !important;
}

.td-vehicle-no-test {
	position: relative;
}






.navbar-select-client 
{
	position: relative !important;
	max-width: 140px;
	top:10px;
}

/*@media screen and (max-width: 767px) 
{
	.navbar-select-client 
	{
		display: none !important;
	}
}  */

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-collapse.in {
    display: block !important;
}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.tooltip {
	z-index: 1151 !important;
	position: absolute !important;
}



.label {
	font-size: 10pt !important;
}


.newton_import_select .dropdown.bootstrap-select.show-tick.form-control.bs3 {
	max-width: 200px;
}

.card-media { font-size: 0.7em; text-align: center; padding: 0.5em 0.25em 0.25em 0.25em; border-top: 1px solid #c0c0c0; }

/* {{{ Facebook stuff */
.fb-post-preview {
	color: #1d2129;
	font-size: 14px;
	line-height: 1.38;
}

.fb-post-preview__page-icon {
	float: left;
	margin-right: 8px;
}

.fb-post-preview__header {
	margin-bottom: 17px;
}

.fb-post-preview__page-name {
	color: #365899;
	font-weight: bold;
	margin-bottom: 2px;
}

.fb-post-preview__date {
	color: #90949c;
	font-size: 12px;
	line-height: 1.34;
}

.fb-post-preview__text {
	margin: 6px 0;
}

.fb-post-preview__text a {
	color: #365899;
	text-decoration: none;
}

.fb-post-preview__text a:hover {
	text-decoration: underline;
}

.fb-post-preview__link {
	margin-top: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
}

.fb-post-preview__link__meta {
	padding: 10px 12px;
}

.fb-post-preview__link__img {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fb-post-preview__link__title {
	font-family: Georgia, serif;
	letter-spacing: normal;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.fb-post-preview__link__descr {
	font-size: 12px;
	line-height: 16px;
	max-height: 80px;
	overflow: hidden;
}

.fb-post-preview__attachment img, .fb-post-preview__attachment video {
	width: 100%;
	display: block;
}

.fb-post-preview__attachment {
	position: relative;
	overflow: hidden;
}

.fb-post-preview__close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: white;
	text-shadow: 0 0 4px grey;
	transition: text-shadow ease-in-out .3s;
}

.fb-post-preview__close:hover {
	text-shadow: 0 0 4px black;
}

.fb-post-preview .preloader-wrapper {
	width: 24px;
	height: 24px;
}

.fb-post-preview__img {
	display: block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .1);
}

.fb-post-preview video {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
}

.fb-post-preview__play-button {
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url('/assets/images/fb-play-button.png');
	background-repeat: no-repeat;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	cursor: pointer;
}

.fb-post-preview canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.image_gallery { max-height: 200px; text-align: center; overflow-x: hidden; overflow-y: auto; margin: 0 -10px; }
.image_gallery a img.thumbnail { display: inline; clear: none; float: none!important; }

/* }}} */

.hidden {
	display: none;
}

.boxik { background: #fff; padding: 5px; border-radius: 5px;margin-bottom: 10px; }

.btn-primary a { color: #fff; }

.dropdown-menu { padding: 0!important; opacity: 0.9; }

.card { background: #ededed; }
