﻿label
{
    margin-top:5px;
    margin-bottom:1px;
}

.btn-primary
{
    background-color: #860c0b;
    border-color: #860c0b;
}

    .btn-primary:hover {
        background-color: #b70000;
        border-color: #b70000;
    }   

.btn-primary:active:focus
{
    background-color: #b70000;
    border-color: #b70000;
}   
.btn-primary:focus
{
    background-color: #b70000;
    border-color: #b70000;
}   

.btn-dark
{
    background-color: #0b2b4c;
    border-color: #0b2b4c;
}   

.btn-dark:hover
{
    background-color: #124070;
    border-color: #124070;
}   

.nav-link
{
    color:#EAEAEA!important;
}
.nav-link:hover
{
    color:White!important;
}

.nav-tabs .nav-link
{
    color:#0b2b4c!Important;
    font-weight:400;
}

.nav-tabs .nav-link.active
{
    border-bottom: 1px solid #0b2b4c;
    background-color: #0b2b4c;
    color:#fff!Important;
    font-weight:400;
}

.table-tutte td
{
    padding:5px;
}

.rpt-q
{
    margin-bottom:3px;
    margin-top:3px;
    text-align:center;
    color:White;
}

.rpt-td-top
{
    vertical-align:bottom!Important;
}

.rpt-span-numero
{
    float: right;
    font-size:25px;
    font-weight:bold;
    position:relative;
    top:-15px;
    color:#fff;
}

.rpt-fase
{
    font-size:15px;
    position:relative;
    top:-10px;
    color:#666;
}

.rpt-fase-td
{
    background-color:#eaeaea;
    text-transform:uppercase;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		    -o-transform: translate3d(0%, 0, 0);
		    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		    transition: opacity 0.3s linear, left 0.3s ease-out;
}
	
.modal.left.fade.in .modal-dialog{
	left: 0;
}
        
/*Right*/
.modal.right.fade .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		    transition: opacity 0.3s linear, right 0.3s ease-out;
}
	
.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

.nav-link
{
    color: #000;
}

.toolbar-link
{
    font-size:25px;
}

.hidden
{
    display:none;
}

.dropdown-menu-wf
{   
    width: 350px;
}

.help-block
{
    color:Red;
}

.has-error input
{
    border: 1px solid red;
}
.has-error select
{
    border: 1px solid red;
}
.has-error textarea
{
    border: 1px solid red;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 30px;
}
.chat li.right .chat-body {
  margin-right: 30px;
}
.chat li .chat-body p {
  margin: 0;
}


.comments {
    padding: 0;
    margin: 0;
}

.comment-body {
    padding-left:10px;
}

.comments .comment {
    border: none;
    border-bottom: 1px solid #e4eaec;
}

.comments .comment .comment:first-child {
    border-top: 1px solid #e4eaec;
}

.comments .comment .comment:last-child {
    border-bottom: none;
}

.comment {
    padding: 20px 0;
    margin: 0;
}

.comment .comment {
    padding-bottom: 20px;
    margin-top: 20px;
}

.comment .comment:last-child {
    padding-bottom: 0;
}

.comment-author,
.comment-author:hover,
.comment-author:focus {
    color: #37474f;
}

.comment-meta {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #a3afb7;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p {
    margin-bottom: 10px;
}

.comment-actions {
    margin-top: 10px;
    text-align: right;
}

.comment-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.comment-actions a.icon {
    text-decoration: none;
}

.comment-actions a:last-child {
    margin-right: 0;
}

.comment-reply {
    margin: 22px 0 10px;
}

.comment-reply .form-group:last-child {
    margin-bottom: 0;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}
.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.badge-approve {
    color: #111;
    background-color: #ff9400;
}