﻿table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-width: 1px !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-width: 1px !important;
}

.table-bordered > :not(caption) > * {
    border-width: 1px !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(101,126,174,.25);
    outline: 0;
    box-shadow: none;
}

.accordion-body.border {
    border-color: rgba(101,126,174,.25) !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding: 10px;
    }

        .SmallBox .textoFull p {
            margin-bottom: 0px;
        }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }
.ui
.miniIcono {
    position: absolute;
    top: 17px;
    right: 15px;
}

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #1ab394;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #1f6bff;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #1f6bff;
}
/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1f6bff;
    border-radius: 3px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-right: 15px;
        background-color: #1f6bff;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #1f6bff;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1f6bff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

/*Spinner Div*/

.spinner-div {
    overflow: hidden;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .4 ) 50% 50% no-repeat;
}

.spinner-inner-div {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 -25px;
    text-align: center;
    width: 100%;
    height: 30px;
}

button, a {
    cursor: pointer;
}

/*Tutorials */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.tutorial-thumbnail .caption > h3 {
    min-height: 60px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}

.tutorial-modal-title h3.modal-title {
    color: #3a5266;
    margin-bottom: 10px;
}

.tutorial-modal-body .content-title {
    position: relative;
    padding-left: 95px;
}

.tutorial-modal-body > img {
    margin-bottom: 10px;
}

.tutorial-modal-body .content-title label {
    position: absolute;
    left: 0;
    top: 0;
}

.tutorial-thumbnail .caption .caption-description {
    height: 66px;
    min-height: 66px;
    overflow: hidden;
}

    .tutorial-thumbnail .caption .caption-description p {
        margin-bottom: 0;
        overflow-wrap: anywhere;
    }

.thumbnail-footer {
    padding: 7px 10px;
    border-top: 1px dotted #ccc;
}

    .thumbnail-footer a {
        text-decoration: none;
        color: gray;
        cursor: default;
    }
.tutorial-file {
    color: gray;
}

 h5.modal-title {
overflow-wrap:anywhere;

}
.form-control-static {
font-weight:600;
}


.primary-loader,
.primary-loader:before,
.primary-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.primary-loader {
    color: #1f6bff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .primary-loader:before,
    .primary-loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

.primary-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.primary-loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.login-img {
    background-image: url('../img/login-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-content .logo{
    width: 232px;
    height: auto;
    margin-bottom: 35px;
}
.login .login-content{ max-width: 450px; }
.login-content .login-box {
    padding: 30px 42px 48px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}
    .login-content .login-box .login-form-header {
        text-align: center;
    }
        .login-content .login-box .login-form-header h4 {
            font-size: 24px;
            line-height: 34px;
            color: #656A74;
            letter-spacing: 1px;
            margin: 0;
        }
        .login-content .login-box .login-form-header p {
            font-size: 18px;
            line-height: 34px;
            color: #656A74;
        }

.primary-form-group{
    margin-bottom: 15px;
}
.primary-form-group .form-label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #212837;
    margin-bottom: 4px;
}
    .primary-form-group .form-control {
        border: 1px solid #CED4DA;
        background: #FFFFFF;
        height: 38px;
        box-shadow: none !important;
        outline: none !important;
    }
        .primary-form-group .form-control:hover, .primary-form-group .form-control:focus, .primary-form-group .form-control:active {
            border-color: #1F6BFF;
        }

.link-primary {
    font-size: 14px;
    line-height: 24px;
    color: #5887FF;
    text-decoration: none;
}

/* custom checkbox 
--------------------------------------------------------------------------------------------------------*/
.custom-control-label::before, .custom-control-label::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
}
.custom-control .custom-control-input {
    width: 0;
    height: 0;
    opacity: 0;
}
.custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
    padding-left: 24px;
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    line-height: 24px;
}

.custom-control.custom-checkbox, .custom-control.custom-radio {
    padding-left: 0;
    position: relative; 
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    height: 16px;
    width: 16px;
    top: 4px;
    left: 0;
    transition: all .2s cubic-bezier(0.35, 0, 0.25, 1);
    border-radius: 4px;
}

.custom-control-label::before {
    border: #D0D0D0 solid 2px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 4px rgba(31, 107, 255, 0.3);
    border-color: #1f6bff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1f6bff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: #1f6bff;
    background: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: #1f6bff solid 2px;
    background-color: #fff;
}

.custom-checkbox .custom-control-label::after, .custom-radio .custom-control-label::after {
    opacity: 0;
    transform: scale(0.4);
    color: #fff;
    border-color: #1f6bff;
    background-color: #1f6bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
    transform: scale(1);
    background-image: url('../img/checkbox-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-color: #1f6bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
    transform: scale(0.5);
    background: #1f6bff;
}

.checkbox-group .custom-control.custom-checkbox, .radio-group .custom-control.custom-radio {
    display: inline-block;
    margin-right: 30px;
}



.bg-red {
    background-color: #fb4343 !important;
}

@media(max-width: 991px) {
    .login-content .logo{ width: 200px; }
    .login-content .login-box {
        padding: 30px;
    }
}

    @media(max-width: 575px) {
        .login-content .login-box {
            padding: 20px 20px 25px;
        }
    }

    .asterisk {
        color: #F44336;
    }

.release-info-font {
    font-weight:600;
    font-size:16px;
}
