﻿

p, a, h1, h2, h3, h4, h5, h6, div, br, li, td, article {
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    -ms-user-select: text;
}




#selectClientNotification {
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 100px;
    width: 100%;
    height:auto;
}

#selectClientNotification img{

    width:100%;
    height:100%;

}

/* SELECT2 */
.select2-container--default {
    max-width: 280px;
    width: 280px;
}


.modal-dialog-custom{

    max-width:40% !important;
}
/* LOADING ANIMATION */
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #181F2E;
    border-color: #181F2E transparent #181F2E transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


body {
    background-color: rgba(233, 233, 233, 0.55);
    display: none;
    font-family: Verdana, Arial, sans-serif;
}

button:focus {
    outline: none !important;
}


.hidden {
    display: none;
}

.table thead {
    background-color: #686EB2;
    color: #fff;
}

.btn-default {
    background-color: #686EB2;
    color: #fff;
    border-radius: 7px;
    box-shadow: #181F2E 2px 2px 0;
    transition: 0.2s;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
}

.btn-default-sec {
    background-color: #686EB2 !important;
    color: #fff;
    box-shadow: #181F2E 2px 2px 0 !important;
}

.btn-login {
    color: #fff;
    background-color: #686EB2 !important;
    box-shadow: #181F2E 2px 2px 0 !important;
}

.btn-login:hover{
    color:#181F2E !important;
}

.btn-default:hover {
    color: #bbbbbb;
}

.btn-inline {
    position: relative;
    display: inline;
}

.inline-textbox:focus {

    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index:5;
}

.no-margin {
    margin: 0px !important;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

.actionLink{

    color:#495057!important;
    cursor:pointer;

}

.actionLink:hover{

    text-decoration:underline !important;
    color:#000 !important;
    
}


/* DATEPICKER */

a.ui-state-default{

    text-align:center !important;

}

    a.ui-state-default.ui-state-active {
        border: 1px solid #e73022 !important;
        background: #686EB2 !important;
    }



/* LOGIN */
.login-panel {
    background-color: #fff;
    box-shadow: 10px 15px 15px rgba(100, 100, 100,0.4);
}
/*
.image-holder {
    background-color: #fff;
    padding: 10px 20px;
    padding-right: 0px;
    height: 100%;
    box-shadow: 10px 15px 15px rgba(100, 100, 100,0.4);
}*/

/* BOOTSTRAP */
.container-fluid {
    /*padding-left: 170px;*/
    /*padding-right: 170px;*/
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #181F2E;
}

.form-control {
    height: 30px;
    border-radius: 3px;
    padding: 4px 4px;
}

.outlined {
    padding: 5px 5px;
    border-top: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: transparent 2px 2px 0;
}

.outlined:hover {
    cursor: pointer;
    border-color: rgba(233, 233, 233, 0.8);
    box-shadow: rgba(0,0,0,0.1) 2px 2px 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}



/* BLOCK DESIGN */
.block {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0,0,0,0.28) 2px 2px 0;
    border-radius: 7px;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

    .block h3 {
        color: #686EB2;
    }

.change-block {
    position: absolute;
    top: 44px;
    left: 92%;
    color: #686EB2;
    transition: 0.2s;
    font-size: 20px;
}

.change-block:hover {
    color: rgb(104, 110, 178);
    cursor: pointer;
}

/* CHECKBOX DESIGN */

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    transition: 0.5s;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #686EB2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 10px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* RADIO BUTTON */


/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 45%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #686EB2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* JS GRID TABLE DESIGN  */

.jsgrid-cell {
    font-size: 14px;
    word-wrap: break-word;
    text-align: center;
    height: 47px !important;
}

.jsgrid-selected-row2 td {
    background-color: #686EB2 !important;
    color: #fff;
}

.jsgrid-header-cell {
    font-size: 14px;
    text-align: center;
}

.jsgrid-pager-container{
    font-size:14px;
}

.jsgrid-header-row > .jsgrid-header-cell {
    background: #181F2E;
    color: #fff;
}

.jsgrid-selected-row > .jsgrid-cell {
    background: rgb(104, 110, 178);
    border-color: rgb(104, 110, 178);
    color: #fff;
}

.jsgrid-grid-body {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius:14px;
    border-top:none;
}


.jsgrid-grid-header,
.jsgrid-grid-body {
    overflow: auto;
}



.jsgrid-pager-page a {
    color: #333;
}

.jsgrid-pager-nav-button a {
    color: #333;
}

.jsgrid-header-sort-asc:before {
    border-width: 0 5px 5px;
    border-color: transparent transparent #fff;
}

.jsgrid-header-sort-desc:before {
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent;
}

td.jsgrid-cell :hover{

    border:1px dotted #000;

}


/* FROM TABLE */

.form-table td {
    padding: 5px 10px;
}

.password-wrap {
    position: relative;
}

.show-pass-btn {
    position: absolute;
    width: 30px;
    height: 29px;
    bottom: 2px;
    right: 5px;
    background: transparent;
    margin-right: 0px;
    display: inline-block;
    border: none;
    color: #d3d3d3;
    padding: 5px 5px;
}

.show-pass-btn:focus {
    outline: none;
}

i.no-hover:hover {
    border: 0px;
    box-shadow: 0px;
}


/* LIST TABLE DESIGN */
.table-wrapper-scroll-y {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y thead td {
    font-size: 16px;
}

.table td{

    font-size:14px;

}


.btn-selectAll {
    cursor: pointer;
}

.connectedSortable {
    padding: 0px;
}

.draggable-element {
    padding: 10px 18px;
    color: #fff;
    background-color: rgb(242, 127, 123);
    border: 1px solid #fff;
    border-radius: 7px;
}

/* USERS PAGE */

.password-complexity-window {
    color: #495057;
    width: 400px;
    display: none;
    z-index: 10;
}


.password-complexity-window ul {
    list-style-type: circle;
}

.password-complexity-window li .fa-check-circle {
    color: #ff4a4a;
}

.password-complexity-window li.checked .fa-check-circle {
    color: #686EB2;
}

/* NOTIFICATION */
#notification {
    position: fixed;
    bottom: 5%;
    left: 40%;
    width: 25%;
    background-color: #181F2E;
    box-shadow: rgba(0,0,0,0.11) 1px 1px;
    border: none;
    color: #fff;
}


.alert {
    display: none;
}

.badge-custom {
    font-size: 14px;
    background-color:#b62621;
    color:#fff;
}

/* SIDEBAR */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: #495057;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: rgba(0,0,0,0.6) 4px 0px 4px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
   color: #f1f1f1;
   text-decoration:none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    padding: 0px;
    color: #fff;
}

.sidenav li:hover{

    background-color:#333;

}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 16px;
    }

        .sidenav a {
            font-size: 16px;
        }
}



.header-main {
    background-color: #181F2E;
    height: 60px;
    z-index: 5;
    position: fixed;
    width: 100%;
}

.header-data {
    padding: 20px;
}


.sidebar-right {
    position: fixed;
    height: 100%;
    width: 150px;
    top: 0px;
    right: 0px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.sidebar-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: none;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 60px;
    overflow-y: auto;
   
}

.sidebar-icons i {
    font-size: 40px;
    color: #181F2E !important;
    /*color:#fff !important;*/
}

sidebar-item .sidebar-icons {
    text-align: center;
}

#first.sidebar-item {
    border-top: 1px solid #dedede;
}

.sidebar-item {
    padding: 14px 5px 14px 5px;
    color: #555; /*border-bottom:1px solid #dedede;*/
    transition: 0.5s;
    height: auto;
}

.sidebar-item-left{

    position:relative;

}
.sidebar-item-left i{

    position:absolute; 
    top:20px;
    width:20px;
    height:20px;
    margin-left:0px !important;
}

.sidebar-item-left a{

    width:190px;    
}

.sidebar-item.hidden {
    height: 0px;
    padding: 0px;
    transition: 0.5s;
    border: none;
}

.sidebar-item.hidden a {
    height: 0px;
    padding: 0px;
    transition: 0.5s;
    display: none;
}

.sidebar-item i {
    color: #fff;
    margin-left: 10px;
}

.sidebar-item i:hover {
    cursor: pointer;
}

.sidebar-item a {
    overflow: hidden;
    color: #fff;
}



.sidebar-item a:hover {
    
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.sidebar-subitem {
    padding: 5px 5px 5px 5px;
}

.margin-down{
    margin-bottom:70px;
}

/* RESPONSIVE RIGHT SIDEBAR */

@media only screen and (max-width: 525px) {
    .sidebar-right {
        position: fixed;
        height: 100px;
        width: 100%;
        top: 90%;
        right: 0px;
        margin-bottom: 10px;
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        z-index:10;

    }

    .margin-down {
        margin-bottom: 0px;
    }

    .sidebar-right .sidebar-list {
        display: inline-flex;
        width: 100%;
        overflow-x: scroll;
    }

    .sidebar-right .sidebar-list .sidebar-item{

        padding-left:40px;
      

    }

    .container-fluid{
        padding:0px;
    }
    .block{
        margin-bottom:10px;
    }

    .btn-default{
        margin-bottom:5px;
    }

    .ddlClientControl {
        width: 50%;
    }

    .sidebarIconControl {
        width: 10% !important;
    }
}


@media only screen and ( max-width: 768px) {

    .container-fluid {
        padding-left: 0px !important;
    }

    .block {
        margin-bottom: 10px;
    }

    .btn-default {
        margin-bottom: 5px;
    }

    .ddlClientControl {
        width: 50%;
    }

    .sidebarIconControl {
        width: 10%;
    }
}

@media only screen and ( max-width: 1024px) {

    .container-fluid {
        padding-left: 0px !important;
    }

    .block {
        margin-bottom: 10px;
    }

    .btn-default {
        margin-bottom: 5px;
    }

    .ddlClientControl{
        width:50%;
    }

    .sidebarIconControl {
        width: 10%;
    }
}

/* ALERT BOX */

.customAlert {
    margin: 0 auto;
    border-radius: 15px;
    width: 400px;
    padding: 20px;
    transition: 1s;
    text-align: center;
    z-index: 1052;
    Position: fixed;
    Left: 0;
    Right: 0;
    Top: 0;
}

#ico {
    padding-left: 340px;
}

.customAlert  label{
    margin-bottom: 10px;
}

#imageControls{
    text-align:center;
}

