@CHARSET "UTF-8";

* {
	font-family: 'Dosis', sans-serif;
	font-size: 16pt;
	color: #000000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

table{
    border-collapse: collapse;
}

td {
	vertical-align: top;    
}

.zebra {    
    border-bottom: solid;
    border-bottom-width: 1px;
}

.monospaced{
  	font-family: 'Cutive Mono', sans-serif;
}

.jumbo {
  font-size: 35pt;
  font-weight: bold;
}

.big {
  font-size: 20pt;
  font-weight: bold;
}

.begin{
    min-width: 150px;    
}

.small {
  font-size: 15pt; 
}

.tiny {
  font-size: 12pt;
}


.complete {
	border-style: none;
}

.details {
    
}

.data {  
  white-space: pre-line;  
}

.input-full-width {
	width: 500px;
}

.login-field {
	width: 250px;
}

.error {
	border-color: #ff0000;
	border-style: dotted;
	background-color: #ffdddd;
}

span.error {
	background-color: initial;
	border-style: initial;
	color: #ff0000;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;    
}

div.inner{
	padding: 5px;	
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	box-shadow: 30px 30px 50px #888888;
}



#modalBox {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;	
	display: table;
	z-index: 999 !important;
	background-color: rgba(255,255,255,0.7);		
}

#loader {
	display: block;
	margin-left: auto;
    margin-right: auto;  
}


#loginModal{	
	width: 350px;
	height: 170px;
	opacity: 1;	
	}

#genericModal {
	width: 500px;
	/*height: 150px;*/
	opacity: 1;
}

#genericModalTable {
    width: 100%;
}

#containerTable {
	width: 100%;
}

#containerTd {
	width: 800px;
}

#tdBefore {
	
}

#tdAfter {
	
}

#conf-detail-box {
	padding: 20px;
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	position: absolute;
	width: 800px;
	background-color: #ffffff;
}


#host-box {
	padding: 5px;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: dotted;
	height: 100%;
	width: 200px;
	background-color: #ffffff;
}

#caption {
	height: 100%;
}

#show-hosts-box {
	padding: 0px;
	margin: 0px;
	overflow: auto;
	height: 100%;
}

#pick-hosts-box {
	padding: 0px;
	margin: 0px;
	overflow: auto;
	height: 100%;
}


#buttonTd {
	text-align: center;
}

#input-textarea {
	height: 300px;
}

#input-filter {
	width: 125px;
}


/*Animation stuffs*/

.ng-enter           { animation: fadeIn 0.5s both ease-in; z-index: 8888; }
.ng-leave           { /*animation: slideOutLeft 0.7s both ease-out; z-index: 9999;*/ }


@keyframes fadeIn {
    from      { opacity: 0;}
}

@keyframes slideOutLeft {
    to      { transform: translateX(-200%); opacity: 0;}
}

@keyframes slideInRight {
    from    { transform:translateX(200%); opacity: 0}
    to      { transform: translateX(0); }
}
