/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import url(text_layer_builder.css);
@import url(annotation_layer_builder.css);
 
 body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}

.s-info
{
  color: #7e8389;
}

.portlet
{
  margin-bottom: 0px !important;
}
 
 /* Light Portlet */
.portlet.tfp-light {
  padding: 12px 20px 15px 20px;
 }
  .portlet.tfp-light.bordered {
    border: 1px solid #ddd !important; }
    .portlet.tfp-light.bordered > .portlet-title {
      border-bottom: 1px solid #ddd; }
  .portlet.tfp-light.bg-inverse {
    background: #f1f4f7; }
  .portlet.tfp-light > .portlet-title {
    padding: 0;
    min-height: 48px;
    border-bottom: 1px solid #ddd;
    }
    .portlet.tfp-light > .portlet-title > .caption {
      color: #666;
      padding: 10px 0; }
      .portlet.tfp-light > .portlet-title > .caption > .caption-subject {
        font-size: 24px;
        font-family: Roboto;
        }
      .portlet.tfp-light > .portlet-title > .caption > i {
        color: #777;
        font-size: 24px;
        font-weight: 300;
        }
      .portlet.tfp-light > .portlet-title > .caption.caption-md > .caption-subject {
        font-size: 24px;     
        font-family: Roboto; 
      }
      .portlet.tfp-light > .portlet-title > .caption.caption-md > i {
        font-size: 14px; }
    .portlet.tfp-light > .portlet-title > .actions {
        }
      .portlet.tfp-light > .portlet-title > .actions .btn-default {
        color: #666;    }
      .portlet.tfp-light > .portlet-title > .actions .btn-icon-only {
        height: 27px;
        width: 27px; }
      .portlet.tfp-light > .portlet-title > .actions .dropdown-menu li > a {
        color: #555; }
    .portlet.tfp-light > .portlet-title > .inputs {
      float: right;
      display: inline-block;
      padding: 4px 0; }
      .portlet.tfp-light > .portlet-title > .inputs > .portlet-input .input-icon > i {
        font-size: 14px;
        margin-top: 9px; }
      .portlet.tfp-light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
        height: 30px;
        padding: 2px 26px 3px 10px;
        font-size: 13px; }
      .portlet.tfp-light > .portlet-title > .inputs > .portlet-input > .form-control {
        height: 30px;
        padding: 3px 10px;
        font-size: 13px; }
    .portlet.tfp-light > .portlet-title > .pagination {
      padding: 2px 0 13px 0; }
    .portlet.tfp-light > .portlet-title > .tools {
      padding: 10px 0 13px 0;
      margin-top: 2px; }
    .portlet.tfp-light > .portlet-title > .nav-tabs > li {
      margin: 0;
      padding: 0; }
      .portlet.tfp-light > .portlet-title > .nav-tabs > li > a {
        margin: 0;
        padding: 12px 13px 13px 13px;
        font-size: 13px;
        color: #666; }
      .portlet.tfp-light > .portlet-title > .nav-tabs > li.active > a,
      .portlet.tfp-light > .portlet-title > .nav-tabs > li:hover > a {
        margin: 0;
        background: none;
        color: #333; }
  .portlet.tfp-light.form-fit {
    padding: 0; }
    .portlet.tfp-light.form-fit > .portlet-title {
      padding: 17px 20px 10px 20px;
      margin-bottom: 0; }
  .portlet.tfp-light .portlet-body {
    padding-top: 8px; }
  .portlet.tfp-light.portlet-fullscreen > .portlet-body {
    padding: 8px 0; }
  .portlet.tfp-light.portlet-fit {
    padding: 0; }
    .portlet.tfp-light.portlet-fit > .portlet-title {
      padding: 15px 20px 10px 20px; }
    .portlet.tfp-light.portlet-fit > .portlet-body {
      padding: 10px 20px 20px 20px; }
  .portlet.tfp-light.portlet-fit.portlet-form > .portlet-body {
    padding: 0; }
  .portlet.tfp-light.portlet-fit.portlet-form > .portlet-body {
    padding: 0; }
    .portlet.tfp-light.portlet-fit.portlet-form > .portlet-body .form-actions {
      background: none; }
  .portlet.tfp-light.portlet-datatable.portlet-fit > .portlet-body {
    padding-top: 10px;
    padding-bottom: 25px; }
 
.left-container
{

    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 54px;
    color: #fff;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    background: #26344b;
  
}


.right-container
{
  top: 0px;
    bottom: 0px;
    left: 55px;
    right: 0px;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
 
}


a
{
  cursor: default;
}
 

.upload-file-icon
{
  font-size: 40px !important;
  color: #EF4836;
  margin: 10px;
}




.pdfViewer .page {
  direction: ltr;
  position: relative;
  overflow: visible;
  background-clip: content-box;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);

}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/img/loading-icon.gif') center no-repeat;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

 
 .no-border-right {
  border-right: 0px !important;
}


.viewport-container-outter
{
  overflow: auto;
  bottom: 0px;
  left: 251px;
  right: 60px;
  position: fixed;
  z-index: 19;
  border-right: 1px solid #ddd;
  padding: 10px;
  padding-bottom: 20px;
  background: #eef1f5 url('../../assets/img/always-grey (1).png');  
}

.vp-152
{
  top: 152px;
}

.vp-112
{
  top: 111px;
}

.doc-page
{
   
  /*border: 1px solid #ccc;*/
  background: #fff;
  margin: 0 auto !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  z-index: 19;
 
}

.tf-annotationLayer
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
/*  pointer-events: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
background: none !important;*/
}

.background-color
{
  color: #ff0000;
}

.text-color
{
  color: #0000ff;
  background: #fff;
  box-shadow: none;
}

.selected-font-color i
{
 
}

.selected-font-bg-color i
{
}
 
.spinner-center
{

  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: fixed;
/*  background: #f9f9f9;*/
  z-index: 30;
}

.spinner-overlayer
{
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  opacity: 0.1;
  background: #fff;

}

  .sk-cube-grid {
  width: 66px;
  height: 66px;  
  }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
/*  background-color:  #2b579a;*/
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}

.sk-cube1 { background-color: #ff5400;  }
.sk-cube2 { background-color: #ff8e00;  }
.sk-cube3 { background-color: #ffd200;  }
.sk-cube4 { background-color: #00c0ff;  }
.sk-cube5 { background-color: #00d267;  }
.sk-cube6 { background-color: #81e650;  }
.sk-cube7 { background-color: #8b48fe;  }
.sk-cube8 { background-color: #ca41fc;  }
.sk-cube9 { background-color: #ff46fb;  }


.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


.modal-body {
    position: relative;
    padding: 0px !important;
}


.modal {
text-align: center;
padding: 0!important;
}

.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
 

}

.files-component-container
{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
     
}

.file_upload_block {
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    outline: 2px dashed #fff;
    outline-offset: -10px;
}

.drop-zone-enabled
{
  background: #f9f9f9 !important;
  outline: 2px dashed #333 !important;
}

.choose-a-file
{
  color: #333;
  background: none;
  border: none;
  text-decoration: none;
  font-weight: bold;
}

.choose-a-file:hover
{
  color: #EF4836 ;
}

.upload-file-icon
{
  font-size: 40px;
  color: #EF4836;
  margin: 10px;
}

.selectedFileName
{
  color: #2b579a;
  font-size: 14px;
  line-height: 30px;
}


.tff-button
{
  line-height: 22px;
}

.added-files
{
  padding: 0px 20px;
}

.added-file
{
  padding: 10px;
  margin-bottom: 5px;
}

.added-file-name
{
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
}

.tff-icon
{
  font-size: 22px;
}

.yellow-bg
{
  background: #fcfad3 !important;
}

.grey-bg
{
  background: #f9f9f9 !important;
}

.margin-top-100
{
    margin-top: 100px;
}

.margin-5
{
  margin: 5px;
}

.margin-top-50
{
    margin-top: 100px;
}

.full-height
{
  height: 100%
}

.left-container-inner
{
    padding: 0px 20px;
}
 
 
.templates-list
{
    background: #e9ebf7;
    min-height: 50px;
}

 

.tf-logo
{
  height: 38px;
}

.tf-logo-2
{
    height: 48px;
    margin-left: 20px;
}

.header-in-blue
{
  padding-top: 20px;
}

 
.recent-file
{
    color: #eee;
    padding: 10px 10px;
    cursor: pointer;
    margin: 10px;
    clear: both;

}

.recent-file > a
{
    color: #111;
    font-size: 16px;
    text-decoration: none;
}

.recent-file a > i
{
    font-size: 20px !important;
    margin-right: 10px;
    color: #333;
}

.recent-file a > span
{
    color: #999;
    float: right;
    font-size: 12px;
}

.rtitle
{
  font-weight: normal;
}

.grids
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-1
{
    color: #333;
    font-weight: bold;
    padding-top: 55px;
    height: 200px;
    background: #f9f9f9;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

.box-1:hover
{
  cursor: pointer;
  background: #e4e6ea;

}

.box-icon
{
    height: 100px;
 
    margin-bottom: 10px;
}


.box-2 
{
    height: 200px;
    color: #333;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

  
ul.file-open-menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.file-open-menu > li
{
    list-style: none;
    padding: 10px 0px;
}

ul.file-open-menu > li > i
{
    font-size: 20px;
}


.file-thumb
{
  padding: 5px;
  border: none !important;
}

.file-thumb-image
{
   width:  100% !important;
   height: 253px !important;
   padding: 3px;
  
   border: 1px solid #eee;
   background: #fff;
   -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
   -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
   box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.file-thumb-image:hover
{
  border: 2px solid #04b8ff;
}

.file-thumb-name
{
  line-height: 30px;
  display: block;
  font-weight: bold;
}

.file-thumb-date
{
  color: #999;
}

.no-padding
{
  padding: 0px !important;
}

.no-margin-padding
{
  margin: 0px !important;
  padding: 0px !important;
}

.tff-portlet
{
  min-height: 300px;
  margin: 1px 2px;
 
}

.tff-portlet-title
{
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0px !important;
}

.tff-portlet-body
{
  padding: 20px;
  background: #e2e2e2;
  margin-bottom: 0px !important;
}

.share-able-link-input
{
   background: #e2e2e2;
   margin-top: 10px;
   padding: 20px;
}

.share-img
{
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.share-file-tabs-container
{
  background: #2b579a;
}

.share-file-tabs > li > a
{
  color : #819cbe;
}

.share-file-tabs > li.active > a
{
  color : #333;
}

.modal-header-e2
{
  background: #e2e2e2;
}

.tff-widget-thumb-icon
{
   width: 90px !important;
   height: 100px !important;
} 

.tff-widget-thumb-icon > img
{
   width: 90px !important;
} 

.tff-widget-thumb-body
{

}

.sk-circle {
  margin: 15px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }