 /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2015, 11:32:42 AM
    Author     : Aayush Dixit
	Team : SI-UK CRM Developmenet Team
*/






.hr-center{
    display: flex;
    justify-content: center;
    width: 100%;
}


.error {
    color: #D91E18;
}

#paginate .pagination {
    float: right;
}



  .custom-popup {
    position: absolute ;
    top: 100% ;
    left: 0 ;
    z-index: 1000 ;
    display: none ;
	background: azure ; 
	max-height: 190px ;
	overflow : auto ; 
	overflow-x : hidden ;
	max-width : 190px ;
  }

  .custom-popup > .message {
    padding: 10px 20px ;
    border-bottom: 1px solid #ddd ;
    color: #868686 ;
  }

   .custom-popup > .dropdown-menu {
    position: static ;
    float: none ;
    display: block ;
    min-width: 160px ;
    border: none ;
    border-radius: 0 ;
    box-shadow: none ;
  }

  .dropdown-row
  {
	  padding : 0.3px ;
	  text-align : left ;
  }
  
  .customDropdown a 
  {
	  padding : 0.3px ;
  }

table#appointmentsTable tr:nth-child(2n+1) { /*  for every 1st child */
    background-color: rgba(239, 239, 253, 0.3);
}

table#appointmentsTable tr:nth-child(2n+2) { /*  for every 2nd child */
    background-color: rgba(200, 200, 200, 0.3);;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  /*  white-space: nowrap; */
}

/* to change layout of select in navigation menu */

.menuSelect
{
	margin-top:6px;
}

.noPadding
{
	padding : 0px !important ;
}

table.note-table textarea
{
	width: 257px !important ;
	font-size: 11px;
}

div.EditDiv {
    background: #3599de;
    font-weight: 600;
}

input[type="text"].error, input[type="file"].error {
border:1px solid red;
}

table.stickyHead th
{
	background-color: rgb(53, 152, 220) !important;
}

.stickyHead
{
	position : relative ;
	z-index: 10;
    background-color: #344e99  !important;
    color:white !important;
    font-weight: bolder;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    white-space: normal;
}
.table-scrollable>.table>tbody>tr>th, .table-scrollable>.table>tfoot>tr>td, .table-scrollable>.table>tfoot>tr>th, .table-scrollable>.table>thead>tr>th
{ 
	white-space: normal;
}

[uib-typeahead-popup].dropdown-menu.dropdown-menu
{
	max-height: 190px !important;
	overflow-y: auto;
	overflow-x: hidden;
}

div.message {
    position: absolute;
    top: 3%;
    background-color: rgb(27, 73, 103);
    height: 100px;
    width: 290px;
    left: 38.9%;
    right: auto;
    opacity: 0.83;
    color: #e53e49;
}

span.msg {
    text-align: center;
    text-indent: 2em;
    position: absolute;
    top: 33%;
}

div.gen-Link {
    position: absolute;
    right: 29px;
    top: 89px;
}

div.alertbox {
    height: 139px;
    width: 339px;
    background: floralwhite;
    text-align: center;
    line-height: 109px;
    position: absolute;
    top: 50%;
    left: 50%;
}

html, body, .container-table {
    height: 100%;
}

.details-modal-window .modal-dialog {
    width: 90%;
}

.details-modal-window .modal-dialog .modal-body .row {
    line-height: 39px;
}

.container-table {
    display: table;
    margin-top: 199px;
    height: 139px;
    width: 33%;
    background: #E6EAEA;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

img-crop {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

/*Progress Bar*/
.floatingBarTable {
    position: absolute;
    top: 60%;
    left: 35%;
    z-index: 500;
    width: 300px;
}

.loadingProgress {
    width: 100%;
    font-size: 115%;
    border-radius: 5px !important;
}
/*Progress Bar ends*/
.noresize{
    resize: none;
}

.fc-button
{
	position: inherit !important;
}

.fc-title
{
	font-size: 11px;
}

.container-element-2
{
	padding-top: 10px;
}

.portlet.calendar .fc-widget-header
{
	font-size: 18px;
}

.calendar-date-picker
{
	position: absolute;
    top: 24px;
    left: 189px;
    text-align: center;
}

td.fc-day.fc-widget-content.fc-wed.fc-today.fc-state-highlight {
    background: #2ab1bd;
    color: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 0px 9px #ddd;
}

@media screen and (max-width:590px)
{
	.calendar-date-picker
	{
		position: static;
	}
	
	.portlet.box>.portlet-body , .form .form-body, .portlet-form .form-body
	{
		padding: 3px !important;
	}
	
}

@media screen and (max-width:715px)
{
	
	.header
	{
		position:inherit !important;
		z-index : 1000;
	}
	
}

.table-scrollable>.table>tbody>tr>th, .table-scrollable>.table>tfoot>tr>td, .table-scrollable>.table>tfoot>tr>th, .table-scrollable>.table>thead>tr>th {
     white-space: normal !important;
}

span.input-inline
{
	display: flex;
}

input[type="checkbox"].input-inline
{
	display: list-item;
}
/* CSS for Notification Box

/* The Notification Box - position it at the bottom and in the middle of the screen */
#NotificationBox {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: rgba(43, 54, 67, 0.9); /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 11000; /* Add a z-index if needed */
    right: 0%; /* Center the Notification Box */
    top: 90px; /* 30px from the top */
}

/* Show the Notification Box when clicking on a button (class added with JavaScript) */
#NotificationBox.show {
    visibility: visible; /* Show the NotificationBox */

/* Add animation: Take 0.5 seconds to fade in and out the Notification Box. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the Notification Box in and out */
@-webkit-keyframes fadein {
    from {right: -90px; opacity: 0;} 
    to {right: 0px; opacity: 1;}
}

@keyframes fadein {
    from { right : 0; opacity: 0;}
    to {top: 90px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from { right : 0px; opacity: 1;} 
    to {top: 90px; opacity: 0;}
}

@keyframes fadeout {
    from { right : 0px; opacity: 1;}
    to {right: -90px; opacity: 0;}
}

.marginTop
{
	margin-top: 20px;
}

.marginBottom
{
	margin-bottom: 15px !important;
}

/* CSS for Compaction */

.table input.input-sm 
{
	width: 69px;
    	margin: 0px;
   	display: inline-block;
	font-size: 11px;
	text-align: center;
   	padding: 2px;
}

.table select
{
    font-size: 11px;
    font-weight: 600;
    width: auto;
	padding: 0;
}

.table th 
{
	font-size: 11px !important;
	text-align: center;
	white-space: pre-line !important;
	padding: 3px !important;
	vertical-align: middle !important;
}

.table td
{
	font-size: 11px !important;
	/*white-space: pre-line !important;*/
	padding: 2px 2px 2px 2px !important;
    vertical-align: middle !important;
}

.table .btn:not(.btn-default)
{
	font-size: 11px;
	width: 72px;
    margin-bottom:2px;
}

.table .btn-small
{
    font-size: 11px;
    width: 72px;
}

.table .btn-medium
{
    font-size: 11px;
    width: 100px;
}

.table .btn-large
{
    font-size: 11px;
    width: 150px;
}

td .form-group .control-label
{
	display:block;
}

table#appointmentsTable textarea
{
	width:100%;
	font-size: 11px;
}

table.tree th, table.subTree td, table.tree td
{
	width:12%;
	padding:0px !important;
	font-size:16px;
}

table textarea.size-small
{
    min-width:150px;
    font-size: 11px;
    
}
table input.size-small
{
    min-width:150px;
    font-size: 11px;
    
}

.animate {
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    height:auto;
  }
  
  .animate.ng-hide-add.ng-hide-add-active,
  .animate.ng-hide-remove.ng-hide-remove-active {
   -webkit-animation: shutter 0.5s;
  }
  
  .animate.ng-hide {
    line-height: 0;
    opacity: 0;
	height:0;
  }
 
 @keyframes shutter {
  from {
      height: auto;
  } to {
      height: 0;
  }
}

.portlet-title
{
	cursor : pointer;
}

.header
{
/*	position:absolute;	*/
	z-index:1000;
}

.noMargin	
{
	margin-top:-1% !important;
}

.portlet
{
	margin-bottom:10px !important;
}

label
{
    font-size: 12px !important;
    /* font-family: flavor; */
}

.form-body
{
	padding-bottom: 1px !important;
}

.noBackground
{
	border:none !important;
	background-color:inherit !important;
}

td.ng-binding.text-left
{
	text-align : left;
}

.tableHead {
    width: 100%;
}
.fixed {
    position: fixed;
    top: 45px;
	background:rgb(229,229,229);
}

#header-fixed { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;
}


/*div.checker {
	display : block !important ;
}*/

div.EditDiv
{
	background : #3599de ;
	font-weight : 600 ;
}

.containScroll
{
	position : fixed ;
	bottom : 90px ;
}

#scroll
{
	position: relative;
    height: 11px;
    font-size: 1px;
    -moz-user-select: none;
    overflow : hidden ;
    background: rgba(137, 166, 210, 0.78);
}

.track
{
	position: absolute;
    width: 174px;
    height: 11px;
    background-color: #2681c2;
    border-radius: 12px !important;
	border : 0;
}
.web-color{
    color:#344e99;
}

/*
Inputs by Ginna Yadav :  Please do not change without asking
*/

/* Ensures that the date picker is not hidden by the header bar, or anything else for that matter*/
.dropdown-menu.datepicker.datepicker-dropdown {
        z-index:11000;
}


/* Custom Table in KPI Reports */
.table-style th{
    border: 0.5px solid #e0e4f0!important;
    font-weight: bold;
    color: #fff!important;
    background-color: #344e99!important;
    font-size: 13px!important;
    padding:10px 0!important;
}
.table-style td {
    padding: 10px 0!important;
    font-size: 11px;
    text-align: center!important
}
table.dataTable tbody tr:nth-child(2n+2) {
    background-color: #ededed;
}
.bold-center {
    font-size: 24px;
    color: #f33;
    text-align: center;
    position: relative;
    font-weight: bold
} 
