﻿/* Type */

h3 {
    color: #337ab7;
    font-weight: bolder;
}


body {
    font-size: 1.15em;

    /*-moz-transform: scale(0.8, 0.8);*/
    /*zoom: 0.8;
    zoom: 80%;*/

}

/*body, html, form {
    margin: 0;
    padding: 3px 0px 2px 0px !important;
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
}*/

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*h5 {
    /color: rgb(74, 201, 242);
}*/

.clickable
{
    cursor: pointer;
}

.container {
    width: 100%;
}

.btn-grid {
    margin-right: 2px;
}

/* Charts */

.paybillChart {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.fusioncharts-container {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* End charts */

/* Main Menu */

.dropdown-menu {
    font-size: 1.1em;
}

.alert-menu-errors {
    color: red;
    border-bottom: 2px solid red;
}

#AlertMenu > li > a > div.tooltip {
    position: absolute;
    top: 5px !important;
    left: -87px !important;
    z-index: 999 !important;
    /* width: 350px !important; */
}

#AlertMenu > li > a > div.tooltip > .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    /*left: 93% !important;*/
    border-color: transparent;
    border-style: solid;
    border-left-color: #FF0000;
}

#AlertMenu > li > a > div.tooltip > .tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #FF0000;
    border-radius: 4px;
     /*width: 400px !important;*/
   
}

.dropdown-backdrop {
    position: static;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#000000;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* End Main Menu */

/* Bootstrap Extension */

@media screen and (max-width: 768px) {
    .btn-responsive {
    /*padding:2px 4px;
    font-size:80%;
    line-height: 1;*/
    display: block;
    width: 100%;
    margin: 1px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    }
}

@media screen and (min-width: 769px) {
    .btn-responsive {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

    }
}

@media screen and (max-width: 768px) {
    .btn-responsive-half {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .btn-responsive-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .dataTables_length {
        display: none !important;
    }

    .dataTables_filter {
        display: none !important;
    }
}


.col-no-padding {
    padding: 0px !important;
}

.alert-default {     
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 0px !important;
    padding: 5px 5px 5px 28px;
    margin-bottom: 5px;
}

/*.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4ac9f2;
}*/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4787be;
}

/*.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #4787be;
}*/

.col-padding-1 {
    padding: 1px !important;
}

.col-padding-2 {
    padding: 4px 8px 4px 8px !important;
}

.input-xs {
    height: 23px;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1.0;
    border-radius: 2px;
}

select.input-xs {
    height: 23px;
    line-height: 23px;
}

.form-control-no-padding,  .input-sm-no-padding {
    padding: 0px !important;
}

.input-group > .form-control-no-padding {
    border-radius: 0px;
}

.row-margin-5 {
    margin: 5px !important;
}

.input-group-addon-fixed-width-25 {
    width: 30% !important;
}

.container {
/*    padding-right: 3px !important;
    padding-left: 3px !important;*/
}

/* End Bootstrap Extensions */

/*RadGrid*/
/*body, html, form {
	margin: 0;
	padding: 3px;
}*/

html {
  overflow-y: scroll;
  min-height: 100%;
}

/*form {
      height: 800px;
}*/

/*.table>tbody>tr>td { vertical-align: middle; }*/

.filter-container {
	margin: 0 auto 20px;
	min-width: 300px;
	width: 30%;
}



/* Dashboard */

.footer-fixed-bottom > .nav-pills > .fixed-width-pill > a {
    padding: 2px;
}

.footer-fixed-bottom > .nav-pills > .fixed-width-pill > a > .badge{
    margin-bottom: 0px;
    margin-top: 2px;
}

.footer-fixed-bottom > .nav-pills > .fixed-width-pill > a > .fa-layers{
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: top; 
}

.panel-footer {
    background-color: #ffffff;
}

.panel-dashboard {
    margin-bottom: 5px;
    border-radius: 0px !important;
}

.panel-dashboard > .panel-heading {
    padding: 0px 15px !important;
}

.panel-dashboard > .panel-heading > span > h5 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.dashboard-filter-bar-default > span > label {
    margin-right: 15px;
    margin-left: 8px;
    margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: middle;
}


.panel-dashboard > .panel-heading > span > h5 > svg {
    margin-right: 8px;
}

.panel-dashboard > .panel-body {
    padding:  5px 10px 0px 10px !important;
}

.list-group-system-notifications > .list-group-item {
    padding: 5px 13px;
}

.list-group-system-notifications > .list-group-item > svg {
    margin-right: 5px;
}

.list-group-system-alerts > .list-group-item {
    padding: 5px 13px;
    color: red;
}

.list-group-system-alerts > .list-group-item > svg {
    margin-right: 5px;
}



.dashboard-filter-bar {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dashboard-filter-bar-default {
    color: #000;
    /*background-color: #f5f5f5;
    border-color: #ddd;*/
    border-radius: 0px !important;
    padding: 5px 0px 5px 13px;
    margin-bottom: 0px;
}

#loading-panel {
    background: #ffffff;
    height: 200px;
    width: 95%;
    opacity: 0.8;
    top: 100px;
    left: 17px;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
}

.dashboard-explore {
    right: 29px;
    position: absolute;
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 2px;
}

.dashboard-explore > svg {
    margin-top: 0px;
    margin-right: 2px;
}

/* End Dashboard */

/* Panel enhancements */

.panel-heading-sm {
    padding: 6px 12px !important;
}

.panel-title-sm {
        line-height: 0.75 !important;
}

table pre {
    padding: 5.5px;
    margin: 0 0 0px;
}

/* End Panel Customisation*/

/*Alert Summary */

#AlertSummary>ul>li {
    margin: 0 0 0 0 !important;
    border: solid 1px #FFF;
    padding: 0 !important;
}
#AlertSummary>ul.nav-pills>li.active>a, #AlertSummary>ul.nav-pills>li.active>a:focus, #AlertSummary>ul.nav-pills>li.active>a:hover {
    width: 100% !important;
}

/* End Alert Summary */

/* Page Footer */

p.footer_info {
    margin: 0px 20px;
}

.footer-fixed-bottom-wrap {
    width: 100%;
    height: 45px;
    position: fixed;
    left: 0;
    z-index: 1000 !important;
    bottom: 0;
    background: #efefef;
}

/* End Page Footer */

/* Dashboard Badges */

.pb-timesheetsubmission {
    border-color: #428ACA;
}

.pb-timesheetsubmission a {
    color: #428ACA;
}

.pb-timesheetsubmission:hover {
    border-color: #214565;
}

.pb-timesheetsubmission a:hover {
    color: #214565;
}

.pb-timesheetapproval {
    border-color: #428ACA;
}

.pb-timesheetapproval a {
    color: #428ACA;
}

.pb-payrollsubmission {
    border-color: #428ACA;
}

.pb-payrollsubmission a {
    color: #428ACA;
}

.pb-invoiceCreation {
    border-color: #428ACA;
}

.pb-invoiceCreation a {
    color: #428ACA;
}

.pb-invoiceExport {
    border-color: #428ACA;
}

.pb-invoiceExport a {
    color: #428ACA;
}

.pb-fileImport {
    border-color: #428ACA;
}

.pb-fileImport a {
    color: #428ACA;
}

.pb-dashboard-panel {
    border-color: #428ACA;
}

.pb-dashboard-panel a {
    color: #428ACA;
}

.pb-badge {
    margin: 2px -2px 4px -2px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px !important; 
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
    max-height: 58px;
    border-color: #000 !important;
}


.pb-badge-container {
    min-width: 120px;
}


.pb-badge-content {
    padding: 4px 15px 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #000 !important;
}

.pb-badge-content-count {
    font-size: 40px;    
    line-height: 1
}

.pb-badge-content-text {
    display: inline-block;
    word-wrap: normal;
    width: 100px;
    margin: 1px 0px 0px 18px;
    max-width: 50%;
}

.pb-fa-panel-head-icon {
    margin-right: 10px;
        color: #346EA1;
}

.flot-text {
    color: #346EA1 !important;
}



.pb-badge-text-lg {
    font-size: 50px;
    top: -10px;
    position: absolute;
    left: 47px;
}
/* End Dashboard badges */

/* navigation bar */

.navbar-default {
  background-color: #000;
  border-color: #000;
    background-image: none;
    margin: 0px 3px;
    min-height:35px;
    max-height: 35px;

    border-bottom-width: 0px;
    /*top: 1px;*/
    left: -6px;
    width: 100%;

}

.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-defaulloggt .navbar-brand:focus {
  color: #c1e2ff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #c1e2ff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #4d9ce1;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #4d9ce1;
}
.navbar-default .navbar-toggle {
  border-color: #4d9ce1;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #4d9ce1;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #c1e2ff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c1e2ff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c1e2ff;
    background-color: #4d9ce1;
  }
}

.navbar-fixed-bottom {
    background-color: #f5f5f5;
}

.navbar-brand {
    padding: 9px 10px 0px 6px !important;
}

.navbar-brand > img {
    /*width: 175px;*/
    /*height: 40px;*/
    margin-top: 3px;
}

@media screen and (max-width: 820px) {
    .logged_user {
        color: #000 !important;
        font-size: 10px;
    }
}

@media screen and (min-width: 821px) {
    .logged_user {
        margin: -1px 25px 0px 0px;
        color: #000 !important;
        font-size: 10px;
    }
}


#MainMenu.navbar-nav>li>a, #AlertMenu.navbar-nav>li>a , #HelpMenu.navbar-nav>li>a  {
    padding-top: 7px !important;
    padding-bottom: 0px !important;
    height: 34px;
}

#MainMenu.navbar, #AlertMenu.navbar, #HelpMenu.navbar  {min-height:35px !important;}


.navbar-toggle {
    padding: 5px 10px !important;
    margin-top: 4px!important;
}

    #UserMenu.nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
        color: #000 !important;
        top: -14px;
        float: right;
    }

@media screen and (max-width: 768px) {
    #UserMenu.nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
        color: #FFF !important;
        top: -14px;
        float: right;
    }
}



@media screen and (max-width: 768px) {
    #UserMenu.navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 25px;
        /* float: right; */
        position: absolute;
        width: 200px;
        left: unset !important;
        right: 0px;
        z-index:1000; 
        background-color: white; 
        border: 1px solid black;
    }
}

@media screen and (min-width: 769px) {
    #UserMenu.navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 21px;
    }
}

@media screen and (max-width: 768px) {
    .user-menu-drop-down {

    }
}

@media screen and (min-width: 769px) {
    .user-menu-drop-down {

    }
}


/*#UserMenu.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 21px;
}*/

#UserMenu.navbar-nav {
    max-height:35px;
    min-height:35px;

}

.navbar-nav {
    margin: 0px 0px !important;
}

/* end Navigation bar*/

/* Large Drop down menu */

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
    /*position: relative;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0px 0px;
    width: 100%;
    left: -17px;*/
    position: relative;
    /* margin-left: 16px; */
    /* margin-right: 81px; */
    padding: 0px 0px;
    width: 100%;
    /*left: -98px;*/
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/* end large drop down menu */

/* Login */

div.footer_info {
    padding-top: 10px;
}
.footer_info > a {
    margin-left: 0px;
}



.login-container 
{ 
    /*width: 400px;
    margin: auto;
	
    vertical-align: middle;*/
    
   /*width: 100%;*/
    margin: auto;
    text-align: center;
margin-top: 200px;
}

.login-page-container 
{ 
    display: flex;
    height: 100%;
    min-height: 100%;
    /*
    width: 100%;
    height: 100%;
    text-align: center;*/
}

.login-logo-container 
{ 
/*    width: 400px;
    margin: auto;
    padding: inherit; */
}

/*.login-form-container label
{ 
    text-align: left;
}*/



.login-container .panel .panel-footer
{
    border-color: #4ac9f2;
}

.login-container .panel .forgotten-password
{
    text-align: right;
}

/* End Login */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #337ab7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



/*Sprites and icons*/
.sprite1 .RadGrid .rgAdd,
.sprite1 .RadGrid .rgRefresh,
.sprite1 .RadGrid .rgEdit,
.sprite1 .RadGrid .rgDel,
.sprite1 .RadGrid .rgFilter,
.sprite1 .RadGrid .rgSortDesc,
.sprite1 .RadGrid .rgSortAsc {
	background-image: url(~/Images/Grid/radActionsSprite1.png);
}

.sprite2 .RadGrid .rgAdd,
.sprite2 .RadGrid .rgRefresh,
.sprite2 .RadGrid .rgEdit,
.sprite2 .RadGrid .rgDel,
.sprite2 .RadGrid .rgFilter,
.sprite2 .RadGrid .rgSortDesc,
.sprite2 .RadGrid .rgSortAsc {
	background-image: url(~/Images/Grid/radActionsSprite2.png);
}

.sprite3 .RadGrid .rgAdd,
.sprite3 .RadGrid .rgRefresh,
.sprite3 .RadGrid .rgEdit,
.sprite3 .RadGrid .rgDel,
.sprite3 .RadGrid .rgFilter {
	background-image: url(~/Images/Grid/radActionsSprite3.png);
}

.RadGrid .rgEdit {
	margin-right: 3px;
	background-position: -117px -3117px;
}

.RadGrid .rgDel {
	margin-right: 3px;
	background-position: -67px -3367px;
}

div.RadGrid .rgRefresh {
	margin-right: 3px;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-position: -115px -1315px;
}

div.RadGrid .rgAdd {
	margin-right: 3px;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-position: -115px -3015px;
}

div.RadGrid .rgFilter {
	background-position: -112px -4508px;
}

div.RadGrid .rgSortDesc {
	background-position: -117px -19px;
}

div.RadGrid .rgSortAsc {
	background-position: -117px -70px;
}

/*Custom Styles for integration the RadGrid with Bootstrap*/
.rgHeaderDiv .table {
	margin-bottom: 0;
}

div.RadGrid .rgCommandCell {
	padding: 0;
}

.rgDataDiv .rgMasterTable {
	margin-top: -1px;
}

div.RadGrid .rgPager .rgPagerButton {
	vertical-align: middle;
}

div.RadGrid .pagination {
	margin: 1em;
}

div.RadGrid .rgInfoPart {
	padding: 1em;
}

div.RadGrid .rgInfoPart > * {
	float: left;
	margin-left: 1em;
	line-height: 31px;
}

div.RadGrid .table {
	margin-bottom: 0;
}

.RadGrid .rgCommandTable td {
	border-top: 0;
}

.RadGrid .rgFilterMenu {
	position: absolute;
}

.RadGrid .rgFilterBox {
    height: 22px !important;
}

.rgRow td, .rgAltRow td, .rgFilterRow td{
    vertical-align: middle !important;
}

.rgPager td:first-child, .rgFooter td:first-child {
        border-radius: 0 0 0 6px;
}

.rgPager td:last-child, .rgFooter td:last-child {
        border-radius: 0 0 6px 0;
}

.rgPager, .rgFooter {
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}

/* PayBill custom*/

.rgHeader, .rgHeader a 
{
    color: #337ab7 !important;
    font-weight: bold !important;
}

input.riTextBox, input.rgFilterBox
{
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.rgFilterBox {
    display: inline-block;
    width: 80%;
}

input.rgFilterBox input[type=button] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

table {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left:0px;
}


.rgFilterRow td {
    border: 0 !important;
}

.rgFilterRow td:first-child, tr td:not(.rgCommandCell):first-child {
    border-left: 1px #ddd solid !important;
}

.rgFilterRow td:last-child, tr td:not(.rgCommandCell):last-child {
    border-right: 1px #ddd solid !important;
}

.rgFilterRow {
    background-color: #eee;
}

.table>thead>tr>th {
    /*border-top: 1px solid #ddd !important;*/
    border-bottom: 1px solid #ddd !important;
}

table th:first-child {
    border-radius: 6px 0 0 0;
    border-left: 1px solid #ddd !important;
}
table th:last-child {
    border-radius: 0 6px 0 0;
    /*border-right: 1px solid #ddd !important;*/
}
table th:only-child{
    border-radius: 6px 0 0 0;
}
table tr:last-child td:not(.rgFilterRow td):first-child {
    border-radius: 0 0 0 6px;
}
table tr:last-child td:not(.rgFilterRow td):last-child {
    border-radius: 0 0 6px 0;
}

/* End RadGrid */



.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem;
}
.card {
    font-size: .875rem;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header {
    z-index: 3!important;
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}
.card .card-header {
    border-bottom: none;
    background: transparent;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
}
.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg,#ef5350,#e53935);
}

.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#50ed65,#46d659);
}

.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.card .card-header.card-header-icon i, .card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}
.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px;
}
.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0;
}
.card .card-header .card-category {
    margin: 0;
}
.card[class*=bg-] .author a, .card[class*=bg-] .card-category, .card[class*=bg-] .card-description, .card[class*=bg-] .stats, .card [class*=card-header-] .author a, .card [class*=card-header-] .card-category, .card [class*=card-header-] .card-description, .card [class*=card-header-] .stats {
    color: hsla(0,0%,100%,.8);
}
.card .card-category:not([class*=text-]) {
    color: #999;
}
.card .card-category {
    margin-top: 10px;
}

.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858;
}
.card .card-header .card-title {
    margin-bottom: 3px;
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}
.card .card-title:last-child {
    margin-bottom: 0;
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 15px;
}
.card .card-title {
    margin-top: .625rem;
}
.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #3c4858;
    text-decoration: none;
}
.card-title {
    margin-bottom: .75rem;
}

.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 14px;
}
.card .card-body+.card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    height: 50px;
}

.card-footer > p {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
}

.card .card-body, .card .card-footer {
    padding: .9375rem 1.875rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.card .card-body+.card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.card .card-footer .stats {
    color: #999;
}
.card .card-footer .author, .card .card-footer .stats {
    display: inline-flex;
}

.card .card-body+.card-footer .stats .material-icons, .card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}
.card .card-footer .stats .fa {
    position: relative;
    top: -10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 18px;
}

/* datatables */

/*table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}*/



/* responsive */

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 7px;
    left: 6px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid #4787be;
    border-radius: 1px;
    box-shadow: 0 0 0px !important;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 14px;
    background-color: #4787be;
    font-family: "Courier New', Courier, monospace"; 
    font-weight: 900;
    content: "+";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
    border: 2px solid #d33333;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 50% !important;
    font-weight: bold;
}

table.dataTable > tbody > tr.child span.dtr-data {
    float: right !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}


@media (min-width: 768px) {
    .dashboard-employeeQuickSearch-inputs {
        width: 100% !important;
    }
}
