/* Override Admin LTE */


/*.main-header .logo{
    transition: width 0.3s !important;
}

.main-header>.navbar{
    transition: margin-left 0.3s !important;
}*/

.main-sidebar,
.left-side {
    bottom: 0;
    padding-bottom: 0;
    /*transition: width 0.3s !important;*/
}

.wrapper,
.content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidebar-menu.scrolltable {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar-collapse .sidebar {
    overflow: hidden;
}

.sidebar-menu li.header {
    padding-right: 14px;
}

@media (max-width: 767px) {
    .main-header .logo {
        height: 26px;
        line-height: 28px;
    }
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 76px;
    }
    .main-sidebar,
    .left-side {
        padding-top: 76px;
    }
}


/* NAVBAR TITLE */

.navbar .navbar-title {
    margin: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    padding: 16px 18px;
}


/*
.content-wrapper {
    transition: margin-left 0.3s !important;
}
*/


/* More */

body,
.content-wrapper {
    /*background-color: white;*/
    background-color: #3a8104;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
section::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar,
div::-webkit-scrollbar,
section::-webkit-scrollbar,
ul::-webkit-scrollbar,
select::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
section::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
}

.navbar-nav>.apps-menu>.dropdown-menu {
    width: 306px;
}

input[type='color'] {
    border: none;
    padding: 0;
}

select[multiple] {
    overflow: auto;
}

.has-error .control-label,
.has-error .help-block {
    color: #dd4b39;
}

.has-error .form-control,
.has-error table {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.sidebar-menu>li.edit:hover>a,
.sidebar-menu>li.edit.active>a {
    border-left: 3px solid transparent;
    color: #b8c7ce;
    background-color: transparent;
    cursor: default;
}


/* Button in table */


/*.table .btn {
    border: none;
    background: none;
    padding: 3px 11px;
    margin: -15px;
}

.table .btn:active{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.table .dropdown-menu{
    margin: 13px -15px 0;
}

.table .dropup .dropdown-menu{
    margin-top: 0;
    margin-bottom: 17px;
}*/

.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}


/*Checkbox and radio in table*/

.checkbox,
.radio {
    position: relative;
    /*display: block;*/
    margin-top: 0px ! important;
    margin-bottom: 0px ! important;
}

.table {
    border: white;
}

.table>thead>tr>th {
    background: #2ab155;
    color: white;
    font-weight: 500;
}

.table-sorting>thead>tr>th {
    vertical-align: middle;
    position: relative;
    padding-right: 16px;
}

.table-sorting>thead>tr>th>i {
    position: absolute;
    right: 5px;
    top: calc(50% - 7px);
}

.table-checkbox>thead>tr>th:first-child,
.table-checkbox>tbody>tr>td:first-child {
    text-align: center;
    padding-right: 0;
    min-width: 39px;
    /*width: 39px;*/
}

.table-checkbox .checkbox {
    padding-left: 18px;
    height: 18px;
}

.table-checkbox .checkbox input {
    width: 100%;
    height: 100%;
    margin-left: calc(-12px - (100%/2));
    margin-top: 0;
    cursor: pointer;
}

.table-checkbox .checkbox label {
    padding: 0;
}


/*.table-action > thead > tr > th:first-child,*/


/*.table-action > tbody > tr > td:first-child {*/


/*width: 39px;*/


/*min-width: 39px;*/


/*}*/

.table-action>thead>tr>th:first-child .btn-group,
.table-action>tbody>tr>td:first-child .btn-group,
.table-action>thead>tr>th:first-child .btn,
.table-action>tbody>tr>td:first-child .btn {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.table-action>thead>tr>th:first-child .btn:active,
.table-action>tbody>tr>td:first-child .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.table-input td {
    padding: 0 !important;
}

.table-input input,
.table-input textarea,
.table-input .dropdown {
    width: 100%;
    height: 100%;
    padding-left: 5px !important;
    border: none !important;
}

.table-input .dropdown {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    min-height: 28px !important;
    min-width: inherit !important;
}

.table-input .deleted input,
.table-input .deleted textarea,
.table-input .deleted .dropdown {
    cursor: default;
    pointer-events: none;
    opacity: .70;
    background: transparent;
    text-decoration: line-through;
}

.table-input .deleted .dropdown .text {
    background: transparent;
    text-decoration: line-through;
}

.table-input tbody i {
    padding-top: 7px;
    color: lightgray;
}

.table-input .checkbox {
    padding-top: 5px;
    padding-left: 18px;
    height: 18px;
}

.table-input .checkbox input {
    width: 100%;
    height: 100%;
    margin-left: calc(-9px - (100%/2));
    margin-top: 0;
}

.table-input .checkbox label {
    padding: 0;
}


/***** BOX HEADER *****/

.box-header .input-group {
    width: 300px;
}

.box-header .input-group-btn button:nth-child(2) {
    margin: 0 5px;
}


/***** CONTENT HEADER *****/

.content-header {
    padding: 0px;
    min-height: 41px;
    background-color: #f9fafc !important;
    border-bottom: 1px solid #d2d6de;
}

.content-header>.nav-tabs {
    display: inline-block;
    box-shadow: none;
    margin: 0;
    float: left;
    border-bottom: none;
}

.content-header .nav>li>a {
    border-radius: 0;
    border-bottom: none;
}

.content-header .nav-tabs>li {}

.content-header .nav-tabs>li.active>a,
.content-header .nav-tabs>li.active>a:focus,
.content-header .nav-tabs>li.active>a:hover {
    border-bottom: none;
    height: 46px;
}

.content-header>.control-group {
    padding: 5px 6px;
}

.content {
    border: none;
    height: calc(100% - 41px);
    margin-bottom: 0px;
    min-height: initial;
    overflow: auto;
}

.no-padding-left-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.content-tools {
    display: inline-block;
    vertical-align: middle;
}


/**** ERROR PAGE ****/

.error-page img {
    float: left;
}

.error-page .error-content h3 {
    padding-top: 40px;
}


/**** TAB TOOLS ****/

.tab-tools {
    position: absolute;
    right: 25px;
    top: 5px;
}


/**** MODAL ****/

.modal-dialog .modal-body .nav-tabs-custom {
    box-shadow: none;
}

.modal-dialog .form-group .row {
    margin: 0px;
}

.modal.in {
    overflow-x: hidden;
    overflow-y: auto;
}


/* Error Message */

.error-message {
    display: none;
}

.text-left {
    text-align: left !important;
}

.has-error .error-message {
    display: block;
}

.has-error .note-message {
    display: none;
}


/* Select2 */

.form-control.input-sm+.select2-container .select2-selection {
    min-height: 30px;
}

.form-control.input-sm+.select2-container .select2-selection.select2-selection--single {
    height: 30px;
    min-height: 30px;
    padding: 5px 10px;
}

.form-control.input-sm+.select2-container .select2-selection__rendered {
    margin-top: -5px;
}

.form-control.input-sm+.select2-container .select2-selection--single .select2-selection__arrow {
    height: 25px;
}

.form-control.input-sm+.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}

.form-control.input-sm+.select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
}

.has-error .select2-container .select2-selection {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-control {
    border-radius: 0 !important;
    min-width: inherit !important;
}

.input-sm {
    min-height: 30px !important;
}


/* Overlay */

.overlay {
    z-index: 50;
    background: #FFFFFF;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay>.fa {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    margin-left: -8px;
    margin-top: -8px;
    font-size: 25px;
    color: #008d4c;
}

.processing.overlay {
    display: block;
}

.content-wrapper {
    background-color: white;
}

.btn-social>:first-child {
    width: 40px;
}

.login-box-body {
    box-shadow: 0px 0px 3px white;
}

.login-logo {
    margin-bottom: 10px;
}

.login-logo a {
    color: white;
}

.btn-social {
    padding-left: 0px;
    text-align: center;
}


/*** Menu top ***/

#menu-topbar {
    padding: 0px;
    border-radius: 0px;
}

.menu-color a {
    color: white !important;
    border: 0px;
}

.menu-color a:hover {
    color: white;
    opacity: 0.7;
}

.menu-color .dark-purple {
    border: 1px solid #ccc !important;
    color: #7B1FA2 !important;
}

.menu-color .light-red {
    border: 1px solid #ccc !important;
    color: #dd4b39 !important;
}

.menu-color .dark-green {
    border: 1px solid #ccc !important;
    color: #00a65a !important;
}

.menu-color .light-green {
    border: 1px solid #ccc !important;
    color: #689F38 !important;
}

.menu-color .light-yellow {
    border: 1px solid #ccc !important;
    color: #ffc40d !important;
}

.menu-color .dark-blue {
    border: 1px solid #ccc !important;
    color: #3c8dbc !important;
}

.menu-color .light-blue {
    border: 1px solid #ccc !important;
    color: #00c0ef !important;
}

.menu-color .dark-red {
    border: 1px solid #ccc !important;
    color: #b91d47 !important;
}

.menu-color .light-purple {
    border: 1px solid #ccc !important;
    color: #9f00a7 !important;
}

.menu-color .light-pink {
    border: 1px solid #ccc !important;
    color: #EC407A !important;
}

.menu-color .light-orange {
    border: 1px solid #ccc !important;
    color: #EF6C00 !important;
}

.menu-color .deep-purple {
    border: 1px solid #ccc !important;
    color: #673ab7 !important;
}


/*** GENERAL ***/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Roboto;
}

.ui.dropdown>.text,
.ui.selection.dropdown .menu>.item {
    font-size: 13px;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.ui.dropdown:not(.multiple)>.text,
.ui.selection.dropdown:not(.multiple) .menu>.item {
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.ui.dropdown .menu .active.item {
    background: rgba(0, 0, 0, .05);
}

.ui.dropdown {
    height: 30px !important;
}

.table-input .ui.selection.dropdown {
    background: transparent;
    border-radius: 0;
}

.table-input .ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu {
    border-color: rgba(34, 36, 38, .15) !important;
}

.ui.dropdown:not(.multiple)>.icon {
    margin: -.78571429em !important;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.mw20 {
    min-width: 20px !important;
}

.mw30 {
    min-width: 30px !important;
}

.mw40 {
    min-width: 40px !important;
}

.mw60 {
    min-width: 60px !important;
}

.mw80 {
    min-width: 80px !important;
}

.mw90 {
    min-width: 90px !important;
}

.mw100 {
    min-width: 100px !important;
}

.mw140 {
    min-width: 140px !important;
}

.mw180 {
    min-width: 180px !important;
}

.mw185 {
    min-width: 185px !important;
}

.mw220 {
    min-width: 220px !important;
}

.mw260 {
    min-width: 260px !important;
}

.wpt {
    width: 100%;
}

.h50 {
    height: 50px;
}

.sorting i {
    color: #FFEB3B !important;
}

th {
    cursor: pointer;
}

.alin-center {
    text-align: center;
}

.alin-left {
    text-align: left !important;
}

.alin-right {
    text-align: right;
}

.alin-vertical-mid {
    text-align: center;
    vertical-align: middle!important;
}

.control-group {
    display: inline-block;
}


/* Chuong trai */

a {
    font-weight: normal;
}

.fa-fw {
    display: inline !important;
}

.btn-app {
    background: none;
}

.fa-venus:before {
    color: #008d4c;
    font-weight: bold;
}

.fa-mars:before {
    color: #dd4b39;
    font-weight: bold;
}

#grid-chuong-trai .btn-app {
    height: 30px !important;
    font-size: 13px;
}


/* Dashboard - Event */

.tv-comments .tvc-lists {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tv-comments .tvc-lists>li {
    padding: 15px 20px;
    margin: 0;
    border-top: 1px solid #eee;
}

.tv-comments .tvc-lists .tvh-user .fa {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #666;
    background: #d2d6de;
    text-align: center;
    left: 18px;
    top: 0;
}

.media {
    overflow: visible;
}

.media::after,
.media::before {
    content: " ";
    display: table;
}

.tvh-user {
    display: block;
}

.media>.pull-left {
    padding-right: 15px;
}

.t-view .tvh-user img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.media-body {
    zoom: 1;
    display: block;
    width: auto;
}

.d-block {
    display: block !important;
}

.c-gray {
    color: #9E9E9E !important;
}

.small,
small {
    font-size: 92%;
}

.m-t-10 {
    margin-top: 10px !important;
}

.nav-tabs>li>a {
    color: #444 !important;
}

.nav-tabs>li.active>a {
    color: #00a65a !important;
    font-weight: bold;
}

.bg-white {
    background-color: #FFFFFF;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #00a65a;
}

.table-input .dropdown-container {
    height: 30px;
}

.cow-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menu-color .slimScrollDiv a {
    color: black !important;
}

.navbar-nav>.messages-menu>.dropdown-menu {
    width: 350px;
}

.main-faq {
    font-size: 16px;
}

.faq-bold {
    font-weight: 700;
}

.disabled .dropdown {
    cursor: default;
    pointer-events: none;
    opacity: .70;
    background: transparent;
}

.disabled .dropdown .text {
    background: transparent;
}


/*TODO: topbar*/

.top-bar-num-list {
    font-size: 18px;
    margin-left: 8px;
    padding: 2px 5px;
    background-color: white;
    border-radius: 10%;
    margin-bottom: 5px;
    color: black;
}

.search-width {
    width: 250px;
}


/* by napole76*/

p.uppercase {
    text-transform: uppercase;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -6px;
    right: 10px;
    z-index: 0;
    font-size: 54px;
    color: rgba(0, 0, 0, 0.15);
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: rgba(97, 199, 101, 0.45) !important;
}

.table>tbody>tr:hover {
    background-color: rgba(97, 199, 101, 0.25) !important;
}

#search-bar input {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #b8c7ce;
    border: transparent;
    border-left: 3px solid transparent;
}

#search-bar input:focus,
#search-bar input:focus:hover {
    background: #f9fafc !important;
    border-left: 3px solid #00a65a;
    color: #444;
}

#search-bar input:hover {
    background: #1e282c !important;
    border-left: 3px solid #00a65a;
    color: white;
}

.search-icon {
    color: #b8c7ce;
}

.mar-bott-5 {
    margin-bottom: 5px !important;
}

.mar-top-50 {
    margin-top: 50px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.heig-30 {
    height: 30px !important;
}

.btn-tran {
    text-align: center;
    display: block;
    padding: 5px;
    border: 1px solid #ececec;
    background-color: transparent;
    color: #3c8dbc;
}

.btn-tran:hover {
    background: #ececec;
}

.btn-tran:active,
.btn-tran:focus,
.btn-tran:hover {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.uploading i {
    display: block !important;
}

.uploading img {
    display: none !important;
}

.padd-right-5 {
    padding-right: 5px !important;
}

.span-input-group {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.yellow-color {
    background-color: #ffc40d !important;
}


/* Styles go here */

.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    width: 220px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select.small {
    width: 104px;
}

.custom-select.medium {
    width: 164px;
}

.custom-select.large {
    width: 300px;
}

.custom-select.xlarge {
    width: 380px;
}

.custom-select>select {
    display: none !important;
}

.custom-select>a.dropdown-toggle {
    border-radius: 0;
    line-height: 28px;
    box-shadow: none;
    background: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 5px;
    /*border: 1px solid #aaa;*/
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #222222;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}


/*select box*/

.custom-select>a.dropdown-toggle.disabled,
.custom-select>a.dropdown-toggle.disabled:hover {
    cursor: not-allowed;
    color: #aaa;
    background: #eee;
}

.custom-select>a.dropdown-toggle:hover,
.custom-select.open>a.dropdown-toggle {
    color: #333;
}

.custom-select.open>a.dropdown-toggle {
    border-bottom: 0;
    line-height: 29px;
}

.control-group.error .custom-select>a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}

.custom-select>a.dropdown-toggle>span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select>a.dropdown-toggle>b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.custom-select>a.dropdown-toggle>b:before {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
}

.custom-select.open>a.dropdown-toggle>b:before {
    content: "\f0d8";
}

.custom-select>.dropdown-menu {
    margin-top: 0;
    border-color: #aaa;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.custom-select>.dropdown-menu>.custom-select-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
}

.custom-select>.dropdown-menu>.custom-select-search>input {
    width: 100%;
    height: 30px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px 4px 5px;
    border-radius: 0;
}

.custom-select>.dropdown-menu>.custom-select-search:after {
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 10px;
}

.custom-select>.dropdown-menu>ul {
    border-color: #aaa;
    border-top: 0;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    padding-right: 14px;
}

.custom-select>.dropdown-menu>ul>li>a {
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 1px;
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    width: 100%;
}

.custom-select>.dropdown-menu>ul>li>a:hover,
.custom-select>.dropdown-menu>ul>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-repeat: repeat-x;
}

.custom-select>.dropdown-menu>ul>li>a:hover {
    background: #00a65a;
    /*color: #00a65a !important;*/
}

.custom-select>.dropdown-menu>ul>li>a:focus {
    background: #00a65a;
}

.custom-select>.dropdown-menu>ul>li.empty-result>em {
    text-align: center;
    padding: 4px 8px;
    display: block;
}

.custom-select>.dropdown-menu>.custom-select-action>button {
    border-radius: 0;
    background-image: none;
}

.blue-gradient {
    background: rgb(47, 128, 227);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(47, 128, 227)), color-stop(100%, rgb(109, 192, 254)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2f80e3', endColorstr='#6dc0fe', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.green-gradient {
    background: rgb(125, 188, 29);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(125, 188, 29)), color-stop(100%, rgb(211, 224, 54)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7dbc1d', endColorstr='#d3e036', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.orange-gradient {
    background: rgb(247, 124, 23);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(247, 124, 23)), color-stop(100%, rgb(255, 186, 46)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f77c17', endColorstr='#ffba2e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.yellow-gradient {
    background: rgb(255, 180, 29);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(255, 180, 29)), color-stop(100%, rgb(255, 229, 62)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb41d', endColorstr='#ffe53e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.violet-gradient {
    background: rgb(127, 60, 184);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(127, 60, 184)), color-stop(100%, rgb(174, 108, 254)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7f3cb8', endColorstr='#ae6cfe', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.red-gradient {
    background: rgb(200, 36, 27);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(200, 36, 27)), color-stop(100%, rgb(254, 112, 69)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c8241b', endColorstr='#fe7045', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.black-gradient {
    background: rgb(0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(76, 76, 76)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%);
    /* IE10+ */
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4c4c4c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.vertical-mid {
    vertical-align: middle!important;
}

.padd-right-sort {
    padding-right: 15px !important;
}

.tong-row-table {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mgr-gradient-card {
    margin: 0px !important;
}

.sum-list-color {
    background-color: rgba(97, 199, 101, 0.25) !important;
    color: deepskyblue;
}

.text-white {
    color: #ffffff;
}

.num-format-align {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


/*track pack croll*/

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(51, 204, 51, 0.8);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(51, 204, 51, 0.4);
}

.padd-5 {
    padding: 5px;
}

.content-background {
    background-color: #3a8104!important;
}

.p-img {
    height: 30px;
    width: 30px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid lawngreen;
    padding: 1px;
}


/*card*/

.inner {
    height: 100px;
}

.inner .text-zoom {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    width: 100%;
}

.inner:hover .text-zoom {
    font-size: 20px;
}

.mar-top-bot-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-md {
    height: 35px !important;
    padding: 5px !important;
    z-index: 2;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}


/*!* TODO: ui-grid*/

.myGrid {
    width: auto;
    height: calc(100vh - 100px) !important;
    margin-left: 4px;
    margin-right: 4px;
}

.ui-grid-header-cell {
    height: 60px!important;
    background: #2ab155 !important;
    padding: 8px !important;
    color: white!important;
    text-align: center !important;
}

span i.ui-grid-icon-up-dir:first-child {
    /*display:none !important;*/
}

span i.ui-grid-icon-down-dir:first-child {
    /*display:none !important;*/
}

span i.ui-grid-icon-blank:first-child {
    display: none !important;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    white-space: normal !important;
    -ms-text-overflow: clip !important;
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
    overflow: visible !important;
}

.ui-grid-cell-contents {
    padding-left: 8px !important;
    text-align: center !important;
}

.ui-grid-right-cell {
    text-align: right !important;
    padding: 8px !important;
}

.ui-grid-center-cell {
    text-align: center !important;
    padding: 8px !important;
}

.ui-grid-viewport {
    overflow-y: auto !important;
    overflow-x: auto !important;
    /*overflow-x: hidden !important;*/
}


/* Widget: TODO LIST CUSTOM CARD */

.metro-boxes img {
    max-width: none !important;
}

.metro-box-title {
    bottom: 0;
    margin-top: 20px;
    left: 0;
}

.metro-box-title h5 {
    font-size: 13px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-left: 5px solid rgb(255, 255, 255);
    padding: 0 10px;
    margin: 14px 0;
    line-height: 10px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    text-align: left;
}

.metro-box-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.metro-box-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: all 0.6s ease-in-out 0.2s;
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
}

.flip .card {
    height: 120px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    /*background-color: #fff;*/
}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.inner {
    margin: 5px !important;
}

.col-xs-6 {
    padding: 0px 5px !important;
}

.row {
    padding: 5px !important;
    margin: 0px !important;
    z-index: 2;
}

.padd-top30 {
    padding-top: 30px;
}

.card:hover .metro-box-photo img {
    transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    opacity: 1;
}