/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: dodgerblue;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    /*background-color: #F7F7F7;*/
    background-color: white;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: rgb(104, 145, 162);*/
    background-color: mediumblue;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: darkblue;
}

.forgot-password {
    color: mediumblue;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

/* Master CSS THEME BY Tolla */

html, body {
    height: 100vh;
}

/* Logo */
.top-logo {
    height: 30px;
}

.dropdown-icon {
    display: inline-block;
}

.dropdown-icon .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 16px;
}

.dropdown-icon .dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown-icon .dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    right: 0;
    top: 0;
    position: absolute;
}

.dropdown-icon .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 49px !important;
}

.dropdown-icon .dropdown .dropdown-menu p {
    font-size: 15px;
    margin: 0;
    padding: 5px 15px;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item {
    color: #272c33;
    font-size: 13px;
    padding: 10px 15px 3px;
    text-overflow: ellipsis;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 15px;
    width: 25px;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5px;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 11px;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}

.dropdown-icon .dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.dropdown-icon {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 16px;
}

.dropdown-container {
    display: none;
}

.right-panel .breadcrumbs {
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 0 5px;
    width: 100%;
}

.boxed {
    margin: 0;
}

.rounded-circle {
    border-radius: 50% !important;
}

.form-control-label {
    width: 100%;
    height: 25px;
}

td.input-table {
    margin: 0;
    padding: 0;
}

.input-table input {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}

.sirio-logo {
    width: auto;
    height: auto;
    padding: 20px 0 20px 0;
}

.sirio-logo svg {
    width: 100%;
    height: 100%;
}

.navbar-nav div {
    padding-top: 10px;
}

.bg-lightblue {
    background-color: #2196f3;
}

.bg-green {
    background-color: green;
}

.bg-purple {
    background-color: purple;
}

.border-green {
    border-color: green;
}

.border-purple {
    border-color: purple;
}

input.no-input {
    border: none;
    background: transparent !important;
    background-color: transparent !important;
}

select.no-drop {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    opacity: 1 !important;
}

/* Workarounds per far andare i toggle con bootstrap 4 */
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

/********************************************************/

.no-underline {
    text-decoration: none !important;
}

.border-lightblue {
    border-color: #2196f3;
}

.card-header.bg-lightblue > h5 {
    color: white;
}

.rotate {
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-sirio {
    background-color: white;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.btn-sirio:hover {
    background-color: #2196f3;
    color: white;
}

.table td, .table th {
    padding: 0.5rem;
}