/*
Description: IRC Contacts Management
Description: Contacts database to allow admins to manage a list of vendors and other service contacts for the center.
Version: 1.00
Author: James Memmott
Author Email: jmemmott@braeman.com

Copyright 2017 James Memmott

This script is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This script is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/**********/   
 
.irc_contactslist {
  text-align:center;
  width:90%;
}
table.irc_contactslist{
  font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  align:left
}
.irc_contactslist th{
  padding: 0 0.5em;
  text-align: left;
}
.irc_contactslist tr.blue td {
  border-top: 1px solid #347C17;
  border-bottom: 1px solid #347C17;
  background: #C2DFFF;
}
.irc_contactslist td{
  border-bottom: 1px solid #CCC;
  padding: 0 0.5em;
  border-left: 1px solid #CCC;
  text-align: left;
}
.irc_contactslist td.last {
  border-right: 2px solid #CCC;
  margin-right: 1px;
  width: 160px;
}
table.irc_contactslist tr.a0 td {
	background-color: #D7E7D5;
}
table.irc_contactslist tr.a1 td {
	background-color: #F5FAFA;
}
table.irc_contactslist tr.b0 td {
	background-color: #FDFAE0;
}
table.irc_contactslist tr.b1 td {
	background-color: #FEFEF2;
}
table.irc_contactslist tr.c0 td {
	background-color: #FFEFF8;
}
table.irc_contactslist tr.c1 td {
	background-color: #FFF9FF;
}
table.irc_contactslist tr.d0 td {
	background-color: #F0FFFE;
}
table.irc_contactslist tr.d1 td {
	background-color: #FAFEFE;
}

.irccontactslist-error {
  color: red
}

.irc_contactsform {
  text-align:left;
  margin: 30px auto;
  width:80%;
}
table.irc_contactsform{
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  align:left
}
.irc_contactsform td{
  padding: 0 0.5em;
  text-align: left;
}

div.irccontacts-header {
	width:80%;
	margin-top:10px;
	margin-bottom:0px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}

div.irccontacts-searchcontainer {
  margin-right:5px;
  margin-top:5px;
  width:100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

div.irccontacts-searchtype {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align:center;
  width: 200px;
	padding-top:10px;
	padding-bottom:10px;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}

#test{
  width: 100%;
  height: 30px;
}
option.servicetest {
  height: 30px;
  line-height: 30px;
}

.editOption{
  width: 90%;
}

#spinner-1 input {
  width: 50px
}

