body
{
    background: url(../img/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';
    margin: 0;
    color: #333;
}
a
{
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*a:hover
{
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}*/
button,
button:hover
{
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img
{
  border: 0;
}

::selection
{
  background:#7f7f7f;
  color:#fff;
}
::-moz-selection
{
  background:#7f7f7f;
  color:#fff;
}
/*general*/
#content{
  min-width: 1190px; /*agregado 02/09/2014*/
}
#main .navbar{
  margin-bottom: 0;
}

#main .navbar-fixed-top{
 /* position: static !important;*/
 position: relative;
  z-index: 5;
}

.navbar-inner {
  padding: 7px 0;
  background: url(../img/wild_oliva.png) #5F5F5F !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.logo {
  width: 85px;
  height: 85px;
  border-radius: 50px;
}

.content-result {
  width: 100%;
  height: 100px;
  border: 1px dotted grey;
  overflow-y: auto;
  margin: auto;
  position: relative;
  padding: 2px 4px;
  cursor: copy;
}

.navbar-fixed-top {
  position: static;
}

.account-container {
  display: block;
  margin: 60px auto 0 auto;
  background: #f9f9f9;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
  padding-bottom: 25px;
}

.subnavbar {
      margin-bottom: 2.5em;
      z-index: -1;
    }

.subnavbar-inner {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
  display: inline-block;
  height: 60px;
  padding: 0;
  margin: 0;
}

.subnavbar .container > ul > li {
  float: left;

  min-width: 90px;
  height: 60px;
  padding: 0;
  margin: 0;

  text-align: center;
  list-style: none;

  border-left: 1px solid #d9d9d9;


}

.subnavbar .container > ul > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
  color: #888;
  text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 11px;
  margin-bottom: -3px;
  font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
  display: block;
}


.subnavbar .container > ul > li.active > a {
  border-bottom:3px solid #ff7f74;
  color: #383838;
}

.nav-lv-2{
  margin-top: -10px;
  background: #eeeeee;
  height: 50px;
  margin-bottom: 20px;
  padding: 5px
}

.nav-lv-2 > ul{
  display: inline-block;
  height: 50px;
  padding: 0;
  margin: 0;
  width: 100%;
}


.nav-lv-2 > ul > li {
  float: left;
  min-width: 90px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-right: 10px;

}



.nav-lv-2 > ul > li a{
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-lv-2 > ul > li:hover {
  background: #d4d4d4;
}

.nav-lv-2 > ul > li:hover a{

}

.nav-lv-2 .active{
  border-bottom: 3px solid #ff7f74;

}

.nav-lv-2 .active a{
  //color: #fff;
}


.subnavbar .dropdown .dropdown-menu a {
  font-size: 12px;
}


.subnavbar .dropdown .dropdown-menu {
      text-align: left;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }



.subnavbar .dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.subnavbar .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}


.subnavbar .caret {
  margin-top: 4px;

  border-top-color: white;
  border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
  display: none;
}

.widget {
  position: relative;
  clear: both;
  width: auto;
 /* margin-bottom: 2em;*/
  /*overflow: hidden;*/
}

.main_body .widget{
  margin-bottom: 2em;
}

.widget-header {

  position: relative;

  height: 40px;
  line-height: 40px;

  background: #f9f6f1;
  background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
  background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
  background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";


  border: 1px solid #d6d6d6;


  -webkit-background-clip: padding-box;
}

  .widget-header h3 {

    position: relative;
    top: 2px;
    left: 10px;

    display: inline-block;
    margin-right: 3em;

    font-size: 14px;
    font-weight: 800;
    color: #525252;
    line-height: 18px;

    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
  }

  .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
      display: inline-block;
      margin-left: 13px;
      margin-right: -2px;
      font-size: 16px;
      color: #555;
      vertical-align: middle;
  }

  .widget-header .close{
    background: none repeat scroll 0 0 #ff7f74;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 1;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }

.widget-content {
  padding: 20px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}

.widget-header+.widget-content {
  border-top: none;

  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.widget-nopad .widget-content {
  padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
  padding: 0;
}

.widget-table .table {
  margin-bottom: 0;

  border: none;
}

.widget-table .table tr td:first-child {
  border-left: none;
}

.widget-table .table tr th:first-child {
  border-left: none;
}


/* Widget Plain */

.widget-plain {

  background: transparent;

  border: none;
}

.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}

.filter-pane{

}

.filter-pane a{
  margin-bottom: 10px;
}



/* Widget Box */

.widget-box {

}

.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}

.widget .widget-header h3{
  margin: 0;
  font-size: 16px;
}

.widget-dashboard-project{
  padding: 20px;
}

.widget-dashboard-project .wrapper-width{
  height: 154px;
  overflow: hidden;
  text-align: center;
}

.widget-dashboard-project .wrapper-width img{

  height: 154px;
}

.widget-dashboard-project .wrapper-height{
  height: 154px;
  overflow: hidden;
  text-align: center;
}

.widget-dashboard-project .wrapper-height img{
  width: 100%;
}

.widget-dashboard-project .dashboard-project-img-wrapper{
  margin-bottom: 15px;

 -webkit-box-shadow: 0 8px 6px -6px #808080;
     -moz-box-shadow: 0 8px 6px -6px #808080;
          box-shadow: 0 8px 6px -6px #808080;
}



.dashboard-image img{
  margin-bottom: 15px;
 -webkit-box-shadow: 0 8px 6px -6px #808080;
     -moz-box-shadow: 0 8px 6px -6px #808080;
          box-shadow: 0 8px 6px -6px #808080;
  height: 120px;
  margin-right: 5px;
}

.dashboard-image > div{
  float: left;
}

.dashboard-image .gallery-more{
  float: none;
  margin-bottom: 10px;
  text-align: right;
}


.widget-content .big-stats-container {
  margin-bottom: 10px;
}


.widget-dashboard-project .btn{
  width: 100%;
}

.account-info-pane{
  color: #fff;
  height: 100% !important;
}

.account-info-pane > ul{
  /*width: 400px;*/
  /*margin-top: 25px;*/
  clear: both;
  float: right;
}

.li-logout-header{
  width: 40px !important;
  margin-left: -5px;
}

.account-info-pane > ul >  li{
  display: inline-block;
  width: 195px;
  float: left;
  margin-right: 5px;
  border: 1px solid #d5d5d5;
}

.account-info-pane .header-notification{
  margin-bottom: 4px;
  text-align: right;
  height: 30px;
}

.account-info-pane .header-notification .header-noti-item{
 display: inline-block;
 background: #fff;
 color: #000;
 -webkit-border-radius: 500px;
 -moz-border-radius: 500px;
 border-radius: 500px;
 width: 25px;
 height: 25px;
 padding: 0px;
 text-align: center;
 position: relative;
 margin-left: 15px;
 border: 2px solid #46B8DA;
}

.account-info-pane .header-notification .header-noti-rqt{
 background: #fff;
}

.account-info-pane .header-notification .header-noti-qte{
 border: 2px solid #EEA236;
}

.account-info-pane .header-notification .header-noti-por{
 border: 2px solid #4CAE4C;
}

.account-info-pane .header-notification .header-noti-pct{
 border: 2px solid #ffe400;
}

.account-info-pane .header-notification .header-noti-aco{
 border: 2px solid #8ac541;
}

.account-info-pane .header-notification .header-noti-den{
 border: 2px solid red;
}

.account-info-pane .header-notification .header-noti-item a{
  color: #545454;
}

.noti-item{
 display: inline-block;
 background: #fff;
 color: #000;
 -webkit-border-radius: 500px;
 -moz-border-radius: 500px;
 border-radius: 500px;
 width: 25px;
 height: 25px;
 padding: 0px;
 text-align: center;
 position: relative;
 margin-left: 15px;
 border: 2px solid #46B8DA;
 float:right;
 margin-top: 5px;
}

.noti-item span:first-child{
  line-height: 25px;
  vertical-align: top;
  position: relative;
  top: -2px;
  color: #000;
  display: inline-block;

}

.noti-item .item-num{
  background: red;
 color: #fff;
 -webkit-border-radius: 500px;
 -moz-border-radius: 500px;
 border-radius: 500px;
 width: 18px;
 height: 18px;
 display: inline-block;
 font-size: 11px;
 position: absolute;
 text-align: 0;
 z-index: 10;
 top: -5px;
 line-height:18px;

}

.noti-item .item-num-empty{
  display: none !important;
}

.noti-pct{
 border: 2px solid #ffe400 !important;
}



.account-info-pane .header-notification .item-num{
  background: red;
 color: #fff;
 -webkit-border-radius: 500px;
 -moz-border-radius: 500px;
 border-radius: 500px;
 width: 18px;
 height: 18px;
 display: inline-block;
 font-size: 11px;
 position: absolute;
 text-align: 0;
 z-index: 10;
 top: -5px;
 line-height:18px;

}

.account-info-pane .header-notification .item-num-empty{
  display: none !important;
}

.account-info-pane > li:hover{

}

.account-info-pane > ul > li > a.btn-box{
  color: #fff;
}

.account-info-pane > ul > li > a.btn-box{
  background:#8ac541;
  box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
  padding-bottom: 10px;

}


.account-info-pane > ul > li > a:hover, .account-info-pane > ul > li > a:focus{
  background: #80b73d !important;
  box-shadow:  none;
}

.account-info-pane > ul >   li > ul{
  width: 100%;
  background: none repeat scroll 0 0 #8AC541;
  border-radius: 0;
  overflow: hidden;

}

.account-info-pane > ul >   li > ul a{
  color: #fff;
}

/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/

.shortcuts {
  text-align: center;
  position: relative;
}

.shortcuts .shortcut {
  width: 22.50%;
  display: inline-block;
  padding: 12px 0;
  margin: 0 .9% 1em;
  vertical-align: top;
  text-decoration: none;
  border-radius: 5px;
  box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
  position: relative;
   background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.shortcuts .shortcut .shortcut-icon {
  margin-top: .25em;
  margin-bottom: .25em;

  font-size: 32px;
  color: #545454;
}

.shortcuts .shortcut:hover {
  /*background: #8AC541;*/
   background-image: -webkit-linear-gradient(top, #8ac541 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #8ac541 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac541', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.shortcuts .shortcut:hover span{
  color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
  color: #fff;
}

.shortcuts .shortcut-label {
  display: block;

  font-weight: 400;
  color: #545454;
}

.form-search{
  border: 1px solid #D6D6D6;
  padding: 20px;
  margin-bottom: 10px;
}

.form-search .search-info-pane{
  color: #7f7f7f;
  height: 30px;
  border-left: 4px solid #7f7f7f;
  margin-top: 10px;
  padding-left: 10px;
}

.form-search .search-info-pane span{
  display: block;
  float: left;
}

.form-search .search-info-pane .inline{
  display: inline-block;
  float: left;
  margin:0;
  margin-left: 20px;
  margin-right: 10px;
}

#user_result > div{
   border: 1px solid #D6D6D6;
  padding: 20px;
  margin-bottom: 10px;
}

.contact-book-pane .table{
   border: 1px solid #D6D6D6;
   margin-bottom: -1px;
}

.photo-table{
  max-width: 50px;
}

.contact-book-pane .accordion{
  border: 1px solid #D6D6D6;
}

.contact-book-pane .accordion-heading{
   border-bottom: 1px solid #D6D6D6;
   padding: 5px;
}

.contact-book-pane .accordion-heading a{
  display: block;
  }

.photo-table img{
  width: 100%;

}

.nav-files,.nav-account{
  background: #fff;
  padding: 10px !important;
  border: 1px solid #D5D5D5;
}

.nav-files > li > a{
  border: 1px solid #0C75AF !important;
  border-radius: 0 !important;

}

.nav-files > li > a:focus{
  background: #428BCA !important;
  color: #fff !important;
}

.panel-sidebar{
  padding: 10px;
  border: 1px solid #0C75AF !important;

}

.widget-no-padding{
  padding: 0 !important;
}

.nav-files .dropdown-menu{
  width: 100%;
   background: none repeat scroll 0 0 #8AC541;
}

.nav-files .dropdown-menu a{
  color: #fff;
}



.dashboard-file .file-title span{
  font-size: 16px;
}

.dashboard-file  table span{
  margin-right: 5px;
}

.dashboard-file  .file-author a, .dashboard-file  table a{
  color: #827F7A;
}

.table-file .td-opt span{
  margin-right: 8px;
}

.table-file .td-file-name{
  max-width: 280px;
}

.nav-account select{
  margin-bottom: 5px;
}

.nav-account #category-main{
  border-left: 4px solid #5BC0DE;

}

.nav-account #category-level2{
  border-left: 4px solid #8AC541;
  margin-left: 5%;
  width: 95% !important;

}

.nav-account #category-level3{
  border-left: 4px solid #F0AD4E;
  margin-left: 10%;
  width: 90% !important;
}

.nav-account #category-level4{
  border-left: 4px solid #7F7F7F;
  margin-left: 15%;
  width: 85% !important;
}


.budget-element-pane{
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  padding: 10px;
}

.budget-display-pane p{
  padding: 20px;
}

.budget-display-pane .etq i{
  cursor: pointer;
  margin-left: 3px;

}

.budget-element-pane .table-budget-i{
  width: 100%;
}

.budget-element-pane .label-budget{
  text-align: right;
}


.action-call-pane{
  float: right;
  margin-top: 0;
  padding-right: 15px;
}

.pdf-container{
  height: 600px;
}

.pdf-display-fullscreen{
  height: 750px;
}

#manage-pane .opt-cell{
  width: 50px;
}

.active-company{
  background: none repeat scroll 0 0 #0C75AF !important;
}

.active-company a{
  color: #fff;
}

.profile-image-pane{
 max-width: 120px;
}

.profile-image-pane img{
  width: 100%;
}

.nav-inner{
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #428BCA;
  padding-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.profile-image-sml-pane{
  /*width: 80px;*/
}



.breadcrumb{
  /*background: #fff !important;*/

  -webkit-box-shadow: 0 8px 6px -6px #c4c4c4;
     -moz-box-shadow: 0 8px 6px -6px #c4c4c4;
          box-shadow: 0 8px 6px -6px #c4c4c4;
}

.form-container > div{
  margin-bottom: 10px;
}

.subnavbar{
  margin-bottom: 0;
}

#main_content{
  margin-top: 30px;
  position: relative;
}

.btn-group-permission .active{
  background: #7c7c7c;
  color: #fff !important;
}

.msg-item{

}

.msg-item .profile-image-sml-pane{
  width: 80px;
}

.msg-item .profile-image-sml-pane img{
  width: 100%;
}

.media-child{
  margin-left: 80px;
 border-left: 4px solid #d4d4d4;
}

.msg-item .media-body a{
  margin-right: 8px;
}
.slider_energy img{
  max-width: 100%;
  max-height: 400px;
}

.slider_energy ul{
  list-style: none;
}

.slider_energy li{

  padding: 20px;
  border: 1px solid #eaeaea;
}

.action-table .col-1{
  width: 320px;
}

.action-table .col-2{
  width: 120px;
}

.action-table .td-actions{
  text-align: center;
}
.action-table .td-actions a{
  margin-right: 5px;
}

.action-table .td-actions-rqt{
  text-align: center;
  width: 58px;
}

.action-table .td-qty-rqt{
  text-align: center;
  width: 40px;
}

.account-td{
  width:120px;
}

.widget-list-items{
  list-style: none;
  padding: 0;
}

.widget-list-items li {
    border-bottom: 1px dotted #CCCCCC;
    display: table;
    margin-bottom: 1em;
    padding: 0 2em 1em 1.5em;
}

.w-item-date {
  text-align: center;
  vertical-align: middle;
  width: 108px;
  color: #525252 !important;
  border: 1px solid;
  /*background: none repeat scroll 0 0 #8AC541;*/
  background: #eeeeee !important;
  margin-right: 10px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 5px;
  padding-left:5px;
  padding-right:5px;

}

.w-item-detail {
  display: table-cell;
  width: 425px;
  vertical-align: top;
}

.form-inner-box{
  min-height: 350px;

}


.box-exchange{
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F2EFEA;
  height: 250px;
  padding-top: 50px;
}

.b-info{
  font-size: 11px;
  padding-top: 0;
  padding-left: 5px;
  padding-bottom: 0;
  padding-right: 0;
}

.table-budget-i{
  width: 100%;
}

.table-budget-i .label-budget{
  text-align: right;
}

.widget-header .pull-right{
  margin-right: 15px;
}


.req-l-1{
  font-weight: bold;
}

.req-l-2{
  padding-left: 15px;
  font-size: 13px;
}

.req-l-3{
  padding-left: 30px;
  font-size: 12px;
}

.req-l-4{
  padding-left: 40px;
  font-size: 11px;
}

.detail-requisition{
  background: #EEEEEE;
  padding: 20px;
}


.table-requisition td,.table-requisition th{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.table-requisition td.qty-cell{
  width: 80px;
}

.table-requisition td.desc-cell{
  width: 510px;
}

.table-requisition td.uprice-cell{
  width: 125px;
}

.table-requisition td.tprice-cell{
  width: 120px;
}

.add-line-requistion, .add-line-quote{
  margin-right: 14px;
}

.add-line-payment{
  margin-top: 10px;
}


.detail-quote{
  background: #EEEEEE;
  padding: 20px;
}

.detail-quote-rqt{
  background: #EEEEEE;
  padding: 20px;
}


.table-quote td,.table-quote th{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.table-quote td.qty-cell{
  width: 80px;
}

.table-quote td.desc-cell{
  width: 510px;
}

.table-quote td.uprice-cell{
  width: 120px;
}

.table-quote td.tprice-cell{
  width: 120px;
}

.table-payment td{
  padding-bottom: 10px;
}

.table-payment td.qty-p-cell{
  width: 112px;
  padding-right: 10px;
}

.table-payment td.desc-p-cell{
  width: 745px;
  padding-right: 10px;
}

.quote-detail-title, .detail-title{
 background: #A0A0A0;
 font-size: 14px;
 padding: 5px;
 color: #fff;
}

.p-circle{
 width: 18px;
 height: 18px;
 -webkit-border-radius: 500px;
 -moz-border-radius: 500px;
 border-radius: 500px;
 display: inline-block;
}

.priority-c1{
 background: yellow;
}

.priority-c2{
  background: orange;
}

.priority-c3{
 background: red;
}

.control-list span{

}

.control-list a{
  color: #000;
  font-size: 14px;
}

.control-list a:hover{
  color: #000;
  text-decoration: none;
}

.detail-rqt .col-md-6 .rqt-wrapper{
  /*border:1px solid #DDDDDD;
  margin-bottom: 15px*/
}

.detail-rqt .col-md-6 .rqt-wrapper > div:first-child{
  /*padding-top: 10px;*/
}

.detail-rqt .col-md-6 .rqt-wrapper .rqt-inner{
  padding: 20px
}

.detail-rqt .form-group{
  margin-bottom: 0px;
  /*background: #F9F9F9;*/

}

.rqt-wrapper label{
  width: 120px;
  margin-right: 5px;
  text-align: right;
}

.rqt-add-category{
  margin-top: 25px;
}

.clear-section{
  clear: both;
}

.label-id{
  font-size: 14px !important;
}

.quote-inner-container{
  border-right: 1px solid #cccccc;
  padding-right: 25px;

}

.category-list-l2{
  margin-left: 15px;
}

.category-list-l3{
  margin-left: 30px;
}

.category-list-l4{
  margin-left: 45px;
}

.cat-control select{
  margin-bottom: 5px;
  font-size: 12px;
}

.cat-control #category-main {
   border-left: 4px solid #5BC0DE;
}

.cat-control #level-2-pane{
 margin-left: 10px;

}

.cat-control #level-2-pane select{
  border-left: 4px solid #8AC541;
}

.cat-control #level-3-pane{
 margin-left: 20px;

}

.cat-control #level-3-pane select{
  border-left: 4px solid #F0AD4E;
}

.cat-control #level-4-pane{
  margin-left: 30px;

}

.cat-control #level-4-pane select{
   border-left: 4px solid #7F7F7F;
}

.rqt-item-opt{
  margin-bottom: 3px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 260px;
}

.cat-control span{
  font-size: 14px;
  color: #000;
}

.process-step-panel{
  margin-top: 25px;

}

.process-step{

}

.process-step .p-item{
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #7f7f7f !important;
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  font-weight: bold;
}

.process-step .p-item-no-margin{
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.process-step .text-center{
  margin-bottom: 5px;
}

.process-step .text-center span{
  font-size: 20px;
}

.process-step .p-item-process{
  background: #0C75AF;
  color: #fff;
}

.process-step .p-item-active{
  background: #8AC541;
  color: #fff;
}

.process-step .p-item-approve{
  background: #F0AD4E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.process-step .p-item-rejected{
  background: #CC181E;
  color: #fff;
}

.process-step .p-item .info-text{
  font-size: 11px;
  line-height: 11px;
  display: block;
  color: #c4c4c4;
}

.account-wrapper{
  padding: 10px;
}

.account-wrapper .td-left-account{
 width: 120px;
}

.widget-header a:hover{
  text-decoration: none;
}

.widget-header .icon-remove{
  background: #FF7F74;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: -8px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.subtitle-sep{
  border-bottom:1px solid #DDDDDD;
  font-size: 14px;
  font-weight: bold;
}

.list-opt{
  width: 190px;
}

.list-subject{
  width: 370px;
}

.list-provider{
  width: 350px;
}

.process-step-info{
  margin-top: 10px;
  font-size: 11px;
  height: 25px;
}

.process-step-info .l-item{
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.process-step-info .l-reject{
  background: none repeat scroll 0 0 #C54141;
}

.process-step-info .l-approve{
  background: none repeat scroll 0 0 #0C75AF;
}

.process-step-info .l-actual{
  background: none repeat scroll 0 0 #8AC541;
}


.process-step-info > div{
  float: right;
  margin-right: 20px;
}

.uneditable-input{
 background: #EEEEEE !important;
}

.table-budget-i .underline-field{
  border-bottom: 1px solid #DDDDDD;
  display: block;
  padding-bottom: 3px;
}

.table-budget-i .label-budget{
  font-weight: bold;
}

.cell-action-budget .checkbox{
  margin: 0;
}

.opt-pdf{
  margin-top: -10px;
}

.header-category{
  padding: 5px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  background: #D0D0D0;
}

.header-category span{
  font-size: 11px;
}

.rqt-item-row{
  border: 1px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;

}

.rqt-item-row .rqt-item-opt{
  margin-right: 10px;
}

.rqt-item-row .table-requisition{
  margin-right: 10px;
  margin-left: 10px;
  width: auto;
}

.rqt-item-row .table-requisition input[type="text"]{
  font-size: 12px;
}

.observation-panel{
  margin-bottom: 5px;
}

.info-box{
  padding: 10px;
  margin-bottom: 10px;
}

.info-box h4{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.info-box p{
  margin: 0;
}

.dataTables_empty{
  font-weight: bold;
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.qte-user-assign{
  border: 1px solid #DDDDDD;
  padding: 10px;
  background: #F9F9F9;
}

.assign-opt{
  margin-bottom: 10px;

}

.label-user-item{
   color: #7B7B7B;
    font-size: 12px;
}

#msg-box .alert{
  padding: 7px;
  margin-bottom: 10px;
}

.delete-assign{
  cursor: pointer;
  color: #FF7F74;
  font-size: 14px;
}

.widget-header a{
  color: #333333;
}

.widget-nr-cell{
  width: 100%;
  border: none !important;
  background: #f9f9f9;
}

.nav-tabs > li > a{
  background: #eeeeee;
  box-shadow: 2px -2px 0 1px #d4d4d4;
  margin-right: 5px !important;
  line-height: 1 !important;
  font-size: 12px;

}

.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover{
  background: #3278b3;
  color: #fff;
  font-weight: bold;
}

.list-filter .dataTables_filter{
  position: absolute;
  top: -192px;
  right: 4px;
}

.list-filter-lq .dataTables_filter{
  position: absolute;
  top: -95px;
  right: 16px;
}

.list-filter td, .table-requisition td{
  text-transform: uppercase;
}

.list-filter td a, .table-requisition td a{
  text-transform: capitalize;
}

.alert{
  margin-top: 5px !important;
}

.box-wrapper{
  border: 1px solid #DDDDDD;
  padding: 20px;
  margin-bottom: 10px;
}

.box-container{

}

.box-container .box-title{
  font-weight: bold;
  font-size: 14px;
  /*border-bottom:1px solid #d4d4d4; */
  display: block;

}

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

.box-container .l-box{
  text-align: right;
  width: 36%;
  display: inline-block;

}

.box-container .box-underline-field{
  border:1px solid #d4d4d4;
  background: #f0f0f0;
  width: 60%;
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
}

.box-container .box-wp{
  border:1px solid #d4d4d4;
  padding: 10px;

}

.box-container .box-wp h4{
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  border-bottom:1px solid #d4d4d4;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.spacer-div{
  margin-bottom: 10px;
}

#remove-payment{
  cursor: pointer;
}

.payment-panel{
  padding: 10px;
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #D4D4D4;
}

.padding-panel{
  padding: 20px;

}

.shortcut-rqt:after{
  background: #46B8DA;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 500px;

}

.shortcut-qte:after{
  background: #EEA236;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 500px;
}

.shortcut-por:after{
  background: #4CAE4C;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 500px;
}

.shortcut-del:after{
  background: red;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 500px;
}


.shortcut-pct:after{
  background: #ffe400;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 500px;
}

.title-label{
  color: #fff;
  background: #0C75AF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.panel-pcontrol{
  border:1px solid #d4d4d4;
  padding: 5px;
  font-size: 12px;
}

.panel-pcontrol .form-control{
  font-size: 12px;
}

.label-total{
  display: inline-block;
  font-size: 14px !important;
  padding: 4px !important;
}

.exchange-label-panel{
  margin-bottom: 10px;
  text-align: right;
}

.exchange-label{
  font-size: 13px !important;
  font-weight: bold;

}

.budget-labels .label{
  font-size: 14px !important;
  margin-right: 5px;
}

.total-box{
  font-size: 16px;
}

.filter-opt{
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 10px;

}

.filter-opt select, .filter-opt input{
  font-size: 12px;
}

.filter-opt .text-right{
  margin-top: 10px;
}

.label-total-result{
  font-size: 14px !important;
}

.container-report-popup{
  /*margin-top: 20px;
  margin-left: 10px;*/
}


.label-tag{
  font-size: 13px !important;
}

.btn-low{
  background: #d5d50c;
  color: #fff !important;
}

.crl-prio-1, .crl-prio-2, .crl-prio-3{
  width: 12px;
  height: 12px;
  display: block;
  float: right;
  position: absolute;
  top: -22px;
  right: 0;
  border-radius: 500px;
}

.crl-prio-d-1, .crl-prio-d-2, .crl-prio-d-3{
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 500px;
}

.desc-cell > div{
  position: relative;
}

.crl-prio-1, .crl-prio-d-1{
  background: #d5d50c;
}

.crl-prio-2, .crl-prio-d-2{
  background: #ed9c28;
}

.crl-prio-3, .crl-prio-d-3{
  background: #d9534f;
}

.h-qte-panel{
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 10px;
}

.h-por-panel{
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 5px;
}

.budget-available{
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 14px;
  display: inline-block;
  width: 167px;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  text-align: left;
  padding-left: 5px;
}

.budget-available-item{
 display: inline-block;
 width: 167px;
 /*border-left: 1px solid #d4d4d4;*/
 text-align: right;
 padding-right: 5px;
}

#btn-change-currency{
  cursor: pointer;
}

.update-exchange-panel-inner{
  margin-bottom: 8px;
}

.exchange-label-panel{
  margin-top: 3px;
}

.file-image-viewer{
  width: 100%;
}

.file-title{
  background: #0c75af;
  padding: 5px;
  border-bottom: 2px solid #D4D4D4;
}

.dashboard-file-item{
  border: 1px solid #D4D4D4;
  padding: 3px;
}


.file-title a, .file-title a:focus, .file-title a:hover{
  color: #fff;
}

.dashboard-img-label{
  width: 180px;
  float: left;
  margin-right: 10px;
}

.dashboard-img-label  img{
  width: 100%;
}

.dashboard-wrapper-project{
  padding: 20px;
}

.slider_energy .panel{
  float: left;
}

.slider_energy .panel:first-child{

}

.slider_energy .panel:last-child{
  margin-right:0;
}

.slider_energy .panel:nth-child(3n+1){
 clear: both;
}

.slider_energy .panel{
  margin-left:1%;
  margin-right:1%;
  width: 31%
}

.slider_energy .panel .panel-title{
  font-size: 12px;
}

.slider_energy .panel img{
 max-width: 100%;
}

.highlight-box{
  border: 2px solid #d9534f !important;
}

.filter-opt .label-delete-filter{
  display: none;
  cursor: pointer;
}
.btn-clear-filter{
  color: #fff !important;
  margin-top: 4px;
}

.btn-clear-filter span{
  color: #fff !important;

}

#accordion h4 a{
  display: block;
}

.action-bottom-pane{
  background: #f4f4f4;
  margin-top: 20px;
  border-top:1px solid #a4a4a4;
  padding: 20px;
  padding-right: 5px;
}

.label-level6{
	background-color: #9A2FC5;
}

.label-level7{
	background-color: #B2B100;
}

#nit_message{
  margin-top: 0;
}

#nit_message .alert{
  padding: 7px;
}

#spending_message{
  margin-top: 0;
}

#spending_message .alert{
  padding: 7px;
}

#wrapper-document-add{
  font-size: 12px;
}

.form-border > .panel{
  border-width:1px !important;
}

#table-document .col-doc-1{
 width: 100px;
}

#table-document .col-doc-2{
 width: 160px;
}

#table-document .col-doc-3{
  width: 80px;
}

#table-document .col-doc-4{
  width: 130px;
}

#table-document .col-doc-5{
  width: 130px;
}

#table-document .col-doc-6{
  width: 100px;
}

#table-document .col-status{
 width: 1%;
}

#table-document .col-delete{
 width: 1%;
}

#table-document .col-type{
 width: 6%;
}

#table-document .col-date{
 width: 7%;
}

#table-document .col-nit{
 width: 8%;
}

#table-document .col-serie{
 width: 4%;
}

#table-document .col-no{
 width: 8%;
}

#table-document .col-amount{
 width: 10%;
}

#table-document .col-check{
 width: 4%;
}

#table-document .col-spending{
 width: 9%;
}

#table-document .col-descrip{
 width: 20%;
}

.row-date-format > div{
  padding: 0;
}

.row-date-format > div:first-child{
  padding-left: 15px;
}

.row-date-format > div:last-child{
  padding-right: 15px;
}

.row-date-format span{
  font-size: 24px;
  padding-left: 5px;
}

.radio-lqd-opt input{
  margin-top: 2px !important;

}

.btn-remove-document a{
  color: #000;
}

table th{
  background: #F4F4F4;
}

.panel-cashbox-table{
overflow: auto;
}

.panel-cashbox-table table{
  width: 100%;
  /*max-width: 1300px;*/
}

.list-subject{
  text-transform: uppercase;
}

.shortcut-btn{
  background: rgb(143,200,0) !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%) !important;
  background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%) !important;
  background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
  border: 1px solid !important;
  box-shadow: none !important;
  width: 250px !important;
  height: 80px;
  font-size: 16px;

}

.shortcut-btn:hover{
  background: rgb(102,142,0) !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%) !important;
  background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%) !important;
  background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 ) !important;
  }

  table.dataTable thead{
    cursor: pointer;
  }

  table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat scroll right center #f4f4f4;
}

table.dataTable thead .sorting_asc{
  background: url("../images/sort_asc.png") no-repeat scroll right center #f4f4f4;
}

table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat scroll right center #f4f4f4;
}

.dataTables_filter{
  text-align: right;
}

.dataTables_filter input{
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_info{
  display: none;
}

.roundedOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
  margin-right: 5px;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;
  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


.roundedOne input[type="checkbox"] {
    visibility: hidden;
}


.roundedTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
  display: inline-block;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed1c24;

  background: -webkit-linear-gradient(top, #ed1c24 0%, #c41f25 100%);
  background: -moz-linear-gradient(top, #ed1c24 0%, #c41f25 100%);
  background: -o-linear-gradient(top, #ed1c24 0%, #c41f25 100%);
  background: -ms-linear-gradient(top, #ed1c24 0%, #c41f25 100%);
  background: linear-gradient(top, #ed1c24 0%, #c41f25 100%);

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


.roundedTwo input[type="checkbox"] {
    visibility: hidden;
}

.panel-payment-auth > div{
  float: left;
}

.w30{
  width: 30px;
}
.w40{
  width: 40px;
}

.w50{
  width: 50px;
}

.w60{
  width: 60px;
}

.w70{
  width: 70px;
}

.w80{
  width: 80px;
}

.w90{
  width: 90px;
}

.w100{
  width: 90px;
}

.w110{
  width: 110px;
}

.w120{
  width: 120px;
}


.w145{
  width: 145px;
}

.w250{
  width: 250px;
}

.rpt-track-pane{
  padding: 8px;
  background: #efefef;
  font-size: 14px;
  border: 1px solid #428bca;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #428bca;
}

.rpt-track-link{
  color: #000;
}

.rpt-track-link:hover{
  text-decoration: none;
}


.label-pym-days{
  width: 34px;
  height: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 34px;
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

.label-pym-days:before{
  content: ''; position: absolute; z-index: -1; top: -8px; right: -8px; bottom: -8px; left: -8px; background-color: #f8ebb6; -moz-border-radius: 140px; -webkit-border-radius: 140px; border-radius: 140px; opacity: 0.5;

}

.label-pym-deleted{
  width: 34px;
  height: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 34px;
  text-shadow: 0 -1px 0 #3071a9;
  background: #d9534f;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}


.label-pym-days-big{
  font-size: 16px !important;
  width: 60px;
  height: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 60px;
  background-color: #0099cc;  -moz-border-radius: 32px; -webkit-border-radius: 32px; border-radius: 32px; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1); box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

.label-pym-days-big:before{
  content: ''; position: absolute; z-index: -1; top: -8px; right: -8px; bottom: -8px; left: -8px; background-color: #f8ebb6; -moz-border-radius: 140px; -webkit-border-radius: 140px; border-radius: 140px; opacity: 0.5;

}

.nav .dropdown-menu .sub-menu {
    left: 240 px;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.nav .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.nav .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.row-no-space > div{
  padding: 0;
  padding-right: 5px;
}

.row-no-space > div:first-child{
  padding-left: 15px;
}

.row-no-space > div:last-child{
  padding-right: 15px;
}

.icon-action{
  font-size: 16px !important;
  cursor: pointer;
}

.icon-color-green{
  color: #8ac541;
}

.icon-action-clear{
  font-size: 16px !important;
  cursor: pointer;
}

.label-block{
  display: block !important;
}

.label-clear-account{
  cursor: pointer;
}


#table-document .icon-remove-sign {
  font-size: 14px !important;
  color: #606060;
}

#table-document .icon-edit {
  font-size: 14px !important;
  color: #606060;
}

.panel-padding{
  padding: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-padding-sm{
  padding: 5px;
}

.bg-border{
 border: 1px solid #000 !important;
 width: 140px;
 text-align: right;
}

.no-record-cell{
  text-align: center;
  padding: 20px !important;
  font-size: 16px;
  font-weight: bold;
}

#tableGrid{
  clear: both;
}

.modal-account{
  width: 500px;
  margin: 0 auto;
}

.modal-w400{
  width: 400px;
  margin: 0 auto;
}

.icon-action-account{
  cursor: pointer;
  font-size: 14px;

}

.delete-account-line{
  cursor: pointer;
  font-size: 14px;
  color: #d9534f;
}

.icon-next-step{
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: 16px;
}

.popover-icon{
  cursor: pointer;
  font-size: 20px;
}

.spending-option{
  cursor: pointer;
}

.f16{
  font-size: 16px;
}

.small-t{
  font-size: 10px;
  color: #a4a4a4;
}

.datepicker-days table th{
  background: #fff;
}

.subnavbar-inner a img{
  padding-top:5px;
}

.sep-top{
  margin-top: 10px;
}

.bg-inner-frame{
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #eb9316;
  margin-top: 1px;
}

.bg-inner-frame h3{
  margin-top: 0;
}


.check-option{
	width: 5%;
}

.check-option a{
	text-decoration: none;
}
.desc-text{
  font-size: 11px;

}

.tr-border-p2{
  border-bottom: 2px solid;
  border-top: 2px solid;
}

.bg-seperator{
  background: #000;
}

.tooltip-item{
  cursor: pointer;
}

.label-empty{
  border: 1px solid #a0a0a0;
  color: #a0a0a0 !important;
}

#doc_type_dropdown a{
  cursor: pointer;
}

.no-result-pane{
  padding: 20px;
  text-align: center;
}

.dataTables_filter label{
    width: 250px;
    padding: 8px;
    margin: 0 auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 2px 0 #aaa, 0 3px 3px #444;
    border-radius: 10px;
    background-color: #f6f6f6;
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    margin-bottom: 10px;
}

.label-qty-list{
  top: 20px;
  position: relative;
  margin-right: 15px;
}

.btn-circle{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #d4d4d4 !important;
  margin-top: 2px;
}

.uppercase-text{
  text-transform: uppercase;
}


.header-e-result{
  background: #d4d4d4;
  font-weight: bold;
}


.td-e-result-1{
  padding-left: 0;
}

.td-e-result-2{
  padding-left: 15px !important;
}

.td-e-result-3{
 padding-left: 30px !important;
}

.td-e-result-4{
 padding-left: 45px !important;
}

.td-e-result-5{
 padding-left: 60px !important;
}

.cell-debit{
  width: 150px;
}

.cell-asset{
  width: 150px;
}


.bg-default{
  background: #d4d4d4 !important;
}

.panel-heading span{
  font-size: 16px;
}

.my-custom-scrollbar {
  position: relative;
  height: 250px;
  overflow: auto;
}
.wrapper-theadfix{
  width: 100%;
  height: 600px;
  overflow: auto;
  border: 1px solid;
}
.table-wrapper-scroll-y {
  display: block;
}