﻿/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media print {
  a[href]:after {
    content: none
  }
}

body, html {
  width: 100%;
  height: 100%;
}

.modal-body {
  position: relative;
  padding: 15px;
  /*height:550px;
  width:750px;*/
  overflow-y: scroll;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}


.login-main {
  height: 100% !important;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
  vertical-align: top;
  color: white;
  text-align: center;
}


/*
 * Card component
 */
.card {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}




.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: rgb(104, 145, 162);
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

  .btn.btn-signin:hover,
  .btn.btn-signin:active,
  .btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
  }

/* Ajax Calendar
----------------------------------------------------------*/

div.cal_Theme1 table {
  border-spacing: 0px;
}

div.cal_Theme1 td, div.cal_Theme1 th {
  padding: 0px;
}

.cal_Theme1 .ajax__calendar_container {
  background-color: #e2e2e2;
  border: solid 1px #cccccc;
  /*position: relative;*/
  z-index: 1001;
}

.cal_Theme1 .ajax__calendar_header {
  background-color: #ffffff;
  margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
  color: #004080;
  padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
  background-color: #e9e9e9;
  border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
  text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
  color: #004080;
  font-weight: bold;
  background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
  font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
  color: #bbbbbb;
}



/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
/*end gridview */


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}

.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px;
}

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}


/*POPUPs*/
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.popupUPPanel {
  background-color: White;
  padding: 5px 5px 5px 5px;
}


/* Ajax Calendar
----------------------------------------------------------*/

div.cal_Theme1 table {
  border-spacing: 0px;
}

div.cal_Theme1 td, div.cal_Theme1 th {
  padding: 0px;
}

.cal_Theme1 .ajax__calendar_container {
  background-color: #e2e2e2;
  border: solid 1px #cccccc;
  /*position: relative;*/
  z-index: 1001;
}

.cal_Theme1 .ajax__calendar_header {
  background-color: #ffffff;
  margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
  color: #004080;
  padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
  background-color: #e9e9e9;
  border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
  text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
  color: #004080;
  font-weight: bold;
  background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
  font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
  color: #bbbbbb;
}

/*Autopainels para preenchimento automático*/
.AutoExtender {
  font-size: 14px;
  border: solid 1px #006699;
  line-height: 20px;
  padding: 2px;
  background-color: White;
}

.AutoExtenderList {
  border-bottom: dotted 1px #006699;
  cursor: pointer;
  color: Maroon;
}

.AutoExtenderHighlight {
  color: White;
  background-color: #006699;
  cursor: pointer;
}

/* Mandatory field Label*/
.form-group.required .control-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top: 7px;
}


/*TABELA DE AVALIAÇÕES*/
/*.table-header-rotated {
  width: 100%;
}

  .table-header-rotated th.row-header {
    width: auto;
  }

  .table-header-rotated td.rotate-45 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
    min-height: 50px;
    padding: 10px 5px 10px;
  }


  .table-header-rotated td.normal {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
    text-align: left;
    padding: 10px 5px 10px;
  }

  .table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;    
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
  }

  .table-header-rotated th.normal {    
    vertical-align: bottom !important;
    text-align: left;
    padding: 5px;
  }

    .table-header-rotated th.rotate-45 > div {
      position: relative;
      top: 0px;
      left: -40px;
      height: 100%;
      -ms-transform: skew(45deg,0deg);
      -moz-transform: skew(45deg,0deg);
      -webkit-transform: skew(45deg,0deg);
      -o-transform: skew(45deg,0deg);
      transform: skew(45deg,0deg);
      overflow: hidden;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      border-top: 1px solid #dddddd;
    }

  .table-header-rotated th.rotate-45 span {
    -ms-transform: skew(135deg,0deg) rotate(45deg);
    -moz-transform: skew(135deg,0deg) rotate(45deg);
    -webkit-transform: skew(135deg,0deg) rotate(45deg);
    -o-transform: skew(135deg,0deg) rotate(45deg);
    transform: skew(135deg,0deg) rotate(45deg);
    position: absolute;
    bottom: 30px; 
    left: 10px; 
    display: inline-block;
    width: 85px; 
    text-align: left;
  }*/


/*Tabela de avaliação*/
.table-header-rotated {
  width: 100%;
}

  .table-header-rotated th.row-header {
    width: auto;
  }

  .table-header-rotated td.rotate-45 {
    width: 40px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
    min-height: 50px;
  }


  .table-header-rotated td.normal {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: left;    
    padding: 5px;
  }

  .table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
  }

    .table-header-rotated th.rotate-45 > div {
      position: relative;
      top: 0px;
      left: -40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
      height: 100%;
      -ms-transform: skew(45deg,0deg);
      -moz-transform: skew(45deg,0deg);
      -webkit-transform: skew(45deg,0deg);
      -o-transform: skew(45deg,0deg);
      transform: skew(45deg,0deg);
      overflow: hidden;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      border-top: 1px solid #dddddd;
    }

    .table-header-rotated th.rotate-45 span {
      -ms-transform: skew(135deg,0deg) rotate(45deg);
      -moz-transform: skew(135deg,0deg) rotate(45deg);
      -webkit-transform: skew(135deg,0deg) rotate(45deg);
      -o-transform: skew(135deg,0deg) rotate(45deg);
      transform: skew(135deg,0deg) rotate(45deg);
      position: absolute;
      bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
      left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
      display: inline-block;
      width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
      text-align: left;
    }

/*TABS*/

.MyTabStyle .ajax__tab_header {
  width: 100% !important;
  height: 60px;
  padding: 10px 5px 0px 5px;
}

.MyTabStyle a.ajax__tab_tab {
  text-align: center;
  display: block;
  vertical-align: middle;
  color: black;
  width: 200px;
  height: 50px;
  padding-top: 5px;
}

.MyTabStyle .ajax__tab_header .ajax__tab_outer {
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner {
  /*border-color: #666;*/
  /*padding: 3px 10px 0px 0px;*/
  /*color: #717171 !important;*/
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
  background-color: #E1E1E1;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
  background-color: white;
  border-bottom-color: #ffffff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
  border-style: solid;
  border-color: #E1E1E1;
  border-width: 1px 1px 0px 1px;
  font-weight: bold;
}

.MyTabStyle .ajax__tab_body {
  border: 1px solid #E1E1E1;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px 10px 5px;
}


.imagemHistorico {
  height: 16px;
  width: 16px;
  text-align: left;
  vertical-align: text-bottom;
}

@media (min-width:992px) {

  .col-vt-1, .col-vt-10, .col-vt-11, .col-vt-12, .col-vt-13, .col-vt-14, .col-vt-15, .col-vt-16, .col-vt-17, .col-vt-18, .col-vt-19, .col-vt-2, .col-vt-21, .col-vt-22, .col-vt-23, .col-vt-24, .col-vt-3, .col-vt-4, .col-vt-5, .col-vt-6, .col-vt-7, .col-vt-8, .col-vt-9 {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
  }

  .col-vt-1 {
    width: 4.16667%;
  }

  .col-vt-2 {
    width: 8.33333%;
  }

  .col-vt-3 {
    width: 12.5%;
  }

  .col-vt-4 {
    width: 16.66666667%;
  }

  .col-vt-5 {
    width: 20.83333%;
  }

  .col-vt-6 {
    width: 25%;
  }

  .col-vt-7 {
    width: 29.16667%;
  }

  .col-vt-8 {
    width: 33.33333%;
  }

  .col-vt-9 {
    width: 37.5%;
  }

  .col-vt-10 {
    width: 41.66667%;
  }

  .col-vt-11 {
    width: 45.83333%;
  }

  .col-vt-12 {
    width: 50%;
  }

  .col-vt-13 {
    width: 54.16667%;
  }

  .col-vt-14 {
    width: 58.33333%;
  }

  .col-vt-15 {
    width: 62.5%;
  }

  .col-vt-16 {
    width: 66.66667%;
  }

  .col-vt-17 {
    width: 70.83333%;
  }

  .col-vt-18 {
    width: 75%;
  }

  .col-vt-19 {
    width: 79.166667%;
  }

  .col-vt-20 {
    width: 83.33333%;
  }

  .col-vt-21 {
    width: 87.5%;
  }

  .col-vt-22 {
    width: 91.66667%;
  }

  .col-vt-23 {
    width: 95.83333%;
  }

  .col-vt-24 {
    width: 100%;
  }
}

.vcenter {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  float: none;
}


.treeNode {
  transition: all .3s;
  padding: 5px 5px;
  text-align: center;
  margin: 0;
  text-decoration: none !important;
  color: black;
}

.rootNode {
  color: #337ab7;
}

.leafNode {
  padding: 5px 5px;
}

.selectNode {
  background-color: lightgray;
  border: Dotted 2px black;
  font-weight: bold;
  color: #fff;
}

.panel-BBS {
  background: url('../images/BBSCardsOp.png') no-repeat center;
  min-height: 700px;
}

.panel-transparent {
   background: rgba(255, 255, 255, 0.2)!important;
}


.numberstrong {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
}

.numberstrongmargin {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  padding: 16px 8px 16px 8px;
}

.panel-title {
  font-size: large; 
  font-weight: bold;
}

.imageSelect {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  cursor: not-allowed;
}
.imageUnselect {
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
}
.imageUnselect:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.row {
  margin-left: 0px;
  margin-right: 0px;
}

#wrapper {
  padding-left: 50px;
  transition: all .4s ease 0s;
  height: 100%
}

#sidebar-wrapper {
  margin-left: -140px;
  left: 30px;
  width: 150px;
  /*background: #222;*/
  position: fixed;
  height: 90%;
  z-index: 10000;
  transition: all .4s ease 0s;
  border-style:solid;
  border-color:#BCE8F1;
  border-radius: 5px;
  border-width: 0.5px;
}

#page-content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}

#wrapper.active {
  padding-left: 160px;
}

  #wrapper.active #sidebar-wrapper {
    left: 150px;
  }

#page-content-wrapper {
  width: 100%;
}

.btn-withimage {
  margin-top: 5px;
  margin-left: 5px;
  width: 138px;  
}

  .btn-withimage:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;    
  }

.googlePlus:before {
  background-image: url('../images/googlePlusSign.png');
}

.iconFinger:before {
  background-image: url('../images/googleFingerprint.png');
}

.iconDeclaration:before {
  background-image: url('../images/Declaracao.png');
}

.iconBBS:before {
  background-image: url('../images/BBSCardsSmall.png');
}

.iconMoney:before {
  background-image: url('../images/googleMoney.png');
}