header,
footer,
nav,
section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/

legend {
    font-size: 1.2em;
    font-weight: bold;
}


.txtsize{
    height:25px;
     width:280px
}
/*textarea,input,input[type="text"], input[type="password"],span.k-state-default {
    background: white;
    width: 70%;
    padding: 2.5px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    color: #3C3C3C;
    font-family: Segoe UI;
    font-size: 8pt;
    margin: 0;
}

textarea {
    min-height: 75px;
    width: 240px;
    border-radius: 5px;
    font-size: 12px;
    font-family: calibri;
    border-style: solid;
    border-width: 1px;
    border-color: #D0D0D0;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    resize: none;
}

input[type="text"], input[type="password"] {
    height: 25px;
    width: 240px;
    border-radius: 5px;
    font-size: 12px;
    font-family: calibri;
    border-style: solid;
    border-width: 1px;
    border-color: #D0D0D0;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
}*/


.indexContainer .buttonarea {
    padding: 15px 0 24px 40px;

}
.modalwndw {
    width:250px;
    margin-top:5px;
}
.buttonsize {
    width:250px;
    height:25px;
}
.buttonarea {
    margin-top:15px;
    
}

#details-container .buttonarea {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.input[type=text]:focus {
    width: 100%;
}

.main2 .buttonarea {
    background-color: #eeeeee;
    padding: 10px 0 10px 15px;
    width: 98%;
}

.partial .buttonarea {
    background-color: #eeeeee;
    padding: 10px 0 10px 15px;
    width: 98.8%;
    height: 31.5px;
}

.buttonarea table {
    float: left;
    position: relative;
    padding: 0 0 10px 0;
}

    .buttonarea table tr td {
        padding: 0 20px 0 0;
    }

    .klass table tr td {
        white-space:nowrap;
    }
.indexContainer {
    padding: 0 0 40px;
    white-space: normal;
}

    .main .indexContainer .gridContainer {
        padding: 0 20px 20px 20px;
        margin: 0 auto 0;
        width: 100%;
    }

    .main .indexContainer .gridsize {
        /*width: auto;*/
        display:block;
    }

.gridlarge {
    height: 425px;
}
.gridmed {
    height: 325px;
}
.gridsmall {
    height: 275px;
}


@media screen and (min-width:1280px) {
    .gridlarge {
        height: 430px;
    }
    .gridmed {
        height: 325px;
    }
    .gridsmall {
        height: 275px;
    }
}
@media screen and (min-width:1366px) {
    .gridlarge {
        height: 450px;
    }
    .gridmed {
        height: 355px;
    }
    .gridsmall {
        height: 305px;
    }
}
@media screen and (min-width:1440px) {
    .gridlarge {
        height: 500px;
    }
    .gridmed {
        height: 375px;
    }
    .gridsmall {
        height: 325px;
    }
}

/*@media screen and (min-height:1980px) {
    .gridlarge {
        height: 550px;
    }
    .gridmed {
        height: 400px;
    }
    .gridsmall {
        height: 345px;
    }
}*/

@media screen and (min-height:800px) {
    .gridlarge {
        height: 550px;
    }
    .gridmed {
        height: 450px;
    }
    .gridsmall {
        height: 350px;
    }
}



.gridexact {
    height: 100%;
}

.main .indexContainer label {
    color: #222;
    font-family: Segoe UI;
    margin: 0;
	font-weight: normal;
}

.main .indexContainer td.k-file {
    position: relative;
    height: 40px;
    padding: 0;
}

.indexContainer input.rbox {
    width: 40%;
    height: 30px;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #00974C;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-left: 3px solid #FF0000;
    color: #3C3C3C;
    font-family: Segoe UI;
    font-size: 12px;
}

.indexContainer input.tbox {
    width: 40%;
    height: 30px;
    background-color: transparent;
    border: 1px solid #00974C;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #3C3C3C;
    font-family: Segoe UI;
    font-size: 12px;
    margin: 0 -33px 0 20px;
    padding: 0 30px 0 5px;
}

.main .indexContainer div.k-button.k-upload-button {
    min-width: 30%;
    top: 0;
    margin: 0;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*color: #3C3C3C;*/
    font-family: Segoe UI;
    font-size: 12px;
    
}

.k-upload-button:hover {
    color:#f5f5f5;
}

.main .indexContainer div.k-widget.k-upload.k-header.k-upload-sync {
    width: 100%;
    color: #3C3C3C;
    font-family: Segoe UI;
    font-size: 12px;
}
.k-file-success{
    background-color:orange;
}

.k-file-name{
    color:white !important;
}
.main .indexContainer .k-file-success {
    border: none;
    padding: 20px 10px 0 10px;
    background-color: orange;
}
/*.main .indexContainer span.k-picker-wrap.k-state-default {
        width: 335px;
        height: 28px;
        margin: 0;
        padding-left: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #00974C;
        color: #3C3C3C;
        font-family: Segoe UI;
        font-size: 12px;
    }*/

.main .tstrip {
    width: auto;
}

/*---   For Main Dashboard ---*/
.main .dashboard table {
    width: 545px;
}

    .main .dashboard table tr td {
        width: 100%;
    }

.main .panel1 {
    width: 100%;
    top: 1px;
    border: 1px solid #ddd;
    height: 340px;
    /*margin: 35px 20px 35px 35px;*/ /*-10px*/
    /*margin: auto;*/
    /*min-height: 230px;150
    max-height: 320px;200*/
}

    .main .panel1 .content {
        /*overflow-x: scroll;*/
        height: 340px;
        /*overflow-y: scroll;
        min-height: 230px;
        max-height: 320px;*/
        width: 100%;
    }

    .main .panel1 h3 {
        padding: 5px 10px 5px;
        margin-top: -2px;
        color: #3C3C3C;
        font-size: 1.4em;
        font-weight:normal;
       
    }

.h3task {

        padding: 5px 10px 5px;
        margin-top: -2px;
        color: #3C3C3C;
        font-size: 1.4em;
        font-weight: normal;
        text-align:center;
        width:96%;
       margin-left:8px;
    }



    .main .panel1 h2 {
        padding: 5px 0 5px 20px;
    }

    .main .panel1 p {
        padding: 0 0 5px 20px;
    }

.main .panel2 {
    width: 100%;
    margin: auto;
    padding: 4px 0;
}

    .main .panel2 .content {
        /*overflow-y: scroll;*/
        /*min-height: 390px;
        max-height: 490px;*/
        margin: auto;
    }

    .main .panel2 h3 {
        padding: 5px 10px 5px;
        margin-top: -2px;
        color: #3c3c3c;
        font-size: 1.4em;
        font-weight: normal;
    }

    .main .panel2 h2 {
        padding: 5px 0 5px 20px;
    }

.main .panel1 p {
    padding: 0 0 5px 20px;
}

.requiredTextBox input[type="text"] input[type="password"] {
    border-right: thick solid #ff0000;
}

.requiredNumericTextBox input[type="text"] {
    border-right: thick solid #ff0000;
}

.requiredTextArea textarea {
    border-right: thick solid #ff0000;
}

.marginValidation div {
    margin: 15px 0 0 20px;
}

.alt tr:nth-child(odd) {
    background-color: #ffffff;
}

.alt tr:nth-child(even) {
    background-color: #f0f0f0;
}

.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.marginRight {
    margin-right: 10px;
}

.tableWidth {
    width: 100%;
}

.tdWidth {
    width: 10%;
}


input[type="text"] {
    width:230px;
	height: 20px;
	border-radius: 4px;
	/*border: 1px solid #222;*/
    margin-bottom: auto;
	padding: 3px;
	/*padding-left: 5px;*/
      /*margin: 0 -33px 0 20px;
    padding: 0 30px 0 5px;*/
}

*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

/*.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
*/
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
.validation-summary-isvalid {
    font-weight: bold;
    color: #1EBD94;
}




/*Table Home Changes Site Copy*/

.tableMdSelect {
    margin-top: -70px;
    margin-left: 80px;
    width: 650px;
    height: 200px;
}

    .tableMdSelect h4 {
        font-weight: bold;
        margin: 0;
    }

/*
input[type="button"] {
    color: #034AF3;
}*/


.searchinput[type=text] {
  
  font-size: 14px;
  background-color: white;
  height:25px;
  width: 30%;
  /*border: 1px solid green;*/
    border: 1px solid #DFE1E5;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  /*-webkit-transition: width 0.4s ease-in-out;*/
  transition: width .4s cubic-bezier(0.000, 0.495, 0.000, 1.000);
  position:relative;
  margin-bottom:-1px;
  margin-left:5px;
  text-indent:10px;
    border-radius: 20px;

}

.searchinput[type=text]:focus {
 
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);

}

input[type="button"]:focus {
    outline: none;
}

.search-position {
    float: right;
    margin: -2px 10px -10px -10px;
    position: relative;
}

/*Grid Buttons*/

.custom-button-griddelete {
    background: #0099FF;
    border-color: #0099FF;
    color: #fff;
    height: 28px;
}

.embosseddelete {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #FF9999;
    border-color: #FF9999;
    color: #fff;
    height: 28px;
}

.embossedview {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #99FF99;
    border-color: #99FF99;
    color: #fff;
    height: 28px;
}

.embossedapproval {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #66CCFF;
    border-color: #66CCFF;
    color: #fff;
    height: 28px;
}

.embossededitapproved {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #9999FF;
    border-color: #9999FF;
    color: #fff;
    height: 28px;
}

.embossededit {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #FFFF99;
    border-color: #FFFF99;
    color: #fff;
    height: 28px;
}


/*Grid Buttons*/

.custom-button-new {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #1EBD94;
    border-color: #1EBD94;
    color: #fff;
    height: 28px;
}

.custom-button-restore {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #FCBF1A;
    border-color: #FCBF1A;
    color: #fff;
    height: 28px;
}

.custom-button-print {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #2BD5D8;
    border-color: #2BD5D8;
    color: #fff;
    height: 28px;
}

.custom-button-cancel {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #FBBB0B;
    border-color: #FBBB0B;
    color: #fff;
    height: 28px;
}

.custom-button-delete {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #FF6373;
    border-color: #FF6373;
    color: #fff;
    height: 28px;
}

.custom-button-submit {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #19B4B6;
    border-color: #19B4B6;
    color: #fff;
    height: 28px;
}

.custom-button-edit {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #1EBD94;
    border-color: #1EBD94;
    color: #fff;
    height: 28px;
}

.custom-button-back {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);
    background: #428BCA;
    border-color: #428BCA;
    color: #fff;
    height: 28px;
}

.saveicon {
    width: 19px;
    height: 19px;
    background: url("../content/images/icon_sprite.png") -95px -111px;
}

.backicon {
    width: 18px;
    height: 15px;
    background: url("../content/images/icon_sprite.png") -143px -192px;
}

.submiticon {
    width: 18px;
    height: 15px;
    background: url("../content/images/icon_sprite.png") -63px -144px;
}

.addicon {
    width: 18px;
    height: 15px;
    background: url("../content/images/sa.png") -31px -128px;
}

.cancelicon {
    width: 18px;
    height: 15px;
    background: url("../content/images/icon_sprite.png") 0px -128px;
}

.k-grid-filter.k-state-active {
    border-color: #aeaeae;
    background-color: #282828;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
}

/*Icons Using*/

.btng {
    position: relative;
    margin: auto;
    vertical-align: bottom;
    padding: 1px 4px; 
    margin: 0 4px;
    padding: 1px 6px;
    /*border:1px solid green;*/
    border:none;
    background-color:transparent;
    width: 35px;
    height: 35px;

}
    /*.btng:hover {
           border-radius:50px;
           transform: scale(1.1);
    }*/


    .btng:hover a.label {
        /*border: 1px solid #03c03c;*/
        transform: scale(1.3);
        -ms-transform: scale(1.3);
    }
    a.btng:hover span.label {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
    }

.buttonAdd {
    background-image: url("../Content/Images/Icon/Add.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    border:none;
 
}
.buttonAdd:hover {
 
    background-color: #eeeeee;
    border-radius: 5px;
}

.buttonUpload {
    background-image: url("../Content/Images/Icon/upload.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.buttonUpload:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

.buttonPrintP {
    background-image: url("../Content/Images/Icon/Print.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    top:-7px;
    width:35px;
    height:35px;
}

.buttonPrintP:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}



.buttonSave {
    background-image: url("../Content/Images/Icon/Save.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height:35px;
}

.buttonSave:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}


.buttonBack {
    background-image: url("../Content/Images/Icon/Back.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-color:transparent;
    border:none;
    width:35px;
    height:35px;
}
.buttonBack:hover {

    background-color: #eeeeee;
    border-radius: 5px;
}

.buttonNotif {
    background-image: url("../Content/Images/Icon/Alert.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonNotifKgrid {
    display: inline-block;
    /*border: 2px outset rgb(221,221,221);*/
    background-image: url("../Content/Images/Icon/Alert.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonNotifKgrid:hover {
    background-image: url("../Content/Images/Icon/Alert_hover.png");
}
.buttonNotifIncSTR {
    display: inline-block;
    /*border: 2px outset rgb(221,221,221);*/
    background: url('../Content/Images/Icon/Incompletee.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonDisaKgrid {
    display: inline-block;
    /*border: 2px outset rgb(221,221,221);*/
    background-image: url("../Content/Images/Icon/Disapprove.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonOverKgrid {
    display: inline-block;
    /*border: 2px outset rgb(221,221,221);*/
    background: url('../Content/Images/Icon/Overdue.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonOverDue {
    background: url('../Content/Images/Icon/Overdue.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonInc {
    background-image: url("../Content/Images/Icon/Incompletee.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonWidget {
    display: inline-block;
    border: 2px outset rgb(221,221,221);
    background: url('../Content/Images/Icon/Widget.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonInvestigateKyc {
    background-image: url("../Content/Images/Icon/InvestigationKYC.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}


.buttonApprove {
    background-image: url('../Content/Images/Icon/Approve.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonApprove:hover {
    
    background-color: #eee;
    border-radius: 5px;
    
}

.buttonDisapprove {
    background-image: url("../Content/Images/Icon/Disapprove.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonDisapprove:hover {
    
    background-color: #eee;
    border-radius: 5px;
    
}


.buttonTBin {
    background-image: url("../Content/Images/Icon/TrashBin.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    border:none;
  
}

.buttonTBin:hover {
    
    background-color: #eee;
    border-radius: 5px;
    
}

.buttonDeletedRec {
    background-image: url("../Content/Images/Icon/DeletedRecord.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.buttonDeletedRec:hover {
    
    background-color: #eee;
    border-radius: 5px;
    
}

.buttonUpdate {
    background: url('../Content/Images/Icon/Update.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonDownload {
    background: url('../Content/Images/Icon/Download.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonGenCSV {
    background: url('../Content/Images/Icon/GenerateCSV.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonGenCSVList {
    background: url('../Content/Images/Icon/GenerateCSV.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonGenCSVList {
    border-color: #0099ff;
    border-style: solid;
    background: url('../Content/Images/Icon/View.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.buttonReassign {
    background: url('../Content/Images/Icon/Escalate.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}


.buttonUpdCascade {
    background: url('../Content/Images/Icon/UpdateCascade1.png');
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
  
}

.buttonUpdCascade:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

.Redalert {
    background-image: url("../Content/Images/Icon/RedAlert.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}
/*Small Buttons*/

.btnsm {
    height: 21px;
    width: 21px;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    padding: 1px 3px;
}
.btnSearchMini {
    background-image: url("../Content/Images/Icon/Search.png");
    -ms-background-size: auto 55%;
    background-size: auto 55%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
    /*margin-left:-3%;*/
    position:relative;
    margin-left: -33px;
    background-color: #009c00;
    height: 31px;
    width: 30px;
    border-radius: 0 20px 20px 0;
}
.btnSearchMini1 {
    background-image: url("../Content/Images/Icon/Search1.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;

}

/*.btnSearchMini:hover {
    background-image: url("../Content/Images/Icon/Search.png");
    -ms-background-size: auto 90%;
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
    margin-left:-3%;
    opacity:1;
    margin-left: -33px;
}*/

.btnStopMini {
    background-image: url("../Content/Images/Icon/Stop.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
   margin-left:7px;
}

.btnminBookmark {
    background-image: url("../Content/Images/Icon/Bookmark.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}

.btnminUnbookmark {
    background-image: url("../Content/Images/Icon/Unbookmark.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}
.btnminInvestigateKyc {
    background-image: url("../Content/Images/Icon/InvestigationKYC.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}
.btnminInvestigateTxn {
    background-image: url("../Content/Images/Icon/InvestigationTransaction.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}
.btnminProcess {
    background-image: url("../Content/Images/Icon/Process.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}
.btnminReopen {
    background-image: url("../Content/Images/Icon/ReOpen.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px 3px;
}


/*End Small Icon*/

/*Header icons*/

/*.btnH {
    display: inline-block;
    width: 40px;
    height: 42px;
}*/

.btnH1 {
    display: inline-block;
    width: 200px;
    height: 50px;
}

.LogoSys {
    background: url("../Content/Images/Icon/SSCGILogoSys.png") no-repeat center;
    -ms-background-size: auto 100%;
    background-size: auto 100%;
    height: 92%;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 2px 25px 0 0;
}

.ImgArrow {
    width: 25px;
    height: 125px;
    padding: 0 5px;
    margin-top: 15px;
}

.icnmedium {
    height: 28px;
    width: 28px;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    padding: 1px 3px;
}

.icnright {
    float: right;
}

.btnborderhome {
    height: 32px;
    width: 40px;
    box-shadow: #03c03c 0 3px 0 -1px;
    border-radius: 6px;
    border: 1px solid #131d20;
    background-color: transparent;
    margin: 0 4px 8px 4px;
    padding: 1px 6px;
}

.icnlarge {
    height: 30px;
    width: 30px;
    display: inline-block;
}    

.icnHFaq {
    background-image: url("../Content/Images/Icon/Faq.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnUser {
    background-image: url("../Content/Images/Icon/User.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.userimg {
    height: 33px;
    width: 40px;
    overflow: hidden;
    border: 1px solid white;
    -ms-border-radius: 30%;
    border-radius: 30%;
}

    .userimg img {
        height: 98%;
        margin: 0 0;
    }

.icnBranch {
    background-image: url("../Content/Images/Icon/Branch.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnInbox {
    background-image: url("../Content/Images/Icon/Message.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnNotif {
    background-image: url("../Content/Images/Icon/Notification.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnChangePW {
    background-image: url("../Content/Images/Icon/PW.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
  width: 30px;
    left: 1%;
}
.icnChangePW:hover {
    
    background-color: #484848;
    border-radius: 5px;
}

.icnLogout {
    background-image: url("../Content/Images/Icon/Logout.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    right: 45px;
    left: inherit;
}
.icnLogout:hover {
    background-color: #484848;
    border-radius: 5px;
}
.icnCalendar {
    background-image: url("../Content/Images/Icon/Calendar.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnUpdate {
    background-image: url("../Content/Images/Icon/Update.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnDL {
    background-image: url("../Content/Images/Icon/Download.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnbAppr {
    background-image: url("../Content/Images/Icon/Approve.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnbDisappr {
    
}

.icnCSV {
    background-image: url("../Content/Images/Icon/GenerateCSV.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}





.icnUpdCas {
    background-image: url("../Content/Images/Icon/UpdateCascade1.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnbOverdue {
    background-image: url("../Content/Images/Icon/Overdue.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.icnbWidget {
    background-image: url("../Content/Images/Icon/Widget.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
}

.icnbWidget:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

/*Mini Buttons*/
.btnmin {
    height: 19px;
    width: 20px !important; 
    border: none;
    box-shadow: #131d20 2px 2px 0 -1px;
    border-radius: 6px;
    border: 1px solid #131d20;
    background-color: white;
    vertical-align: middle;
    padding: 1px 0;
}
    .btnmin:hover {
        border: 1px solid #03c03c;
    }

.btnminView {
    background-image: url("../Content/Images/Icon/View.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminEdit {
    background-image: url("../Content/Images/Icon/Edit.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.btnminDel {
    background-image: url("../Content/Images/Icon/Delete.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}


.btnminMinalert {
    background-image: url("../Content/Images/Icon/Alert.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminGenAlert {
    background-image: url("../Content/Images/Icon/IncSTR.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;

}

.btnminGenAlert {
    background-image: url("../Content/images/Icon/IncSTR.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminRestore {
    background-image: url("../Content/Images/Icon/Restore.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminLock {
    background-image: url("../Content/Images/Icon/Lock.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminEsc {
    background-image: url("../Content/Images/Icon/Escalate.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminUnlock {
    background-image: url("../Content/Images/Icon/Unlock.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminUpload {
    background-image: url("../Content/Images/Icon/Upload.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnminGenerate {
    background-image: url("../Content/Images/Icon/IncSTR.png");
    -ms-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

/*End Mini Buttons*/

/*End Icons*/


#CustomerEmploymentDetailsContainer {
    /*background-color:black;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerAssetsContainer {
    /*background-color:black;*/
    clear: both;
    /*text-align:left;*/
    padding: 0px;
    width: auto;
}


#CustomerGuarantorsContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerIdentificationsContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerEducationsContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerContactInformationsContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerAddressesContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerSignatoriesContainer {
    /*background-color:black;*/
    /*clear:both;*/
    text-align: left;
    padding: 0px;
    width: auto;
    border-color: #fff;
}

#CustomerRelationshipsContainer {
    /*background-color:black;*/
    /*clear:both;*/
    /*text-align:left;*/
    padding: 0px;
    width: auto;
    border-color: #fff;
}

/*remove s*/

/*.k-tabstrip .k-content {
    width: 500px;
}*/

#tabStripInds { /* tabstrip element */
    height: 700px;
    position: relative;
     word-wrap: break-word;
}

/*.k-tabstrip .k-content {
    width: 500px;
}*/


#tabStripCorpoEdits { /* tabstrip element */
    height: auto;
    position: relative;
     word-wrap: break-word;
}

/*.k-tabstrip .k-content {
    width: 500px;
}*/

#tabStripIndEdits { /* tabstrip element */
    height: 790px;
    position: relative;
     word-wrap: break-word;
}

/*.k-tabstrip .k-content {
    width: 500px;
}*/
