/* app css stylesheet */

html {
       overflow-y: scroll;
}

.modal {
    overflow-y: auto;
}

.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}

.zero-left-padding {
    padding-left: 0;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.center {
    text-align:center;
}

.center form {
    display:inline-block;
}

.sidebar-nav-fixed {
     position:fixed;
     top:60px;
     width:279px;
}

@media ( max-width : 979px) {
	body {
		padding-top: 0px;
	}
	.sidebar-nav-fixed {
		position: static;
		width: auto;
	}
}

legend {
	line-height: 25px;
}

pre {
	word-break:normal;
}

.word-break {
    word-wrap: break-word;
    text-align: justify;
}

.row-fluid {
	min-height: 300px;
}

.search-highlight {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

#main {
	min-height: 370px;
}


.icon-ext {
    background: url('../img/file-icons.png') no-repeat;
    width:32px;
    height:32px;
    float:left;
}

.icon-folder {
    background-position: 0px 0px;
}

.icon-file-unknown {
    background-position: -32px 0px;
}

.icon-file-txt {
    background-position: -64px 0px;
}

.icon-file-csv {
    background-position: -96px 0px;
}

.icon-file-htm {
    background-position: -128px 0px;
}

.icon-file-html {
    background-position: -160px 0px;
}

.icon-file-xml {
    background-position: -192px 0px;
}

.icon-file-log {
    background-position: -224px 0px;
}

.icon-file-ttf {
    background-position: -256px 0px;
}


.icon-file-xls {
    background-position: 0px -32px;
}

.icon-file-doc {
    background-position: -32px -32px;
}

.icon-file-ppt {
    background-position: -64px -32px;
}

.icon-file-pdf {
    background-position: -96px -32px;
}

.icon-file-xlsx {
    background-position: -128px -32px;
}

.icon-file-docx {
    background-position: -160px -32px;
}

.icon-file-pptx {
    background-position: -192px -32px;
}

.icon-file-pps {
    background-position: -224px -32px;
}

.icon-file-mpp {
    background-position: -256px -32px;
}


.icon-file-jpg {
    background-position: 0px -64px;
}

.icon-file-png {
    background-position: -32px -64px;
}

.icon-file-gif {
    background-position: -64px -64px;
}

.icon-file-bmp {
    background-position: -96px -64px;
}

.icon-file-tif {
    background-position: -128px -64px;
}

.icon-file-ai {
    background-position: -160px -64px;
}

.icon-file-js {
    background-position: -192px -64px;
}

.icon-file-css {
    background-position: -224px -64px;
}

.icon-file-rtf {
    background-position: -256px -64px;
}


.icon-file-mp3 {
    background-position: 0px -96px;
}

.icon-file-wma {
    background-position: -32px -96px;
}

.icon-file-wav {
    background-position: -64px -96px;
}

.icon-file-ra {
    background-position: -96px -96px;
}


.icon-file-avi {
    background-position: 0px -128px;
}

.icon-file-mov {
    background-position: -32px -128px;
}

.icon-file-wmv {
    background-position: -64px -128px;
}

.icon-file-flv {
    background-position: -96px -128px;
}

.icon-file-mp4 {
    background-position: -128px -128px;
}

.icon-file-rm {
    background-position: -160px -128px;
}


.icon-file-zip {
    background-position: 0px -160px;
}

.icon-file-rar {
    background-position: -32px -160px;
}

.icon-file-gz {
    background-position: -64px -160px;
}

.icon-file-7z {
    background-position: -96px -160px;
}

.icon-file-tar {
    background-position: -128px -160px;
}


.icon-file-exe {
    background-position: 0px -192px;
}

.icon-file-dll {
    background-position: -32px -192px;
}

.icon-file-lib {
    background-position: -64px -192px;
}

.icon-file-java {
    background-position: -96px -192px;
}

.icon-file-jar {
    background-position: -128px -192px;
}

.icon-file-war {
    background-position: -160px -192px;
}

.icon-file-sql {
    background-position: -192px -192px;
}

.icon-file-msg {
    background-position: -224px -192px;
}

.icon-file-eml {
    background-position: -256px -192px;
}


.icon-file-ics {
    background-position: 0px -224px;
}

.icon-file-vcf {
    background-position: -32px -224px;
}

.icon-file-dat {
    background-position: -64px -224px;
}

.icon-file-bin {
    background-position: -96px -224px;
}

.icon-file-iso {
    background-position: -128px -224px;
}

.icon-file-dmg {
    background-position: -160px -224px;
}

.icon-file-vcd {
    background-position: -192px -224px;
}

.icon-file-hlp {
    background-position: -224px -224px;
}

/* File icons 16x16 px*/
.icon-small-ext {
    background: url('../includes/angular/sft/fm/img/file-icons-16x16.png') no-repeat;
    width:16px;
    height:16px;
    float:left;
    background-position: -16px 0px; /*default icon set as unknown file*/
}

.icon-small-folder {
    background-position: 0px 0px;
}

.icon-small-file-unknown {
    background-position: -16px 0px;
}

.icon-small-file-txt {
    background-position: -32px 0px;
}

.icon-small-file-csv {
    background-position: -48px 0px;
}

.icon-small-file-htm {
    background-position: -64px 0px;
}

.icon-small-file-html {
    background-position: -80px 0px;
}

.icon-small-file-xml {
    background-position: -96px 0px;
}

.icon-small-file-log {
    background-position: -112px 0px;
}

.icon-small-file-ttf {
    background-position: -128px 0px;
}


.icon-small-file-xls {
    background-position: 0px -16px;
}

.icon-small-file-doc {
    background-position: -16px -16px;
}

.icon-small-file-ppt {
    background-position: -32px -16px;
}

.icon-small-file-pdf {
    background-position: -48px -16px;
}

.icon-small-file-xlsx {
    background-position: -64px -16px;
}

.icon-small-file-docx {
    background-position: -80px -16px;
}

.icon-small-file-pptx {
    background-position: -96px -16px;
}

.icon-small-file-pps {
    background-position: -112px -16px;
}

.icon-small-file-mpp {
    background-position: -128px -16px;
}


.icon-small-file-jpg {
    background-position: 0px -32px;
}

.icon-small-file-png {
    background-position: -16px -32px;
}

.icon-small-file-gif {
    background-position: -32px -32px;
}

.icon-small-file-bmp {
    background-position: -48px -32px;
}

.icon-small-file-tif {
    background-position: -64px -32px;
}

.icon-small-file-ai {
    background-position: -80px -32px;
}

.icon-small-file-js {
    background-position: -96px -32px;
}

.icon-small-file-css {
    background-position: -112px -32px;
}

.icon-small-file-rtf {
    background-position: -128px -32px;
}


.icon-small-file-mp3 {
    background-position: 0px -48px;
}

.icon-small-file-wma {
    background-position: -16px -48px;
}

.icon-small-file-wav {
    background-position: -32px -48px;
}

.icon-small-file-ra {
    background-position: -48px -48px;
}


.icon-small-file-avi {
    background-position: 0px -64px;
}

.icon-small-file-mov {
    background-position: -16px -64px;
}

.icon-small-file-wmv {
    background-position: -32px -64px;
}

.icon-small-file-flv {
    background-position: -48px -64px;
}

.icon-small-file-mp4 {
    background-position: -64px -64px;
}

.icon-small-file-rm {
    background-position: -80px -64px;
}


.icon-small-file-zip {
    background-position: 0px -80px;
}

.icon-small-file-rar {
    background-position: -16px -80px;
}

.icon-small-file-gz {
    background-position: -32px -80px;
}

.icon-small-file-7z {
    background-position: -48px -80px;
}

.icon-small-file-tar {
    background-position: -64px -80px;
}


.icon-small-file-exe {
    background-position: 0px -96px;
}

.icon-small-file-dll {
    background-position: -16px -96px;
}

.icon-small-file-lib {
    background-position: -32px -96px;
}

.icon-small-file-java {
    background-position: -48px -96px;
}

.icon-small-file-jar {
    background-position: -64px -96px;
}

.icon-small-file-war {
    background-position: -80px -96px;
}

.icon-small-file-sql {
    background-position: -96px -96px;
}

.icon-small-file-msg {
    background-position: -112px -96px;
}

.icon-small-file-eml {
    background-position: -128px -96px;
}


.icon-small-file-ics {
    background-position: 0px -112px;
}

.icon-small-file-vcf {
    background-position: -16px -112px;
}

.icon-small-file-dat {
    background-position: -32px -112px;
}

.icon-small-file-bin {
    background-position: -48px -112px;
}

.icon-small-file-iso {
    background-position: -64px -112px;
}

.icon-small-file-dmg {
    background-position: -80px -112px;
}

.icon-small-file-vcd {
    background-position: -96px -112px;
}

.icon-small-file-hlp {
    background-position: -112px -112px;
}

#uploadBoxCloseButton {
	position: absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}

body {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F8F8F8;
    font-family: Verdana, Arial, sans-serif;
}

.textured-container {
    /*background: url('../img/body-bg.png') repeat;*/
}

.container {
    /*background-color: #f6f6f6;*/
    width: 1170px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.mainzone {
    /*
    -webkit-box-shadow: 0px 0px 3px 0px rgba(105,105,105,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(105,105,105,1);
    box-shadow: 0px 0px 3px 0px rgba(105,105,105,1);
    background-color: #E5E5E5;
    border:20px solid #E5E5E5;
    */
}

.ng-view {
    min-height:450px;
    min-width:817px;
    /*
    background-color: #f6f6f6;
    padding-bottom:20px;
    border:1px solid #D1D1D1;
    padding-left: 20px;
    */
}




.sidemenu {
/*    background-color: #E5E5E5; */
}


.sidemenu ul {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 260px;
    margin-right:20px;
    /*
    border:1px solid #C2C2C2;
    background-color: #D1D1D1;
    */
}

.sidemenu .nav-pills > li {
    background-color: #ECECEC;
    margin-top: 0px;
}

.sidemenu .nav-pills > li > a {
    color: #383838;
    height:46px;
    display:table-cell;
    vertical-align:middle;
    width:300px;
    /*
    border-bottom:1px solid #c4c4c4;
    font-weight:bold;
    border-radius: 0px;
    */
}

.sidemenu .nav-pills > li > a > span {
    display:inline-block;
    vertical-align:middle;
}

.sidemenu .glyphicon {
    font-size:25px;
    color:#8D8D8D;
    margin-right:12px;
    margin-left: 12px;
}
.sidemenu .glyphicon:before {
    padding: 0px;
}

.sidemenu .nav-pills > li.active > a {
    /* color: #f6f6f6; */
    font-weight:bold;
    background-color: #CDCDCD;
}

.sidemenu .nav-pills > li.active > a:focus ,
.sidemenu .nav-pills > li.active > a:hover {
    font-weight:bold;
    /*
    color: #f6f6f6;
    background-color: #A4A4A4;
    */
}

.sidemenu .nav-pills > li.active .glyphicon,
.sidemenu .nav-pills > li.active .glyphicon {
    /* color:#f6f6f6; */
}


.sidemenu .nav-pills > li > a:hover,
.sidemenu .nav-pills > li > a:focus {
    background-color: #DADADA;
    color: #333333;
    cursor: pointer;
}

.sidemenu li ul.sub-menu{
  display: none;
  list-style:none;
  margin: 0px;
  font-size:12px;
}
.sidemenu li ul.sub-menu > li > a{
  padding-left:40px;
}

.sidemenu li ul.sub-menu > li.active > a {
    font-weight:bold;
    background-color: #eeeeee;
}

.sidemenu li ul.sub-menu > li.active > a {
    font-weight:bold;
    background-color: #CDCDCD;
}

.sidemenu li ul.sub-menu > li > a:hover,
.sidemenu li ul.sub-menu > li > a:focus {
    background-color: #DADADA;
    color: #333333;
}

.sidemenu li ul.sub-menu .glyphicon {
    font-size:16px;
    color:#8D8D8D;
}

.sidemenu li ul.sub-menu a{
  color: #383838;
  height: 46px;
  vertical-align: middle;
}

.sidemenu li.expanded ul.sub-menu{
  background-color: #D5D5D5;
  display: inherit;
}

.sidemenu li.expanded {
  background-color: #E2E2E2;
}

.sidemenu li.expanded ul.sub-menu li{
  background-color: #E8E8E8;
}


.sidemenu li .sidemenu-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 10px 10px 0 2px;
  vertical-align: middle;
  border-top: 4px solid #8D8D8D;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.sidemenu li.expanded .sidemenu-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 10px 10px 0 2px;
  vertical-align: middle;
  border-bottom: 4px solid #8D8D8D;
  border-right: 4px solid transparent;
  border-top: 0 dotted;
  border-left: 4px solid transparent;
}

.sidemenu li.uploader-sidemenu{
    border-top:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    margin-top:40px;
}

#settingSidemenu {
    border-bottom:1px solid #d0d0d0;
}

.sidemenu li.uploader-sidemenu a{
    padding-top: 0px;
}

.sidemenu li.uploader-sidemenu a .glyphicon{
    padding-top: 16px;
}

.sidemenu li.uploader-sidemenu a .noUploadZone{
    padding-top: 10px;
}

.with-divider:after {
    padding: 0 10px;
    color: #cccccc;
    content: "|\00a0";
}

.navbar .divider-vertical {
  height: 50px;
  margin: 0 0px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #f2f2f2;
}

.navbar .container {
    background-color: #F8F8F8;
}

.topline {
    height: 50px;
    padding: 10px 0px 50px 0px;
    background: url('../img/transparent.png') repeat;
}


#footer {
    margin-top:20px;
    background-color: #F8F8F8;
    background-position:center;
    border-top:1px solid #e7e7e7;
    border-bottom:0;
    height:50px;
    min-height: 0px;
    display: block;
}

.footer1 {
    padding-top:5px;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
}

.footer2 {
    padding-top:5px;
    text-align:center;
    font-size:10px;
}

.panel-primary > .card-heading {
    padding: 5px 15px;
    background-color: #3198C;
    border: 7px solid #3198C;
    text-transform: uppercase;
}

.panel-primary {
    border-color: #CACACA;
}

.card-title {
    font-size: 12px;
    font-weight:bold;
}

#noUploadZone {
    width: 190px;
}

#uploadZone {
    display:none;
    width:190px;
    height:52px;
    top:-10px;
    padding-top:8px;
}

#uploadTitle {
    display:block;
}

#uploadDesc {
    font-size:10px;
    display:inline-block;
    line-height:100%;
    color:#777777;
}

.pipelink {
  padding: 0px;
  margin: 0px 10px 10px 0px;
  list-style: none;
  border-radius: 4px;
}

.pipelink > li {
  display: inline-block;
}

.pipelink > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "|\00a0";
}

.pipelink:before {
  color: #cccccc;
  content: "[\00a0";
}

.pipelink:after {
  color: #cccccc;
  content: "\00a0]";
}

.page-header {
    /* padding-top:20px; */
    padding-bottom: 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #eeeeee;
}

.page-header .page-title {
    font-size: 28px;
    color: #3276B1;
    text-transform:capitalize;
    margin: 10px 0px 10px 0px;
}

.page-header .page-title .optional-title{
    text-transform: none;
}

.page-header .btn-group a.btn{
    padding: 3px 6px;
}

.bds-title{
    color: #3276B1;
}

.page-header .no-text-transform {
    text-transform:none;
}

.page-header .dropdown-menu > li > a,
.page-header .dropdown-menu > li > a:hover {
  color: #3276B1;
}

.nlv-settings-row {
  padding: 6px 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f4f4f4;
}

.nlv-settings-row-first {
  border-top: 1px solid #d0d0d0;
}

.nlv-settings-row-last {
  border-bottom: 1px solid #d0d0d0;
}

.nlv-settings-row-current {
  background-color: #fdfdfd;
}

.nlv-settings-row-current .edit-link {
  pointer-events: none;
  cursor: default;
  color:gray;
}

.nlv-settings-row-title {
  font-weight: bold;
  color: #E27D46;
  cursor:pointer;
}

.nlv-settings-row-description {
  font-size: 12px;
  cursor:pointer;
  max-width:90%;
}

.nlv-settings-row-details {
  margin-top: 10px;
}

.submit-btn:disabled {
  background-color:gray;
  border-color:gray;
}

table.data-table  {
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
}

table.data-table > thead > tr {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */;
}

table.data-table > thead > tr > th{
    border-bottom: 1px solid #d0d0d0;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #d0d0d0;
}

table.data-table > tbody > tr > td {
    border-bottom: 1px solid #f0f0f0;
}

table.data-table > tbody > tr:nth-child(odd) > td,
table.data-table > tbody > tr:nth-child(odd) > th {
  /*background-color: #f9f9f9;*/
}

table.data-table > tbody > tr.last-row > td {
    border-bottom: 1px solid #d0d0d0;
}

table.data-table > tbody > tr:hover > td,
table.data-table > tbody > tr:hover > th {
  background-color: #d7e8ef;
}

table.data-table.no-border > tbody > tr > td {
    border-bottom: 0px;
    border-top: 0px;
}


table.paging-selector-table  {
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
}

table.paging-selector-table > thead > tr {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */;
}

table.paging-selector-table > thead > tr > th{
    border-bottom: 1px solid #d0d0d0;
}

table.paging-selector-table > tbody > tr > td {
    border-bottom: 1px solid #f0f0f0;
}

table.paging-selector-table > tbody > tr:nth-child(odd) > td,
table.paging-selector-table > tbody > tr:nth-child(odd) > th {
  /*background-color: #f9f9f9;*/
}

table.paging-selector-table > tbody > tr.last-row > td {
    border-bottom: 1px solid #d0d0d0;
}


table td.width20percent{
    width: 20%;
}

table td.width30percent{
    width: 30%;
}

.file-manager a.file-name{
    line-height: 32px;
}

.table.file-manager >tbody >tr >td{
    vertical-align: middle;
}

.table.file-manager >tbody >tr  >td.fm-table-name-col{
    width: 48%;
}

.table.file-manager >tbody >tr  >td.fm-table-caret-col{
    width: 2%;
}

.table.file-manager >tbody >tr  >td.fm-table-size-col{
    width: 15%;
    text-align: right;
    padding-right: 15px;
}

.table.file-manager >tbody >tr  >td.fm-table-kind-col{
    width: 10%;
}

.table.file-manager >tbody >tr  >td.fm-table-modified-col{
    width: 25%;
}

.table.file-manager >tbody >tr  >td.sl-table-name-col {
    width: 35%;
}

.table.file-manager >tbody >tr  >td.sl-table-caret-col{
    width: 2%;
}

.table.file-manager >tbody >tr  >td.fm-table-name-col .description{
    margin-left:43px;
    font-size:10px;
    color:gray;
}

.table.file-manager >tbody >tr  >td.sl-table-require-authentication{
    width: 20%;
    text-align:center;
}

.table.file-manager >tbody >tr  >td.sl-table-recipients-col{
    width: 43%;
}

.table.file-manager >tbody >tr  >td.rl-table-name-col {
    width: 28%;
}

.table.file-manager >tbody >tr  >td.rl-table-sharedBy-col{
    width: 23%;
}

.table.file-manager >tbody >tr  >td.rl-table-require-authentication{
    width: 14%;
    text-align:center;
}

.table.file-manager >tbody >tr  >td.rl-table-size-col{
    width: 8%;
}

.table.file-manager >tbody >tr  >td.rl-table-type-col{
    width: 8%;
}

.table.file-manager >tbody >tr  >td.rl-table-modified-col{
    width: 24%;
}

.col-header-name {
    cursor:pointer;
    text-align:left;
}

.col-header-kind {
    cursor:pointer;
    text-align:left;
}

.col-header-size {
    cursor:pointer;
    text-align:right;
}

.col-header-modified {
    cursor:pointer;
    text-align:left;
}

#uploadZone small {
    font-size:10px;
}

.nlv-form-small .control-label {
   font-size:12px;
   padding:4px 0px 0px 0px;
   text-align:right;
   color:#777777;
}

.nlv-form-small .control-label-left {
   font-size:12px;
   padding:4px 0px 0px 0px;
   text-align:left;
   color:#777777;
}

.nlv-form-small .control-label-left {
    font-size:12px;
    padding:4px 0px 0px 0px;
    text-align:right;
    color:#777777;
}

.nlv-form-small .control-link {
   font-size:12px;
   padding:4px 0px 0px 0px;
   text-align:right;
   font-weight:bold;
}

.nlv-form-small .control-label.user-role-label{
   padding:25px 0px 0px 0px;
}

.nlv-form-small .alert {
    padding:8px;
}

.nlv-form-small .form-group {
    margin-bottom: 5px;
}

.nlv-form-small .input-sm {
    height:25px;
}

.nlv-form-small .input-subject {
    height:25px;
    max-width: 296px;
    min-width: 296px;
}

.nlv-form-small .input-search {
    height:25px;
    max-width: 200px;
    min-width: 200px;
}

.nlv-form-small .input-subject-expanded {
    height:25px;
    max-width: 396px;
    min-width: 396px;
}

.nlv-form-small .input-report-daterange {
    height:30px;
    max-width: 355px;
    min-width: 355px;
}

.nlv-form-small .input-sm-inline {
    height:25px;
    display:inline;
    width:50px;
    margin:0 5px 0 5px;
}

.input-sm .test{
    display: inline;
    width: 50px;
}

.nlv-form-small .btn {
    padding:2px 10px;
}

.nlv-form-small .checkbox, .nlv-form-small .radio {
    font-size:12px;
    padding-top:4px;
}

.nlv-form-small .radio-inline, .nlv-form-small .checkbox-inline {
    font-size:12px;
}

.nlv-form-small textarea.input-sm {
    height:auto;
}

a,
a:hover,
a:focus {
  color: #3276B1;
}


.filters {
    margin-bottom: 0px;
}

.blue-caret {
    border-top: 4px solid #3276B1;
}



.pointer-cursor{
    cursor: pointer;
}

.custom-link {
   font-size:12px;
   padding:4px 0px 0px 0px;
   text-align:right;
   font-weight:bold;
}

.h-left-spacer15{
    padding-left:15px;
}

.vSpacer2{
    margin-top: 2px;
}

.vSpacer3{
    margin-top: 3px;
}

.vSpacer5{
    margin-top: 5px;
}

.vSpacer10{
    margin-top: 10px;
}

.vSpacer20{
    margin-top: 20px;
}

.vSpacer30{
    margin-top: 30px;
}

.vSpacer40{
    margin-top: 40px;
}

.align-right{
    text-align: right;
}

.align-left{
    text-align: left;
}

.progress{
    margin-bottom:5px;
    height:3px;
}

.settings-help-text {
  height:100%;
  min-height:100%;
  position:relative;
}

.settings-help-text p{
  position:absolute;
  top:0;
  text-align: left;
  padding:5px;
}

.bs-callout {
  margin: 0;
  padding-top: 0;
  padding-bottom: inherit;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 2px solid #eee;
  padding-left: 10px;
  height:20%;
  min-height:20%;
  background-color: #f8f8f8;
  border-color: #eee;
}

.help-col {
  border-left: 2px solid #eee;
  padding-left: 10px;
  padding-top: 5px;
  background-color: #f0f0f0;
  border-color: #ccc;
  height: 60px;
}

.application-settings-help-text-zone {
    padding-bottom: 120px;
}

.mail-settings-help-text-zone {
    padding-bottom: 120px;
}

.password-settings-help-text-zone {
    padding-bottom: 90px;
}

.mobile-settings-help-text-zone {
    padding-bottom: 80px;
}

.encryption-settings-help-text-zone {
    padding-bottom: 60px;
}

.external-authentication-settings-help-text-zone {
    padding-bottom: 210px;
}

.recaptcha-settings-help-text-zone {
    padding-bottom: 150px;
}

.user-interface-settings-help-text-zone {
    padding-bottom: 60px;
}

.message .message-title {
    font-size: 18px;
    color: #3276B1;
}

.message .message-body {
    padding: 10px 0 40px 0;
}




ul.drive{
    margin:20px;
    padding: 0;
    list-style:none;
}

ul.drive > li{
    width: 50%;
    display: block;
    margin-bottom: 20px;
}

ul.drive > li.default span.icon{
    color: #5C5C5C;
}

ul.drive > li .checkbox-default{
    margin: 0;
}

ul.drive > li span.icon{
    width: 64px;
    height: 64px;
    display: block;
    line-height: 64px;
    text-align:center;
    font-size: 48px;
    color: #9C9C9C;
    float:left;
    margin-right: 10px;
}

ul.drive > li div.info{
margin-left: 74px;
}

ul.drive > li div.title{
    font-weight: bold;
}

ul.drive > li div.progress{
    height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #D0E4F7;
}

ul.drive > li div.desc{
    font-size:11px;
    line-height: 18px;
    position: relative;
}

ul.drive > li div.info div.desc .editable-wrap{
    position: absolute;
    margin-left: 5px;
    margin-top:-2px;
}

ul.drive > li div.info div.desc .editable-wrap input{
    font-size: 11px;
    width: 80px;
}

ul.drive > li div.info div.desc .editable-wrap .form-control{
    height: 18px;
    padding: 2px 4px;
}
ul.drive > li div.info div.desc .editable-wrap .btn{
    padding: 1px 4px;
    font-size: 10px;
}

ul.drive > li div.info div.desc .editable-wrap .help-block{
    margin-top: 2px;
}

iframe.tos {
    height: 400px;
    width: 100%;
    margin: 0 0 40px 0;
    border: 0;
    display: block
}

.sync-bootbox-confirm .modal-content .btn {
    padding:2px 10px;
}

.sync-bootbox-confirm .modal-footer {
    padding: 8px 20px 10px;
}

.upload-file-btn{
    position:relative;
}

.upload-file-btn input.file-input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.navbar-default .navbar-brand {
     background: url('../rest/logo') no-repeat;
     width:250px;
     float: left;
     height:50px;
}

.logo{
    -webkit-background-size:contain !important;
    -moz-background-size:contain !important;
    -o-background-size:contain !important;
}

.logo img{
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-container{
    margin-bottom: 20px;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 11001;
}

ul.token-input-list-facebook {
    width: 100%;
}

.auto-complete-style{
    width: 100%;
}
.auto-complete-style-applet{
    width: 100%;
}


textarea.share-message {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 396px;
    min-width: 396px;
    max-height: 400px;
    min-height: 90px;
}

textarea.dlv-recipient {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 296px;
    min-width: 296px;
    height: 60px;
    min-height: 60px;
}

textarea.dlv-recipient-expanded {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 396px;
    min-width: 396px;
    height: 60px;
    min-height: 60px;
}

textarea.dlv-message {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 296px;
    min-width: 296px;
    height: 190px;
    min-height: 190px;
}

textarea.dlv-message-non-applet {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 296px;
    min-width: 296px;
    height: 190px;
    min-height: 234px;
}

textarea.dlv-message-expanded {
    font-size: 12px;
    padding: 5px 10px;
    height: 3em;
    max-width: 396px;
    min-width: 396px;
    height: 190px;
    min-height: 190px;
}

input[type="text"], input[type="email"], input[type="password"]{
  line-height: inherit; /* for i.e. */
  padding-top: 4px;
}

.listingNav input[type="text"] {
	padding: 0 0 0 2px;
}

.settings-select{
    padding-top:2px;
}



/** daterange picker **/
.daterangepicker .ranges{
    width: 172px;
}

.daterangepicker .ranges .input-mini{
    width: 80px;
}

table thead th[sort]{
    cursor: pointer;
}

table thead th{
    white-space:nowrap;
}

li.token span.text{
    margin-left: 5px;
}

.bs-callout-show-info {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 2px solid #eee;
  padding-left: 10px;
  height:100%;
  min-height:100%;
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

.bs-callout-server-info {
  margin: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 2px solid #eee;
  padding-left: 10px;
  height:100%;
  min-height:100%;
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

.notification-error-count-badge {
  background-color: #CC0000;
}

.unsent-notifications-count-badge {
  background-color: orange;
}

.email-notification-filters {
    padding-top:10px;
}

.email-notification-filters-button {
    padding-top:10px;
    padding-left:13px;
}

/* Hidden placeholder */
select option[disabled]:first-child { display: none; }

.email-notifications-dropdown-menu > li > a {
    padding-left: 10px;
}

.status-error {
    color:red;
}

.status-pending {
    color:orange;
}

.settings-label {
    text-align:right;
    padding-right:275px;
    color:#D2D2D2;
}

.info-label {
    font-size: 12px;
    font-weight: bold;
}

.button-run-cleanup {
    padding-top: 20px;
    padding-left: 65px;
}

#actionbar-refresh{
    cursor: pointer;
}


.indent{
    padding-left:10px;
}
/* For IE bug regarding truncating fields */
.truncated {
    float:left;
    width:360px;
}

.normal-label {
   font-size:12px;
}

.select-label {
   font-size:14px;
}

.nlv-form-small .select-sm {
    padding: 2px 5px 2px 5px;
}

.control-enabled{
    color: green;
}

.control-disabled{
    color: red;
}

.control-white-text {
    color: #f5f5f5;
}

.control-white-text:hover {
    color: #f5f5f5;
    text-decoration: none;
}

table.contact >tbody >tr  >td.email, table.contact >thead >tr  >th.email{
    width: 20%;
    text-align:left;
}

table.contact >tbody >tr  >td.name, table.contact >thead >tr  >th.mane{
    width: 20%;
    text-align:left;
}

table.contact >thead >tr  >th.roles, table.contact >tbody >tr  >td.roles{
    width: 5%;
    text-align:center;
    padding: 8px 0 8px 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
table.contact >tbody >tr  >td.last-sign-in, table.contact >thead >tr  >th.last-sign-in{
    width: 8%;
    text-align:left;
}
table.contact >tbody >tr  >td.space-used, table.contact >thead >tr  >th.space-used{
    width: 7%;
    text-align:right;
}
table.contact >tbody >tr  >td.status, table.contact >thead >tr  >th.status{
    width: 8%;
    text-align:left;
}

.clear {
    clear: both;
}

.section-view-page .card {
    background-color: #FBFBFB;
    margin-bottom: 20px;
}

.section-view-page .panel-primary .card-heading {
    color: #080707;
    background-color: #EBEFF1;
    border-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
}

.section-view-page .panel-primary .card-heading .card-title {
  padding: 6px 0px 6px 0px;
  text-transform: none;
}

.section-view-page .panel-primary .card-heading .nav > li > a {
  padding: 1px 10px 2px 10px;
  text-transform: none;
  color: #3276B1;
}

.section-view-page .panel-primary .card-heading .nav > li > a:hover,
.section-view-page .panel-primary .card-heading .nav > li > a:focus {
    text-decoration: none;
    background-color: #F5F9FC;
}

.section-view-page .panel-primary .card-heading .nav .open > a,
.section-view-page .panel-primary .card-heading .nav .open > a:hover,
.section-view-page .panel-primary .card-heading .nav .open > a:focus {
    background-color: #F5F9FC;
    border-color: #428BCA;
}

.section-view-page .panel-primary .card-heading .dropdown-menu > li > a {
  padding: 6px 15px 6px 15px;
  text-transform: none;
  color: #3276B1;
}

.section-view-page .panel-primary .label-info-title {
   font-size:12px;
   font-weight:bold;
   padding:4px 15px 4px 0px;
   text-align:right;
   color:#333;
}

.section-view-page .panel-primary .card-body .label-info-value {
   font-size:12px;
   padding:4px 0px 4px 30px;
   text-align:left;
   color:#333;
}

.section-view-page .panel-primary .card-body .label-message {
   font-size:12px;
   padding:4px 0px 4px 30px;
   text-align:center;
   color:#333;
}

.section-view-page .card-title {
   font-size:14px;
   font-weight:bold;
   color:#3276B1
}

.section-view-page .message {
    padding: 0;
}

.section-view-page .table-striped > tbody > tr:nth-child(2n+1) > td
{
    background-color: #F7F7F7;
}


.section-view-page .table-striped > tbody > tr:nth-child(2n) > td
{
    background-color: #FFFFFF;
}

.section-view-page .table-striped
{
    margin-bottom: 5px;
}



.workspace-files-section .card-body {
    padding: 0px;
}



.breadcrumb {
    padding: 8px 15px;
    background-color: #F0F0F0;
    margin-bottom: 15px;
    font-size: 12px;
}

.custom-select {
    padding: 0px;
}

.hide-caps-lock{
    display: none;
}

.show-caps-lock{
    display: block;
    position:relative;
}

.info-label {
    font-size: 12px;
    font-weight: bold;
}

.custom-bs-callout {
    border-left: 2px solid #eee;
    background-color: #F2F4F5;
    border-color: #C0D0D5;
    padding-top: 8px;
}


.modal {
    overflow: hidden;
}

.modal-dialog {
    width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modalContact > .modal-dialog {
    width:50% !important;
}

.modalMonitorSystemActivity > .modal-dialog {
    width:60% !important;
}

.zero-gutter {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


.modalContact .modal-body {
    position: relative;
    padding: 15px;
    overflow: hidden;
    height: 420px;
}

.modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
}

.modal-dialog.modal-set-password {
    width: 40%;
}

.page-header .float-end .btn-default {
    background-color: #ebebeb;
}

/* Search panel */
.row .search-panel-container{
    margin-left: 0px;
}

.rte div {
    border-radius: 3px;
}

.rte span.cke_top {
    border-radius: 3px 3px 0 0;
}

.search-panel-container .body .divider-vertical {
    font-size: 23px;
    margin: 0 22px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #f2f2f2;
}

.search-panel-container input[type="checkbox"]{
    width: 20px;
    margin-left:10px;
    margin-top:9px;
}

.search-panel-container .form-group{
    margin-bottom: 0px;
}

.search-panel-container .no-left-padding{
    padding-left: 0px;
}

.search-panel-container .half-left-padding{
    padding-left: 3px;
    margin-right: -10px;
}

.search-panel-container .body {
    padding-left: 0px;
    background: linear-gradient(to bottom, #E6E6E6 0%,#CACACA 100%);
    width:100% ;
    margin-left:0px;
    padding-top:10px;
    padding-bottom:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BDBDBD;
}

.search-panel-container .footer{
    padding-left: 0px;
    background-color: #428bca;
    width:100% ;
    margin-left:0px;
    height: 5px;
    width: 100%;
    float: left;
}

.search-panel-container .extended-panel{
    padding:15px 0 15px 0;
    background-color:#E4E4E4;
    width:100%;
    width: 100%;
    float: left;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
}

/*
.search-panel-container .form-control{
    padding: 6px 3px;
    font-size: 12px;
}*/

.search-panel-container .extra-right-margin{
    margin-right: 10px;
}

.search-panel-container .slide-up-down {
    font-size: 20px;
    min-width: 20px;
    float: right;
    cursor: pointer;
    color: #777777;
    margin-right: -10px;
}

.search-panel-container .has-more-active-filters.slide-up-down {
    color: #5cb85c;
}

.search-panel-container .has-more-active-filters .slide-up-down {
    color: #5cb85c;
}

.search-panel-container .from-to-icon {
    margin-top: 10px;
    font-weight: normal;
    font-size: 9px;
    float:left;
}

.search-panel-container .search-panel-container-body {
    margin-right: -30px;
}

.search-panel-container .extended-panel .form-group {
    margin-bottom:0px;
}

.search-panel-container .extended-panel .form-group .checkbox{
    margin-bottom:0px;
}

.search-panel-container .extended-panel .extended-panel-footer{
    border-top: 1px solid #BDBDBD;
    padding-top: 15px;
    margin-top: 15px;
    float: left;
    width:100%;
}

.search-panel-container .extended-panel .extended-panel-footer .clear-all-filter-button, .clear-all-filter-button:active, .clear-all-filter-button:focus{
    color: #3276B1;
    cursor: pointer;
    background: #E4E4E4;
    border-color: #E4E4E4;
    margin-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.search-panel-container .input-daterange input[type='text']{
    width: 154px;
}

.search-panel-container .extended-panel .left-components {
    padding-left: 30px;
}

.search-panel-container .extended-panel .right-components {
   padding-left: 55px;
}

.search-panel-container .extended-panel .control-label-left {
   font-size:12px;
   color:#777777;
}

.search-panel-container .extended-panel .input-sm {
    height:25px;
}

.search-panel-container .input-group .input-group-btn .btn {
    padding: 2px 10px;
}

.search-panel-container .input-group.search-box {
    margin-left: 7px;
}

.search-panel-container .input-group.search-box .input-group-btn .btn {
    background-color: #ebebeb;
    border-color: #cccccc;
    padding-right: 1px;
    padding-left: 1px;
}

.search-panel-container .input-group.search-box .input-group-btn .btn:hover {
    border-color: #adadad;
}

.search-panel-container .input-group.search-box .input-group-btn .btn .glyphicon.glyphicon-remove {
    color: #999999;
}

.search-panel-container .input-group.search-box .input-group-btn .btn .glyphicon.glyphicon-remove:hover {
    color: #666666;
}

.search-panel-container .btn[type="submit"] {
    margin-top: 2px;
    padding: 4px 10px;
}

.search-panel-container input[type="submit"] {
    margin-left: 7px;
}

.search-panel-container .slideIcon {
    margin-top: -2px;
    top: 0px;
}

.search-panel-container .negative-margin-right {
    margin-right: -20px;
}

#extendedSearchPanel #showLockedUsers {
    margin-top: 10px;
    padding-left: 3px;
}

.placeholder {
    color: #aaa;
}

.table-fixed-layout {
    table-layout: fixed;
}

.table-fixed-layout tr td {
    margin: 0px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.table-fixed-layout tr td p {
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.gray-text {
    color: #BDBDBD;
}
.minor-text {
    color: #808080 ;
    font-size: 11px;
}

.red-text {
    color: red;
}

#expressDeliveryLink {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 260px;
    margin-right:10px;

    background-color: #ECECEC;
}

.custom-express-style {
    /*border-radius: 15px;*/
    display:table-cell;
    height: 46px;
    width: 300px;
    vertical-align: middle;

    text-decoration: none;
    background-color: #428bca;
    color: #ffffff;

    border-width:5px;
    border-style:double;
    border-color: #ECECEC;
}

.custom-express-style span {
    display:inline-block;
    vertical-align:middle;
}

.custom-express-style .glyphicon {
    font-size: 25px;
}

.custom-express-style:hover,.custom-express-style:focus, .custom-express-style:active {
    background-color: #3276b1;
    color: #ffffff;
    text-decoration: none;

    border-width:5px;
    border-style:double;
    border-color: #ECECEC;
}
.expiring {
    color: #c09853;
}
.input-sm-modal {
    padding: 2px 10px;
}
.modal-width-medium {
    width: 40%;
}

.custom-col-xs-3-width20{
    width: 21%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.require-password-link{
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    text-align: right;
    color:#3276B1;
}


.goToTop {
    position: fixed;
    z-index: 1999;
}

.goToTop > a {
    color: #3276B1;
    /*background-color: #428BCA;*/
    text-decoration: none;
    -moz-transition-property: color, opacity, border-color, box-shadow, background-color;
    -o-transition-property: color, opacity, border-color, box-shadow, background-color;
    -webkit-transition-property: color, opacity, border-color, box-shadow, background-color;
    transition-property: color, opacity, border-color, box-shadow, background-color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    outline: none;
    opacity: 0.9;
}

.goToTop > a:hover {
    color: #3276B1;
    background-color:  #d7e8ef;
    text-decoration: none;
    -moz-transition-property: color, opacity, border-color, box-shadow, background-color;
    -o-transition-property: color, opacity, border-color, box-shadow, background-color;
    -webkit-transition-property: color, opacity, border-color, box-shadow, background-color;
    transition-property: color, opacity, border-color, box-shadow, background-color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    outline: none;
    opacity: 1;
}

.back-to-top {
    right: -1px;
    display: none;
    padding: 6px 6px 6px 6px;
    bottom: 10%;
    position: fixed;
    z-index: 1999;
    cursor: pointer;
    border: 1px solid #3276B1;
    background: #fff;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 0;
    color: #000;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    min-height: 20px;
}

.back-to-top > div > span {
    font-size: 10px;
    display: block;
}

.back-to-top-ie11 {
    right: 18px;
    display: none;
    padding: 6px 6px;
    bottom: 10%;
    position: fixed;
    z-index: 1999;
    cursor: pointer;
    border: 1px solid #808080;
    background: #fff;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 0;
    color: #000;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    min-height: 20px;
}

.back-to-top-ie11 > div > span {
    font-size: 10px;
    display: block;
}


.back-to-top-edge {
    right: 12px;
    display: none;
    padding: 6px 6px;
    bottom: 3%;
    position: fixed;
    z-index: 1999;
    cursor: pointer;
    border: 2px solid #285E8E;
    background: #fff;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 0;
    color: #000;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: bold;
    min-height: 50px;
}

.back-to-top-edge > div > span {
    font-size: 15px;
    display: block;
}

.scale-image img {
    max-width: 100%;
    max-height: 100%;
    height: inherit !important;
}

.sft-form-panel {
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    padding: 15px;
    background-color: #F4F4F4
}

.compose-delivery-panel textarea {
    max-width: 721px;
    min-width: 721px;
}

.form-top-bar .body {
    padding-left: 0px;
    background: linear-gradient(to bottom, #E6E6E6 0%,#CACACA 100%);
    width:100% ;
    margin-left:0px;
    padding-top:10px;
    padding-bottom:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BDBDBD;
}

.form-top-bar .footer{
    padding-left: 0px;
    background-color: #A3AAB1;
    width:100% ;
    margin-left:0px;
    height: 2px;
    width: 100%;
    float: left;
}

.form-bottom-bar .body {
    padding-left: 0px;
    background: linear-gradient(to bottom, #E6E6E6 0%,#CACACA 100%);
    width:100% ;
    margin-left:0px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #BDBDBD;
}

.form-bottom-bar .header{
    padding-left: 0px;
    background-color: #A3AAB1;
    width:100% ;
    margin-left:0px;
    height: 2px;
    width: 100%;
    float: left;
}

.sft-modal .modal-header {
    background-color: #dcdcdc;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sft-modal .modal-content {
    background-color: #F4F4F4
}

.sft-modal .modal-footer {
    background-color: #dcdcdc;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.fixed-width {
    max-width: 100%;
    min-width: 100%;
}

.hide{
    display: none;
}

.search-label {
    font-size:14px;
    padding:4px 0px 0px 0px;
    text-align:right;
    color:#3276B1;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.qtip-sft {
    border: 1px solid #999999;
    background-color: #ffffff;
    max-width:530px;
}
.qtip-sft .qtip-content {
    padding : 0;
    max-height: 234px;
    overflow-y: auto;
}
.qtip-sft .qtip-titlebar {
    color: #ffffff;
    background-color: #428bca;
    max-width: 500px;
}
.qtip-sft .qtip-titlebar .qtip-close {
    background-color: #428bca;
    color: #ffffff;
    border: 0px;
}
.qtip-sft .qtip-titlebar .qtip-close:hover {
    background-color: #3878AF;
    border: 0px;
}
.white-background {
    background-color: #ffffff;
}
.margin-left-n15 {
    margin-left: -15px;
}
.table thead th a {
    vertical-align: bottom;
}
.glyphicon-arrow-up  {
    color: #666666;
}
.glyphicon-arrow-down {
    color: #666666;
}

.btn .glyphicon:before
 {
    display: inline-block;
    padding: 6px 8px
 }

.btn .glyphicon:before
{
  display: inline-block;
  padding: 6px 8px
}

.contact-menu {
    visibility: hidden;
}

.context-menu-one:hover .contact-menu {
    visibility : visible;
}

.context-menu-one:hover .contact-menu .createDelivery, .context-menu-one:hover .contact-menu .contactsDelete {
    color: #3276B1;
    cursor: pointer;
}

.glyphicon.glyphicon-envelope.createDelivery:before, .glyphicon.glyphicon-bin.contactsDelete:before, .glyphicon.glyphicons-edit.contactEdit:before {
    padding: 3px 4px;
}

.createDelivery, .contactsDelete, .contactEdit{
    color: #3276B1;
    margin-top: -4px;
}

.warning {
    font-weight: bold;
    color:orange;
    font-family: Verdana, Arial, sans-serif;
}

.custom-popover {
    position: absolute;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width:340px;
    box-shadow:0 1px 3px #ccc;
    margin-top: 10px;
    z-index: 10;
}

.custom-popover:after, .custom-popover:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* -------- Popover placed to the top-right of the field --------- */
.custom-popover.right-top-arrow:after, .custom-popover.right-top-arrow:before {
    right: 100%;
    top: 5px;
}

.custom-popover.right-top-arrow:before {
    border-color: rgba(195, 245, 29, 0);
    border-right-color: #ddd;
    border-width: 8px;
    margin-top: -1px;
}


.custom-popover.right-top-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 7px;
    margin-top: 0px;
}

/* -------- Popover placed to the bottom-left of the field --------- */
.custom-popover.bottom-left-arrow:after, .custom-popover.bottom-left-arrow:before {
    bottom: 100%;
    left: 10px;
}

.custom-popover.bottom-left-arrow:before {
    border-color: rgba(195, 245, 29, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -1px;
}

.custom-popover.bottom-left-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: 0px;
}

.form-signin .custom-popover{
    width: 150px;
}

.password-rule .invalid {
    padding-left:0px;
    line-height:24px;
    color: #BABABA;
}

.password-rule .valid {
    padding-left:0px;
    line-height:24px;
    color:#83CE40;
}

.confirm-password {
   padding: 2px 10px;
   width:200px;
}

.confirm-password .invalid {
    color: #b94a48;
}

.confirm-password .valid {
    color:#83CE40;
}

.disabledUser				{ color:#666; }

.pendingUser				{ color:#063; }

.deletedUser				{ color:#666; }


#jsNotAvailable {
    width: 100%;
    background: #fffab2;
    padding: 5px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

.cookie-banner {
    background-color: #e8f0fe;
    position: fixed;
    height: 80px;
    bottom: 0;
    left: 0;
    right:0;
    max-height: 80px;
    overflow-y: auto;
    padding: 10px 50px 10px 20px;
    margin: 0 0 1px 0;
    border-radius: 5px;
    border: 1px solid #0000ee;
}

.governance-pre {
    height: auto;
    overflow: auto;
    max-height: 50vh;
    white-space: pre-line;
}

#altHeaderLogoRow {
    display: none;
}
