#TM_COMPANY_CAROUSEL .carousel-item {
	background-color: gray;
	color: white;
	height: 250px;
	position: relative;
}

#TM_COMPANY_CAROUSEL .media img {
	width: 25%;
}
#TM_COMPANY_CAROUSEL ol li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px solid red;
	background-color: transparent;
}
#TM_COMPANY_CAROUSEL ol .active {
	background-color: red;
}

.tm-date-next,
.tm-date-calendar {
	background-color: red;
	color: red;
	width: 50px;
}

.tm-template {
	-display: none;	/*TODO*/
}

/*----------------------------------------------------------------------------*/
#TM_MY_RESUME_PREVIEW .container .row:first-child {
	margin-bottom: 0;
}
#TM_MY_RESUME_PREVIEW .container .row > div {
	padding-top: 20px;
}

/*#TM_MY_RESUME_PREVIEW .tm-resume-style-1 .tm-resume-header {
	color: black;
	border-right: 2px solid black;
	text-align: right;

}
#TM_MY_RESUME_PREVIEW .tm-resume-style-1 .col {
	color: black;
}

#TM_MY_RESUME_PREVIEW .tm-resume-style-2 .tm-resume-header {
	color: blue;
	border-right: 2px solid blue;
	text-align: right;

}
#TM_MY_RESUME_PREVIEW .tm-resume-style-2 .col {
	color: blue;
}*/

.tm-resume-style-1 .col, .tm-resume-style-2 .col, .tm-resume-style-3 .col{
	margin-bottom:20px;
}
.tm-resume-style-4 .col, .tm-resume-style-5 .col, .tm-resume-style-6 .col{
	margin-bottom:20px;
	border-left:2px solid #aaa;
}
.tm-resume-style-1 .col, .tm-resume-style-1 .tm-resume-header, .tm-resume-style-2 .col, .tm-resume-style-2 .tm-resume-header, .tm-resume-style-3 .col, .tm-resume-style-3 .tm-resume-header{
	padding-top:15px;
}
.tm-resume-style-1 .tm-resume-header, .tm-resume-style-2 .tm-resume-header, .tm-resume-style-3 .tm-resume-header{
	color:#fff;
	padding-right:0;
}
.tm-resume-style-1 .tm-resume-header{
	background-color:#06a;
}
.tm-resume-style-2 .tm-resume-header{
	background-color:#065;
}
.tm-resume-style-3 .tm-resume-header{
	background-color:#ccc;
	color:#000;
}
.tm-resume-style-1 .titleLeft, .tm-resume-style-2 .titleLeft, .tm-resume-style-3 .titleLeft{
	background-color:#fff;
}
.tm-resume-style-1 p.titleLeft, .tm-resume-style-2 p.titleLeft, .tm-resume-style-3 p.titleLeft{
	font-weight:bold;
	padding:10px;
	border-radius:5px 0 0 5px;
}
.tm-resume-style-1 p.titleLeft{
	color:#06a;
}
.tm-resume-style-2 p.titleLeft{
	color:#065;
}
.tm-resume-style-1 .paddingLeft, .tm-resume-style-2 .paddingLeft, .tm-resume-style-3 .paddingLeft{
	padding-right:15px;
}
.tm-resume-style-1 p.titleLeft::before, .tm-resume-style-2 p.titleLeft::before, .tm-resume-style-3 p.titleLeft::before, .tm-resume-style-4 p.titleLeft::before, .tm-resume-style-5 p.titleLeft::before, .tm-resume-style-6 p.titleLeft::before{
	font-family:FontAwesome;
	font-size:0.85em;
	margin-right:8px;
}
.tm-resume-style-1 p.titleLeft::before, .tm-resume-style-2 p.titleLeft::before, .tm-resume-style-3 p.titleLeft::before{
	content:"\f0a9";
}
.tm-resume-style-4 p.titleLeft::before, .tm-resume-style-5 p.titleLeft::before, .tm-resume-style-6 p.titleLeft::before{
	content:"\f0a9";
	font-size:1.2em;
	background-color:#fff;
	position:absolute;
	right:-17px;
	z-index:1;
}
.tm-resume-style-4 p.titleLeft, .tm-resume-style-5 p.titleLeft, .tm-resume-style-6 p.titleLeft{
	font-weight:bold;
}
.tm-resume-style-4 p.titleLeft{
	color:#177;
}
.tm-resume-style-5 p.titleLeft{
	color:#d20;
}
.tm-resume-style-6 p.titleLeft{
	color:#c90;
}
.tm-resume-style-4 .headPhoto, .tm-resume-style-5 .headPhoto, .tm-resume-style-6 .headPhoto{
	padding:15px 0;
	margin-bottom:30px;
}
.tm-resume-style-4 .headPhoto{
	background-color:#acc;
}
.tm-resume-style-5 .headPhoto{
	background-color:#f86;
}
.tm-resume-style-6 .headPhoto{
	background-color:#fc3;
}
.tm-resume-style-4 .img-thumbnail, .tm-resume-style-5 .img-thumbnail, .tm-resume-style-6 .img-thumbnail{
	border:none;
}
