@import "../css/login.css";
@import "../css/navigation.css";
@import "../css/utilities.css";
@import "../css/siteHeader.css";
@import "../css/upload.css";
@import "../css/error.css";
@import "../css/typography.css";

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/fonts/Roboto-Regular.ttf') format('truetype');
}

body.login-page {
    /*background-image: url("../images/BGround.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

.login-container {
    max-width: 360px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.6);
}

.btn-login {
    width: 100%;
    background: #404040;
    color: #FFFFFF;
}

    .btn-login:focus, .btn-login:hover {
        outline: 0;
        box-shadow: 0 0 0 0.2rem #7F7F7F;
        color: #FFFFFF;
    }

.login-info {
    background-color: #E1E1E1;
    font-size: 0.875rem;
    border-top: solid 2px #CCC;
}

    .login-info .fas {
        margin-right: 0.5rem;
    }

    .login-info a {
        color: #0056b3;
        font-weight: bold;
    }

.btn-modal-close {
    background: #17a2b8;
    color: #FFF;
}

    .btn-modal-close:focus, .btn-modal-close:hover {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(23,162,184,.25);
        color: #FFFFFF;
    }

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smooting: antialiased;
    /* overflow: hidden; */
    /*font: 70% arial;*/
    line-height: 1.5;
    color: black;
    background-color: white;
    /* background-color: #eeeeee !important; */
}

/* .col-sm-3,  .col-sm-4, .col-sm-8{
    border: 1px solid black;
  }  */
   
.sign {
    width: 425px;
    height: 50px;
    /* border: 2px solid rgb(208, 123, 12); */
    border: 1px solid black;
    border-radius: 5px;
    /* background-color: antiquewhite; */
    font-family: Brush Script MT;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
/* .sign:active, .sign:visited, .sign:focus{
    background-color: red;
} */
button a,
button a:visited,
button a:hover {
    color: white;
    text-decoration: none;
}

/* a{
  color: white !important;
  text-decoration: none;
} */

/* a:visited{
  color: white !important;
  text-decoration: none;
} */


/*status colors*/

.New {
    border-left: 10px solid rgb(0,144,255) !important;
}

.Failed {
    border-left: 10px solid rgb(255,0,0) !important;
}

.Running {
    border-left: 10px solid rgb(255,204,0) !important;
}

.Completed {
    border-left: 10px solid rgb(0,255,24) !important;
}

.AlreadyCompleted {
    border-left: 10px solid rgb(0,255,24) !important;
}


/*end of status colors*/



.sign-box {
    width: 100%;
    height: 150px;
    border: 2px solid rgb(208, 123, 12);
    border-radius: 5px;
    background-color: antiquewhite;
    font-family: Brush Script MT;
    font-size: 45px;
    vertical-align: middle;
    text-align: center;
}

.dropdown-style {
    height: 30px;
    border-radius: 5px;
    width: 100%;
}

/*.form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}*/

.fa {
    color: black;
}

.fa-info-circle {
    padding-right: 5px;
    margin: 5px;
    color: #ee2842;
}

.fa-angle-double-left {
    color: white;
}

.type {
    background-image: url(../images/type.png);
    width: 130px;
    height: 82px;
    background-repeat: no-repeat;
    background-color: white;
    border: none;
}

.draw {
    background-image: url(../images/draw.png);
    width: 100px;
    height: 82px;
    background-repeat: no-repeat;
    background-color: white;
    border: none;
}

.upload {
    background-image: url(../images/upload.png);
    width: 90px;
    height: 82px;
    background-repeat: no-repeat;
    background-color: white;
    border: none;
}

#selectFont {
    margin-bottom: 10px;
}

label#mainSign {
    margin-top: 7px;
    float: left;
    /* padding-left: 10px; */
}


.no-sort {
    cursor: text;
}

.modal-header .close {
    margin: 0;
}

.message {
    justify-content: end;
    font-size: 14px;
    font-weight: 600;
}

.extra-width {
    max-width: 950px !important;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    outline: none;
}

.clearfix {
    clear: both;
}

.progress {
    width: 100%;
    display: none;
    margin-top: 10px;
}

/*label, .field-validation-error {
    display: inline-block;
    margin: .5rem 0;*/
    /*font-size: 13px;*/
/*}*/

/*.form-control {
    border-radius: 5px;
    height: 30px !important;
    border: 1px solid darkgray;
    width: 100%;
    padding-left: 3px;
    outline: 0;
    margin-top: 2px;
    font-size: 13px;
    background-color:#fff;
}*/

/*.form-group {
    margin: 0.1rem;
}*/

.col-img {
    height: 18px;
    width: 18px;
}

.less {
    display: none;
}

.xtra-text div a {
    /*display: flex;
    justify-content: flex-end;*/
}

.p-label {
    display: inline-block;
    margin: .5rem 0;
}

/*label {
    display: inline-block;
    margin: .5rem 0;
    font-size: 13px;
}*/

.p-btn {
    padding: 0px;
    text-align: left;
    background-image: url(../images/downArrow.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 10px;
    font-size: 13px;
}

    .p-btn::after {
        display: none;
    }

.fixed-width-200 {
    width: 200px !important;
}


/*status colors*/

.Cancelled {
    border-left: 10px solid darkgray !important;
}

.Failed {
    border-left: 10px solid rgb(255,0,0) !important;
}

.InProgress {
    border-left: 10px solid rgb(255,204,0) !important;
}

.Completed {
    border-left: 10px solid rgb(0,255,24) !important;
}

.Requested {
    border-left: 10px solid rgb(0,144,255) !important;
}

/*end of status colors*/


.table {
    border-collapse: separate;
    border-spacing: inherit;
}

.no-sort {
    background-image: none !important;
}

.active-link {
    background-color: #ee2842 !important;
}

.header-section {
    display: inline-block;
    width: 100%;
}

    .header-section .pageTitle {
        float: left;
    }

    .pageTitle {
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

#searchfield {
    /*border: none;*/
}

.user-info {
    font-size: 12px;
    margin-right: 25px !important;
}

.user-id {
    font-size: 14px !important;
}

.user-info a {
    font-size: 15px !important;
}

body.modal-open {
    font: 100% !important;
}

#confirmAlert .h4, #confirmAlert h4 {
    font-size: 1rem !important;
}

#confirmAlert #customMessage {
    font-size: 1rem !important;
}

.add {
    font-size: 10px;
}

.delete {
    font-size: 10px;
}

/*.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-group label {
        width: 20%;
    }
*/


    /*.form-group span {
        content: "\A";
        white-space: pre;
    }*/
    /*.form-group select, .form-group input[type=text], .form-group input[type=password], .form-group input[type=number], .form-group input[type=email] {
        width: 80%;
    }*/

.checkbox {
    margin-left: 25%;
}

/*.field-validation-error {
    margin-left: 20%;
}*/

.button-section {
    justify-content: flex-end;
}

    .button-section button, .button-section a {
        margin-right: 10px;
    }

.filter-panel {
    float: left;
}

.filter, .filter:hover {
    cursor: pointer;
    color: #000;
}

    .filter i {
        font-size: 16px;
        margin-top: 9px;
    }

.fliterText {
    margin-right: 5px;
    margin-left: 10px;
}

.filter-toggle {
    display: none;
}

.table tbody tr .col-img {
    color: #cb5131;
}

.table tbody tr .col-img-true {
    color: green;
}

.dt-buttons {
    display: none;
}

.dropdown-item {
    padding: .15rem 1rem !important;
    font-size: 14px;
}

.dropdown-menu.show {
    top: -5px !important;
}

.dropdown-menu {
    min-width: 6.5em;
    padding: .10rem 0;
}

#tblGrid {
    display: none;
}

.border-right{
    border-right:1px solid #000 !important;
}

.dataTables_filter{
    display:none;
}

.action-link {
    float: right;
    margin-top: 5px;
}