﻿/*==|=======================================================
	CM Download Manager Pro customizations for assintel.it
	Author: Matteo Simeone - SIMMAT
===========================================================*/



/***** Buttons *********************************************/

a.cmdm-download-button,
.cmdm-login-wp #wp-submit {
	background: #00487b;
	font: 600 .88em "Open-Sans", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
    border-radius: 5px;
}

a.cmdm-download-button {
	margin: 10px auto 10px;
	height: 2.2em;
	line-height: 2.2em;
	width: 8em;
}

.cmdm-login-wp #wp-submit {
	border: none;
	color: white;
	height: 2.5em;
	line-height: 2.2em;
	width: 6em;
}

a.cmdm-download-button:link,
a.cmdm-download-button:visited,
a.cmdm-download-button:hover {
	text-decoration: none !important;
}

.cmdm-content-area .cmdm-single-details-shortcode h2 {
	font-size: 1.1em !important;
	color: #00487b;
	text-transform: uppercase;
	margin-bottom: .9em !important;
}

.cmdm-download-details .inner ul li {
	margin-bottom: .5em !important;
}

.cmdm-download-details > .inner > ul > li > strong {
	width: initial;
}

.cmdm-download-tags {
	font-weight: bold;
}

ul.cmdm-tags-list {
	font-weight: normal;
}

.cmdm-single-content-widget {
	margin-top: 1em;
}

#contenuto #colsx .entry-content .cmdm-login-wp p.login-username,
#contenuto #colsx .entry-content .cmdm-login-wp p.login-password {
	margin-bottom: .3em;
}

#contenuto #colsx .entry-content .cmdm-login-wp p.login-remember {
	margin-bottom: 1.2em;
}

.cmdm-tab-nav li {
	border-radius: 5px 5px 0 0;
	padding-bottom: 0;
}

.cmdm-tab-nav li.on {
	margin-bottom: 0 !important;
	background-color: #00487b !important;
	padding-left: 0 !important;
}

.cmdm-tab-nav li.on a {
	font-weight: 400;
	font-size: .8em;
	color: white !important;
	text-transform: uppercase;
}

.CMDM .tabItem {
	padding: 1em .8em .3em .8em;
}

.CMDM .tabItem p {
	line-height: 1.5em;
	margin-bottom: 0;
	color: #4a4949;
}

.boxGrey724 {
	background: #d9dee4;
	border-radius: 0 5px 5px 5px;
}