﻿label
{
    margin-top:5px;
    margin-bottom:1px;
}

.btn-primary
{
    background-color: #ffcc00;
    border-color: #ffcc00;
}   

.btn-primary:hover
{
    background-color: #dcb721;
    border-color: #dcb721;
}   

.btn-primary:active:focus
{
    background-color: #ffda48;
    border-color: #ffda48;
}   
.btn-primary:focus
{
    background-color: #ffda48;
    border-color: #ffda48;
}   

.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;
}


a:hover {
    color: #0b2b4c;
}

.responsive-table th{
    background-color:#666666;
    color:white;
    font-weight:bold;
}

/*******************************
* 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;
}

.intro-title {
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    width: 100%;
    text-align:center;
}

.logout-title {
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.bnt-header {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bnt-header input {
    font-weight: bold;
}



.responsive-table {
    width: 100%;
}

@media (max-width: 992px) {
    .responsive-table {
        /*font-size: .9em;*/
    }
}

@media (max-width: 480px) {
    .responsive-table {
        /*
            font-size: .8em;
        */
    }
}

.responsive-table thead {
    display: table-header-group;
}

@media (max-width: 680px) {
    .responsive-table thead {
        display: none
    }
}

.responsive-table thead th {

}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    padding: 0;
    text-align: left;
    white-space: normal;
}

.responsive-table th,
.responsive-table td {
    padding: .1200px .5em;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .responsive-table th,
    .responsive-table td {
        padding: .1200px .5em;
    }
}

@media (max-width: 680px) {
    .responsive-table td {
        display: block;
    }
}

@media (max-width: 680px) {
    .responsive-table tr {
        display: block;
    }
}

@media (max-width: 680px) {
    .responsive-table th,
    .responsive-table td {
        padding: .5em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 680px) {
    .responsive-table caption {
        font-size: 1em;
    }
}

.responsive-table tfoot {
    font-size: .9em;
    font-style: italic;
}

.responsive-table tbody {
    display: table-row-group;
}

@media (max-width: 680px) {
    .responsive-table tbody {
        display: block;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    display: table-row;
}

@media (max-width: 680px) {
    .responsive-table tbody tr {
        display: block;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #555;
    text-align: left;
}

@media (max-width: 680px) {
    .responsive-table tbody th[scope="row"] {
        background-color: #1d1d1d;
        color: white;
        text-align: center;
    }
}

.responsive-table tbody td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
}

@media (max-width: 680px) {
    .responsive-table tbody td {
        text-align: right;
    }
}

.responsive-table tbody td[data-type=score] {
    text-align: center;
}

.responsive-table tbody td[data-type=reason] {
    text-align: center;
}

.responsive-table tbody td[data-title]:before {
    content: none;
    float: left;
    color: rgba(94, 93, 82, 0.75);
    font-size: .9em;
}

@media (max-width: 680px) {
    .responsive-table tbody td[data-title]:before {
        content: attr(data-title);
    }
}

.img-responsive{
    width:100%;
}

.form-control-sm {
    width: 100%;
}

.table-compact {
    width: 100%;
}

.table-compact th,
.table-compact td {
    padding: 5px;
    vertical-align: middle;
}

.form-control {
    padding: .200rem .50rem
}

.form-control:focus {
    background-color: #ffd102;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.00rem + 2px);
}