/*profile details*/
.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

.checkbox
{
	font-size: 1em;
}

.empdetail
{
	font-size:.75em;
}
/*profile details*/



/*tabs in onboard list*/
.nav-tabs
{ border-bottom: none; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 1px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll; }
/*tabs in onboard list*/


.hoverpanel:hover
{
    border: 1px solid #288ABE;
}

.detail-col
{
  text-align: center;
}


.affix {
      top: 0;
      width: 100%;
  }

.x_panelonboard
{
    width:100%;
    padding:10px 17px;
    display:inline-block;
    background:#fff;border:none;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    column-break-inside:avoid;
    opacity:1;
    transition:all .2s ease
}

.x_panelonboard
{
    position:sticky;
    z-index: 1;
}

.x_panelonboard{margin-bottom:10px}

.gradient
{
     border-radius: 2px;
     background-size: 100% 100%, 20px 20px, 315px 100%;
     background-image:
         linear-gradient(
                         rgba(0, 0, 0, 0.25) 50%,
                         rgba(0, 0, 0, 0.1) 100%),
         linear-gradient(
                         rgba(0, 0, 0, 0) 75%,
                         rgba(0, 0, 0, 0)),
         linear-gradient(to right, #FF4900, #00FF00);
     box-shadow: inset 0 1px 1px 0px rgba(255, 215, 215, 0.5),
                 inset 0 -1px 1px 0px rgba(255, 255, 255, 0.25),
                 1px 1px 3px 0 rgba(0,0,0,0.33);
}



/*download table*/
.dwtable {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  width: 90%;
  margin: 10px auto;
  border-radius: .25rem;
}

.dwthead tr:first-child {
  background: #6666ff;
  color: #fff;
  border: none;
}

.dwthead th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

.dwthead tr:last-child th {
  border-bottom: 3px solid #ddd;
}

.dwtbody tr:hover {
  background-color: rgba(178, 178, 255, .1);
  cursor: default;
}

.dwtbody tr:last-child td {
  border: none;
}

.dwtbody td {
  border-bottom: 1px solid #ddd;
}

.dwtbody td:last-child {
  text-align: right;
  padding-right: 10px;
}

 .tbbutton {
  color: #aaa;
  cursor: pointer;
  vertical-align: middle;
}
/*end download table*/

/*button P I R N T*/
.btn-container
{
    padding-left: 20px;
}

.btn-default
{
color: #222222;
border-color: #222222;
}

.btn-outline
{
background-color: inherit;
color: inherit;
border-width: 2px;
-webkit-transition: all 0.75s;
-moz-transition: all 0.75s;
transition: all 0.75s;

}


.btn-outline.btn-square
{
border-radius: 0;
}

.btn-outline.btn-primary
{
color: #428bca;
}

.btn-success.btn-outline
{
color: #5cb85c;
}

.btn-info.btn-outline
{
color: #5bc0de;
}

.btn-warning.btn-outline
{
color: #f0ad4e;
}

.btn-danger.btn-outline
{
color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover
{
color: #fff;
}

.btn-primary.btn-outline.active,
.btn-success.btn-outline.active,
.btn-info.btn-outline.active,
.btn-warning.btn-outline.active,
.btn-danger.btn-outline.active
{
color: #fff;
}



.btn-default.btn-outline:hover
{
color: #666666;
}

.btn-circle
{
width: 35px;
height: 35px;
text-align: center;
padding: 8px 10px;
font-size: 12px;
line-height: 1.33;
border-radius: 30px;
}

.btn-circle:disabled, .btn-circle.disabled {
    opacity: 0.3;
    pointer-events: none;
}
hr { margin: 0.1em auto; }

/*end button P I R N T*/

/*search bar*/



.search {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }

        .search:hover input, .search input:focus {
            width: 200px;
            margin-left: 0px;
        }

.btnsearch {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
}

/*end search bar*/
