.pagination {
    margin: 0px !important;
    padding: 0px !important;
}

.panel-heading {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.panel-body {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 11px;
}

.panel-footer {
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 2px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-title {
    font-family: Calibri !important;
}

.panel:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.ze-refresh {
    background-image: url('/images/Refresh-icon.png');
    background-repeat: no-repeat;
    height: 16px;
    display: block;
}

.ze-center {
    text-align: center;
}

.ze-number, .ze-decimal, .ze-right {
    text-align: right;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.table-action-nav-btn {
    padding: 3px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 2px !important;
    height: 26px;
}

select.input-sm {
    border-radius: 4px !important;
    height: 26px;
}

.input-sm, .form-group-sm .form-control {
    height: 26px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 2px;
    text-align: left !important;
}

.form-group {
    margin-bottom: 7px;
}

.modal-dialog {
    border-radius: 4px;
    margin: 30px auto;
    width: 350px !important;
}

.ze-btn-sm {
    border-width: 0px !important;
    font-size: 13px;
    line-height: 1.38;
    padding: 4px 9px;
}

input[type=checkbox] {
    height: 18px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
    cursor: default;
    opacity: 1;
}

.input-group-btn {
    font-size: inherit;
}

.text-bold {
    font-weight: bold;
}

.sidebar .sidebar-shortcuts {
    min-height: 30px !important;
    margin-top: 3px !important;
}

.breadcrumbs {
    min-height: 30px !important;
    line-height: 30px !important;
}

.invalidstock {
    color: red !important;
}

.invalid {
    color: red !important;
}


input:focus, textarea:focus, select:focus {
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

.text-right {
    text-align: right;
}

.ze-login {
    width: 400px;
    margin-top: 80px;
}

.ze-login-logo {
    color: aliceblue;
    height: 40px;
    margin-left: 10px;
    font-size: 24px;
}

.companylogo {
    max-height:100px;
    max-width:400px;
    width:auto;
    height:auto;
}


.footer-content {
    line-height: 20px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Div  alert Message Fadeout css  using class- ze-alert-message */
.ze-alert-message {
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  position: absolute;
  z-index:9999;
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}

.fs-wrap {
    position: relative;
    display: inline-block;
    width: 200px;
    font-size: 12px;
    line-height: 1;
}

.fs-label-wrap {
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 4px 22px 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    max-height: 150px;
    overflow-y:scroll;
    width: 100%;
    z-index: 1000;
}

.fs-search input {
    width: 100%;
    padding: 2px 4px;
    border: 0;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-wrap .fs-option:hover {
    background-color: #eee;
}

.fs-optgroup-label {
    font-weight: bold;
}

.hidden {
    display: none;
}