/* Add here all your CSS customizations */

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.table .actions a {
    padding: 0 6px;
    text-decoration: none;
    font-size: large;
    cursor: pointer;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
}

.info h2 {
    display: inline;
    color:black;
}

.uneditable-input {
    width: 50%;
}

.error-border{
    border-color: red !important;
}

.favorite {
    color: orange !important;
}

.bg-facebook{
    background-color: #1877F2;
}

.card-featured-facebook{
    border-color: #1877F2;
}

.bg-google{
    background-color: #db4a39;
}

.card-featured-google{
    border-color: #db4a39;
}

.bg-linkedin{
    background-color: #0e76a8;
}

.card-featured-linkedin{
    border-color: #0e76a8;
}

.widget-summary .summary-footer-social {
	padding: 5px 0 0;
	text-align: right;
}

.btn-facebook{
    color: #ffffff;
	background-color: #1877F2 !important;
	border-color: #1877F2 !important;
}

.btn-linkedin{
    color: #ffffff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}

.btn-google{
    color: #ffffff;
	background-color: #db4a39;
	border-color: #db4a39;
}

.btn-google:hover,.btn-facebook:hover, .btn-linkedin:hover { 
    color: #ffffff !important;
  }

#facebook-subtitle, #google-subtitle, #linkedin-subtitle{
    word-break: break-word !important;
}

.btn-grey{
    background-color: #707070;
    color: white;
}

.btn-grey:hover{
    background-color: #919191;
    color: white;
}

.errorFileSize{
    color: red !important;
}