
.custom-scroll::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.custom-scroll::-webkit-scrollbar-button {
    display: none
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #000
}

.custom-scroll::-webkit-scrollbar-track-piece {
    background: #FFF;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #8E8E8E;
    border-radius: 5px
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #3B3B3B
}

.custom-scroll::-webkit-scrollbar-corner {
    background-color: #535353
}

.custom-scroll::-webkit-scrollbar-resizer {
    background-color: #FF6E00
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #8E8E8E;
    border-radius: 5px
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #3B3B3B
}

.custom-scroll::-webkit-scrollbar-corner {
    background-color: #535353
}

.custom-scroll::-webkit-scrollbar-resizer {
    background-color: #FF6E00
}

body,table {
    font-family: 'Arial','Microsoft YaHei',sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
}
@media  (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.yunpayroll-navbar {
    background-color: #fff;
    border: 0!important;
    margin-bottom: 0;
    padding: 0 10px;
    border-radius: 0;
    height: 50px;
}
.yunpayroll-navbar-deep {
    background: #1e88e5 ;/**#1e88e5  464068!important*/
    z-index: 2;
}
.yunpayroll-navbar-deep .logo {
    background: url('http://www.yunpayroll.com/static/img/yunpayroll-logo-small.png') no-repeat center center!important;
    width: 100px;
    height: 50px;
    display: block;
    margin-left: 50px;
}
.yunpayroll-navbar .navbar-nav {
    font-size: 15.14px;
    line-height: 50px;
    height: 50px;
}
.yunpayroll-navbar .dropdown>a {
    float: left;
    height: 50px;
}

.yunpayroll-navbar-deep .pull-right .fa,.yunpayroll-navbar-deep .pull-right .dropdown-toggle>:first-child {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    margin-top: -5px;
    border-radius: 50%;
}
.yunpayroll-navbar-deep .avatar {
    width: 30px;
}

.navbar .sidebar-collapse {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 189px;
    top: 0;
    color: #fff;
    z-index: 2;
    width: 35px;
    height: 50px;
    
}
.navbar .sidebar-collapse:hover {

    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    cursor: pointer;
}
.navbar .sidebar-collapse.active .collapse-icon {
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 0px 12px;
}
.navbar .sidebar-collapse .collapse-icon {
    display: inline-block;

    font-size: 18px;
    color: #fff;
    line-height: 50px;
    position: relative;
    -webkit-transition: background-color .218s ease;
    -moz-transition: background-color .218s ease;
    -o-transition: background-color .218s ease;
    transition: background-color .218s ease;
    -webkit-transition: -webkit-box-shadow .218s ease;
    -moz-transition: -moz-box-shadow .218s ease;
    -o-transition: box-shadow .218s ease;
    transition: box-shadow .218s ease;
    -webkit-transition: color .318s ease;
    -moz-transition: color .318s ease;
    -o-transition: color .318s ease;
    transition: color .318s ease;
}

.yunpayroll-navbar-deep .icon, .yunpayroll-navbar-deep .pull-right .dropdown-toggle>:first-child {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    margin-top: -5px;
    border-radius: 50%;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    opacity:0.5;
}
.navbar-title-container {
    margin-top: -65px;
    margin-left: 219px;
}
#new-notice-count {
    position: absolute;
    right: 1px;
    top: 8px;
    padding-right: 4px;
    padding-left: 4px;
    height: 16px;
    background-color: red;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: none;
    z-index: 1;
}
.navbar-nav .linkLi .linkA:hover {
    color: #fff;
    background-color: rgba(255,255,255,.1);
    opacity:.8;
}
.navbar .navbar-nav>.active>a {
    color: fff;
    background-color: rgba(255,255,255,.1);
    opacity:1;
}

.yunpayroll-sub-navbar {
    min-height: 35px;
    height: 35px;
    background: #e8ecef;
    font-size: 15px;
    padding: 0 10px;
    border: 0!important;
    margin-bottom: 0;
    border-radius: 0px;
}
.spaceNav {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
    word-wrap: break-word;
    width: 166px;
    color: #627186;
}

.main-container {
    position: static;
    padding: 0;
}
.main-container>.page-container {
    position: relative;
}

.page-sidebar {
    position: absolute;
    top: 0;
    margin-bottom: 50px;
    width: 224px;
    display: block;
}
.page-sidebar .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}
.page-sidebar .sidebar-menu li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
}


.page-content {
    display: block;
    margin-left: 224px;
    margin-right: 0;
    margin-top: 0;
    /**min-height: 100%;*/
    padding: 0;
}

.page-header {
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d鈥�iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}
.page-header .header-title {
    display: inline-block;
    position: relative;
    height: 40px;
}
.page-header .header-title h1 {
    padding: 0;
    margin: 0 4px;
    font-size: 17px;
    font-weight: lighter;
    color: #737373;
    line-height: 37px;
    display: inline-block;
}
.page-header .header-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.page-header .header-buttons a {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    z-index: 1029;
    height: 40px;
    width: 36px;
    margin-right: 5px;
    padding: 8px 10px;
    color: #dfdfdf;
    -webkit-transition: all .218s ease;
    -moz-transition: all .218s ease;
    -o-transition: all .218s ease;
    transition: all .218s ease;
    float: right;
}
.page-header .header-buttons a i {
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
}
.page-header .header-buttons a.refresh:before {
    background-color: #ffce55;
}
.page-header .header-buttons a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    height: 4px;
    max-height: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}
.page-body {
    background: #fff;
    padding: 18px 20px 24px;
}
.page-sidebar .sidebar-fold {
    height: 30px;
    width: 180px;
    position:relative;
    color: #aeb9c2;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.payroll-li {
    margin: 8px;
}


.databox {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: top;
    min-width: 130px;
    cursor: pointer;
}
.databox-border {
    border: 1px solid #f3f3f3;
}
.databox .databox-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    width: 65px;
    height: 65px;
    padding: 5px;
    color: #fff;
}
/**
.databox.databox-graded {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d鈥�iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#ddd,#fff);
    background-image: -moz-linear-gradient(left,#ddd,#fff);
    background-image: -o-linear-gradient(left,#ddd,#fff);
    background-image: linear-gradient(to right,#ddd,#fff);
}*/
.bg-azure  {
    #background-color: #2dc3e8!important;
    background-color: #CACFD2!important;
}
.active .bg-azure  {
    
    background-color: #5db2ff!important;
}
.active .databox-border {
    border: 1px solid #ccc;
}
.databox:hover >.databox-left{
	background-color: #2dc3e8!important;
}
.payroll-li .active .databox:hover >.databox-left{
	background-color: #5db2ff!important;
}
.payroll-li .active:hover >.databox{
	border: 1px solid #ccc;
}
.payroll-li li:hover >.databox{
	border: 1px solid #ccc;
}
.databox .databox-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -lh-property: 0;
    width: 141px;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    height: 65px;
    color: #555;
    padding: 5px 10px;
}
.databox .databox-stat {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 5px;
}
.databox .databox-number {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 2px;
    position: relative;
    font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
    font-weight: 700;
}
.databox .databox-text {
    display: block;
    font-size: 11px;
    margin: 4px 0 2px;
    /* position: relative; */
}

.databox .databox-stat .stat-icon {
    display: inline-block;
    font-size: 13px;
}
.databox .font-year{
    font-size:20px;
}
.databox .font-month{
    font-size:20px;
}


table thead {
    border-top: 1px solid #f0f1f5;
    border-bottom: 1px solid #f0f1f5;
}

#list-table-div tr, #hierarchyContent tr {
    height: 40px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #fff;
}

#issue-list-table .tdValueDiv {
    margin-top: 3px;
    display: inline-block;
    padding: 8px 0;
    vertical-align: top;
    font-size: 13px;
}
.list-table .issue-type-color-td {
    width: 5px;
    min-width: 5px;
    cursor: move;
    padding: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0;
    border-bottom: 0;
}
table thead {
    border-top: 1px solid #f0f1f5;
    border-bottom: 1px solid #f0f1f5;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: transparent;
}

#list-table-div tr {
    height: 40px;
    border-left: 1px solid rgba(197, 113, 113, 0);
    border-right: 1px solid rgba(86, 13, 13, 0);
    background-color: #fff;
}




.custombox-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;

}


.custombox-modal-wrapper.custombox-modal-wrapper-fadein.custombox-modal-open {
    overflow: hidden;
}
.custombox-modal-wrapper {
    bottom: 0;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.custombox-modal-container {
    margin: 0 auto;
    position: relative;
}
.custombox-modal-close{
    display: none;
}
.custombox-modal-open .custombox-modal-fadein {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.custombox-modal-fadein {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
    visibility: hidden;
}


.taskCreateDiv {
    padding-bottom: 40px;
}
.taskCreateDiv {
    padding-bottom: 0;
    background-color: #FFF;
    width: 900px;
    text-align: inherit;
}


#createContent #taskCreateDiv .container-fluid.custom-scroll {
    margin-right: 2px;
    padding-top: 5px;
    min-height: 277px;
    overflow-y: auto;
    overflow-x: hidden;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

#createContent .issueForm .form-operation {
    padding: 13px 2px;
}
.issueForm .form-operation {
    text-align: center;
    margin-top: 10px;
    /* height: 60px; */
    padding: 10px 2px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
#createContent .issueForm .form-operation .form-button-submit, #createContent .issueForm .form-operation .form-button-cancel {
    border-radius: 3px;
}
.issueForm .form-operation .form-button-submit {
    width: 122px;
    height: 34px;
    margin-right: 17px;
}
.taskCreateDiv .navbar {
    padding: 15px 20px 15px 20px;
}

.taskCreateDiv .navbar .navClose {
    float:right;
    cursor: pointer;
}
#createContent .issueForm .form-operation .form-button-submit, #createContent .issueForm .form-operation .form-button-cancel {
    border-radius: 3px;
}
.issueForm .form-operation .form-button-cancel {
    width: 122px;
    height: 34px;
    background: transparent;
}

.control-group {
    margin-bottom: 9px;
}

.Left {
    float: left!important;

}
.groupTable {
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.groupTable td{
    padding: 8px;
}
.mTop10 {
    margin-top: 10px!important;
}

.mLeft10 {
    margin-left: 10px!important;
}
.mRight10 {
    margin-right: 10px!important;
}

#payroll-content:hover{
    overflow-x: scroll!important;
}


.payroll-detail{
    transition:all .3s ease-in-out;
    background-color: #fff;
    z-index:100;
    position: fixed;
    top:0;
    width: 620px;
    right: -620px;
    box-shadow:0 7px 21px rgba(0,0,0,.3);
    bottom:0px;
}
.payroll-detail-show{
 /**    webkit-transform:translate(-620px,0);
    -webkit-transform:translate(-620px,0);
    -moz-transform:translate(-620px,0);
    -o-transform:translate(-620px,0);
    */
    right: 0px;
}

label.search {
    font-weight: normal;
    float: left;
    position: relative;
}
label.search:before {
    font-family: "FontAwesome";
    content: "\f002";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 30px;
    max-width: 30px;
    overflow: hidden;
    color: #5db2ff;
    text-align: center;
    padding-top: 6px;
}
.search input {
    width: 16em;
    padding-left: 28px;
}
.form-horizontal label .required:before{
    content: '*';
    color: red;
}
.col-6{
    width: 50%;
    float: left;
}
.navbar-header .companyName {
    display: inline-block;
    margin-left: 20px;
    line-height: 50px;
    vertical-align: middle;
    opacity: .9;
    font-size: 14px;
}
.companyName {
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    text-overflow: ellipsis;
    vertical-align: top;
    max-width: 168px;
    height: 50px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
.companyName:hover {
    color: #fff;
    text-decoration: none;
}
.companyName:active {
    color: #fff;
}
.companyName:visited {
    color: #fff;
}
h1.row-title, h2.row-title, h3.row-title, h4.row-title, h5.row-title, h6.row-title {
    line-height: 17px;
    margin: 10px 0;
    padding: 9px 10px 9px 8px;
    display: inline-block;
    color: #646464;
    font-weight: 400;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;

}
h1.row-title:before, h2.row-title:before, h3.row-title:before, h4.row-title:before, h5.row-title:before, h6.row-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}
.payroll-detail .topBar {
    width: 100%;
    height: 48px;
    border-bottom: 1px #ccc solid;
    padding: 0 25px;
    position: relative;
}
.payroll-detail .topBar li {
    padding: 8px 5px;
    float: left;
 }
.payroll-detail .form-control {
    border-color: #ccc;
    outline: 0;
}
.payroll-detail .form-control:focus {
    border-color: #ccc;
    outline: 0;
}
.payroll-detail .form-control:hover {
    border-color: #ccc;
    outline: 0;
}
.panel-collapse {
    padding-top: 15px;
}
.panel {
    margin-bottom: 10px;
}
.panel-title {
    font-size: 14px;
}
.menu-expand {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    right: 22px;
    float: right;
    text-align: center;
    padding: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #666;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}
.collapsed .panel-collapse{
    display: none;
}

.panel-default  .fa-angle-down:before {
    content: "\f107";
}

.collapsed .menu-expand {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.editor .error{
		background-color: white;
    background-image: url('../../invalid_line.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

.page-spinner-bar .bounce1 {
	
	 -webkit-animation-delay: .16s;
	animation-delay: .16s;
}

.page-spinner-bar .bounce2 {
	-webkit-animation-delay: .32s;
	 animation-delay: .32s; 
}
.page-spinner-bar .bounce3 {
	-webkit-animation-delay: .48s;
	 animation-delay: .48s; 
}
.page-spinner-bar .bounce4 {
	-webkit-animation-delay: .64s;
	 animation-delay: .64s; 
}
.page-spinner-bar .bounce5 {
	-webkit-animation-delay: .80s;
	 animation-delay: .80s; 
}
.page-spinner-bar {
	position: absolute;
    z-index: 1005;
    width: 150pt;
    left: 45%;
    top: 40%;

    text-align: center;
}

.page-spinner-bar>div {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	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;
}

.block-spinner-bar>div,.page-spinner-bar>div {
	background: #3276b1;
	border-radius: 100% !important;
}


@-webkit-keyframes bounceDelay{
	0%,100%,80%{-webkit-transform:scale(0)}
	40%{-webkit-transform:scale(1)}
}
@keyframes bounceDelay{
	0%,100%,80%{
		transform:scale(0);-webkit-transform:scale(0)
	}
	40%{
		transform:scale(1);-webkit-transform:scale(1)
	}
}

select {
    width: 220px;
    border: 1px solid #bbb;
    height: 28px;
    line-height: 28px;
}

.navbar-payroll{
	    margin-bottom: 0px;
}

.input-append small {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    padding: 7px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
    margin-left: -1px;
    margin-top: -3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.yunpayroll-form-control {
	display:inline-block;
	width:75px;
	position: relative;
}
.form-group.error .checkbox, .form-group.error .radio, .form-group.error input, .form-group.error select, .form-group.error textarea {
    color: #bd4247;
    border-color: #bd4247;
}
small.error{
	color: #bd4247;
    border-color: #bd4247;
}
.form-group.error .checkbox:focus,
.form-group.error .radio:focus,
.form-group.error input:focus,
.form-group.error select:focus,
.form-group.error textarea:focus {
  border-color: #983538;
  -webkit-box-shadow: 0 0 6px #d88e90;
  -moz-box-shadow: 0 0 6px #d88e90;
  box-shadow: 0 0 6px #d88e90;
}
.input-append.error .checkbox, .input-append.error .radio, 
.input-append.error input, .input-append.error select, 
.input-append.error textarea,
.form-group.error .help-inline{
    color: #bd4247;
    border-color: #bd4247;
}
.input-append.error .checkbox:focus,
.input-append.error .radio:focus,
.input-append.error input:focus,
.input-append.error select:focus,
.input-append.error textarea:focus {
  border-color: #983538;
  -webkit-box-shadow: 0 0 6px #d88e90;
  -moz-box-shadow: 0 0 6px #d88e90;
  box-shadow: 0 0 6px #d88e90;
}


.fa-right{
    left: auto;
    right: 0;
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    width: 34px;
    height: 100%;
    line-height: 28px;
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    padding-right: 20px;
}
td.select{
	border-left: 2px solid #a0d468!important;
}

.noty-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.noty-modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.noty-modal.fade.in {
  top: 50%;
}
.noty-modal-header {
  padding: 4px 15px;
  border-bottom: 1px solid #eee;
}
.noty-modal-header .close {
  margin-top: 8px;
}
.noty-modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.noty-modal-form {
  margin-bottom: 0;
}
.noty-modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.noty-modal-footer:before,
.noty-modal-footer:after {
  display: table;
  content: "";
}
.noty-modal-footer:after {
  clear: both;
}
.noty-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.noty-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

#leftTable tbody td.header{
	cursor: pointer;
	color: #337ab7;
}
#leftTable .groupTable td {
    padding: 8px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;

}
