body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px;
	overflow: hidden;
}

/*
 * Three pannels layout
 */


#wrapper {
	position: absolute;
	padding: 1px;
	margin: 1px;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0;
	width: 99%;
}

#top {
	height: 31px;
	background: #F5F5F5;
}

#middle {
    position: absolute;
    top: 55px;
    bottom: 25px;
    width: 100%;
}

#bottom {
	height: 20px;
	padding: 2px;
	bottom:0;
	position: absolute;
	width: 100%;
	background: #F5F5F5;
	border: 2px outset;
}


/*
 * PANNELS
 */

.pannel {
    background-color: #727288;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 5px;
}


.pannelTitle {
	position: relative;
    top: -30px;
    width:200px;
    margin: 0px;
    padding: 5px;
}

/*
 *
 */

.txt_fields {
	border:2px inset silver;
	height: 20px;
	background: white;
	overflow:auto;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 2px;
	color: #0099FF;
}

.txt_labels {
	height: 20px;
}


#regex_field {
}

#result_field {
	border:1px solid silver;
	overflow:auto;
	clear: both;
	position: absolute;
	width:100%;
	border-radius: 4px;
}

.result_field_up {
	top:95px;
	bottom:5px;
}

.result_field_down {
	top:145px;
	bottom: 200px;
}


#regex_replace_field {
}

#result_replacement_field {
	border:1px solid silver;
	background:white;
	position: absolute;
	bottom:5px;
	height: 185px;
	width:100%;
	border-radius: 4px;
}


.regex_replace_big {
	height:30px;
	weigth: 100%;
}

.regex_replace_small {
	height:0px;
	weigth: 100%;
}

.regex_replace_big {
	height:30px;
	width:100%;
}

.title {
	float: left;
	width:60px;
}


.component_small_regex_replace {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);

	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	height:0px;
}

.component_big_regex_replace {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	height:50px;
	width:100%;
}




.component_small {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);

	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	height:0px;
}

.component_big {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	width:100%;
}




/**
 **************************************
 * Tabs
 **************************************
 */

ul {
	padding:0;
	margin:0;
}


.container1 {

	/* height: 100%; */
}

.VCNavTabs:after, .nav-pills:after {
    clear: both;
}

.VCNavTabs:before, .nav-pills:before, .VCNavTabs:after, .nav-pills:after {
    content: "";
    display: table;
    line-height: 0;
}

.VCNavTabs {
	border-bottom: 1px solid #DDDDDD;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}

.VCNavTabs > ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

.VCNavTabs > li {
    margin-bottom: -1px;
}
.VCNavTabs > li, .nav-pills > li {
    float: left;
}



.VCNavTabs > .active > a, .VCNavTabs > .active > a:hover, .VCNavTabs > .active > a:focus {
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

.VCNavTabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    display: block;
    color: #0088CC;
    text-decoration: none;
}

.VCNavTabs > li > a:hover {
	background: #E6E6E6;
}

.VCNavTabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}


.boxes {
	background-color: #0099FF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) inset;
	border: 3px solid black;
	padding: 5px;
	color: white;
}