/**
* @author: trinh.kethanh@gmail.com
* @function: css sử dụng chung cho toàn bộ hệ thống (phần backend)
* @date: 14/08/2015
*/
/*------------Cấu hình chung------------*/
.clear {
    clear: both;
}
.table {
    margin-bottom: 0 !important;
    font-size: 12px;
}
.m-l-3 {
    margin-left: 3px;
}
.f-s-18 {
    font-size: 18px;
}
.text-red {
    color: #ed5565;
}
.ibox-title-lft {
    float: left;
}
.ibox-title-rgt {
    float: right;
    padding-right: 6px;
}
.ibox-title-ul {
    padding-left: 5px;
}
.ibox-title-ul li.btn {
    padding: 0;
}
.ibox-title-ul li a {
    display: block;
    padding: 6px 12px;
    color: #ffffff;
}
#send_email_confirm,
#send_email_confirm_change{
    padding:6px;
}
.grid-view {
    font-size: 12px;
}
.summary {
    padding-bottom: 6px;
}
#capcha-refresh-button {
    margin-left: 18px;
    vertical-align: -8px;
}
button:focus {
    outline: 0 !important;
}
.text-df {
    color: #676a6c;
}
a:hover, a:active, a:focus {
    outline: none;
}
.empty {
    text-align: center;
}
.ui-dialog-titlebar-close {
    background: url(../images/ui-icons_888888_256x240.png) -80px -128px;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: #1ab394;
    border-color: #1ab394 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #21b9bb;
    border-color: #21b9bb !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    font-size: 13px;
}
h4.user-permission-title,
h4.user-group-permission-title {
    font-size: 20px;
}
ul.pagination li.active a {
    color: #ffffff !important;
}
.user-checkbox-action {
    width: 100%;
    min-width: 500px;
}
h4.modal-title {
    font-size: 22px;
    padding-left: 14px;
}
.bootstrap-tagsinput {
    width: 100% !important;
}
.bootstrap-tagsinput .tag {
    color: #555;
    border: 1px solid #ccc;
}
.label-info, .badge-info {
    background: #f5f5f5;
}
.label {
    font-size: 11px;
}
.GridPrioritySave {
    font-size: 12px;
    margin-top: 12px;
}
#dropdown-menu-fixed {
    right: auto;
}
/*-------------Sort icon--------------*/
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    font-size: 15px;
}

a.asc:after {
    content: "\e151";
}
a.desc:after {
    content: "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
/*------------Loading-----------------*/
.spinner {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #20c5ad;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/*-------------Quản lý menu---------*/
.menu-gridview-sort-up,
.menu-gridview-sort-down {
    font-size: 14px;
    margin-left: 3px;
}
.menu-category-0 {
    background: url(../images/node.gif) no-repeat;
    height: 24px;
}
.menu-category-0 span {
    vertical-align: -10px;
    margin-left: 18px;
}
.menu-category-1 {
    color: blue;
    background: url(../images/tree_last.gif) no-repeat;
    margin-left: -9px;
}
.menu-category-1 span {
    vertical-align: -4px;
    margin-left: 48px;
}
.menu-category-2 {
    color: green;
    background: url(../images/tree_next.gif) no-repeat;
    margin-left: 9px;
}
.menu-category-2 span {
    vertical-align: -5px;
    margin-left: 48px;
}
.menu-category-3 {
    background: url(../images/tree_next.gif) no-repeat;
    margin-left: 27px;
}
.menu-category-3 span {
    vertical-align: -5px;
    margin-left: 48px;
}
.menu-category-4 {
    background: url(../images/tree_next.gif) no-repeat;
    margin-left: 45px;
}
.menu-category-4 span {
    vertical-align: -5px;
    margin-left: 48px;
}
.menu-category-5 {
    background: url(../images/tree_next.gif) no-repeat;
    margin-left:58px;
}
.menu-category-5 span {
    vertical-align: -5px;
    margin-left: 48px;
}
/*--------------------User & User Group------------------*/
.btn-permission {
    margin-bottom: 8px;
}
.user-checkbox-action label {
    display: block !important;
}
.user-action-label {
    vertical-align: 3px;
    padding-left: 2px;
}
.user-action-desc {
    float: right;
    width: 250px;
    margin-right: 60px;
    font-weight: normal;
    vertical-align: 2px;
}
.user-action-manipulation {
    float: right;
    font-size: 14px;
    margin-left: 2px;
    vertical-align: 2px;
    color: #1c84c6;
}
/*----------------Config--------------------*/
#config-create-button {
    margin-left: 5px;
}
.pT10 {
    padding-top: 10px;
}
.pB10 {
    padding-bottom: 10px;
}


tr td a[data-title] img {
    border: none;
    box-shadow: 10px -10px 0 rgba(148, 104, 104, 0.15), 5px -5px 0px rgba(148, 104, 104, 0.15);
}

.checkbox-switcher {
    margin: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: box-shadow 0.4s ease 0s;
}

.checkbox-switcher:focus {
    outline: none !important;
}

.checkbox-switcher:before {
    content: "";
    outline: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 28px;
    width: 28px;
    left: 0;
    position: absolute;

    -webkit-transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
}

.checkbox-switcher:checked {
    box-shadow: rgb(26, 179, 148) 0 0 0 16px inset;
    border-color: rgb(26, 179, 148);
    background-color: rgb(26, 179, 148);
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-switcher:checked:before {
    left: 20px;
}

.red-button{
    color: red;
    border-color:red;
}
.yellow-button{
    color:yellow;
}
.green-button{
    color:green;
}
.orange-button{
    color:orange;
}
.brown-button{
    color:brown;
}
.group-button-filter{
    display: inline-flex;
}
.group-button-filter button{
    background-color: #9b9b9b;
    border: none !important;
}
#mailstore-type{
    display: none;
}
.reason-hide{
    text-align: left;
    width: 300px;
    margin: auto;
}
.btn-sended{
    color: red;
    border-color: red;
}
.sweet-alert h2 {
    font-size: 18px;
}
input.radio-button {
    width: 15px;
    height: 20px;
    margin-right: 20px;
}
.read-only-button *{
    cursor: not-allowed;
}
.mot-cot {
    background: url(../images/mot-cot.jpg) no-repeat;
    margin-left: 9px;
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    /* padding: 5px; */
    /*border: 1px solid #15B088;*/
    float: left
}

.hai-cot {
    background: url(../images/hai-cot.jpg) no-repeat;
    margin-left: 9px;
    background-size: 73px 51px;
    width: 73px;
    height: 51px;
    /* padding: 5px; */
    /* border: 1px solid #15B088; */
    float: left;
}
