﻿/*.spinner {
    margin: 50px;
    height: 100px;
    width: 100px;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #4e148f;
    border-right-color: transparent;
    border-radius: 50%;
}*/

body {
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.sys-loading {
    width: 265px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    margin: 0px auto;
    display: none;
}

    .sys-loading > img {
        display: inline-block;
        margin: 15px 29%;
        text-align: center;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.goto-progress {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4e148f;
    z-index: 9999;
}

.progress-box {
    width: 100%;
    height: 300px;
    margin: 200px auto;
}


    .progress-box .image {
        display: block;
        margin: 0 auto;
    }

    .progress-box .text {
        color: White;
        display: block;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

.error-box {
    background-color: #FBD3D3;
    border: solid 1px #D07D7D;
    padding: 12px 8px;
    color: #B91E1E;
}

.section {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #d1dce4;
    padding: 20px 0px !important;
}

    .section .col-md-3 h4 {
        padding-top: 0;
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section .col-md-3 p {
        font-family: Helvetica,Arial,sans-serif;
        line-height: 18px;
        font-size: 13px;
        color: #444;
    }

.wrapper-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.p-t15 {
    padding: 15px 0px !important;
}

.form-horizotal {
    margin: 10px 20px;
}

.ui-pnotify h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.ui-pnotify .ui-pnotify-text {
    padding-left: 5px;
    padding-top: 5px;
}

.dataTable tr.row-section td {
    background: #f9f9f9 none repeat scroll 0 0;
}

.dataTable tr.row-section i {
    cursor: pointer;
}

.dataTable tr.hide {
    display: none;
}

.dataTable th {
    border: 1px solid #adabab !important;
}


.status-active {
    background: #17be3e none repeat scroll 0 0;
    border: solid 1px #00AB28;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 7px;
    fa-angle-down;
}

.status-inactive {
    background: #dddddd none repeat scroll 0 0;
    color: #797779;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 20px;
    border: solid 1px #C7C7C7;
}

.input-group.search-box {
    width: 100%;
}

    .input-group.search-box .form-control {
        z-index: inherit;
    }

.search-box input.text-search {
    width: 100%;
    float: none;
    position: relative;
    padding-right: 83px;
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.search-box .btn-group {
    display: inline;
    position: absolute;
    right: 0;
    /*width: 77px;*/
    z-index: 2;
}

    .search-box .btn-group a.btn.btn-search {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-right: solid 1px #800FFF;
    }

    .search-box .btn-group .btn-arrow {
        border-left: solid 1px #f6fbfd;
    }

.search-box .dropdown-menu, .group-box .dropdown-menu {
    right: 0;
    left: inherit !important;
}

/*.search-box .row, .group-box .row {
    margin: 10px 0px;
}*/
.search-box .btn-group.form-control {
    position: relative;
}

.search-box .dropdown-menu .form-control {
    border-radius: 0.25rem !important;
}

.btn-group.open2 .popup {
    display: block;
}

.tagbox.row {
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

.form-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.search-box .btn-group > .btn + .dropdown-toggle {
    width: 34px;
}

.pagination .btn {
    border-radius: 0px !important;
}

.dropdown-menu li.selected a.opt {
    background-color: #0f7bb1;
    color: White;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #CDCFD0;
    font-size: 13px;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CDCFD0;
    font-size: 13px;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CDCFD0;
    font-size: 13px;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CDCFD0;
    font-size: 13px;
    font-style: italic;
}



body {
    /*prevent modal background jumping*/
    padding-right: 0px !important;
    margin-right: 0px !important;
}

/*prevent modal background jumping*/


.card.background-white .card-header.collapse {
    display: block;
}

    .card.background-white .card-header.collapse .pull-left i.fa {
        cursor: pointer;
        color: gray;
    }

.card-header.collapse.closed + .card-block {
    display: none;
}

select[visibled='hidden'] + .btn-group.bootstrap-select {
    display: none;
}

.filter-columns-right + .bootstrap-select .dropdown-menu {
    right: 0px;
    left: inherit !important;
}

.btn-group.small a.btn {
    font-size: 14px;
    padding: 0.1rem 0.5rem;
}


.setup-box {
    width: 100%;
    height: 300px;
    margin: 200px auto;
    display: none;
}

    .setup-box .image {
        display: block;
        margin: 0 auto;
    }

    .setup-box .text {
        color: White;
        display: block;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

        .setup-box .text.finish {
            color: #16A70C;
        }

        .setup-box .text.error {
            color: #d14836;
        }


small.text-muted p {
    margin: 0px;
    padding: 0px;
}

.icon-info {
    font-size: 13px;
    cursor: pointer;
    margin-left: 5px;
}

.require {
    color: red;
}

select.ext-select2 {
    height: 30px;
}
.input-group.search-box .btn-group.control-group {
    z-index: 4;
}