	body.loginportal {background-color: #262729}
    
   /*grid specific*/ 
    .table td, .table th {
        padding: .3rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #2e7fa0;
        border-color: #2e7fa0;
    }
    .page-link {
        color: #002b5c;
    }
    .alignCenter{
      text-align: center;
    }
    .alignRight{
      text-align: right;
    }
    .alignLeft{
      text-align: left;
    }
    .toolbar {
        float: left;
    }
    .trackingLinks{
        color: #2e7fa0;
        text-decoration: underline;
    }
    .trackingLinks:focus{
        color: #2e7fa0;
        text-decoration: underline;
    }

    .trackingLinks:hover{
        font-weight: bold;
        color: #2e7fa0;
        text-decoration: underline;
    }

    td.details-control {
        background: url('../images/details_open.png') no-repeat center center;
        cursor: pointer;
    }

    tr.shown td.details-control {
        background: url('../images/details_close.png') no-repeat center center;
    }

    .detailTable tr td{
        background-color: #FAFAFA !important;
        border: none;
        line-height: 1.2 !important;
    }

    .detailTable hr{
    padding: 0px;
    margin: 0px;    
  }



/*    .table-hover tbody tr:hover {
     background-color: rgba(0,0,0,0) !important;
    }
    .table-striped tbody tr:nth-of-type:hover(odd) {
    background-color: rgba(0,0,0,0) !important;
}*/

/*.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: inherit;
}*/

.table-disable-hover.table tbody tr:hover td,
.table-disable-hover.table tbody tr:hover th {
    background-color: inherit;
}
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover td,
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover th {
  background-color: #f9f9f9;
}


#wrapper {
    width: 100%;
    border: 1px solid grey;
    background-color: #FAFAFA;
    overflow: hidden; /* will contain if #first is longer than #second */
    padding:5px;
}
#first {
    width: 400px;
    float:left; /* add this */
    /*border: 1px solid red;*/
}
#second {
    /*border: 1px solid green;*/
    overflow: hidden; /* if you don't want #second to wrap below #first */
}

.detail-header{
    font-weight:bold; 
    background-color:#317E9E;
    color:WHITE
}

table.dataTable tbody td {
  vertical-align: middle;
}

   .poCrumb{
  display: table;
  width: 200px;
  height: 30px;
}

.poCrumb p{
  display: table-cell;
  vertical-align: middle;
}


/* end grid spcific */


@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #262729;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 175px;
    max-width: 175px;
    background: #262729;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px 20px 20px 7px !important;
    background: #262729;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: .8em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #adb0b5;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #e31f2d;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #2e7fa0;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #002b5c;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    background-color: #fafafa;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.overlay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	left: 0;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}

.btn-success { background-color:#e31f2d;border-color:#e31f2d;}
.btn-success:hover { background-color:#FFF;border-color:#FFF;color:#e31f2d;}

.LancoLogo {color:#FFF; margin:5px;}
.whiteCopy {color:#FFF;margin-left:10px;}

@media (max-width: 1224px) {
	.datagrid {margin-top:0px;}
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 160px !important;
}
