@font-face {
	font-family: 'Roboto'; src: url('/fonts/Roboto-Regular.ttf') format('truetype');
	font-family: 'RobotoCondensed'; src: url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

body{
	/*color:#767676;*/
	color:rgb(50, 50, 58);
	/*font-family:'Open Sans',sans-serif;*/
	font-family:'Roboto',sans-serif;
}

td > a {
	height: 100%;
	/*width: 100%;*/
	display: block;
}
.table thead > tr > th > a, .table tbody > tr > th > a, .table tfoot > tr > th > a, .table thead > tr > td > a, .table tbody > tr > td > a, .table tfoot > tr > td > a {
    margin: -8px;
    padding: 10px;
}

.form-control{
	color:inherit !important;
	font-weight: bold;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}

label{
	color:#2273b9 !important;
	font-weight: bold !important;
}

a,a:hover,a:focus {
	color:#2273b9;
}

::selection {
	/*background:#1FB5AD;*/
	background:#1C70B6;
}
::-moz-selection {
	/*background:#1FB5AD;*/
	background:#1C70B6;
}

.form-signin {
	/*max-width:330px;*/
	max-width:550px;
}
.form-signin h2.form-signin-heading {
	/*background:#aec785;*/
	background:#1577BD;
	/*border-bottom:10px solid #a0b87e;*/
	border-bottom:10px solid #0F5587;
}
/*.form-signin input[type="text"],.form-signin input[type="password"] {*/
.form-signin input[type="text"],.form-signin input[type="password"],.form-signin input[type="email"],.form-signin input[type="tel"],.form-signin select.form-control {
	margin-bottom:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #eaeaea;
	box-shadow:none;
	font-size:12px;
}
.form-signin select[value=""].form-control {
	color:gray !important;
}

/*.user-login-info .form-control:last-child {*/
.user-login-info ²:last-child {
	margin-bottom:0 !important;
}

#sidebar {
	/*width:240px;*/
	width:180px;
}
#sidebar1 {
	width:150px;
	height:100%;
	position:fixed;
	background:black;
	z-index: 10;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#sidebar2 {
	width:150px;
	height:100%;
	position:fixed;
	background:black;
	z-index: 10;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.dcjq-icon {
	/*background:url(../images/nav-expand.png) no-repeat top;*/
	background:url(/images/nav-expand.png) no-repeat top;
}
.active .dcjq-icon {
	/*background:url(../images/nav-expand.png) no-repeat bottom;*/
	background:url(/images/nav-expand.png) no-repeat bottom;
}
.right-side-accordion .dcjq-icon {
	/*background:url(../images/acc-expand.png) no-repeat top;*/
	background:url(/images/acc-expand.png) no-repeat top;
}
.right-side-accordion .active .dcjq-icon {
	/*background:url(../images/acc-expand.png) no-repeat top;*/
	background:url(/images/acc-expand.png) no-repeat top;
}

ul.sidebar-menu li ul.sub li a:hover,ul.sidebar-menu li ul.sub li.active a {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}
ul.sidebar-menu li a span {
    display:inline;
}
ul.sidebar-menu li a {
	color:#aeb2b7;
	text-decoration:none;
	display:block;
	padding: 18px 10px 18px 10px;
	font-size:12px;
	outline:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#sidebar1 ul.sidebar-menu li a {
	color:#2273b9;
	text-decoration:none;
	display:block;
	padding:10px;
	font-size:12px;
	outline:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#sidebar2 ul.sidebar-menu li a {
	color:#2273b9;
	text-decoration:none;
	display:block;
	padding:10px;
	font-size:12px;
	outline:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#sidebar1 ul.sidebar-menu li a.active,
#sidebar1 ul.sidebar-menu li a:hover,
#sidebar1 ul.sidebar-menu li a:focus {
	background:#2273b9;
	color:white !important;
	display:block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#sidebar2 ul.sidebar-menu li a.active,
#sidebar2 ul.sidebar-menu li a:hover,
#sidebar2 ul.sidebar-menu li a:focus {
	background:#2273b9;
	color:white !important;
	display:block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

ul.sidebar-menu li a.active,ul.sidebar-menu li a:hover,ul.sidebar-menu li a:focus {
	/*color:#1FB5AD;*/
	color:#1C70B6 !important;
}
ul.sidebar-menu li a:hover i,ul.sidebar-menu li a:focus i {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}
ul.sidebar-menu li a.active i {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

#main-content {
	/*margin-left:240px;*/
	/*margin-left:150px;*/
	margin-left:180px;
}
#sub-content {
    margin-left:150px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.full-width #sub-content {
    margin-left:0;
}
.fixed-width #sub-content{ background: #F1F2F7;}

/*.wrapper {
	width:96%;
	margin-left: 30px;
	margin-right: 15px;
}*/
.wrapper {
	margin-top: 50px;
}
.wrapper .wrapper, .wrapper1 {
	margin-top: 50px;
}
.wrapperbis {
	width:100%;
	display:inline-block;
	margin-top:0px;
}
.brand {
	/*background:#1fb5ad;*/
	background:#FFFFFF;
	height: 50px;
	width: auto;
}
a.logo {
	margin-top: 0;
}
.notify-row {
	margin-top: 15px;
}

ul.top-menu>li>a:hover,ul.top-menu>li>a:focus {
	/*background:#32D2C9;*/
	background:#1577BD;
}

/*.top-nav img {
	border-radius:50%;
	-webkit-border-radius:50%;
	width:33px;
}*/
.top-nav {
	margin-top: 10px;
}
.top-nav img.imgSearch {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: auto;
}

.log-arrow-up {
	/*background:url("../images/top-arrow.png") no-repeat;*/
	background:url("/images/top-arrow.png") no-repeat;
}

.dropdown-menu.extended.logout>li>a:hover i {
	/*color:#32D2C9;*/
	color:#1577BD;
}

.top-nav ul.top-menu>li>a {
	/*color:#2273b9;*/
	color:#2273b9;
}

.top-nav ul.top-menu>li>a:hover,.top-nav ul.top-menu>li>a:focus {
	color:#2a6496 !important;
}
.top-nav .nav .caret {
	/*border-bottom-color:#A4AABA;
	border-top-color:#A4AABA;*/
	border-bottom-color: inherit;
	border-top-color: inherit;
	color:#2273b9 !important;
}
.top-nav ul.top-menu>li>a:hover .caret {
	/*border-bottom-color:#000;
	border-top-color: #000;*/
	border-bottom-color: inherit;
	border-top-color:  inherit;
	color:#2a6496 !important;
}
.notify-arrow {
	/*background:url("../images/top-arrow.png") no-repeat;*/
	background:url("/images/top-arrow.png") no-repeat;
}

/*search*/
/*.search {
	width:20px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	border:1px solid #fff;
	box-shadow:none;
	background:#f6f6f6 url("../images/search-icon.png") no-repeat 10px 8px;
	padding:0 5px 0 30px;
	color:#fff;
	border-radius:100px;
	-webkit-border-radius:100px;
}
.search:focus {
	width:180px;
	border:1px solid #f6f6f6;
	box-shadow:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	color:#c8c8c8;
	font-weight: 300;
}*/
.search, .search:focus {
	width: 200px;
}

.sidebar-toggle-box {
	/*background:#32d2c9;*/
	background:#57c8f1;
	margin-top: 13px;
}
.sidebar-toggle-box .fa-bars {
	/*color:rgba(0,0,0,.3);*/
	color:rgba(34,115,185,.8);
}
.sidebar-toggle-box:hover {
	/*background:#F6F6F6;*/
	background:#31b0d5;
}
.toggle-right-box:hover {
	/*ackground:#32D2C9;*/
	background:#1577BD;
}

.timeline-desk a {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

@media screen and (min-width: 750px){
	#sidebar1,#sidebar2 {
	height:100% !important;
	}
}

@media screen and (max-width: 750px){
	#sidebar1 {
	width:100%;
	position:relative;
	height:200px;
	}
	#sidebar2 {
	width:100%;
	position:relative;
	height:150px;
	}
	/*#btnSynch {
	position:relative;
	top:-7px;
	left:25px;
	}*/
	#imagepod {
	position:relative;
	margin-bottom: 50px;
	}
	#imagerad {
	position:relative;
	margin-bottom: 62px;
	}
	#imgrad {
	position:relative;
	margin-top: 20px;
	margin-left: 20px
	}
	#imgpod {
	position:relative;
	margin-top: 20px;
	margin-left: 20px
	}
	#btnMenu {
	z-index: 10;
	}
}

.mail-nav>li>a:hover,.mail-nav>li>a:focus {
	/*color:#1fb5ad;
	border-right:3px solid #1fb5ad;*/
	color:#1C70B6;
	border-right:3px solid #1C70B6;
}
.mail-nav>li.active>a,.mail-nav>li.active>a:hover,.mail-nav>li.active>a:focus {
	/*color:#1fb5ad;
	border-right:3px solid #1fb5ad;*/
	color:#1C70B6;
	border-right:3px solid #1C70B6;
}

.btn-compose {
	/*background:#1fb5ad;*/
	background:#1C70B6;
}

.fileinput-button {
	/*background:#eeeeee;*/
	background:#2273b9;
}

.profile-information .profile-desk {
	/*border-right:1px solid #ddd;*/
	border-right:0;
}
.profile-information .profile-desk h1 {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}
.profile-information .profile-statistics{
	border-left:1px solid #ddd;
	padding-left:10px;
}
.profile-information .profile-statistics ul li a:hover {
	/*color: #1fb5ad;*/
	color: #1C70B6;
}

.recent-act h1 {
	/*color:#1fb5ad;*/
	color: #1C70B6;
}

.activity-desk h2 {
	/*color:#1fb5ad;*/
	color: #1C70B6;
}
.activity-desk .terques {
	/*color:#1fb5ad;*/
	color: #1C70B6;
}

.prf-border-head {
	/*color:#1fb5ad;*/
	color: #1C70B6;
}

.prf-contacts h2 {
	/*color:#1fb5ad;*/
	color: #1C70B6;
}

.prf-contacts h2 span {
	/*background:#1fb5ad;*/
	background: #1C70B6;
}

.prf-contacts .location-info p {
	/*padding-bottom:30px;*/
	padding-bottom: 0;
}

.invoice-title {
	/*background:#1fb5ad;*/
	background:#1C70B6;
}

.inv-label {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

ul.amounts li.grand-total {
	/*background:#1fb5ad;*/
	background:#1C70B6;
}

.fc-state-default,.fc-state-default .fc-button-inner {
	margin-top: 5px;
}

.fc-event-skin {
	/*background-color:#1FB5AD !important;*/
	/*border-color:#1FB5AD !important;*/
	background-color:#1C70B6 !important;
	border-color:#1C70B6 !important;
}

.tab-bg-dark-navy-blue li a:hover, .tab-bg-dark-navy-blue li.active a {
	/*color: #1FB5AD !important;*/
	color: #1C70B6 !important;
}

.panel-heading .nav>li.active>a,.panel-heading .nav>li>a:hover {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.cmxform .form-group label.error {
	/*color:#B94A48;*/
	color:rgb(207, 0, 32);
}

input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus,.cmxform .form-group input.error,.cmxform .form-group textarea.error {
	/*border-color:#B94A48 !important;*/
	border-color:rgb(207, 0, 32) !important;
}

#signupForm label.error {
	/*color:#B94A48;*/
	color:rgb(207, 0, 32);
}

.terques-bg {
	/*background:#1fb5ad;*/
	background:#1C70B6;
}

.profile-nav.alt.green-border ul>li>a:hover i {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.blue-ribon {
	/*background:url("../images/twitter_corner_blue.png") no-repeat;*/
	background:url("/images/twitter_corner_blue.png") no-repeat;
}
.black-ribon {
	/*background:url("../images/twitter_corner_black.png") no-repeat;*/
	background:url("/images/twitter_corner_black.png") no-repeat;
}

ul.clock-category li a:hover,ul.clock-category li a.active {
	/*color:#1fb5ad !important;*/
	color:#1C70B6 !important;
}
ul.clock-category li a:hover i,ul.clock-category li a.active i {
	/*color:#1fb5ad !important;*/
	color:#1C70B6 !important;
}

.weather-full-info .today-status i {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.prd-row p.terques {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}
.prd-row .price .amnt {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.customSelectInner {
	/*background: url(../images/customSelect-arrow.gif) no-repeat center right;*/
	background: url(/images/customSelect-arrow.gif) no-repeat center right;
}

.timeline-messages h3 {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.full-width .nav>li>a:hover,.full-width .nav li.active a,.full-width .nav li.dropdown a:hover,.full-width .nav li.dropdown.open a:focus,.full-width .nav .open>a,.full-width .nav .open>a:hover,.full-width .nav .open>a:focus {
	/*background-color:#1FB5AD;*/
	background-color:#1C70B6;
}

.lock-screen {
	/*background: #1FB3A3 url("../images/lock-screen.jpg") no-repeat fixed 0 0 / cover;*/
	background: #1FB3A3 url("/images/lock-screen.jpg") no-repeat fixed 0 0 / cover;
}
.lock-name {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.lang-arrow-up {
	/*background:url("../images/top-arrow.png") no-repeat;*/
	background:url("/images/top-arrow.png") no-repeat;
}

.breadcrumbs-alt a:hover:before,.breadcrumbs-alt a.current:before {
	/*border-color:#1FB5AD #1FB5AD #1FB5AD rgba(0,0,0,0);*/
	border-color:#1C70B6 #1C70B6 #1C70B6 rgba(0,0,0,0);
}
.breadcrumbs-alt a:hover:after,.breadcrumbs-alt a.current:after {
	/*border-left:1em solid #1FB5AD;*/
	border-left:1em solid #1C70B6;
}
.breadcrumbs-alt a:hover,.breadcrumbs-alt a.current {
	/*background:#1FB5AD;*/
	background:#1C70B6;
}

.price-head h1 {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}

.most-popular .pricing-head {
	/*background:#1fb5ad;*/
	background:#1C70B6;
}
.most-popular .pricing-quote,.most-popular ul li i {
	/*color:#1fb5ad;*/
	color:#1C70B6;
}
.most-popular .price-actions .btn {
	/*background:#1fb5ad !important;*/
	background:#1C70B6 !important;
}
/*.marge{
	margin-bottom:20px;
}*/
.panel-heading h4 {
	margin: 0;
}
.panel-footer {
    border-color:#eff2f7 ;
    font-size: 13px;
    font-weight: 400;
    background: #fafafa;
    /*text-transform: uppercase;*/
    /*padding: 15px;*/
    /*padding: 10px;*/
    padding: 0;
}
.page{
	background-color: #2273b9;
	border-radius: 0 !important;
	position:fixed;
	width:100%;
	z-index:10;
}
.page1{
	background-color: white;
	border-radius: 0 !important;
	position:fixed;
	width:100%;
	z-index:10;
	padding-left:150px;
	padding-right: 180px;
	height: 50px;
}
/*.first{
	margin-top:80px;
}*/
.titreproduct{
	color:#2273b9;
	/*text-shadow: 1px 1px 2px black;*/
	font-weight: bold !important;
	display: inline-block;
	font-size: 25px;
	margin: 0;
	max-width:50%;
	min-width:30%;
	float:left;
	padding-right:15px;
}
.titre{
	color:white;
	/*text-shadow: 1px 1px 2px black;*/
	font-size: 25px;
	font-weight: bold !important;
	margin: 0;
}
.default-theme {
	/*background-color:#1FB5AD;*/
	background-color:#1C70B6;
}

.media-filter li a:hover, .media-filter li a:focus{
	/*background: #1FB5AD;*/
	background: #1C70B6;
}

/*.fa-sort-up{
	cursor:pointer;
	margin-bottom: 5px;
	color:#57c8f1;
}
.fa-sort-up:hover{
	color:#31b0d5;
}
.fa-sort-down{
	cursor:pointer;
	margin-top:5px;
	color:#57c8f1;
}
.fa-sort-down:hover{
	color:#31b0d5;
}*/
.fa-pencil{
	margin-left:10px;
	color:#32323A;
	cursor:pointer;
}
.fa-pencil:hover{
	color:#1577BD;
}
.verticalcenter{
	display:inline-block;
	vertical-align:middle;
	float:none;
}
.addContact:hover{
	color:#1577BD;
	cursor:pointer;
}
.opacity{
	opacity: 0.5;
}
.pointer{
	cursor:pointer;
}
.content{
	height:600px;
}
.startUp{
	color:#2273b9;
}
.startUp:hover{
	color:rgb(149, 183, 93);
}
.inputError{
	border:solid #843534 1px;
	}
.croix:hover{
	color:rgb(207, 0, 32);
}
.croix{
	color:white;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.croix3:hover{
	color:rgb(207, 0, 32);
}
.croix3{
	color:#767676;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.croix1:hover{
	color:rgb(207, 0, 32);
}
.croix1{
	color:white;
	cursor:pointer;
}
.tagslist{
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	padding: 1px;
	overflow: hidden;
	word-wrap: break-word;
	cursor: text;
	background-color: #fff;
	border: 1px solid darkgray;
	box-shadow: 1px 1px 1px 0 lightgray inset;
	height: 100%;
}
.tagslist{
	margin: 2px;
	padding: 0 5px;
	display: inline-block;
	float: left;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 26px;
	line-height: 25px;
	border: 1px solid #acacac;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
	background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
.radioline {
	/*background-image: url("/images/bg.jpg");*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}
.radioline1 {
	/*background-image: url("/images/bg.jpg");*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: auto;*/
}
.icone {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width:56px;
	height:56px;
	display: block;
}
.facebook {
	background: url("/images/contacts/ic_facebook.png");
}
.facebook:hover {
	background-image: url("/images/contacts/ic_facebook_hover.png");
}
.twitter {
	background: url("/images/contacts/ic_twitter.png");
}
.twitter:hover {
	background: url("/images/contacts/ic_twitter_hover.png");
}
.pinterest {
	background: url("/images/contacts/ic_pinterest.png");
}
.pinterest:hover {
	background: url("/images/contacts/ic_pinterest_hover.png");
}
.google {
	background: url("/images/contacts/ic_g+.png");
}
.google:hover {
	background: url("/images/contacts/ic_g+_hover.png");
}
.linkedin {
	background: url("/images/contacts/ic_linkedin.png");
}
.linkedin:hover {
	background: url("/images/contacts/ic_linkedin_hover.png");
}
.instagram {
	background: url("/images/contacts/ic_insta.png");
}
.instagram:hover {
	background: url("/images/contacts/ic_insta_hover.png");
}
.youtube {
	background: url("/images/contacts/ic_youtube.png");
}
.youtube:hover {
	background: url("/images/contacts/ic_youtube_hover.png");
}
.soundcloud {
	background: url("/images/contacts/ic_soundcloud.png");
}
.soundcloud:hover {
	background: url("/images/contacts/ic_soundcloud_hover.png");
}
.contact {
	padding: 10px;
	color:#1fb5ac;
}
a:hover {
	color:#2a6496 !important;
	text-decoration: underline;
}
.tdhover{
	color:#2273b9;
}
.tdhover:hover{
	color:#2a6496;
	text-decoration: underline;
}


/*search*/
#quicksearch input[type=text] {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	border:1px solid #fff;
	box-shadow:none;
	background:#f6f6f6 url("/images/search-icon.png") no-repeat 10px 8px;
	padding:0 5px 0 30px;
	color:#fff;
	border-radius:100px;
	-webkit-border-radius:100px;
}
/*#quicksearch input[type=text]:focus {
	border:1px solid #f6f6f6;
	box-shadow:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	color:#c8c8c8;
	font-weight: 300;
}*/
#quicksearch .quicksearch-dropdown {
	position: absolute;
	background-color: rgb(50,50,58);
	padding-bottom: 5px;
}
#quicksearch p {
	background-color: #1577BD;
	border: solid 1px white;
	margin-top: 1px;
	color: white;
	margin-bottom: 0;
}
#quicksearch ul {
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: hidden;
}
#quicksearch li.item {
	background: white;
	list-style-type: none;
	float: none;
	height: 30px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
}
#quicksearch li.fill {
	background: lightgrey;
	list-style-type: none;
	float: none;
	height: 150px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 15px;
}
#quicksearch li > a {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.listSearch{
}
#quicksearch li img{
	display:inline-block;
	float: left;
	margin: 0;
	height: :30px;
	width:30px;
}
.login-logo {
	text-align: center;
	padding: 20px;
}
.form-signin {
	margin: 20px auto 100px;
}

.language-flag {
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}
.language-flag.active {
	width: 20px;
	height: 20px;
}
.language-flag.fr{
	background: url("/images/flags/fr.png") no-repeat center center;
	background-size: cover;
}
.language-flag.en{
	background: url("/images/flags/uk.png") no-repeat center center;
	background-size: cover;
}

/*#alert{
	position:fixed;right:10px;bottom:30px;z-index:10;width:250px;height:auto;border:1px solid #ccc;
}*/
.alert-container{
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10000;
	width: 400px;
	height: auto;
	/*border:1px solid #ccc;*/
}

.steps-headers li{
	display: inline;
}

.steps-footer{
	clear: left;
	text-align: right;
}

.steps-bodys{
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.steps-body{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.ui-select-match, .ui-select-toggle, .ui-select-toggle:hover, .ui-select-toggle:active, .ui-select-toggle:hover:active {
	background-color: transparent; !important;
}
.ui-select-container {
	background-color: #fff;
}
.ui-select-match-text {
	overflow: hidden;
}

.object-item-deleted .object-item-content {
	opacity: 0.5;
}

input.ng-invalid, select.ng-invalid, textarea.ng-invalid, .ui-select-container.ng-invalid, .checkbox.ng-invalid, .object-item-moved.object-updated.ng-invalid .object-item-view, .object-item-created.object-updated.ng-invalid .object-item-view, .ng-invalid.object-updated > .object-model-view {
	background-color: #f2dede; /* red */
	/*border-color: #a94442 !important;*/
}

input.ng-invalid.ng-untouched, select.ng-invalid.ng-untouched, textarea.ng-invalid.ng-untouched, .ui-select-container.ng-invalid.ng-untouched, .checkbox.ng-invalid.ng-untouched, .object-item-deleted.object-updated .object-item-view, .ng-invalid.ng-untouched > .object-model-view {
	background-color: #fcf8e3; /* orange */
	/*border-color: #faf2cc !important;*/
}

.object-item-new input.ng-invalid, .object-item-new select.ng-invalid, .object-item-new textarea.ng-invalid, .object-item-new .ui-select-container.ng-invalid, .object-item-new .checkbox.ng-invalid {
	background-color: #fff; /* white */
	/*border-color: #faf2cc !important;*/
}

input.ng-valid.object-updated, select.ng-valid.object-updated, textarea.ng-valid.object-updated, .ui-select-container.ng-valid.object-updated, .checkbox.ng-valid.object-updated, .object-view-base.object-updated .object-view, .object-item-moved.object-updated.ng-valid .object-item-view, .object-item-created.object-updated.ng-valid .object-item-view, input.ng-valid-permalink.ng-valid-available:not([disabled]), .ng-valid.object-updated > .object-model-view {
	background-color: #dff0d8; /* green */
	/*border-color: #d6e9c6 !important;*/
}

input.ng-valid.object-unsynched, select.ng-valid.object-unsynched, textarea.ng-valid.object-unsynched, .ui-select-container.ng-valid.object-unsynched, .checkbox.ng-valid.object-unsynched, .object-view-base.object-unsynched .object-view, .object-item-moved.object-unsynched.ng-valid .object-item-view, .object-item-created.object-unsynched.ng-valid .object-item-view {
	background-color: #d9edf7; /* blue */
	/*border-color: #bce8f1 !important;*/
}

input.object-disabled, select.object-disabled, textarea.object-disabled, .ui-select-container.object-disabled, .checkbox.object-disabled{
	background-color: #eee !important; /* grey */
	/*border-color: #d6e9c6 !important;*/
}

.option-white {
	background-color: #fff !important;
	border-color: #ccc !important;
	color: #333 !important;
}
.option-white:hover {
	background-color: #e6e6e6 !important;
	border-color: #adadad !important;
	color: #333 !important;
}
.option-green {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	color: #fff !important;
}
.option-green:hover {
	background-color: #449d44 !important;
	border-color: #398439 !important;
	color: #fff !important;
}
.option-blue {
	background-color: #5bc0de !important;
	border-color: #46b8da !important;
	color: #fff !important;
}
.option-blue:hover {
	background-color: #31b0d5 !important;
	border-color: #269abc !important;
	color: #fff !important;
}
.option-orange {
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	color: #fff !important;
}
.option-orange:hover {
	background-color: #ec971f !important;
	border-color: #d58512 !important;
	color: #fff !important;
}
.option-red {
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	color: #fff !important;
}
.option-red:hover {
	background-color: #c9302c !important;
	border-color: #ac2925 !important;
	color: #fff !important;
}
.option-dark {
	background-color: #535353 !important;
	border-color: #1a1a1a !important;
	color: #fff !important;
}
.option-dark:hover {
	background-color: #333 !important;
	border-color: #000 !important;
	color: #fff !important;
}
.ui-select-choices-row-inner > div {
	padding: 3px 20px;
	margin: -3px -20px;
}
.ui-select-choices-row-inner > div:hover {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-tag-group {
	background-color: #D4D1B5 !important;
	border-color: #D4D1B5 !important;
	color: #fff !important;
}
.btn-tag-group.btn-tag-nok {
	background-color: #fff !important;
	border-color: #D4D1B5 !important;
	color:  #D4D1B5 !important;
}
.btn-tag-music {
	background-color: #E3CA44 !important;
	border-color: #E3CA44 !important;
	color: #fff !important;
}
.btn-tag-music.btn-tag-nok {
	background-color: #fff !important;
	border-color: #E3CA44 !important;
	color:  #E3CA44 !important;
}
.btn-tag-location {
	background-color: #EC5A44 !important;
	border-color: #EC5A44 !important;
	color: #fff !important;
}
.btn-tag-location.btn-tag-nok {
	background-color: #fff !important;
	border-color: #EC5A44 !important;
	color:  #EC5A44 !important;
}
.btn-tag-topic {
	background-color: #75A163 !important;
	border-color: #75A163 !important;
	color: #fff !important;
}
.btn-tag-topic.btn-tag-nok {
	background-color: #fff !important;
	border-color: #75A163 !important;
	color:  #75A163 !important;
}
.btn-tag-alias {
	background-color: #A2ADA9 !important;
	border-color: #A2ADA9 !important;
	color: #fff !important;
}
.btn-tag-alias.btn-tag-nok {
	background-color: #fff !important;
	border-color: #A2ADA9 !important;
	color:  #A2ADA9 !important;
}

.fa-color-default {
	color: #777;
}
.fa-color-primary {
	color: #337ab7;
}
.fa-color-success {
	color: #5cb85c;
}
.fa-color-info {
	color: #5bc0de;
}
.fa-color-warning {
	color: #f0ad4e;
}
.fa-color-danger {
	color: #d9534f;
}
a .fa, .fa[ng-click] {
	cursor: pointer;
}
a .fa-color-primary:hover, .fa-color-primary[ng-click]:hover {
	color: #286090;
}
a .fa-color-success:hover, .fa-color-success[ng-click]:hover {
	color: #449d44;
}
a .fa-color-info:hover, .fa-color-info[ng-click]:hover {
	color: #31b0d5;
}
a .fa-color-warning:hover, .fa-color-warning[ng-click]:hover {
	color: #ec971f;
}
a .fa-color-danger:hover, .fa-color-danger[ng-click]:hover {
	color: #c9302c;
}
.fa-color-default {
	color: #666;
}

.object-item-drag-before {
	border-top: 5px solid #dff0d8 !important;
}

.object-item-drag-after {
	border-bottom: 5px solid #dff0d8 !important;
}

select.ng-empty {
	color: gray !important;
}

/*option {
	background-color: #fff !important;
	color: rgb(85, 85, 85) !important;
}*/

#terms {
	overflow: scroll; 
	height: 430px; 
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
}

/*.list-actions .fa-times, .list-actions .fa-times-circle{
	color:#31708f;
	cursor:pointer;
}
.list-actions .fa-eye{
	color:#8a6d3b;
	cursor:pointer;
}
.list-actions .fa-times:hover, .list-actions .fa-eye:hover{
	color:#a94442;
}
.list-actions .fa-times-circle:hover{
	color:#3c763d;
}*/

/*.appmove-move {
    position: relative;
    top: 26px;
    color: Red;
    font-style: italic;
}

.appmove-move.appmove-move-active {
    transition: all 1.5s ease;
    top: 0;
}

.appmove-move + * {
    position: relative;
    top: -26px;
    color: blue
}

.appmove-move.appmove-move-active + * {
    transition: all 1.5s ease;
    position: relative;
    top: 0;
}*/


.program-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 100px;
}
.program-label-day {
	text-align: center;
	/*background-color: #f0f0f0;*/
	padding: 2px;
	border: 1px solid #dddddd;
	border-bottom: 0;
}
.program-container > td {
	height: 0px;
	position: relative;
}
.program-program {
	position: relative;
}
.program-event {
	position: absolute;
}
.program-empty, .program-program{
	height: 0px;
}
.program-timeline td {
	border: 1px solid #dddddd;
}
.program-timeline-plain td {
	border-bottom: 1px dotted #dddddd;
}
.program-timeline-half td {
	border-top: 1px dotted #dddddd;
}
.program-label-time {
	padding: 2px 5px 0;
	vertical-align: top;
	text-align: center;
	font-size: 0.8em;
}
.program-event {
	width: 100%;
}
.program-event-box {
	height: 100%;
	margin: 0 5px 0;
	border-radius: 10px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 0.8em;
	/*color: #fff;*/
	/*font-weight: bolder;*/
	overflow: hidden;
}
.program-event-time {
	background-color: #dcdcdc;
}
.program-event-box img {
	width: 50px;
	padding-bottom: 3px;
}
.program-event-animator, .program-event-show {
	border-bottom: 1px solid #dcdcdc;
}

.program-modal {
	z-index: 1000000;
	position: fixed;
	top: 0;
	height: 100vh;
	line-height: 100vh;
	width: 0;
}
.program-modal-box {
	display: inline-block;
	vertical-align: middle;
	/*width: 100%;*/
	border-radius: 10px;
	background-color: #f0f0f0;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	line-height: 1.1em;
	max-height: 100%;
	overflow: auto;
}
.program-modal-box h3 {
	font-size: 13px;
	font-weight: bold;
	background-color: #dcdcdc;
	padding-left: 20px;
	margin: 10px 0 10px;
}
.program-modal-box h4 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px;
}
.program-modal-daytime {
	background-color: #dcdcdc;
	font-weight: bold;
	text-align: center;
}
.program-modal-info, .program-modal-social, .program-modal-animators{
	clear: left;
}
.program-modal-animators {
	text-align: center;
}
.program-modal-animator {
	width: 48%;
	display: inline-block;
	background-color: #dcdcdc;
	border-radius: 5px;
	margin: 3px;
	text-align: left;
}
.program-modal-image img {
	width: 100px;
}
.program-modal-image {
	float: left;
	padding: 5px;
}
.program-modal-key {
	font-weight: bold;
	float: left;
	margin-left: 3px;
	width: 75px;
}
.program-modal-value {
	max-height: 100px;
	overflow: auto;
	margin-left: 3px;
	margin-bottom: 3px;
}
.program-modal-hide {
	float: right;
	margin-right: 10px;
}
.program-modal-animator .program-modal-image img {
	width: 50px;
}
.program-modal-animator .program-modal-key {
	width: 50px;
}

.feed-info-image {
	display: inline-block;
	float: left;
}
.feed-info-image img {
	width: 100px;
}
.feed-info-name {}
.feed-info-summary {}
.feed-info-website {}
.feed-info-language {}

.feed-chapters, .check-products {
	overflow-y: auto;
	padding: 5px
}
.feed-chapter-box, .check-product-box {
	width: 50%;
	display: inline-block;
	padding: 5px;
}
.feed-chapter-summary {
	max-height: 150px;
	overflow-y: auto;
}

.panel-body .panel-body, .panel-body .panel-default .panel-heading, .panel-body .alert-default{
	background-color: #fafafa;
}

.feed-chapter-image {
	display: inline-block;
	float: left;
}
.feed-chapter-image img {
	width: 100px;
}
.feed-chapter-publish {
	display: inline-block;
	float: left;
}
.feed-chapter-duration {
	display: inline-block;
	float: right;
}
.feed-chapter-stream audio {
	width: 100%;
}

.empty {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.empty:before {
	content: "\a0";
}
.logo-preview {
  /*display:none;*/
  display:inline-block;
  padding:20px;
  position:absolute;
  z-index:1000;
  background-origin:padding-box;
  background-color:#32323A;
  border:black 5px solid;
  border-radius: 20px;
}
.logo-preview span {
	position:absolute;
	top: 0;
	left: 10px;
	/*font-size:1.2em;*/
	color:white;
}
.logo-drop {
	opacity: 0.5;
	border: 5px dashed gray;
}

.ui-select-bootstrap .ui-select-match-text span {
    display: inline;
    width: auto;
    overflow: visible;
}

.dropdown-left-500 .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 500px;
}

.dropdown-right-500 .dropdown-menu {
	left: 0;
	right: auto;
	min-width: 500px;
}

.tree-table {
	height: 100%;
	border-collapse: separate;
}
.tree-table td {
	border: 1px solid transparent;
	width: 20px;
}
.tree-table td.tree-left {
	border-left-color: #2a6496;
}
.tree-table td.tree-right {
	border-right-color: #2a6496;
}
.tree-table td.tree-top {
	border-top-color: #2a6496;
}
.tree-table td.tree-bottom {
	border-bottom-color: #2a6496;
}

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

.input-group > .ui-select-container:last-child .form-control, .input-group-btn:last-child > .ui-select-container:last-child .form-control, .input-group-btn:last-child > .btn-group:last-child > .ui-select-container:last-child .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group > .ui-select-container:first-child .form-control, .input-group-btn:first-child > .ui-select-container:first-child .form-control, .input-group-btn:last-child > .btn-group:first-child > .ui-select-container:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.dropdown-menu > ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow-y: auto;
	max-height: 50vh;
}
