﻿body {
	font-family: 'Open Sans', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	/*font-size: 1.5em;
	line-height: 14px;
	font-weight: 400;*/
}

p, span, a, ul, li, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5em;
	font-weight: 300;	
}

strong {
  font-weight: 500;
}

strong td {
  font-weight: 400;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.tile {  
  width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background: #fff;		
	padding: 20px;
	margin-bottom: 30px;  
  }
  .title {
		margin-top: 0px;
	}

  .purple {
    background: #8C0095;		
  }
    .purple:hover {
        background:#A700AE;
    }
  
  .red {
    background: #AC193D;
  }
    .red:hover {
        background:#BF1E4B;
    }
  
  .green {
    background: #008A00;
  }
    .green:hover {
        background:#00A600;
    }
  .blue {
    background: #2672EC;
  }
    .blue:hover {
        background:#2E8DEF;
    }
  
  .orange {
    background: #D24726;
  }
.orange:hover {
        background:#DC572E;
    }

.bglightgrey {
        background-color:lightgray;
    }
.modal-w50 {
        width:50%;
    }
.modal-w100 {
        width:100%;
    }
.dd-modal-width-50 .modal-dialog {
        width:50%;
    }
.dd-modal-width-100 .modal-dialog {
        width:100%;
    }
.dd-infobar{
    position: relative;
    display: block;
    top:60px;
    width: 100%;
    z-index: 999;
}
.dd-alerts {
    position: relative;
    margin:0 auto;
    width: 600px;
    display: inline-block;
}

.dd-cover{ 
    position:absolute; 
    background-color:#fff; 
    z-index:4; 
    height: 100%;
    width: 100%;
    display:block; 
    z-index: 900;
}
#dd-loading{ 
    position:fixed; 
    top:0; 
    right:0; 
    bottom:0;
    left:0; 
    background: #FFFFFF url(images/loading.gif) no-repeat center; 
    margin: 0 auto;
    position:fixed;
    z-index:5; 
    width:600px; 
    height:600px; 
    display:block; 
}

.dd-action {
    width:80px;
}
.dd-click {
    cursor: pointer;
}
.dd-rm-action {
    margin-top:26px;
}
.dd-modal-dialog .modal-header {
    padding:0 15px;
}
.modal-dialog-title {
    padding:15px;
    line-height: 1.428571429;
    color:#fff;
}
.modal-title-error {
    background-color:#d2322d;
}
.modal-title-warnning {
    background-color:#EAB200;
}
.modal-title-confirm {
    background-color:#333333;
}
.modal-title-info {
    background-color:#eeeeee;
    color:#3a87ad;
}
.dd-icon-button {
    padding:7px;
}
.dd-icon-button h4 {
    margin: 4px;
}
.dd-selected {
    background-color:lightblue !important;
}
.dd-sel-border {
    border:dotted blue;
}

@media screen and (min-width: 768px) {
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }
}

.dd-anl-para {
    margin-right: 5px;
}
.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}
.dd-vh-2{
    width: 5vw;
}
.dd-vh-5{
    width: 5vw;
}
.dd-vh-10{
    width: 10vw;
}
.dd-vh-15{
    width: 10vw;
}
.dd-vh-20{
    width: 20vw;
}
.dd-vh-25{
    width: 20vw;
}
.dd-vh-30{
    width: 30vw;
}
.dd-vh-35{
    width: 30vw;
}
.dd-vh-40{
    width: 40vw;
}
.dd-vh-45{
    width: 50vw;
}
.dd-vh-50{
    width: 50vw;
}
.dd-vh-55{
    width: 50vw;
}
.dd-nav-head {
    padding:10px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin:0 auto;
}
.ddbtn-sm-4 {
    padding: 4px 10px;
}
.dd-th {
    z-index: 2;
    /*min-width:20vw;*/
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 10px;
    text-transform: uppercase;
}
.menu-title {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 10px;
    text-transform: uppercase;
    text-align:center;
    margin: 0 auto;
    border-right:#e7e7e7;
}
*
{
  box-sizing: border-box;
}
 
.Modal-backdrop
{
 position: fixed;
 top: 0px;
 left: 0px;
 height:100%;
 width:100%;
 background: #000;
 z-index: 1;
 opacity: 0.5;
}
 
.Modal-holder
{
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: transparent;
  z-index: 2;
  padding: 30px 15px;
}

.Modal-box
{
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;
}
 
@media screen and (min-width: 992px)
{
  .Modal-box
  {
    width: 50%;
    padding: 30px;
  }
}
.dd-combo .dd-combo-wrapper {
    display:block;
    z-index: 900;
    text-align: left;
    background-color: #ffffff;
    position: absolute;
    left: 5px;
    right: 5px;
    width: 100%;
    height:55em;
    margin: 5px auto; 
    overflow:hidden;
    box-shadow: 10px 10px 5px #888;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dd-modal-table-wrapper {
    overflow:scroll;
    width:100%;
    height:50em;
}
.modal-table-viewer {
    overflow:scroll;
}
/*.dd-combo .dd-combo-wrapper:before {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #BF1E4B;
}*/
.dd-modal-wrapper{
    padding: 0 20px;
}
.dd-scroller-both{
    overflow:scroll;
}
.dd-table-full-both{
  overflow:scroll;
  height: 100%;
  width: 100%;
  position: absolute;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue;
}
.dd-doctype {
    padding:15px;
    margin: 0 auto;
    font-size:xx-large;
    text-align:center;
}
.dd-docprw {
    display:block;
    position:relative;    
}
.dd-docname {
    position: absolute;
    width:100%;
    padding:5px;
    margin: 0 auto;    
    text-align:center;
    z-index:12;
    left:0px;
    bottom:0px;
    background-color:black;
    color:white;
    opacity:0.55;
}
.dd-download-btn {
    position: absolute;
    right:0px;
    top:0px;
    z-index:12;
}
.dd-nounderline:hover {
    text-decoration: none !important
}
.dd-preview{ 
    position:fixed; 
    top:0; 
    right:0; 
    bottom:0;
    left:0; 
    margin: 0 auto;
    position:fixed;
    z-index:5; 
    width:100%; 
    height:100%; 
    display:block; 
}
.dd-previewarea {
    width:80%;
    height:100%;
    padding: 5%;
    margin: 0 auto;
}
.dd-thumbnail {
    height: 165px;
    width:100%;
    display: flex;
    align-items: center;
    z-index:10;
}
.dd-thumbnail img {
    z-index:11;
    max-height:165px;
}

div.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/******************************************************
	RAISED BUTTONS
******************************************************/

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #33a6cc;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-success.raised {
	box-shadow: 0 3px 0 0 #008c52;
}
.btn-success.raised:active, .btn-success.raised.active {
	background: #39bf87;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-info.raised {
	box-shadow: 0 3px 0 0 #35a2b5;
}
.btn-info.raised:active, .btn-info.raised.active {
	background: #5fd4e8;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-warning.raised {
	box-shadow: 0 3px 0 0 #b87430;
}
.btn-warning.raised:active, .btn-warning.raised.active {
	background: #eba259;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-danger.raised {
	box-shadow: 0 3px 0 0 #bf4343;
}
.btn-danger.raised:active, .btn-danger.raised.active {
	background: #f26d6d;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}

/******************************************************
	SHARP BUTTONS
******************************************************/

.btn.sharp {
	border-radius: 0;
}

/******************************************************
	BUTTON SIZING
******************************************************/

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}
.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}
.btn-xs.btn-default, .btn-xs.outline {
	padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}
/******************************************************
	BUTTON SIZING
******************************************************/

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}
.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}
.btn-xs.btn-default, .btn-xs.outline {
	padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}
/******************************************************
	DOCUMENTS
******************************************************/
.document-detail {
    box-shadow: 10px 10px 5px #888888;
    padding:4px 2px;
    background-color:#fff;
    border: solid 1px #ccc;
    margin: 0 auto;
    position: relative;
    display: table; /*This is important */
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}
.document-detail .detail-content {
    margin: 6px 4px;
}
.strong {
    font-weight:bold;
}
.strong .dd-cell {
    font-weight:bold;    
}
.show-on-hover {
     display: none;
}
.table-row:hover  .show-on-hover {
    display: block;
}
/******************************************************
	TABLE VIEWER
******************************************************/
.table-viewer .table {
    width:100%;
}
.table-viewer .table td, .dd-cell {
    white-space: nowrap;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 10px;
    cursor:pointer;
}
/******************************************************
	NAVIGATION
******************************************************/
.navbar-xs { min-height:12px; height: 12px; }
.navbar-xs .navbar-brand{ padding: 0px 10px;font-size: 10px;line-height: 12px; }
.navbar-xs .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 12px; }


.panel-heading-sm{
    height: 2.5em;
    padding: 4px 10px;
}

.panel-body-sm{
   padding: 5px 10px;
}

table.table-heading-sm thead tr th, table.table-heading-sm  tbody tr td{
  	font-size: 12px;
    height: 28px;
    padding: 4px 10px;
}

.table-body-sm{
   padding: 5px 10px;
}

.capitalize {
    text-transform: capitalize;
}
.pad-left-20 {
    padding-left:20px;
}
.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.thumbnail img {
    width: 100%;
}
.lg-check {
    transform:scale(1.5, 1.5);
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
    border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-right-width: 1px;
}
.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
    float: left;
}
.clear-margin {
    margin:0;
}
.clear-side-margin {
    margin-left:0;
    margin-right:0;
}
.clear-side-padding {
    padding-left:0;
    padding-right:0;
}
.panel-heading-sm{
    height: 28px;
    padding: 4px 10px;
}

.panel-body-sm{
   padding: 5px 10px;
}

table.table-heading-sm thead tr th, table.table-heading-sm  tbody tr td{
  	font-size: 12px;
    height: 28px;
    padding: 4px 10px;
}

.table-body-sm{
   padding: 5px 10px;
}

.capitalize {
    text-transform: capitalize;
}
.dd-detail-head {
    background-color:#D3D3D3;
    text-transform: uppercase;
    text-align:center;
}
/*TABS*/
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;

}

/** Arrow breadcrumbs **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #428bca;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
        border-left: 10px solid #3276b1;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
        border-left: 10px solid #285e8e;
    }

    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child):after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child):before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child):after {
        border-left: 10px solid #d9534f;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child):before {
        border-left: 10px solid #d43f3a;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
        border-left: 10px solid #ac2925;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child):after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child):before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child):before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
        border-left: 10px solid #269abc;
    }

/**image selector**/
.image-selector {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.image-selector .image {
    opacity: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}
    .image-selector .preview {
        opacity: 1;
        display: block;
        width: 100%;
        transition: .5s ease;
        backface-visibility: hidden;
    }

.middle-item {
    transition: .5s ease;
    opacity: 0;
    text-align: center;
    z-index: 5;
}
.image-selector:hover .image {
    opacity: 0.3;
}

.image-selector:hover .middle-item {
    opacity: 1;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.wrap {
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}