
.bg{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    z-index: -950;
    background-image: url(/images/project_gate_home.jpeg);
    background-repeat: no-repeat;
    background-size:cover;
}

.toolBoxTalkView p{
    margin: 0;
}

#scope_type_radio {
    margin: 0 10px 0 10px;
  }

#modalComments{
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#modalBlade{
    color: white;
}

#slideLeft{
    position:fixed;
    z-index: 100;
    top:50%;
}

#slideRight{
    position:fixed;
    right: 15px;
    top:50%;
}

#dropzoneSubmit{
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  .center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #invoiceReviewTable2 th:first-child, #invoiceReviewTable2 td:first-child
  {
    position:sticky;
    left:0px;
    background-color: #0d89fd;
    color: white;
  }

  .checkbox-wrapper-1 *,
        .checkbox-wrapper-1 ::after,
        .checkbox-wrapper-1 ::before {
          box-sizing: border-box;
        }
        .checkbox-wrapper-1 [type=checkbox].substituted {
          margin: 0;
          width: 0;
          height: 0;
          display: inline;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
        }
        .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          height: 1.15em;
          width: 1.15em;
          margin-right: 0.6em;
          color: rgba(0, 0, 0, 0.275);
          border: solid 0.06em;
          box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
          border-radius: 0.2em;
          background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
          background-size: 0;
          will-change: color, border, background, background-size, box-shadow;
          transform: translate3d(0, 0, 0);
          transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
        .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
          box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
          background-color: #f0f0f0;
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
          background-color: #3B99FC;
          background-size: 0.75em;
          color: rgba(0, 0, 0, 0.075);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
        .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
          background-color: #0a7ffb;
          color: rgba(0, 0, 0, 0.275);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
          box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
        .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
          box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
          opacity: 0.5;
        }

        .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
          color: rgba(255, 255, 255, 0.275);
          background-color: #222;
          background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
        }
        .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
        .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
          background-color: #444;
          box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
        }
        .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
          background-color: #a97035;
          color: rgba(255, 255, 255, 0.075);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
        .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
          background-color: #c68035;
          color: rgba(0, 0, 0, 0.275);
        }
        .checkbox-wrapper-1 [type=checkbox].substituted + label {
          -webkit-user-select: none;
          user-select: none;
        }



th.fc-col-header-cell {
    background-color: #277da1 !important;
    color: white !important;
    border-color: white;
}

th.fc-col-header-cell a:hover{
    background-color: #277da1 !important;
    color: white !important;
    border-color: white;
}

.fc-col-header-cell-cushion{
    color: white;
}

.fc-col-header-cell-cushion a:hover{
    color: white;
}

.fc-event-time{
    display: none;
}


#loading-image {
    position: fixed;
    left: 47%;
    top: 55%;
    z-index: 1000;
    width: 100px;
    height: 100px;
    margin-left: -50px; /* margin is -1/2 the width */
    margin-top: -50px; /* margin is -1/2 the height */
   
}

#client_tel_code {
  width:70px !important;
  max-width:70px  !important;
}

/*
table.fold-table {
  > tbody {
    > tr.view {
      td, th {cursor: pointer;}
      td:first-child, 
      th:first-child { 
        position: relative;
        padding-left:20px;
        &:before {
          position: absolute;
          top:50%; left:5px;
          width: 9px; height: 16px;
          margin-top: -8px;
          font: 16px fontawesome;
          color: #999;
          content: "\f0d7";
          transition: all .3s ease;
        }
      }
      &:nth-child(4n-1) { background: #eee; }
      &:hover { background: #000; }
      &.open {
        background: tomato;
        color: white;
        td:first-child, th:first-child {
          &:before {
            transform: rotate(-180deg);
            color: #333;
          }
        }
      }
    }
  
    > tr.fold {
      display: none;
      &.open { display:table-row; }
    }
  }
}



.fold-content {
  padding: .5em;
  h3 { margin-top:0; }
  > table {
    border: 2px solid #ccc;
    > tbody {
      tr:nth-child(even) {
        background: #eee;
      }
    }
  }
}

.child-row {
    background-color: #f9f9f9;
    border: #000;
}