body {
  padding-top: 60px !important;
}

body, p, td
{
    font-size:90% !important;
}

.container-fluid > .sidebar {width:120px}
.container-fluid > .content {margin-left:140px;    margin-top: -15px;}
.actions_white {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 2px 10px 2px 100px;
   height: 40px;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   background-color: #e6e6e6;
   background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2 95%, #e6e6e6);
   background-image: -o-linear-gradient(#ffffff, #f2f2f2 85%, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(85%, #f2f2f2), to(#e6e6e6));
   background-image: -webkit-linear-gradient(#ffffff, #f2f2f2 85%, #e6e6e6);
   background-image: linear-gradient(#ffffff, #f2f2f2 90%, #e6e6e6);
   background-repeat: no-repeat;
   line-height: 40px;
}

.actions_orange {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 10px 2px 100px;
    height: 40px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #e65c00;
    background-image: -moz-linear-gradient(top, #ffd1b3, #ff8533 95%, #e65c00);
    background-image: -o-linear-gradient(#ffd1b3, #ff8533 85%, #344f4c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd1b3), color-stop(85%, #ff8533), to(#e65c00));
    background-image: -webkit-linear-gradient(#ffd1b3, #ff8533 85%, #e65c00);
    background-image: linear-gradient(#ffd1b3, #ff8533 90%, #e65c00);
    background-repeat: no-repeat;
    line-height: 40px;
}

.actions_yellow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 10px 2px 100px;
    height: 40px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #f8e683;
    background-image: -moz-linear-gradient(top, #f6f0ce, #f5dc52 95%, #f8e683);
    background-image: -o-linear-gradient(#f6f0ce, #f5dc52 85%, #f8e683);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f0ce), color-stop(85%, #f5dc52), to(#f8e683));
    background-image: -webkit-linear-gradient(#f6f0ce, #f5dc52 85%, #f8e683);
    background-image: linear-gradient(#f6f0ce, #f5dc52 90%, #f8e683);
    background-repeat: no-repeat;
    line-height: 40px;
}

.actions_green {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 10px 2px 100px;
    height: 40px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #357335;
    background-image: -moz-linear-gradient(top, #b9dfb9, #50af50 95%, #357335);
    background-image: -o-linear-gradient(#b9dfb9, #50af50 85%, #357335);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b9dfb9), color-stop(85%, #50af50), to(#357335));
    background-image: -webkit-linear-gradient(#b9dfb9, #50af50 85%, #357335);
    background-image: linear-gradient(#b9dfb9, #50af50 90%, #357335);
    background-repeat: no-repeat;
    line-height: 40px;
}


.actions_blue {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 2px 10px 2px 100px;
   height: 40px;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   background-color: #006bb3;
   background-image: -moz-linear-gradient(top, #99d6ff, #008ae6 95%, #006bb3);
   background-image: -o-linear-gradient(#99d6ff, #008ae6 85%, #006bb3);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99d6ff), color-stop(85%, #008ae6), to(#006bb3));
   background-image: -webkit-linear-gradient(#99d6ff, #008ae6 85%, #006bb3);
   background-image: linear-gradient(#99d6ff, #008ae6 90%, #006bb3);
   background-repeat: no-repeat;
   line-height: 40px;
}


.actions_gray {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 2px 10px 2px 100px;
   height: 40px;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   background-color: #707075;
   background-image: -moz-linear-gradient(top, #e5e5e6, #b1b1b4 95%, #707075);
   background-image: -o-linear-gradient(#e5e5e6, #b1b1b4 85%, #344f4c);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e6), color-stop(85%, #b1b1b4), to(#707075));
   background-image: -webkit-linear-gradient(#e5e5e6, #b1b1b4 85%, #707075);
   background-image: linear-gradient(#e5e5e6, #b1b1b4 90%, #707075);
   background-repeat: no-repeat;
   line-height: 40px;
}

.actions {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 10px 2px 100px;
    height: 40px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #AEB6BF;
    background-image: -moz-linear-gradient(top, #848080, #72acab 95%, #344f4c);
    background-image: -o-linear-gradient(#577874, #72acab 85%, #344f4c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#344f4c), color-stop(85%, #72acab), to(#344f4c));
    background-image: -webkit-linear-gradient(#577874, #72acab 85%, #344f4c);
    background-image: linear-gradient(#577874, #72acab 90%, #344f4c);
    background-repeat: no-repeat;
    line-height: 40px;
}
.info-sign {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   height: 50px;
   border-radius: 4px 4px 4px 4px;
   background-image: linear-gradient(#e6fff3, #ccffe6 95%, #e6fff3);
   background-repeat: no-repeat;
   border: 5px solid #b3e6cc;
}

/*form*/
label 
{
    width:90px;    
}
form .input 
{
    margin-left:100px;
}

fieldset legend
{
    padding-left:100px; 
     margin-top:-10px;   
}

.div-wrapper {
    margin-top: 120px;
    background-size: 100% 100%;
    background-color: #B0D6E1;
}
@media screen and (max-width: 1280px) {
   .div-wrapper {
      margin-top: 210px;
      background-size: 100% 100%;
      background-color: #B0D6E1;
   }
}
@media screen and (max-width: 767px) {
   .div-wrapper {
      margin-top: 210px;
      background-size: 100% 100%;
      background-color: #B0D6E1;
   }
}


      
.table-wrapper{
       background-color:#B0D6E1;
 background-size: 100% 100%; 
}

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 0px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 5px;
  padding-left: 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('images/chosen-sprite.png') no-repeat 0 1px;
  display: block;
  /*width: 100%;*/
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 0px 0px;
  margin: 0;
  white-space: nowrap;
  width:98%;
}
.chzn-container-single .chzn-search input {
  background: #fff url('images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzn-select  {
  padding: 0px 0px 0px 0px;
  height:28px;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  /*display: none;*/
  line-height: normal;
  padding: 7px 7px 7px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #EB3729;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, #ffffff;
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */

.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
.cleditorToolbar {background: url('images/toolbar.gif') repeat}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
.cleditorPrompt input,
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}

/*file upload.css*/

/*
Default style definitions for:

Uploadify v1.6.2
Copyright (C) 2009 by Ronnie Garcia
Co-developed by Travis Nickels
*/
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}


/*site.css*/
div#login 
{
    padding:20px;    
}

div#login img.logo 
{
    margin:10px 0px 30px 0px;    
}

span.login 
{
    color:White;    
}

ul#adminmenu
{
    margin-left:50px;    
}


ul.filtroAlfab 
{
    list-style-type:none; 
    margin:0px;
    float:left;
}

ul.filtroAlfab li 
{ 
    margin:2px;
    font-size:160%;
    border: 1px solid #f5f5f5;
    padding:6px 8px;   
    float:left;
}

ul.filtroAlfab li.selected
{ 
    background-color:#333333;
    color:White;
}

ul.filtroAlfab li a 
{
   color:#333333;
}

div.pagingContainer
{
    float:right;
}

input.money 
{
    width:96%;       
}

select.vat 
{
    width:60px;
}

select 
{
     min-width:50px;
}

div.searchBox { 
                margin:10px 0px 10px 0px;
                border:3px solid #f2f2f2;
                padding:15px 10px 10px 15px;
                -webkit-border-radius:0 3px 3px 0;
                -moz-border-radius:0 3px 3px 0;
                border-radius:0 3px 3px 0;
                }
                
div.searchBox div.setQuarter
{
    padding:5px;
    margin:5px 0px 0px 30px;   
}                

div.searchBox div.setQuarter div
{
    padding:4px;
}

div.searchBox div.setQuarter a
{
    color:#19759D; 
    font-size:120%;
    text-decoration:underline;
}

/*dashboard*/

table.dashboard table th, table td {
   
    /* padding: 6px 6px 6px 6px !important;*/
     padding: 2px 2px 2px 2px !important;
}

.periodSummary
{
    clear:both;    
    border:3px solid #f2f2f2;
    padding:15px 10px 10px 15px;
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;     
    margin-bottom:20px;           

}

.periodSummary .chart_summary
{
    float:right;
}
.periodSummary .summary
{
    margin:10px 0px 10px 0px;
    padding:10px;        
}

.periodSummary .summary .big
{
    font-size:130%;
    font-weight:bold;    
}

.periodSummary .summary hr
{
    margin: 5px;    
}
.periodSummary .summary h4
{
    margin-bottom:15px;
}

.negative 
{
    font-weight:bold;
    color:orange;
}

.positive
{
    font-weight: bold;
    color:Green;    
}

textarea.proposalDetails
{
    height:100px;
    min-width:400px;
}

textarea.proposalNotes
{
    height:50px;
    min-width:450px;
}

table.proposal tfoot tr td
{
    border-top:3px solid #f2f2f2;
    font-weight:bold;
    font-size:1.1em;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors, .validation-summary-errors ul li {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

h4 {
    line-height: 20px !important;    
}

td.total 
{
    font-weight:bold;
    background-color:#f5f5f5 !important;
}

.expense{color:red}
.income{color:green}

.noborder {
   border: 0;
   margin-bottom: -8px;
   padding-bottom: 10px
}

.SpanAreaTextProperty100Percentx90 {
   width: 100%;
   height: 90px;
}

.SpanAreaTextProperty100x90 {
   width: 100px;
   height: 90px;
}

.SpanAreaTextProperty200x90 {
   width: 200px;
   height: 90px;
}

.SpanAreaTextProperty300x90 {
   width: 300px;
   height: 90px;
}

.SpanAreaTextProperty400x90 {
   width: 400px;
   height: 90px;
}

.SpanAreaTextProperty500x90 {
   width: 500px;
   height: 90px;
}

.SpanAreaTextProperty600x90 {
   width: 600px;
   height: 90px;
}

.SpanAreaTextProperty100Percentx110 {
   width: 100%;
   height: 110px;
}

.SpanAreaTextProperty100x110 {
   width: 100px;
   height: 110px;
}

.SpanAreaTextProperty200x110 {
   width: 200px;
   height: 110px;
}

.SpanAreaTextProperty300x110 {
   width: 300px;
   height: 110px;
}

.SpanAreaTextProperty400x110 {
   width: 400px;
   height: 110px;
}

.SpanAreaTextProperty500x110 {
   width: 500px;
   height: 110px;
}

.SpanAreaTextProperty600x110 {
   width: 600px;
   height: 110px;
}