/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Nav Tabs Scrolling
 ul.nav-tabs{
	overflow-x:auto;
	overflow-y:hidden;
	display:-webkit-box;

 }
 .nav-tabs>li{
	 float:none;
 }*/

#side-menu>li>a>span{
	font-size: 25px;
    margin-right: 10px;
}

.has-feedback label~.form-control-feedback{
	right:14px;
}

.DTFC_RightBodyLiner{
  overflow-y:visible!important;
  
  
  
}

.DTFC_RightBodyWrapper{
  overflow: visible!important;
}

.tab-content{
	padding-top:5px;
}

#menu-search{
	 padding-left:10px;
	 padding-right:10px;
 }

#side-menu-toggle{
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}

#side-menu-toggle span{
	vertical-align:middle;
}

/* list group inside panel*/
 .panel > .list-group
{
    margin-bottom: 0;
}
.panel > .list-group .list-group-item
{
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child
{
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}
/* list group inside panel end */

 /* Datatable font size adjust */
 table{
	 font-size:12px;
 }



/* Scrollbar Customisation */

:required{
	border-bottom : 2px solid red;
}

* ::-webkit-scrollbar {
	height: 6px;
    width: 6px;
	background: #fff;
	border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,100,255,0.5);
    border-radius: 5px;
}
.DTFC_ScrollWrapper *::-webkit-scrollbar{

	height:6px;
	
}


/* padding in modal dropdown fix*/
.modal-body{
	height:calc(95vh - 118px);
	padding-bottom:200px;
}

.modal-content{
	height:95vh;
}
/* grid animate */
.row .table_panel_placeholder {
	transition: width 0.4s 0s;
}



/* ajax console design */
#ajax-status-console{
	display:inline-block;
	padding:11px;
	min-height:35px;
	min-width:55%;

}

/* Notification Panel Design ****/

#his-notification{
background-color:#f8f8f8;
z-index: 1;
position: fixed;
right: -260px;
width: 250px;
height:100%;
top:55px;
transition: right 0.2s;
overflow:hidden;
}

#his-notification.visible{
right:0px;
transition: right 0.2s;
}

#notificationlabel{
height:30px;
text-align:center;
display:block;
background:#337AB7;
width:100%;
z-index:5;
color:white;
transition: height 0.2s;
transition-timing-function: ease;
}

#notificationlabel span:first-child{
display : none;
}


#notificationlabel span:nth-child(2){
display:block;
position:relative;
font-size:15px;
letter-spacing:3px;
width:100%;


}

.his-notification-card{
 position:relative;
 margin-top:2px;
 background:#337AB7;
 transition: height 0.2s;

}

.his-notification-card > .panel{
 margin-bottom:0px;
 box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.4);
}

.his-notification-card:hover{
 z-index:2500;
}
.his-notification-card:hover .panel-body{
 height:150px;
 z-index:2500;
}

.his-notification-card .panel-heading{
font-size:16px;
padding:4px;
}

.his-notification-card .panel-body{
min-height:50px;
padding:4px;
font-size:14px;
background-color: #fff;
color: #222;
}


/* Datatable  patches */

/* search input */
div.dataTables_wrapper div.dataTables_filter .input-group input{
	margin-left : 0px;
}
div.dataTables_wrapper div.dataTables_filter {

    text-align: left;
}

div.dataTables_wrapper div.well{
	margin-bottom:5px;
}
/* selected row drop down color patch */
table.dataTable tbody tr.selected .dropdown-menu a, table.dataTable tbody th.selected .dropdown-menu a, table.dataTable tbody td.selected .dropdown-menu a {
    color: #333;
}

table.dataTable tbody tr.selected .dropdown-menu a:hover, table.dataTable tbody th.selected .dropdown-menu a:hover, table.dataTable tbody td.selected .dropdown-menu a:hover {
    color: #fff;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color:#fff;
  background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    
}
/** datatable form-inline temp patch **/
.dtdatefilters .form-control{
	display:block;
	width:100%;
}
.dtdatefilters .form-group{
	display:block;
}
.dtdatefilters .input-group{
	display:table;
}





/*custom by SB-Admin */

body {
    background-color: #e2e1e0;
}
/*
.dropdown>a{
	color:white;
}
*/
.dropdown>a:hover{
	color:#337ab7;
}

#wrapper {
    width: 100%;
}


#page-wrapper {
width:100%;
height:100%;
position:relative;
}



#page-wrapper-bg{
width:100%;
position:fixed;
z-index:-1;
background:url("../../images/ford-for-banner-mobile.jpg") no-repeat center center fixed;
background-size:cover;
transition: opacity 2s;
top: 0;
  left: 0;
  height:100%;
}




.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-flex;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-useruser {
    right: 0;

}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
background-color: rgba(51,122,183,0.9);
color: white;
}
.sidebar ul li a:hover{
background-color: rgba(51,122,183,1);
color: white;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar {
		position:fixed;
		top:0px;
        z-index: 1031;
        margin-left: 0px;
        width: 250px;
		overflow-x:hidden;
		height:100%;
		box-shadow: 0px 55px 10px 3px rgba(0,0,0,0.6);
		transition: width 0.25s;
    }


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    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;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.container{
 height:inherit;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
	background-color: #ffffff;
    position: relative;
    clear: both;
}

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);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}
/**********Panels*********/

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}




.page-header{
border:none;
padding:9px;
}

#navbar-top {
    background-color:#337AB7;
	left:250px;
	color:white;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.6);
	transition: left 0.25s;
	background-image: linear-gradient(to bottom,#448AD0 0,#337AB7 100%);
}

#navbar-top .navbar-top-links>li>a,
#navbar-top .navbar-brand
 {
	color:white;
}


#navbar-top .navbar-top-links>li>a:hover,#navbar-top>li>a:focus {

    color: #337ab7;
}

#ajax-status-console{
	margin-bottom : 0px;

}
/* modal customisation */

.modal-dialog{
    overflow-y: initial !important
	
}
.modal-content{
	background-color:#e2e1e0;
}
.modal-body{
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-footer{
	background-color:#fff;
    
}


.modal-backdrop{
	position:fixed;
}


/*-------------- correction----------- */
/* Datatable header & data row align */






/*print header*/

	/*tr { page-break-inside: avoid; }*/

	.page{

	width:595pt;
	margin:0 auto;
	background:#fff;
	}
	
	.page.a4.portrait{

	width:595pt;
	margin:0 auto;
	background:#fff;
	}
	.page.a4.landscape{
	width:838pt;
	margin:0 auto;
	background:#fff;
	}
	
	.header{
	border-radius: 5px 5px 0 0;
	width:100%;
	height:90pt;
	border: 1px solid;
	color:#000;
	}
	.header-head{
	width:78%;
	height:100%;
	text-align:center;
	float:left;
	}
	.header-head-logo{
	padding:2pt;
	width:22%;
	height:100%;

	float:left;

	}
	.header-head-title{
	width:75%;
	height:100%;
	float:left;
	}
	.header-head-title1{

	height:100%;
	width:30%;
	float:left;
	}
	.document-title{
	height:25pt;
	width:100%;

	border: 1px solid black;
	border-radius:0 0 5px 5px;
	font-size:218px;
	background-color:#000;
	color:#fff;
	text-align:center;
	}
	.header-barcode{
	width:14%;
	height:100%;

	float:right;
	}
	.companyname{
	width:60%;
	text-align:left;
	float:right;
	}
	p{
	margin:2px;
	text-align:left;
	}


/* print header end*/
.page .table>thead>tr>th,.page .table>tbody>tr>th,.page .table>tfoot>tr>th,.page .table>thead>tr>td,.page .table>tbody>tr>td,.page .table>tfoot>tr>td {
	font-size:12px;
	padding:2px;
}
/*print spacing adjustment*/
.page .table{
	margin-bottom: 2px;

}

.page .panel-body{
	padding:5px;
}

.page .panel{
	margin-bottom:5px;
}

.page .panel-heading{
	padding:5px;
}

/** Datatable print serial number **/
 .page .dataTable{
	counter-reset : serial_number;
 }

 .page .dataTable td:first-child:before {
 counter-increment: serial_number; /* Increment the serial number counter */
 content: counter(serial_number); /* Display the counter */
}

/*report print spacing adjustment*/


.dt-print-view .table>thead>tr>th,.dt-print-view .table>tbody>tr>th,.dt-print-view .table>tfoot>tr>th,.dt-print-view .table>thead>tr>td,.dt-print-view .table>tbody>tr>td, .table>tfoot>tr>td{
	padding:2px;
	font-size:11px;
}

.dt-print-view tbody, .dataTables_scrollBody tbody{
	white-space:nowrap;
}
/* hide element from printing */
@media print

{
	
    thead.no-print-repeat {display: block;}
	thead{ display: table-header-group; }

	tfoot { display: table-footer-group;}

	.page.printa4>table>tbody>tr {
		display:block;
		page-break-inside:auto;
	}
    table>tbody>tr {
		page-break-inside:auto;
	}
	.page.printa4>table>tbody>tr>td {
		display:block;
	}


    .no-print, .no-print *
    {
        display: none !important;
    }


}

body *{
	--webkit-print-color-adjust: exact !important;
}


/** Adjust Datatable Processing Button **/


div.dataTables_wrapper div.dataTables_processing {
	color:#fff;
    background-color:rgba(255,30,30,0.8);
}

.info-panel > *:not(.panel-heading){
	height : 150px;
	overflow-y : scroll;


}

/*material-shadow*/
.shadow-0 {
    border: 1px solid #eee;
}
.shadow-1 {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.shadow-2 {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.shadow-3 {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.shadow-4 {
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}
.shadow-5 {
    box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}
/*material-shadow end*/

/* Datatable toolbar*/

.dt-toolbar.minified .extra{
	max-height:1px;
  opacity:0;
  transition: all 0.5s linear 0.15s;
}

.dt-toolbar.minified:hover .extra{
	max-height:500px;
  opacity:1;
  transition: all 0.5s linear 0.1s ;
}
/* Datatable toolbar end */


 @media (max-width:768px){
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
	
}

.modal{
	padding-right:0px!important;
}

.modal-dialog{
	margin:0px;
}



.modal-content{
	height:100vh;
}
.modal-body{
	height:calc(100% - 118px);
}


.DTFC_ScrollWrapper{
	margin-left:-13px;
	margin-right:-13px;
}
.DTFC_LeftWrapper,.DTFC_RightWrapper{
	display:none;
}
.dataTables_scrollHead{
	display:none;
}

/*.dt-toolbar{
	position: absolute;
    z-index: 2;
    right: -67vw;
    width: 60vw;
}*/
.extra{
display:none;	
	
}



	#ajax-status-console{
	font-size:14px;
	padding:5px;
	position:absolute;
	min-width:60%;
	top:45px;
	left:70px;

}

#page-wrapper {
padding-top:55px;
padding-left:0px;
transition: padding-left 0.25s;
}

#navbar-top {
left:0px;
transition: padding-left 0.25s;
}

#nav-side-menu.minified{
	left: -260px;
	transition: left 0.25s;
}

#nav-side-menu{
	left:0px;
	
	transition: left 0.25s;
}


 #his-notification{
	 top:55px;
	 width:100%;
	 right:-110%
 }





.his-notification-card{
 position:relative;
 margin-top:-10px;
}

.his-notification-card > .panel{
 margin-bottom:0px;
 box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.4);
}

.his-notification-card:hover{
 z-index:25;
}
.his-notification-card:hover .panel-body{
 z-index:25;
}

.his-notification-card .panel-heading{
font-size:16px;
padding:4px;
}

.his-notification-card .panel-body{
min-height:50px;
padding:4px;
font-size:14px;
background-color: #fff;
color: #222;
}
}

@media (min-width:768px) {
.modal-lg-extra-wide .modal-lg{
	width: 90vw;
	 max-height: 85vh;
}

	#navbar-top.menu-minified {
	left:50px;
	transition: left 0.25s;
}
.nav-tabs >li.active>a{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#page-wrapper{
	width:100%;
	height:100%;
	position:relative;
	padding-top:60px;
	margin-left:25px;
	padding-left:225px;
	transition: padding-left 0.25s;
}

#page-wrapper.menu-minified {
padding-left:25px;
transition: padding-left 0.25s;
}

#page-wrapper-bg {
	 position:fixed;
	 z-index:-1;
background:url("../../images/ford-for-banner-desktop.jpg") no-repeat center center fixed;
background-size:cover;
top: 0;
  left: 0;
  height:100%;
}

.sidebar.minified {
        width: 50px;
		transition: width 0.25s;
    }

	.sidebar.hidden {
        width: 0px;
		transition: width 0.5s;
    }

	.sidebar-nav{
		width:250px;
	}

	.sidebar:hover{
	width: 250px;
		transition: width 0.25s;
	}

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }

}


.DTFC_LeftHeadWrapper{
	overflow:unset!important;
}

.DTFC_RightHeadWrapper{
	overflow:unset!important;
}
.dataTables_scrollHead{
	position:unset!important;
}

/***CKEditor 4 theme**/
.document-editor {
	 width: 15.8cm;
    min-height: 21cm;
    padding: 1cm 2cm 2cm;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito Sans", Verdana, Helvetica, sans-serif;
    
    

   
}

.document-editor__toolbar {
    /* Make sure the toolbar container is always above the editable. */
    z-index: 1;

    /* Create the illusion of the toolbar floating over the editable. */
    box-shadow: 0 0 5px hsla( 0,0%,0%,.2 );

    /* Use the CKEditor CSS variables to keep the UI consistent. */
    border-bottom: 1px solid var(--ck-color-toolbar-border);
}

/* Adjust the look of the toolbar inside the container. */
.document-editor__toolbar .ck-toolbar {
    border: 0;
    border-radius: 0;
}

/* Make the editable container look like the inside of a native word processor application. */
.document-editor__editable-container {
    padding: calc( 2 * var(--ck-spacing-large) );
    background: var(--ck-color-base-foreground);

    /* Make it possible to scroll the "page" of the edited content. */
    overflow-y: scroll;
}

.document-editor__editable-container .ck-editor__editable {
    /* Set the dimensions of the "page". */
    width: 15.8cm;
    min-height: 21cm;

    /* Keep the "page" off the boundaries of the container. */
    padding: 1cm 2cm 2cm;

    border: 1px hsl( 0,0%,82.7% ) solid;
    border-radius: var(--ck-border-radius);
    background: white;

    /* The "page" should cast a slight shadow (3D illusion). */
    box-shadow: 0 0 5px hsla( 0,0%,0%,.1 );

    /* Center the "page". */
    margin: 0 auto;
}

.cke_inner .cke_contents{
	background-color:#ddd!important;
	overflow:scroll!important;
	
}
.cke_inner .cke_wysiwyg_div{
	font-size:12px;
	padding:0px!important;
	
	height:auto!important;
	width:793.33px!important;
	margin:auto!important;
	
}


/** double Panel **/
.double-panel{
	
	transform-style: preserve-3d;
    position: relative;
	perspective:1000px;
	
}

.double-panel .panel_placeholder{
	
	
}

.double-panel .module_panel.front{
	 transform: rotateX(0deg);

}
.double-panel .module_panel.animate-flip{
	transition: transform 0.6s;
	
}


.double-panel .module_panel{
	transform: rotateX(180deg);
	
    position: absolute;
    backface-visibility: hidden;
    width: 100%;
	
}

/**Pivot CSS***/
.droppable{
	display:inline-block;
	width:100%;
	
}
.pivot [field_placeholder="columns"] .field_button,.pivot [field_placeholder="unused"] .field_button,.pivot [field_placeholder="columns"] .field_empty,.pivot [field_placeholder="unused"] .field_empty{
	float :left;
}

.pivot [field_placeholder] .field_empty{
	background-color:#ccc;
	height:30px;
}

.pivot [field_placeholder="columns"] .field_empty,.pivot [field_placeholder="unused"] .field_empty{
	width:80px;
}


.double-panel.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1100;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}
