/* app css stylesheet */

/*body {
  background: url('/static/space/img/bg/atrium_bg_hd') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/* .form-control { */
/*     padding:4px; */
/*     height:30px */
/* } */

.body {
  font-size:12px;
}

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

button[disabled]{
  opacity: .5;
}

.ui-select-bootstrap .ui-select-choices-row>a{
  white-space: normal;
}

.missing { color: #FFD700; font-weight: bold; }
.warning { color: #FFA500; font-weight: bold; }
.error { color: #FF0000; font-weight: bold; }
.ok { color: green; font-weight: bold; }

div[disabled]{
  pointer-events: none;
  opacity: 0.5;
}

div[disabled].ui-select-container, div[disabled].ui-select-match {
  opacity: 1;
}

input.hidden-input{
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -999;
}

.signatoriesBtn{
  width: 100%;
}

.fa-check-square-o:before {
  content: "\f046" !important;
}

/*
tbody tr td {
  padding:4px !important;
}
*/

.disabled-background {
  background-color: rgba(100, 100, 100, 0.4);
}

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

input[required], select[required], ui-select[required], textarea[required], div[required] span.ui-select-toggle, button[required] {
  background-image: radial-gradient(red 15%, transparent 16%), radial-gradient(red 15%, transparent 16%);
  background-size: 1em 1em;
  background-position: top left;
  background-repeat: no-repeat
}

.deleteDataLink {
  color: #337ab7;
}

.deleteDataLink:hover {
  cursor: pointer;
  color: #D10000 !important;
}

.editDataLink:hover {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.Flipped, .Flipped .Content
{
  transform:rotateX(180deg);
  -ms-transform:rotateX(180deg); /* IE 9 */
  -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}

.span-3 {
  width: 277px;
}

.form-group.btn {
  border: 1px solid #cccccc;
  border-top-radius: 4px;
  border-bottom-radius: 0;
  width: 208px !important;
}

.form-group, {
  float: left;
  clear: left;
  width: 240px;
}

span.form-control {
  margin-bottom: 0;
  #border-radius: 0;
  border: 1px solid #cccccc;
  #border-top: none;
  padding-right: 20px;
}

.row .form-group:first-child input.form-control {
  border-top: 1px solid #cccccc;
  border-top-radius: 4px;
}
.row .form-group:last-child input.form-control {
  border-bottom-radius: 4px;
}
.ng-repeat-reorder-parent, [ng-repeat-reorder]{
	z-index: 10;
	position: relative;
}
[ng-repeat-reorder].dragging{
	z-index: 11;
	position: absolute;
}
.form-group.dragging span {
  border: 1px solid #cccccc;
}
.form-group.dragging-after span {
  background-color: green;
  border-top: 1px solid #cccccc;
}
.form-group.dragging-before span {
  background-color: red;
}

#names > div:first-child{
	border-bottom-left-radius: none;
	border-bottom-right-radius: none;
}

.active-drag-below {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.ace_editor { height: 120px; }

.app-modal-window .modal-dialog {
//  width: 1000px;
}

.app-modal-window-larg .modal-dialog {
//  width: 1500px;
}

.table-striped > tbody > tr:nth-of-type(odd) > td {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(even) > td {
    background-color: #fff;
}
.table-stripped tr.selected > td{
  background-color: #d9edf7 !important;
}
.table-striped > thead  > tr > th {
    background-color: #fff;
}

.pinned.floating {
  z-index: 1000;
  box-shadow: 2px 2px 2px lightgray;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin-180 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(179deg);
    transform: rotate(179deg);
  }
}
@keyframes fa-spin-180 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(179deg);
    transform: rotate(179deg);
  }
}

.table.no-margin-table {
  margin-bottom: inherit;
}

.event-top-resume-table {
  overflow: visible;
}

.event-top-resume-panel-heading {
  padding: 5px;
}

.resize{
  margin-top: 0.5em;
}

.custom_label {
    font-weight: inherit !important
}

.custom_label.required::before{
    content: "* ";
    color: red;
}

.resizeHelper {
  cursor: e-resize;
  border-right: #ddd solid 1px;
  position: relative;
  right: -8px;
  width: 20px;
}

.ui-resizable-helper {
  border: 1px dotted gray;
  position: absolute;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue;
}

.with-sm-border {
    border: 0.5px solid;
}

.signers-container .group-container {
    border: 1px solid;
    min-height: 30px;
    max-width: 500px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.signers-container .group-container li {
    background-color: cyan;
    margin-top: 5px;
    padding: 10px;
    list-style-type: none;
    background-color: #f9f9f9;
}

.esign-order-settings .fa-toggle-on,
  .esign-use-sms-settings .fa-toggle-on,
  .esign-expire-settings .fa-toggle-on,
  .esign-cc-settings .fa-toggle-on,
  .dgs-search .fa-toggle-on,
  .esign-on-paper .fa-toggle-on {
    font-size: 30px;
    cursor:pointer;
}

i.fa-toggle-on.active {color: #5cb85c}
i.fa-toggle-on.inactive {color: #d9534f}

.ui-select-bootstrap>.ui-select-match>.btn{
  overflow: hidden;
}

.esign-logo {
    max-width: 400px;
}

form.paginationForm{
  float: left;
  margin: 20px 0;
  color: #337ab7;
}

form.paginationForm input{
  margin: 3px 0;
  margin-right: 5px;
  color: #337ab7;
  text-indent: 5px;
  border: 1px solid #ddd;
}

form.paginationForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #337ab7;
    opacity: 1; /* Firefox */
}

form.paginationForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #337ab7;
}

form.paginationForm input::-ms-input-placeholder { /* Microsoft Edge */
    color: #337ab7;
}

form.paginationForm p.pagText{
  float: left;
  margin-bottom: 0;
  padding: 6px 0;
  margin-right: 10px;
}

form.paginationForm p.totalPag{
  float: right;
  margin-bottom: 0;
  padding: 6px 0;
}

.alert-custom-paragraph,
 .center-aligned-paragraph {
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

p.par_form, .dmos_alert_input, .dmos_alert_select{
  float: left;
  margin: 0 3px;
}

.dmos_alert_input{
  width: 100px;
}

.dmos_alert_select{
  width: 150px;
}

.events_list {
  max-height: 200px;
  overflow: hidden scroll;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.dgs_publications, .dgs_publications_list{
  margin-top: 20px;
  list-style-type: none;
}

.dgs_publications_list{
  margin-bottom: 20px;
}

.dgs_publications li, .dgs_publications_list li{
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.dgs_publications li:nth-child(2){
  color: red;
}

.dgs_publications li:nth-child(3),
 .grey {
  color: grey;
}

.dgs_publications li:nth-child(4) {
  color: #6aa84f;
}

.dgs_publications li:nth-child(5),
 .green {
  color:  green;
}

.dgs_publications li:nth-child(6) {
  color: blue;
}


.dgs_publications_list li:nth-child(4),
 .red {
  color: red;
}

.dgs_publications_list li:nth-child(5),
 .orange {
  color: orange;
}

.dgs_publications_list li:nth-child(3){
  color:  green;
}

.errors_grid td {
  color: red;
}

#toTop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	display: none;
  z-index: 99999;
}

.alert-holder p{
  display: inline-block;
}


.contract-remuneration-header-span{
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.contract-remuneration-header-span i.published{
    color: #5cb85c;
}

.contract-remuneration-header-span i.unpublished{
    color: #dddddd;
}

.form-height-spacing-top {
    margin-top: 25px;
}

.form-height-spacing-bottom {
    margin-bottom: 25px;
}

.centered-text {
    text-align: center;
}

.api-dgs-modal,
 .dgs-modal {
    position: fixed;
    left: 50%;
    margin-left: -50%;
}

.dgs-modal .modal-dialog {
    width: 25%;
    margin-top: 10%;
}

.api-dgs-modal .modal-dialog {
    width: 53%;
    margin-top: 10%;
}

.api-dgs-modal ul,
.dgs-modal ul {
    padding-left: 0px;
}

.api-dgs-modal li,
 .dgs-modal li {
    list-style: none;
}

.disabled-link:hover {
    cursor: not-allowed;
}
.disabled-link {
    color: #CCC;
}

.clear {
    clear: both;
}

.no-left-padding {
    padding-left: 0px;
}