/* Styling document for HTC Tools */


/*
    OVERALL
    ------
*/
textarea{ min-height: 150px !important }
body{ background-color: #F1F1F1; }
ul, li{ margin:0; padding: 0; list-style: none }
ul{ margin-left: 10px;}
table.table-fixed{ table-layout: fixed }
.center{ text-align: center; }
.spacing-top{ margin-top: 20px; }
.spacing-top-extra{ margin-top: 40px; }
.spacing-bottom{ margin-bottom: 20px; }
.spacing-bottom-extra{ margin-bottom: 40px; }



/*
    BUTTONS
    --------
*/
.btn{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;

  color: white;
  background: #aaaaaa; /* Old browsers */
  background: -moz-linear-gradient(top,  #aaaaaa 0%, #aaaaaa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #aaaaaa 0%,#aaaaaa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #aaaaaa 0%,#aaaaaa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #aaaaaa 0%,#aaaaaa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
}

.btn:hover{
  color: white;
  background: #c1c1c1; /* Old browsers */
  background: -moz-linear-gradient(top,  #c1c1c1 0%, #c1c1c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c1c1c1 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c1c1c1 0%,#c1c1c1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c1c1c1 0%,#c1c1c1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c1c1c1 0%,#c1c1c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}
.btn-medium{
  font-size: 16px;
  padding: 6px 16px 6px 16px;
}
.btn-primary, .btn-primary:visited, .btn-primary:active {
  background: #3561a2; /* Old browsers */
  background: -moz-linear-gradient(top,  #3561a2 0%, #3561a2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3561a2), color-stop(100%,#3561a2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3561a2 0%,#3561a2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3561a2 0%,#3561a2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3561a2 0%,#3561a2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3561a2 0%,#3561a2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3561a2', endColorstr='#3561a2',GradientType=0 ); /* IE6-9 */
}
.btn-primary:hover {
  background: #5e89ca; /* Old browsers */
  background: -moz-linear-gradient(top,  #5e89ca 0%, #5e89ca 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e89ca), color-stop(100%,#5e89ca)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5e89ca 0%,#5e89ca 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5e89ca 0%,#5e89ca 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5e89ca 0%,#5e89ca 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5e89ca 0%,#5e89ca 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e89ca', endColorstr='#5e89ca',GradientType=0 ); /* IE6-9 */
}

.btn-danger, .btn-danger:visited, .btn-danger:active {
  background: #c04842; /* Old browsers */
  background: -moz-linear-gradient(top,  #c04842 0%, #c04842 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c04842), color-stop(100%,#c04842)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c04842 0%,#c04842 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c04842 0%,#c04842 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c04842 0%,#c04842 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c04842 0%,#c04842 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c04842', endColorstr='#c04842',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover {
  background: #cf726d; /* Old browsers */
  background: -moz-linear-gradient(top,  #cf726d 0%, #cf726d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf726d), color-stop(100%,#cf726d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cf726d 0%,#cf726d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cf726d 0%,#cf726d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cf726d 0%,#cf726d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cf726d 0%,#cf726d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf726d', endColorstr='#cf726d',GradientType=0 ); /* IE6-9 */
}

.btn-wide{
  padding-left: 30px;
  padding-right: 30px;
}


/*
    CUSTOM LEGENDS
    ----------------
*/
ul.legend .indicator{
  display: inline-block;
  width: 10px;
  height: 10px;
}




/*
    TEXT
    ------
*/
h1 .pull-right{ margin-top: 10px;}
h1 {
  font-size: 36px;
  font-weight: normal;
  /*padding-left: 20px;*/
}
h2 {
  font-size: 24px;
  font-weight: normal;
}
a, a.visited{ 
  color: #335d9e;
}
.text-small{
  font-size: 9px;
  line-height: 12px;
  color: gray;
}
h1.underline{
  border-bottom: 1px solid #c9c9c9;
}


/*
    FORMS
    ------
*/
form .input{
	padding-bottom: 20px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 7px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}


/*
    LISTINGS
    ---------
*/
table.table-border{
  border: 1px solid lightgray;
}
table thead tr{
  background-color: #e6EEEE;
}
table ._actions{
	width: 100px;
  padding: 20px auto 20px auto;
}
table tr.highlight td{
  background-color: #D6ECF1 !important;
}


/*
    HEADER
    ---------
*/
#white-patch{
  position: absolute;
  height: 70px;
  background: white;
  width: 100%;
  z-index: -10;
}
#header{
  position:relative;
}
#header .heading{ 
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#logout-button{
  position: absolute;
  right: 0;
  top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#header .header-bg{
  position: absolute;
  right: 0;
}



/*
    HEADER
    ---------
*/
#footer{
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}





/*
    LOGIN PAGE
    ---------
*/
#login-page{
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
  display: inline-block;
  width: 430px;
}
#login-page button{
  padding-left: 90px;
  padding-right: 90px;
  margin-top: 20px;
}
#login-page input{
  margin-bottom: 15px;
}


/*
    HOME PAGE
    ---------
*/
.box{
  border: 1px solid #c9c9c9;
  background: white;
  padding: 10px;
}
.box h1{
  padding-bottom: 13px;
}
.box.small h1{
  font-size: 24px;
  padding-bottom: 8px;
}

.home-listing{
  font-family: 'Verdana', Arial;
  font-size: 20px;
  padding-left: 20px;
}
.home-listing li{
  line-height: 30px;
  list-style-image: url('../img/en/bullet_1.png');
}
.home-listing.small{
  font-size: 16px;
  list-style-image: url('../img/en/bullet_2.png');
}



/*
    IW HELP DIFF PAGE
    ------------------
*/
#iw-help-diff .total-differences{
  font-size: 26px;
  font-weight: bold;
}


/*
    HTML DIFF
    --------
*/
.table-diff{
  border: 2px solid #ddd;
}
.table-diff thead tr:first-child th{
  background-color: #BCCFCF;
}
.table-diff tbody td, .table-diff tbody th{
  font-size: 9px !important;
  line-height: 12px !important;
}
.diff-html-removed {
  font-style: italic;
  padding: 3px;
  background: ##FAE4E4;
  color: rgb(138, 15, 15);
  text-decoration: line-through;
}
.diff-html-added {
  font-style: italic;
  padding: 3px;
  background: rgb(196, 246, 192);
  color: rgb(36, 134, 27);
}