/*
 * WAB Access Manager CSS
 */

@font-face {
    font-family: 'bullet';
    src: url('../fonts/bullet.woff?v=2.0') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-bullet {
	font-family: bullet;
}

/* Do NOT group these placeholder properties */
/* Uncomment when this issue is fixed https://connect.microsoft.com/IE/feedbackdetail/view/2478499/font-family-does-not-work-on-input-placeholder-on-edge */
/* Currently not working on MS Edge */
/*.font-bullet::-webkit-input-placeholder {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-bullet::-moz-placeholder {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-bullet:-ms-input-placeholder {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

.logo {
	background-image: url("../images/logowabAM_medium.png?v=2.0");
   /* background-position: 25px 12px;*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80px auto;
    width: 120px;
}

.login-logo {
	background-image: url("../images/logowabAM.png?v=2.0");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 150px auto;
    height: 70px;
    width: 100%;
}

.login-container {
    padding-top: 50px;
}

/* Hack to avoid default input box yellow color in Chrome */
input.login-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.input-group-addon.login-input {
	background-color: transparent;
}

.login-form {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    max-width: 450px;
    padding: 19px 29px 5px;
}

.login-message {
    max-width: 700px;
    margin: 0 auto;
    word-wrap: break-word;
    margin-top: 20px;
}

.page-header {
	margin: 5px 0;
}

.main {
    padding-top: 60px;
}

.tab-content {
	margin-top: 15px;
}

.progressBar {
	margin-top: 100px;
}

button.action {
	margin-bottom: -2px;
}

a.logged-user {
    text-decoration: none;
}

a.asText{
	cursor: default;
}

.vakata-context, .vakata-context ul {
	z-index: 1060;
}

.input-group-addon-dir {
	max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-separator {
	border-bottom: 1px solid #e5e5e5; 
	border-right:none;
}

/* Drag and Drop */
.drag-helper {
    border: 2px dashed black;
    font-size:12px;
    background-color:#fff;
    border-radius:5px;
    overflow: hidden;
    padding-left: 10px;
}

.table > tbody > tr.drag-table-row td {
    background-color: #e7f4f9;
}

/* Table */
.table-bordered td.noBorderLeft,
.table-bordered th.noBorderLeft {
	border-left: none;
}

.table-bordered td.noBorderRight,
.table-bordered th.noBorderRight {
	border-right: none;
}

.grip{
	color : #eaeaea;
	text-align: center;
	background: url("../images/grippy_small.png?v=2.0") no-repeat 50% 50%;
}

.grip:hover{
	cursor: move;
}
.dnd-table tr td:first-child, .dnd-table tr th:first-child{
	padding-left: 0;
	padding-right: 0;
	border-right: none;
}

.dnd-table tr td:nth-child(2), .dnd-table tr th:nth-child(2){
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.sortable-table tr td:last-child, .sortable-table tr th:last-child{
	border: none;
	padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td > div, .table > tbody > tr > td > div{
	text-overflow: ellipsis;
	/*white-space : nowrap;*/
	overflow: hidden;
}
.table > tbody > tr.danger > td {
	border-right: none;
	border-left: none;
}

.table td a.corner {
    display:block;
    position:absolute;
    height:14px;
    width:14px; 
    top:-7px;
    right:-7px;    
    -moz-transform: rotate(45deg);  
    -o-transform: rotate(45deg);  
    -webkit-transform: rotate(45deg);  
    -ms-transform: rotate(45deg);  
    transform: rotate(45deg);  
    filter: progid:DXImageTransform.Microsoft.Matrix( 
        M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475,  M22=0.7071067811865476, sizingMethod='auto expand');
    zoom: 1;
}

td.triangle-cell > div:first-child{
	position: relative;
}

.table-bordered > tbody > tr > td.before-triangle-cell {
	border-right: none;
	padding-right: 0;
}

.table-bordered > tbody > tr > td.triangle-cell {
	border-left: none;
}

.table > tbody > tr > td.triangle-cell {
	padding: 0;
}

/* Pager */
.pager {
	text-align: right;
}

.pager li a{
	border-radius: 3px;	
}

.pager li:first-child a, .pager li:first-child a:focus, .pager li:first-child a:hover{
	background: none;
	color: inherit;
}

.pager li:nth-child(2) a{
	margin-right: 2px;
}

/* Tab */
.nav-tabs>li>a {
	background-color: #ecf0f1;
}

/* Textarea */
textarea {
	resize: vertical;
}

/* Certificate Textarea */
.form-control.certificate {
    font-family: "Courier New","Courier",monospace;
    font-size: 11px;
}

/* Modal, Pop-over overflow */
.modal {
    /* See #9230, and also: http://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows */
	overflow-y: auto;
}

.modal-body, .popover-content {
/* 	word-break: break-all; */
	/* See #9254 */
	word-wrap: break-word;
	/*DO NOT PUT white-space : nowrap !!!!*/
}

/* Notify: do not display progress bar */
[data-notify="progressbar"] {
	display: none;
}

/* Dropzone */
.dropzone {
	height: auto;
	border-style: dashed;
	border-width: 4px;
}
.dropzone.dz-clickable {
	cursor: pointer;
}
.dz-message {
    opacity: 0.2;
    text-align: center;
    font-weight: bold;
}
.form-control:focus .dz-message, .dz-drag-hover .dz-message {
    opacity: 1;
}
.dz-preview {
    margin-bottom: 5px;
}
.dz-size {
	font-size: 10px;
}
.dz-progress {
	opacity: 0;
}
.dz-processing.dz-progress {
    opacity: 1;
}
.dz-progress.progress {
    margin-bottom: -10px;
}
.dz-remove {
	font-size: 17px;
    opacity: 0.5;
}
.dz-remove:hover {
    opacity: 1;
}
.dz-success .dz-remove {
    display: none;
}
.dz-success-mark {
	display: none;
}
.dz-success .dz-success-mark {
    display: block;
}

/* Log Audit */
.txt-updated {
	/*font-style: italic;*/
	text-decoration: line-through;
}

/* About Dialog */
@media (min-width: 992px) { /* =SM */
	.right-separator {
		border-bottom:none;
		border-right: 1px solid #e5e5e5; 
	}
}

@media (min-width: 992px) { /* =SM */
  .container {
    width: 95%;
  }
}

/* Error Pages */
.errorPage-code {
	width: 100%;
  	font-size: 100px;
  	text-align: center;
}

.errorPage-reason {
	width: 100%;
  	text-align: center;
  	font-size: 40px;
}

.errorPage-form {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
 	margin: 20px auto;
	max-width: 550px;
	padding: 19px 29px;
}

/* Audit Details */
.color-viewer{
	display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    vertical-align: top;
    margin-right: 5px;
}

/***************************************************/
/*				WIDGETS OVERRIDE				   */
/***************************************************/

/* Toggle Switch On/Off */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
	color: #fff!important;
	background: #3498db!important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, 
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{
	color: #fff!important;
	background: #95a5a6!important;
}

/* Select */
.bootstrap-select .btn-default.bs-placeholder,
.bootstrap-select .btn-default.bs-placeholder:hover,
.bootstrap-select .btn-default.bs-placeholder:active {
	color: #fff!important;
}

/* Pager */
.pager li>a, .pager li>span{
	background-color: #2c3e50;
	color: #ffffff;
}

.pager li>a:hover, .pager li>a:focus{
	background-color: #1a242f;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	background-color: #2c3e50;
	opacity: 0.65;
}

 /* refs #10617 [GUI] Multiple spaces are not displayed in list view */
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td,
.btn span.filter-option,
.dropdown-menu > li > a,
.dropdown-header,
.input-group-addon,
.input-group-btn,
.label,
.form-control-static{
 	white-space: pre;
}

 /* refs #10617 [GUI] Multiple spaces are not displayed in list view */
.jstree-container-ul,
.jstree-anchor,
.jstree-node,
#vakata-dnd{
 	white-space: pre!important;
}

/* refs #14939 [GUI] Prevent duplication on non-local users */
a.disabled {
      color: gray;
      text-decoration: none;
      cursor: default;
}

/* Login page elements */
.gpdr-login-message {
	margin-bottom:15px;
	font-size:0.8em;
}

.copyright-message {
	margin-top:15px;
	font-size:0.8em;
}
