/*
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
*/

/* ======================================================== */
/* InfoBox                              */
/* ======================================================== */

.info-box {
    display: block;
    min-height: 90px;
    /*background: #00344D;*/
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 00px;
    margin-bottom: 15px;
    background: #ecf0f5;
}

.bg-default {
    background-color: #00344D !important;
}



.info-box-icon {
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    color: #fff;
}


.info-span-next {

    /* color: #fff; */
    color: #7EBAB5 !important;
    background-color: transparent !important;
}



/* ======================================================== */
/* HoverRow                  */
/* ======================================================== */

.row.rowValidation.selected{
    background-color: #eeeeee;
}

/* ======================================================== */
/* Head Table                      */
/* ======================================================== */
.table > thead > tr > th {
     background-color: #00344D;
 }

.table > thead > tr > th.active {
    background-color: #1A8199;
}

.table > tbody > tr.success > td {
    background-color: #D5E8EC;
}






/* ======================================================== */
/* Select2 define border                               */
/* ======================================================== */
/*
.select2-container.form-control.select2-container-active {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(102,175,233,.8);
    -moz-box-shadow: 0px 0px 15px 5px rgba(102,175,233,.8);
    box-shadow: 0px 0px 15px 5px rgba(102,175,233,.8);
}
*/

/* ======================================================== */
/* Select2 remove blue border                               */
/* ======================================================== */
.select2-container.form-control.select2-container-active {
    -webkit-box-shadow:1px #ccc !important;
    -moz-box-shadow:1px #ccc !important;
    border-color:1px #ccc !important;
    outline: none !important;
    box-shadow:none !important;
    border:1px #ccc !important;
}

/* ======================================================== */
/* JQGrid changes                                           */
/* ======================================================== */
.ui-paging-info {
    position: absolute;
    right: 10px;
    top: 0;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: transparent;
}

th.ui-th-column {
    border-right-color: transparent !important
}

.clearsearchclass {
    display: none;
}

/* ======================================================== */
/* Bootstrap Input Group                                    */
/* ======================================================== */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 3px;
}

/* ======================================================== */
/* Squeeze Button Colors                                    */
/* ======================================================== */
.btn-sqz-green {
    background-color: #dff0d8;
    border-color: #dff0d8;
    color: #3c763d;
}

.btn-sqz-blue {
    background-color: #d9edf7;
    border-color: #d9edf7;
    color: #31708f;
}

.btn-sqz-red {
    background-color: #f2dede;
    border-color: #f2dede;
    color: #a94442;
}

.btn-sqz-gray {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333;
}

.taskAction{
    margin-right: 5px;
}

/* ======================================================== */
/* Dropzone changes                                         */
/* ======================================================== */
.mailroom.dropzone {
    /*display: table-cell;*/
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align:middle;
    color: #000;
    margin: 15px;
    background-color:  #acbdc2;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.docDropzone.dropzone {
    display: table-cell;
    height: 35px;
    min-width: 150px;
    min-height: 35px;
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align:middle;
    color: #000;
    background-color:  #acbdc2;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.docDropzone > .dz-message {
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.docDropzone > .dropzone.dz-preview{
    display: none;
    min-height: 35px;
    margin: 0;
}

.docDropzone > .dropzone.dz-preview.dz-image-preview {
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.docDropzone > .dropzone.dz-preview.dz-error.dz-error-mark{
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.docDropzone > .dropzone.dz-preview.dz-success-mark, .docDropzone.dropzone.dz-preview.dz-error-mark{
    top: 0;
    left: 0;
}

.docDropzone > .dropzone.dz-image-preview{
    display: none;
}

.docDropzone > .dz-complete{
    display: none;
}

.docDropzone > .dz-image-preview{
    display: none;
}

.docDropzone > .dz-file-preview{
    display: none;
}

.docDropzone > .dz-preview{
    display: none;
}

.docDropzone > .dz-processing{
    display: none;
}
