
.btn-orange {
    background-color: #de9f10;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-orange.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-orange[disabled],
    fieldset[disabled] .btn-orange {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (min-width: 980px) {
    body {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../../images/glyphicons-halflings.png");
}
/* Begin Login */


.nk-form-login {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font: bold 14px futura;
    /*font: bold 14px sans-serif;*/
    text-align: center;
}

.nk-form-log-in-with-email {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*margin-right: 130px;*/
    text-align: center;
}

    .nk-form-log-in-with-email .nk-form-white-background {
        width: 570px;
        box-sizing: border-box;
        background-color: #ffffff;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        padding: 25px 80px;
        margin-bottom: 32px;
    }

    .nk-form-log-in-with-email .nk-form-row {
        text-align: left;
        margin-bottom: 23px;
    }

    .nk-form-log-in-with-email .nk-form-row-login {
        text-align: center;
        margin-bottom: 23px;
    }

    .nk-form-log-in-with-email .nk-form-title-row {
        text-align: center;
        margin-bottom: 60px;
    }

    .nk-form-log-in-with-email h1 {
        display: inline-block;
        box-sizing: border-box;
        color: #4c565e;
        font-size: 40px;
        padding: 0 30px 0;
        margin: 0;
    }

    .nk-form-log-in-with-email .nk-form-row > label span {
        display: inline-block;
        box-sizing: border-box;
        color: #5f5f5f;
        width: 125px;
        text-align: right;
        padding-right: 25px;
    }

    .nk-form-log-in-with-email .nk-form-row-login > label span {
        display: inline-block;
        box-sizing: border-box;
        color: #5f5f5f;
        width: 125px;
        text-align: right;
        padding-right: 25px;
    }

    .nk-form-log-in-with-email .nk-form-checkbox input {
        margin-left: 128px;
        margin-right: 10px;
        width: auto;
        vertical-align: top;
    }

    .nk-form-log-in-with-email .nk-form-row-login .nk-form-checkbox span {
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        text-align: left;
        width: 220px;
        margin-top: 4px;
    }

    .nk-form-log-in-with-email .nk-form-checkbox span a {
        text-decoration: none;
        color: #6caee0;
    }

    .nk-form-log-in-with-email input {
        color: #5f5f5f;
        box-sizing: border-box;
        width: 230px;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 12px 18px;
        border: 1px solid #dbdbdb;
    }

        .nk-form-log-in-with-email input[name="rememberMe"] {
            width: auto;
        }

    .nk-form-log-in-with-email button {
        display: block;
        border-radius: 2px;
        background-color: #6caee0;
        color: #ffffff;
        font-weight: bold;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 15px 35px;
        border: 0;
        margin: 15px auto 0;
        cursor: pointer;
    }

    .nk-form-log-in-with-email .nk-form-forgotten-password,
    .nk-form-log-in-with-email .nk-form-create-an-account {
        text-decoration: none;
        padding: 4px 8px;
        font-weight: normal;
    }

    .nk-form-log-in-with-email .nk-form-forgotten-password {
        color: #4e9eda;
    }

    .nk-form-log-in-with-email .nk-form-create-an-account {
        color: #7b9d62;
        background-color: #d6f0c3;
    }

/*.nk-form-log-in-with-email:after{
    content: 'OR';
    position: absolute;
    bottom: 260px;
    right: -100px;

    border-radius: 50%;
    background-color: #edeca5;
    width: 50px;
    height: 50px;
    color: #93923b;
    font-size: 17px;
    line-height: 50px;
}*/

.nk-form-sign-in-with-social {
    display: inline-block;
    max-width: 180px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    margin-top: 70px;
}

    .nk-form-sign-in-with-social .nk-form-title-row {
        margin-bottom: 50px;
    }

    .nk-form-sign-in-with-social .nk-form-title {
        box-sizing: border-box;
        color: #4c565e;
        font-size: 24px;
        padding: 15px 20px;
        border-bottom: 2px solid #6caee0;
    }

    .nk-form-sign-in-with-social .nk-form-google-button {
        color: #ffffff;
        display: block;
        width: 145px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        background-color: rgba(222, 110, 60, 0.9);
        box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        margin: 8px auto;
        text-decoration: none;
    }

    .nk-form-sign-in-with-social .nk-form-facebook-button {
        color: #ffffff;
        display: block;
        width: 145px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        background-color: rgba(75, 136, 194, 0.9);
        box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        margin: 8px auto;
        text-decoration: none;
    }

    .nk-form-sign-in-with-social .nk-form-twitter-button {
        color: #ffffff;
        display: block;
        width: 145px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        background-color: rgba(123, 195, 226, 0.9);
        box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        margin: 8px auto;
        text-decoration: none;
    }

/*	Making the form responsive. Remove these media queries
    if you don't need the form to work on mobile devices. */

@media (max-width: 900px) {

    .nk-form-login {
        margin: 20px auto;
    }

    .nk-form-log-in-with-email {
        position: relative;
        display: block;
        margin: 0 0 50px;
    }

        .nk-form-log-in-with-email .nk-form-white-background {
            margin: 0 auto 32px;
        }

        .nk-form-log-in-with-email:after {
            bottom: -80px;
            left: 50%;
            margin-left: -25px;
        }

    .nk-form-sign-in-with-social {
        margin-top: 60px;
    }
}

@media (max-width: 600px) {

    .nk-form-log-in-with-email .nk-form-white-background {
        width: 300px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .nk-form-log-in-with-email .nk-form-checkbox input {
        display: inline-block;
        margin-left: 0;
    }

    .nk-form-log-in-with-email .nk-form-checkbox span {
        width: 200px !important;
    }

    .nk-form-log-in-with-email .nk-form-row > label span {
        display: block;
        text-align: left;
        padding: 0 0 10px;
    }

    .nk-form-log-in-with-email .nk-form-row > label span {
        display: block;
        text-align: left;
        padding: 0 0 10px;
    }

    .nk-form-log-in-with-email .nk-form-email,
    .nk-form-log-in-with-email .nk-form-password {
        display: block;
        margin: 0 auto;
    }

    .nk-form-log-in-with-email:after {
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

    .nk-form-log-in-with-email .nk-form-forgotten-password,
    .nk-form-log-in-with-email .nk-form-create-an-account {
        display: block;
        margin: 5px auto;
        max-width: 180px;
    }
}
/* End Login */

/*TableSorter*/
th.tablesorter-headerAsc {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7') !important;
    background-color: lightblue !important;
}

th.tablesorter-headerDesc {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7') !important;
    background-color: lightblue !important;
}

th.tablesorter-header {
    background-image: url('data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==');
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px !important;
    background-color: #e1e1e1;
}

table.table-font-size {
    font-size: .70em;
}



/*Admin*/
.nk-admin-anchor-button {
    border-radius: 15px;
    margin: 25px;
    background-color: #222f7a !important;
    text-align: center;
}

    .nk-admin-anchor-button:hover {
        background-color: #353f7c !important;
    }

.nk-admin-anchor-link {
    padding: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .nk-admin-anchor-link:hover {
        text-decoration: none;
        color: white;
    }
/*End Admin*/

/* parsley validate  */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.auto-fade-in {
    visibility: hidden;
}

.parsley-errors-list.filled {
    opacity: 1;
    color: #a94442;
}

.row {
    margin-bottom: 10px;
}

.requiredMark {
    color: maroon;
}

.delX {
    background-color: red;
    color: white;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    border-radius: 6px;
}

    .delX:hover {
        background-color: rgb(240, 0, 0);
    }

.spinnerMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}

.spinner {
    display: none;
    background-image: url('../../images/spinner2.gif');
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    height: 80px;
    width: 80px;
    top: 30%;
    left: 50%;
    margin-left: -40px;
    z-index: 51;
}

form {
    width: 100% !important;
}

.selectable {
    cursor: pointer;
}

    .selectable:hover {
        background-color: #fafafa;
    }

/*Without this, text will commonly flow outside of the modals*/
.modal-body > p, .jconfirm-content > div {
    word-break: break-word;
}

/*Uploader*/
#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    display: none;
}

    #progress-wrp .progress-bar {
        height: 100%;
        border-radius: 3px;
        background-color: #f39ac7;
        width: 0;
        box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
    }

    #progress-wrp .status {
        top: 3px;
        left: 50%;
        position: absolute;
        display: inline-block;
        color: #000000;
    }
/*///\\\\*/

* {
    font-family: 'Lato', sans-serif;
}

.modal-footer-netkinetix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer-netkinetix > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer-netkinetix > :not(:last-child) {
        margin-right: .25rem;
    }

/* Header upper right */
.header-right-container {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Header upper right */
.welcome-text {
    position: absolute;
    right: 80px;
    width: 215px;
    text-align: right;
    top: 4px;
}

/* Header upper right */
.header-right-buttons {
    position: absolute;
    right: 0px;
    list-style: none;
}

/*Fixed Height Table*/
.table-container {
    overflow: auto;
}

/*Fixed Header Table*/

table.table-fixed-header th {
    position: sticky;
    top: -1px;
    padding: 0px;
    /*max-height: 10px;*/
}

table.table-fixed-header thead {
    border-bottom: 1px solid black;
}

table.nowrap-header thead tr th {
    white-space: nowrap;
}

/*Fixed tfoot Table*/

tfoot.sticky td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    /*z-index: 1049;*/
    background-color: white;
}

/*////\\\\*/

.testWinn {
    color: red;
}
/*Theme overide form Farm page*/
@media (min-width: 1025px) {
    .kt-subheader--fixed .kt-subheader {
        top: 0px !important;
    }

    .kt-header--fixed .kt-page {
        padding-top: 25px !important;
    }
}

/* Used for random validation */
.hidden-input, .hidden-input:hover, .hidden-input:focus {
    border: none!important;
    height: 0px;
    width: 0px;
}

/* Logo in left side menu system */
.kt-aside .kt-aside__brand-logo .desktop-logo {
    color: #c0c4d1;
}

.kt-aside .kt-aside__brand-logo .mobile-logo {
    display: none;
    color: #c0c4d1;
}

.kt-aside--minimizing .kt-aside .kt-aside__brand-logo .mobile-logo,
.kt-aside--minimizing .kt-aside .kt-aside__brand-logo .desktop-logo {
    display: none;
}

.kt-aside--minimize .kt-aside .kt-aside__brand-logo .mobile-logo {
    display: inline-block;
}

.kt-aside--minimize .kt-aside .kt-aside__brand-logo .desktop-logo {
    display: none;
}
