﻿body {
    margin: auto;
}

.fxwidth {
    min-width: 1000px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    width: 1000px; /* As IE6 ignores !important it will set width as 1000px; */
}

.graphdropdown {
    margin-top: -39px;
    margin-left: 3px;
    margin-bottom: 8px;
    width: 25px;
}

.branch select {
    margin-left: 4%;
    height: 30px;
    width: 250px;
    background: #fafafa url("../content/Images/Icon/dropdown.png") no-repeat 95% 40%;
    background-color: #eee;
    color: black;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 15px;
    text-indent: 10px;
    text-transform: Uppercase;
}

.branch option {
    background-color: #f2f2f2;
    padding: 6px 24px 6px 12px;
    font-size: 16px;
}

.branch select:hover {
    background-color: #cccccc;
}

.branch select:focus {
    border-radius: 15px 15px 0 0;
}

.card {
    /*box-shadow: 0 3px 5px 0px rgba(32,33,36,0.28);*/
    box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    min-height: 330px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border-left: 5px solid #1cae1b;
}

    /*.card:hover {
         transform: scale(1.005);
    }*/
    /*.cardTask{
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  height:330px;
  border-radius: 5px;
  margin-top:10px;
  margin-bottom:10px;
  padding-top:2px;
  border-left:5px solid #1cae1b;
  
}*/
    .card:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.3);
    }

.cardTask:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

:focus, :hover, :active, :visited {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-button {
    background-color: #eee;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

    ::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("../Content/Images/Login/Right.png");
    }

    ::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("../Content/Images/Login/Left.png");
    }

    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url("../Content/Images/Login/Down.png");
    }

    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("../Content/Images/Login/Up.png");
    }

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(3, 192, 60, 0.33);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #03c03c;
    }

td {
    font-family: "Segoe Ui" !important;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 5px !important;
    color: #222 !important;
}

.red {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

label {
    font-weight: bold;
}

.green {
    color: #03c03c;
    font-weight: bold;
}

.k-grid-header .k-i-sort-asc-sm {
    color: green !important;
}

.k-grid-header .k-i-sort-desc-sm {
    color: green !important;
}

.black {
    color: #222;
}

.circle {
    border: 1px solid #03c03c;
    border-radius: 10px;
}

.emphasize {
    font-weight: bold;
}

.BGblack {
    background-color: #222;
    padding: 5px;
    color: white;
}

.BGgreen {
    border: 1px solid #03C03C;
    border-radius: 5px;
    padding: 0px 10px;
    color: #222;
}

.space {
    height: 15px;
}

.scrollx {
    white-space: nowrap;
    overflow-x: scroll;
}

.scrolly {
    white-space: normal;
    overflow-y: scroll;
}

h2 {
    font-family: "Estrangelo Edessa" !important;
}

.row {
    margin: auto;
}

.rightsideB {
    float: right;
    margin-right: 5px;
}

.leftsideB {
    float: left;
}

.inlineblock {
    display: inline-block;
}

.main .homepanel {
    font-family: Segoe UI;
    font-size: 9pt;
    display: block;
    height: 350px;
    width: 100%;
    border: 1px solid #131d20;
    border-left: 6px solid #03c03c;
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 2px 10px;
    background-color: white;
}

/*     .main .homepanel:hover {
        transform: scale(1.02);
        -ms-transform: scale(1.02);
    } */

.main .card .homebulletin td {
    max-width: 150px !important;
    height: auto;
    display: table-cell !important;
    text-align: left !important;
    vertical-align: middle !important;
    padding: 2px 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chartformat {
    width: 100%;
    height: 83%;
}

.poptable {
    padding-left: 20px;
    padding-right: 10px;
}

.contentPopNotif {
    width: 550px;
    height: 400px;
}

/*a.k-button:nth-child(odd){
width: 280px;
margin-left: 125px;
}
a.k-button:nth-child(even){
width:280px;
margin-top:3px;
margin-left:125px;
}*/



.tracker {
    background: rgba(210,255,82,1);
    background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
    background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
    width: 30px;
    border: none;
    color: #3c3c3c;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
}

.container-fluid {
    padding: 0;
}

.tblFormatting {
    font-weight: bold;
    text-align: center;
}

table.addcreate {
    min-width: 100%;
    margin-bottom: 30px;
    margin: 0px 10px 0px 10px;
}

    table.addcreate td:first-child, table.addcreate td:nth-child(3) {
        width: 8%;
    }

    table.addcreate td:nth-child(2), table.addcreate td:last-child {
        width: 42%;
    }

    table.addcreate td {
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

h3.title1 {
    position: static;
    width: auto;
    display: block;
    background-color: transparent;
    color: #131d20;
    font-weight: bold;
    font-size: 16pt;
    font-family: Verdana;
    text-transform: uppercase;
    /*margin: 8px auto -5px;*/
}

h3 {
    font-family: Verdana;
    border-radius: 5px;
}

span.title2 {
    color: #5C5C5C;
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana;
    margin: auto;
}

span .k-state-default {
    width: auto;
    background-color: black;
}

span[class="required"] {
    border: none !important;
}


span.k-combobox.k-input.required,
span.k-datepicker.k-input.required {
    border: 1px solid #FF0000 !important;
}

span.k-combobox.k-input.inputClear,
span.k-datepicker.k-input.inputClear {
    border: 1px solid #2EFF2E !important;
}

input[class="required"], input[class="k-input required"],
input[class="required valid"], input[class="required upper"],
textarea[class="required"], textarea[class="required valid"],
span[class="k-input k-combobox k-widget required k-input-solid k-input-md k-rounded-md"],
span[class="k-input k-combobox k-widget required k-input-solid k-input-md k-rounded-md k-hover"],
input[class="input-validation-error required"],
span[class="k-input k-combobox k-widget required k-disabled k-input-solid k-input-md k-rounded-md"] {
    border: 1px solid #FF0000 !important;
}

input[class="inputClear"], input[class="k-input inputClear"],
input[class="inputClear valid"], input[class="inputClear upper"],
textarea[class="inputClear"], textarea[class="inputClear valid"] {
    border: 1px solid #2EFF2E !important;
}


.titlehr {
    background-color: #ffffff;
    height: 0;
    margin: 0 auto 8px;
    width: 99%;
}

.tbgrid {
    height: 30px;
    width: 25%;
    color: #333;
    background-color: transparent;
}

/*GRID*/
.k-grid {
    font-family: Segoe UI;
    color: #3c3c3c;
    /*border-color: #03C03C;*/
    /*padding-bottom: 15px;*/
    /*border-bottom-width: 3px;*/
    border-top: none;
    border-left: none;
    border-right: none;
    /*border-bottom:none;*/
    /*float: left;*/
    white-space: normal;
}

    .k-grid .k-toolbar {
        display: inline-block;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 5px;
        border-color: #03C03C;
        position: relative;
        height: 50px !important;
        width: 100%;
    }

        .k-grid .k-toolbar .rightsideB {
            /*position: absolute;*/
            top: 23%;
            vertical-align:middle;
        }
        .k-grid .k-toolbar #print {
            /*position: absolute;*/
            top: 0%;
            vertical-align: middle;
        }

            /*.k-grid .k-toolbar > a.rightsideB:nth-child(6) {
                right: 150px;
            }

            .k-grid .k-toolbar > a.rightsideB:nth-child(5) {
                right: 100px;
            }

            .k-grid .k-toolbar > a.rightsideB:nth-child(3) {
                right: 0;
            }

            .k-grid .k-toolbar > a.rightsideB:nth-child(4) {
                right: 50px;
            }*/

.k-ff input.k-textbox {
    height: 25px;
}

.k-grid .k-textbox {
    width: 18%;
    height: 25px;
    border: 1px solid #008e07;
    border-radius: 5px;
    background: transparent;
    /*border-right:35px solid #008e07;*/
}


.kgridTB {
    width: 300px;
    height: 30px;
    border: 1px solid #03C03C;
    background: transparent;
}

.k-grid .k-textbox:hover {
    background: transparent;
}


.k-grid .k-grouping-header {
    background: #03c03c;
    padding-left: 10px;
    border-top: 5px;
    border-color: #03C03C;
    color: white;
}

.k-grid .k-header, .k-grid-header th.k-header > .k-link {
    background-color: #131d20;
    /*background-color: #282828;*/
    color: white;
}

.k-grid .k-master-row {
    text-align: left;
    padding-left: 1em;
}

.k-grid .k-alt {
    background-color: #ccc;
}

.k-grid tr td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: white;
    color: #222;
    width: 200px;
    text-align: center;
    white-space: nowrap;
    /*display: table-cell !important;*/ /*This has error on grid when hidden*/
}

.k-grid-header th.k-header {
    vertical-align: top;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: white;
    color: white;
    width: 200px;
    text-align: center;
    white-space: nowrap;
}

.k-grid-lockedcolumns {
    float: left;
}

.k-grid-content {
/*    padding-bottom: 10px;
*/    white-space: normal;
}

.k-grid-content-locked {
    padding-bottom: 10px;
}

.k-grid-header-locked {
    float: left;
}

.k-grid-header {
    white-space: nowrap;
    vertical-align: middle;
}

.k-grid-content-locked tr td:nth-child(1) {
    width: 50px;
}

.k-grid-content-locked tr td:nth-child(2) {
    text-align: center;
    width: 180px;
}

.k-grid-content-locked tr td:nth-child(3) {
    width: 130px;
}

.TooltipMessage[alt]:hover:after {
    content: attr(alt);
    width: auto;
    height: 30px;
    background-color: white;
    color: #222;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #03c03c;
    padding: 0 5px;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 10pt;
    font-weight: bold;
    text-transform: none;
    position: absolute;
    z-index: 1;
}

/*END GRID*/

.k-widget {
    font-size: 11px;
}

.k-pager-wrap {
    color: #3c3c3c;
    background-color: #F2F2F2;
    font-family: Segoe UI;
    font-size: 8pt;
    height: 27px;
    padding-bottom: 3px;
    z-index:1;
}

    .k-pager-wrap .k-state-selected {
        height: 23px;
        width: 23px;
        -ms-border-radius: 23px;
        border-radius: 23px;
        /*background-color: #03C03C;*/
        background-color: #049b03;
        color: #ffffff;
        font-weight: bold;
        margin-left: 3px;
        margin-right: 3px;
    }

    .k-pager-wrap .k-link {
        height: 23px;
        width: 23px;
        -ms-border-radius: 23px;
        border-radius: 23px;
        background-color: #ffffff;
        color: #3c3c3c;
        margin-left: 3px;
        margin-right: 3px;
        border: 1px solid #ccc;
    }

    .k-pager-wrap .k-state-selected {
        height: 23px;
        width: 23px;
        -ms-border-radius: 23px;
        border-radius: 23px;
        background-color: #049b03;
        color: #fff;
        font-weight: bold;
        margin-left: 3px;
        margin-right: 3px;
    }

    .k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
        color: #fff;
        background-color: #049b03;
    }

    .k-pager-wrap .k-link:hover {
        color: #049b03;
        border-color: #ccc;
        background: #ebebeb;
    }

.k-grid-pager .k-input, .k-grid-pager .k-select,
.k-grid-pager .k-state-focused .k-input, .k-grid-pager .k-state-focused .k-select {
    border: 1px solid #ccc;
}

    .k-grid-pager .k-input:hover, .k-grid-pager .k-select:hover {
        background-color: #03C03C;
        border: 1px solid #ccc;
        color: white;
    }

.ShHeader tbody {
    vertical-align: middle;
}

.ShHeader tr td {
    /*border: 1px solid #3c3c3c;*/
    margin: 5px 0px 15px 0px;
    padding: 1px 5px 1px 10px;
    margin-left: 10px;
}

.ShHeader h5 {
    margin: 0;
    font-size: 11px;
}

.colbulletin {
    width: 28%;
}

.colChart {
    width: 55%;
    display: block;
    height: 326px;
}

.colUsernotif {
    width: 44%;
}

.colRightGroup {
    width: 71%;
}

.colformatleft {
    float: left;
    /*max-width: 550px;
    margin-left: 5px;*/
    min-height: 1px;
    /*margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;*/
}

.colformatright {
    float: right;
    margin: 0px 10px 0px 0px;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.pendtask {
    white-space: nowrap;
    overflow-x: hidden;
}

.borsign tr td {
    height: 55px;
    padding: 1px 5px;
}

.notifSpacing tr td {
    padding: 2px 10px 2px 10px;
    /*border: 1px solid #dddddd;*/
}

.MisSpacing tr td {
    padding: 15px 20px 15px 20px;
    /*border: 1px solid #dddddd;*/
}

/* Mouse Events */

.not-active {
    pointer-events: none;
    cursor: default;
}

/*End Mouse Events*/

/*TABSTRIP*/
/* Container for the animation */



/* Keyframes for the border animation */
@keyframes loading-border-animation {
    0% {
        border-color: green; /* Green color at the start */
    }

    50% {
        border-color: white; /* Keep the white color at the midpoint */
    }

    100% {
        border-color: green; /* End with the green color */
    }
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    font-family: Segoe Ui;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    justify-content: center;
}

.k-tabstrip .k-tabstrip-items .k-item {
    padding: 5px 3px 0;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 108px;
    text-align: center;
    border-width: 1px 2px;
}

.k-tabstrip-items .k-state-active .k-link {
    border-top: 3px solid #03C03C;
    background: url("../Content/Images/Login/Subheader.png") center #4c9a2a;
    /*background: url("../Content/Images/Login/Subheader.png") center #60c160;*/
    color: white;
    min-width: 80px;
}

.k-tabstrip-items .k-item.k-state-active {
    border-color: #131d20;
}

.k-tabstrip .k-content.k-state-active {
    border: 0;
    border-top: 1px solid #222;
    padding: 15px;
    margin: 0 4px 4px;
    min-height: 360px;
}

span.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button.k-tabstrip-prev,
span.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button.k-tabstrip-next {
    color: #89d296;
    width: 50px;
}

.logochange {
    position: absolute;
    margin-left: -5%;
    margin-top: -18%;
}

.TSlarge {
}
/*END TABSTRIP*/

/*TREEVIEW*/
.k-widget.k-treeview {
    color: #333;
}

.k-treeview span.k-in {
    min-width: 180px;
    font-family: Segoe Ui;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0;
    padding: 10px 3px;
    text-transform: uppercase;
    color: #282828;
}

    .k-treeview span.k-in:hover {
        /*background: url("../Content/Images/Login/Subheader.png") center #60c160;*/
        background: url("../Content/Images/Login/Subheader.png") center #4c9a2a;
        color: white;
    }

    .k-treeview span.k-in:hover, .k-treeview .k-state-selected, .k-draghandle.k-state-selected {
        background: url("../Content/Images/Login/Subheader.png") center #4c9a2a;
        /*background: url("../Content/Images/Login/Subheader.png") center #60c160;*/
        color: white;
    }

/*END TREEVIEW*/

/*Notification Label*/
.label {
    float: right;
    margin: -10px -10px 0 0;
    border-radius: 30%;
    min-height: 15px;
    min-width: 15px;
    padding: 0 2px;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 7pt;
    font-weight: bold;
    opacity: .9;
    line-height: 15px;
}

a.label.label-success.label-as-badge {
    background-color: #5cb90c;
    color: #ffffff;
}

a.label.label-danger.label-as-badge {
    background-color: #d9534f;
    color: #ffffff;
}

.label:hover, .buttonborder:hover .label, .btnborderhome:hover .label {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    color: white;
}

span.label-success {
    background-color: #5cb90c;
    color: #ffffff;
}

span.label-danger {
    background-color: #d9534f;
    color: #ffffff;
}
/*End Notification Label*/

/*ACCORDION*/

button.accord {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accord.active, button.accord:hover {
        background-color: #ddd;
    }

/* Style the accordion panel. Note: hidden by default */
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
    opacity: 1;
    max-height: 325px;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
/*End ACCORDION*/

/*gradient color grid*/
.riskRatingColor {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,aaaaaa+85&0+0,1+100 */
    /*background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(170,170,170,0.85) 85%, rgba(170,170,170,1) 100%);  FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(170,170,170,0.85) 85%,rgba(170,170,170,1) 100%);  Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(170,170,170,0.85) 85%,rgba(170,170,170,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#aaaaaa',GradientType=1 );  IE6-9 */
}

/*INPUT*/

.kendotb {
    height: 27px;
    width: 100%;
}

/*.inputTB {
    width: 100%;
}*/

.inputTBtitle {
    font-family: "Segoe Ui";
    font-size: 18pt;
    padding-bottom: 5px;
}
/*.customerRisk td {
    vertical-align: middle;
        padding: 1px 1px 10px;
        width: auto;
		height: auto;
        min-height: 30px;
}*/

/*.customerRisk input[type="checkbox"] {
   margin: 6px 0;
     width: auto;
    
    }*/
/*.customerRiskView div {
  width: 13px;
  height: 13px;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}*/

.customerRisk td {
    padding: 8px;
}

    .customerRisk td label {
        display: inline;
    }

    .customerRisk td input {
        width: 13px;
        height: 13px;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }


/*.inputTB td:nth-child(odd) {
        width: 10px;
		white-space: nowrap;
    }*/

.inputTB td {
    vertical-align: middle;
    padding: 1px 1px 10px;
    width: auto;
    height: auto;
    min-height: 30px;
    text-align: left;
}

.inputTB input[type="radio"], .inputTB input[type="checkbox"] {
    margin: 6px 0;
    width: auto;
}

.inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown {
    width: 240px;
    background-color: white;
    padding: 5px 0;
    border: 0.5px solid black;
}

.k-numerictextbox1 {
    width: 200px;
    background-color: white;
}

.rightPadding {
    padding-right: 15px !important;
}



.inputTB .k-picker-wrap .k-link:active, .inputTB .k-dropdown-wrap .k-link:active, .inputTB .k-numeric-wrap .k-link:active {
    background-color: white;
    border: none;
}

.inputTB .k-input {
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
    border: 1px solid #222;
    border-radius: 3px;
    font-family: "Segoe Ui";
    font-size: 10pt;
    box-sizing: content-box;
    height: 18px;
    width: 230px;
    position: relative;
}

.inputTB textarea {
    max-width: 520px;
    min-width: 230px;
    min-height: 30px;
    width: auto;
    padding: 5px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
    border: 1px solid #222;
    border-radius: 3px;
    font-family: "Segoe Ui";
    font-size: 10pt;
    box-sizing: content-box;
    max-height: 120px;
}

.inputTB input {
    /*width:230px;*/
    font-size: 10pt;
    border-radius: 3px;
    white-space: normal;
    overflow: visible;
    margin: auto;
    resize: vertical;
}

.inputTB .k-state-default > .k-select {
    height: 92%;
    border: none;
    margin-top: 2px;
}

.marginpass {
    margin-left: 427px;
    margin-top: -83px;
}


.passsize {
    width: 60px;
    padding: 2px 2px 2px;
}

.inputTB .k-button {
    min-width: 160px;
    border-radius: 10px;
    background-color: white;
    padding: 6px;
    max-height: 20px;
}

    .inputTB .k-button:hover {
        color: #f2f2f2;
    }

.inputTBl .k-buttonl {
    min-width: 30px !important;
    border-radius: 10px;
    width: auto;
}

.F:hover {
    cursor: pointer;
    transition-duration: 0.4s;
    background-color: #3ccf3b;
}

.logintxtbox:focus {
    outline: none;
    border-bottom: 2px solid red;
    transition-duration: 0.2s;
}

/*.inputTB input[type="password"] {
        width: 93%;
		font-size: 10pt;
        border-radius: 3px;
        white-space: normal;
        overflow: visible;
        margin: auto;
        resize: vertical;
    }*/

/*CALENDAR*/
.k-calendar {
    width: 230px;
}

    .k-calendar .k-link, .k-calendar .k-content th {
        text-align: center;
        vertical-align: auto;
    }

    .k-calendar .k-header {
        background-color: #222;
        color: white;
    }

        .k-calendar .k-header .k-link, .k-calendar .k-header .k-link:hover {
            background-color: green;
            color: white;
        }

    .k-calendar .k-state-selected {
        background-color: green;
        color: white;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .k-calendar td.k-state-selected .k-link {
        background-color: green;
    }

    .k-calendar .k-state-hover, .k-calendar .k-link:hover {
        background-color: green;
        color: #222;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .k-calendar .k-footer .k-nav-today, .k-calendar .k-footer .k-nav-today:hover {
        background-color: #222;
        color: white;
    }

a.k-nav-prev.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button {
}

a.k-nav-next.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button {
    width: calc(1.4285714286em + 10px);
}

/*Window Popup*/
.k-window-titlebar {
    background-color: #222;
    color: white;
}

.k-edit-form-container .k-edit-buttons {
    clear: both;
    text-align: right;
    border: none;
    /*border-style:solid;*/
    position: relative;
    bottom: -1em;
    padding: .6em
}
/*.process {
   margin-left: 140px;
   margin-top:-25px;
}*/
.inputTB .k-picker-wrap, .inputTB .k-dropdown-wrap, .inputTB .k-numeric-wrap {
    padding: 0 12px 0 0;
    width: 230px;
}

.k-picker-wrap .k-state-default {
    width: 230px;
}

.k-buttonq {
    display: inline;
}

    .k-buttonq:hover {
        background: url('../Content/Images/Icon/Download.png');
        -ms-background-size: auto 85%;
        background-size: auto 85%;
        background-position: center;
        background-repeat: no-repeat;
        width: 90px;
        height: 19px;
    }

.k-active-filter, .k-state-active, .k-state-active:hover {
    background-color: transparent;
}

.k-grid-filter.k-state-active {
    background-color: transparent;
}

.k-button {
    color: #282828;
    border: 1.5px solid #b9b9b9;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    /*    width: 140px;*/
    text-indent: 3px;
    background-color: #ffffff;
}

    .k-button:hover {
        background-color: #1da81c;
        color: #f2f2f2;
    }


@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .inputTB .k-input {
        /*width: 230px;*/
        width: 165px;
        padding: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: auto;
        border: 1px solid #222;
        border-radius: 3px;
        font-family: "Segoe Ui";
        font-size: 10pt;
        box-sizing: content-box;
        height: 18px;
    }

    input[type="text"] {
        width: 165px;
    }

    .inputTB .k-combobox {
        width: 0;
    }

    .inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown {
        /*width: 165px;*/
        width: 165px;
        background-color: white;
    }

    .inputTB .k-dropdown-wrap {
        width: 165px;
    }

    .inputTB .k-picker-wrap, .inputTB .k-dropdown-wrap, .inputTB .k-numeric-wrap {
        width: 165px;
    }

    .inputTB textarea, .inputTB input {
        width: 165px;
    }

    .inputTB .k-combobox {
        width: 0;
    }

    .inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown {
        width: 165px;
    }

    .inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown {
        width: 165px;
    }

    #tabstrip {
        margin-top: 2%;
    }

    .inputTB textarea {
        width: 165px;
        font-size: 10pt;
        border-radius: 3px;
        white-space: normal;
        overflow: visible;
        margin: auto;
        resize: vertical;
        height: 20px;
    }

    .inputTB input {
        width: 165px;
        font-size: 10pt;
        border-radius: 3px;
        white-space: normal;
        overflow: visible;
        margin: auto;
        resize: vertical;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {

    .borsign tr td {
        height: 40px;
        padding: 1px 2px;
    }

    .inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown {
        width: 170px;
    }

    #customerTransaction > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) {
        margin-top: 2%;
    }
}


@media only screen and (max-width: 700px) and (min-width: 1000px) {

    .body {
        background-color: green;
    }
}

.tablewidth {
    width: 100%;
    min-width: 1340px;
    margin-left: 0;
    margin-right: 0;
}

.tablewidthalert {
    width: 100%;
    min-width: 1090px;
    min-height: 500px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}






/*@media only screen and (min-width: 1500px) {
        .logochange {

        position: absolute;
        margin-left: 68%;
       margin-top: -16%;
        width: 30%;
    }

 .logintbl {
  width: 50%;
height: 350px;
-ms-border-radius: 5px;
border-radius: 5px;
border-collapse: separate;
position: absolute;
padding: 5px 5px 5px 5px;
z-index: 3;
top: -15px;
background-color: #f3f3f3;
border: solid 2px Green;
box-shadow: 8px 8px 8px 1px rgba(0, 0, 255, .2);
padding: 5px 5px 5px 5px;
margin-left: 0;
background-color: green;
margin-right: 0;
margin-top: 9%;
margin-bottom: 9%;
}



}*/

@media only screen and (max-width: 1000px) {
    .logochange {
        position: absolute;
        margin-left: -5%;
        margin-top: -3%;
        width: 30%;
        margin-left: 34%;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .loginicon {
        top: 10%;
        height: 80%;
        width: auto;
        top: 29%;
        width: 5%;
        margin-bottom: 10%;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .l-button {
        width: 30%;
        margin-left: 62%;
        height: 33px;
    }
}

/*.inputTB .k-datepicker .inputTB .k-datetimepicker, .inputTB .k-combobox, .inputTB .k-numerictextbox, .inputTB .k-dropdown{
width:250px;
}*/

.inputTB1 {
    width: 100px
}

/*.k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-dropdown, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-timepicker, .k-widget.k-numerictextbox, .k-widget.k-multiselect, .k-widget.k-menu, .k-widget.k-progressbar, .k-progressbar > .k-state-selected {
 width: auto;
}*/

.tamedium {
    width: 250px;
    height: 103px;
    max-height: 200px;
    max-width: 280px;
}


/*.k-button {
   display: none;
}*/
/*div.k-animation-container:nth-child(39) {

 width: 220px;
}*/

.main h3 {
    color: #fff;
    text-transform: uppercase;
    background: #282828;
    padding: 5px 10px 5px;
    font-size: 18px;
    margin-top: 10px;
    font-family: Franklin Gothic Book;
    align-content: center;
    font-weight: 500;
    border-radius: 10px;
}

.k-grid .k-header, .k-grid-header th.k-header > .k-link {
    background-color: #282828;
    color: #fff;
}

.norm {
    width: 62%;
    margin-left: -2%
}

@media only screen and (max-width: 1000px) and (min-width: 900px) {
    .norm {
        /*background-color: green;*/
        width: 100%;
        margin-left: -2%;
    }
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff !important;
    background-color: #49863d !important;
}

.k-list-item.k-selected {
    color: #fff;
    font-size: 11px;
    background-color: #49863d;
}

li.k-list-item {
    font-size: 11px;
}

.k-list-item.k-selected.k-focus:hover {
    background-color: #49863d;
}

.k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover {
    color: #fff;
    background-color: #49863d;
}

.k-multiselect .k-button {
    color: #fff;
    border: none;
    background-color: #49863d;
}

.k-state-hover .k-button {
    background-color: #49863d;
}

.k-multiselect .k-button:hover .k-state-hover {
    border-color: transparent;
    background-color: #2f6923;
}

.k-icon {
    color: #49863d
}

.k-dropzone {
    background-color: transparent;
}

    .k-dropzone .k-dropzone-hint {
        visibility: hidden !important;
        border: 1px solid black;
    }

html .k-upload {
    /*border: 0;*/
    background-color: #f2f2f2;
    border: 1px solid black;
}

html .k-upload-empty {
    background-color: #FFF;
    border: none;
}

button.k-select.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button,
button.k-spinner-increase.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button,
button.k-spinner-decrease.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button,
button.k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base {
    min-width: auto !important;
    color: #89d296;
}

    button.k-select.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button:hover,
    button.k-spinner-increase.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button:hover,
    button.k-spinner-decrease.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button:hover,
    button.k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base:hover {
        background-color: transparent;
    }


div#ProcessModal {
    width: 320px
}

    div#ProcessModal table tbody tr td label {
        font-weight: bold;
    }

    div#ProcessModal table tbody tr td .buttonarea .k-button, div#ProcessModal .k-button, .buttonarea table tbody tr td button {
        width: 140px !important;
    }

div#CustomerAccountGrid #txtSearch {
    margin: auto;
    right: -20%;
}

span.k-input-spinner.k-spin-button {
    margin-top: -3px;
}

    span.k-input-spinner.k-spin-button > button {
        margin-bottom: 2px;
    }

button#AddPerson {
    min-width: 75px !important;
    padding: 13px;
}


button#AddCustomerAccount, button#AddTransactionCode, button#GetCorrespondenBank, button#SelectBranch {
    min-width: 75px;
    padding: 13px;
}

input#UploadImportFile {
    width: 140px;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
}

span.k-datetimepicker.k-input.k-input-solid.k-input-md.k-rounded-md > button:nth-child(3) {
    right: 21px;
    position: absolute;
    z-index: 2;
}

span.k-datetimepicker.k-input.k-input-solid.k-input-md.k-rounded-md > button:nth-child(2) {
    right: 0;
    position: absolute;
    z-index: 2;
}

#primaryinfoIndividualDiv #tabStrip .k-button, #primaryinfoCorporateDiv #tabStrip .k-button, #primaryinfoIndividualDiv #tabStripIndEdit .k-button, #primaryinfoCorporateDiv #tabStripCorpoEdit .k-button {
    width: 135px;
    color: #282828 !important;
    height: 25px;
}

#primaryinfoIndividualDiv #tabStrip td, #primaryinfoCorporateDiv #tabStrip td, #primaryinfoIndividualDiv #tabStripIndEdit td, #primaryinfoCorporateDiv #tabStripCorpoEdit td {
    padding-left: 0px !important;
}

.k-tabstrip-items {
    flex: auto;
    flex-wrap: wrap;
}

#formSelectCustomerAccount .buttonarea {
    margin-top: 55px;
}

    #formSelectCustomerAccount .buttonarea .k-button {
        width: 120px;
        height: 25px;
    }

#btnAreaGR {
    padding: 0 0 0 25px;
    margin-top: 0;
}

/*span.k-input-value-text{
    font-size:8pt;
}*/
/*.k-animation-container, .k-animation-container *, .k-animation-container ::after, .k-block .k-header, .k-widget, .k-widget *, .k-widget ::before {
    box-sizing: inherit !important;
}*/

#primaryinfoCorporateDiv .k-file, #primaryinfoIndividualDiv .k-file {
    background-color: none;
}

#formImportCreate .k-upload-button {
    width: 160px;
    height: 25px;
}

#formImportCreate .k-picker {
    width: 240px;
    height: 30px;
}
#SelectEmployeeEmail{
    overflow-x:hidden;
}

#SelectEmployeeEmail .container-fluid .row .col {
    margin-left: -15px;
}

#SelectEmployeeEmail .container-fluid .row .buttonarea{
    margin-top: 60px;
}

#AlertWindow .k-button{
    width: 140px !important;
}


#Grid, #AmlAlertDisplayInformationViewModels, #DueDiligenceCheckListGrid {
    display: grid;
    grid-template-columns: minmax(auto,0) 2fr;
    grid-template-rows: 0.8fr 0.3fr minmax(0, auto) 0.5fr;
    gap: 0px 0px;
    grid-template-areas:
        "k-toolbar k-toolbar"
        "k-grid-header k-grid-header"
        ". k-grid-content"
        "k-grid-pager k-grid-pager";
    width: 100% !important;
}
/*#GridRM{
    display: grid;
    grid-template-columns: 0 1fr;
    grid-template-rows: 0.8fr 0.3fr minmax(0, auto) 0.5fr;
    gap: 0px 0px;
    grid-template-areas:
        "k-toolbar k-toolbar"
        "k-grid-header k-grid-header"
        ". k-grid-content"
        "k-grid-pager k-grid-pager";
}*/

/*#Grid_NoToolbar {
    display: grid;
    grid-template-columns: minmax(auto,0) 1fr;
    grid-template-rows: 0.2fr minmax(0, auto) 0.3fr;
    gap: 0px 0px;
    grid-template-areas:
        "k-grid-header k-grid-header"
        ". k-grid-content"
        "k-grid-pager k-grid-pager";
    width: 100% !important;
}*/

.k-toolbar {
    grid-area: k-toolbar;
}

.k-grid-header {
    grid-area: k-grid-header;
}

.k-grid-content {
    grid-area: k-grid-content;
}

.k-grid-pager{
    grid-area: k-grid-pager;
}

.k-grid .k-toolbar input#txtsearchField {
    width: 335px;
}

/*
.k-clear-value .k-i-x {
    display: none !important;
}*/

/*.k-combobox .k-clear-value .k-i-x {
    display: none !important;
}*/

#SyncRolePolicyButton {
    width: 90px !important;
    height: 25px !important;
    min-width: 0 !important;
}

    #SyncRolePolicyButton .k-i-refresh {
        color: #89d296;
    }

#ChooseUserAccount {
    min-width: 60px;
    min-height: 25px;
}

input#Code, input#Name, input#MyIpAddress {
    border: 1px solid #222 !important;
}

#formCustomerDocument .requiredRadioButton {
    border: none;
}

form#formHoliday .k-combobox {
    border: none;
}

input.k-input-inner{
    padding:0;
}

.k-pager-sizes .k-picker{
    width:auto !important;
}
