html {
    height: 100%;
    font-family: Open Sans;
}

body {
    margin: 0;
    padding: 0;
    background: #e9e8e5;
    width: 100%;
}

header h3 {
    background: #333;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    display: block;
}

.login-box {
    width: 494px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login-box {
    color: #333;
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 18px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 18px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 18px -6px rgba(0,0,0,0.75);
}

.line-black {
    background: #ebebeb;
    height: 1px;
    width: 100%;
}

.line-gray {
    background: #f0f0f0;
    height: 1px;
    width: 100%;
}

#buttons-area {
    padding: 20px;
}

    #buttons-area h2 {
        color: #333;
        font-size: 18px;
    }

.height {
    height: 45px;
}

.login {
    background: #7b00f8;
    color: #fff;
    font-size: 22px;
    padding: 5px 25px;
    border: none;
}

    .login:hover {
        background: #181751;
    }

.fa-user:before {
    color: #6c6c6c;
}

.table.terminal_detials > tbody > tr > td {
    white-space: nowrap;
}

.buttonCaps {
    text-transform: capitalize;
}

.button2 {
    border-radius: 4px;
}

.margin-top {
    margin-top: 32px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    background: #fff;
}

.button-height {
    height: 60px;
    margin-top: 32px;
    font-size: 23px;
}

.forget-password a {
    font-size: 15px;
    color: #7b7b7b;
    margin-top: 5px;
    text-decoration: underline;
}

    .forget-password a:hover {
        color: #ccc;
    }

#buttons span {
    color: #297eb6;
}



aside {
    background: #333;
    width: 300px;
    float: left;
    min-height: 100%;
}

    aside .nav {
    }

        aside .nav ul {
            margin: 0;
            padding: 0;
            position: relative;
        }

            aside .nav ul li {
                background: #ccc;
                border-bottom: 1px solid #333;
            }

                aside .nav ul li a {
                    background: #ccc;
                    color: #333;
                    display: block;
                    padding: 10px;
                }

                    aside .nav ul li a:hover {
                        background: #333;
                        color: #ccc;
                    }

            aside .nav ul ul li {
                visibility: visible;
            }

            aside .nav ul li:hover ul {
                visibility: visible;
            }

.main-header .navbar {
    margin-left: 0;
}

.form-detail {
    margin-left: 100px;
}


/* Custom check box*/
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox > [type="checkbox"]:not(:checked),
    .custom-checkbox > [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox > [type="checkbox"]:not(:checked) + label,
        .custom-checkbox > [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 37px;
            cursor: pointer;
            font-size: 15px;
            padding-top: 9px;
        }

            /* For black bg remember me*/
            /*.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
            .custom-checkbox > [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
                width: 26px;
                height: 26px;
                background: #333;
                border-radius: 4px;
            }
            .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
            .custom-checkbox > [type="checkbox"]:checked + label:after {
                font: normal normal normal 16px/1 'Glyphicons Halflings';
                content: '\e013';
                position: absolute;
                top: 50%;
                margin-top: -5px;
                left: 4px;
                color: #fff;
                transition: all .2s;
            }*/

            /* For black border  remember me*/
            .custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
            .custom-checkbox > [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
                width: 26px;
                height: 26px;
                background: #fff;
                border-radius: 4px;
                border: 1px solid #ccc;
            }

            .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
            .custom-checkbox > [type="checkbox"]:checked + label:after {
                font: normal normal normal 16px/1 'Glyphicons Halflings';
                content: '\e013';
                position: absolute;
                top: 50%;
                margin-top: -4px;
                left: 5px;
                color: #555;
                transition: all .2s;
            }


            .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .custom-checkbox > [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
    .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
        content: '\2212';
        left: 2px;
        opacity: 1;
        transform: scale(1);
    }

    .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
    .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        background-color: #eeeeee;
        border-color: #eeeeee;
        cursor: not-allowed;
        opacity: 1;
        color: #dadada;
    }

    .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
        color: #dadada;
        cursor: not-allowed;
    }

    .custom-checkbox > [type="checkbox"]:disabled + label {
        color: #aaa;
        cursor: not-allowed;
    }

    .custom-checkbox > [type="checkbox"]:checked:focus + label:before,
    .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
        border: 1px solid #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .custom-checkbox > label:hover:before {
        border: 1px solid #88D2FF !important;
    }

    .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
    .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
        border: 1px solid #E4E4E4 !important;
    }

.div-btn-out a {
    color: #fff !important;
}

.div-btn a {
    color: #fff !important;
}

    .div-btn a:hover {
        color: #fff;
    }

.custom-table tbody tr:hover {
    background: #eef7fa;
}

.transaction-box .panel-heading {
    width: 100%;
    float: left;
    background: #fbfbfb;
}

.transaction-box .panel-body {
    float: left;
    width: 100%;
    background: #fff;
}

.transaction-box .panel-footer {
    background: #ffffff;
}

.transaction-box .language-box {
    text-align: right;
}

.custom-tbx {
    height: 30px;
    border-color: #d2d6de;
    border: 1px solid #ccc;
    padding: 7px;
}

.datepiker-tbx {
    width: 30%;
    height: 34px;
    border-color: #d2d6de;
    border: 1px solid #ccc;
    padding: 7px;
}

.custom-pagging {
    text-align: right;
}

    .custom-pagging ul.pagination {
        margin: 0;
    }



/*2018-03-28*/
.panel-default > .panel-heading {
    color: #020202;
    background-color: #fbfbfb;
    border-color: #eeeeee;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 5px 5px #eee;
}

#transactionDiv .col-sm-3 {
    text-align: right;
}

.user-notification .panel-width {
    width: 100%;
}

    .user-notification .panel-width .panel-body, .user-notification .panel-width .panel-footer {
        background: #fff;
    }

.tasks-menu {
    width: 161px;
}


/**Media Query**/


@media (max-width:1510px) {
    .form-horizontal .panel-width {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width:1024px) {
    .form-horizontal .panel-width {
        width: 100%;
    }
}

@media (max-width:768px) {
    .login-box {
        width: 90%;
        height: auto;
        position: static;
        margin: 0;
        transform: translate(0%, 0%);
        margin: 0px auto;
        margin-top: 20px;
    }

    #login-box {
        color: #fff;
        font-size: 12px;
        padding: 10px;
    }

    .panel-width {
        width: 100%;
    }

    .div-btn {
        width: 80px;
        margin-bottom: 2px;
    }

    .transaction-box .language-box {
        text-align: left;
    }

    .div-btn {
        width: auto;
    }

    #transactionDiv .col-sm-3 {
        text-align: left;
    }
}

@media (max-width:767px) {
    #transactionDiv .col-sm-3 {
        text-align: left;
    }
    .custom-md 
    {
        width:42%;
    }
    .md-text 
    {
        font-size:12px;
    }
    #searchbtn 
    {
        font-size:12px;
    }
  .md-center-top_10
    {
            text-align: center;
     margin-top: -10px;
    }
  .create-link {
    padding-bottom: 40px;
}
  .table-input .datepiker-tbx {
    width: 100%;
}
    .table-input #AllUsername 
    {
        width:150px;
    }
    .mar-r5 
    {
        margin-right:5px;
    }
    .text-size 
    {
        font-size:14px;
   
         }
            .custom-table {
    border: 0px solid #ddd;
}

}


@media (max-width:360px) {
    .resp-create-btn {
        float: none !important;
    }
        .custom-md 
    {
        width:31%;
    }
    .md-text 
    {
        font-size:12px;
    }
    #searchbtn 
    {
        font-size:12px;
    }
  .md-center-top_10
    {
            text-align: center;
     margin-top: -10px;
    }
    .mdmar-left 
    {
            display: inline-block;
    float: left !important;
    }
        .text-size 
    {
        font-size:14px;
   
         }
        .custom-table {
    border: 0px solid #ddd;
}

}


/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }
/*.active-submenu {
    background: #066465;
}*/
/**End Media Query**/


/*======Anchor Button CSS======*/
a.div-btn {
    padding: 4px 6px;
    /*border: 1px solid #269abc;*/
    box-shadow: 1px 1px 1px #000;
}

.colorA {
    color: red;
}

/* loder*/
.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

    .loader img {
        width: 76px;
        margin: 0 auto;
        text-align: center;
        margin: 20%;
    }

#devicetype {
    margin-left: 2%;
    margin-bottom: 1%;
}



/*DATATABLE*/



table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 0px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

.dataTables_filter label {
    position: absolute;
    right: 20px;
    color: #959b9b;
}

.dataTables_length label {
    color: #959b9b;
}

.td-center {
    text-align: center;
}

#paraupdate {
    height: 20px;    
}
#paraupdatemess {
    height: 20px;
    margin: 0 0 0px !important;
        background: #f7f7f7;
}
#spnstatus {
    color: green;
    padding-left: 12%;
}

.spnstatusred {
    color: red;
    padding-left: 12%;
}

#btnRead {
    margin-bottom: 4px;
    margin-top: -17px;
}

.alignright {
    text-align: right;
}

.aligngreen {
    text-align: left;
    color: green !important;
}

.backlist-margin {
    margin-bottom: 10px;
    float: right;
}

.create-authkeypopup {
    height: 20px;
    width: 300px;
}
.spnred{
    color:red;
}

.modal-Area{
height: 20px;
width:300px;
}


.grid-head {
    color: #3c8dbc;
    text-align:left;
}
.grid-head1 {
    color: #3c8dbc;    
    text-align:center;
}
.grid-headright {
    color: #3c8dbc;    
    text-align:right;
}
a:hover {
    text-decoration: underline;
}
.btn-spacing {
    margin-right: 5px;
    margin-right: 5px !important;
}
.mar-r10 
{
    margin-left:5px;
}
.table-input tbody tr td {
    padding: 8px 8px 0px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-input 
{
    margin-bottom:10px;
}
.table-lastth-center tbody tr td:nth-last-child(1) 
{
    text-align:center;
}
.table-lastth-center tr th:nth-last-child(1) 
{
    text-align:center;
}
