@import "//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html {
    border: 0;
    margin: 0;  
    padding: 0
}

/*FRAME BG COLOUR*/

body {
    /*line-height: 1.5;*/
    overflow-y: inherit;
	font-family: Calibri;
	
	background-color: #FFF;
}

#app { padding: 0px; margin: 0px; }

table {
    border-collapse: separate;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

a img {
    border: none
}

.result-grid a {
    text-decoration: none;
}

:focus {
    outline: 0
}

* {
    outline: 0 !important;
    border: none;
}

.result-grid {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 #888888;
	    border: 1px solid rgba(204, 204, 204, 0);
    /*-moz-border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*border-radius: 0 0 0 0;border: 1px solid rgba(255, 255, 255, 0.32);*/
    background-color: inherit;
	
	    
}

.result-grid table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;

    table-layout: fixed;
}

.result-grid tr:last-child td:last-child {
    /*-moz-border-radius-bottomright: 0;*/
    /*-webkit-border-bottom-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}

.result-grid table tr:first-child th:first-child {
    /*-moz-border-radius-topleft: 0;*/
    /*-webkit-border-top-left-radius: 0;*/
    /*border-top-left-radius: 0;*/
}

.result-grid table tr:first-child th:last-child {
    /*-moz-border-radius-topright: 0;*/
    /*-webkit-border-top-right-radius: 0;*/
    /*border-top-right-radius: 0;*/
}

.result-grid tr:last-child td:first-child {
    /*-moz-border-radius-bottomleft: 0;*/
    /*-webkit-border-bottom-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
}

.result-grid td, th {
    vertical-align: middle;
    border: 0 solid #000000;
    text-align: center;
 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:  antialiased;
 
    /*   color: #FFFFFF;*/
}

.result-grid .table th {
    font-size: 9px;
    
}

.result-grid .table td {
 font-size: 12px;
    color: #0E0E0E;
    letter-spacing: -0.5px;
		
}

.result-grid .table th, .result-grid .table td {
    border-top: none;
}



.panel-default {
    border: none;
}

#app {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
	color: #0D0353;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgb(247, 247, 247);
	color: #000000;
}

.table-striped > tbody > tr:nth-child(even) {
   
	color:#000000;
	 background-color: #ffffff;
}

table {
    background-color: inherit;
}

.results.panel {
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.config.panel {
    margin-bottom: 0;
}

.config .panel-body {
    margin-bottom: 0;
    min-height: inherit;
    max-height: 290px;
    overflow-y: auto;
}

.config .panel-footer {
    padding: 7px 7px;
}

.result-grid col.direction {
    width: 12px;
    text-align: center;
    /*border-right: 1px solid #d6d6d6;*/
}

.result-grid col.symbolDisplayName {
    width: 45px;
    text-align: center;
    /*border-right: 1px solid #d6d6d6;*/
}

.result-grid col.pattern {
    width: 35px;
    text-align: center;
    /*border-right: 1px solid #d6d6d6;*/
}

.result-grid col.identified {
    width: 31px;
    text-align: center;
    /*border-right: 1px solid #d6d6d6;*/
}

.result-grid col.view {
    width: 21px;
    text-align: center;
}

.result-grid .table > tbody > tr > td, .result-grid .table > tbody > tr > th, .result-grid .table > tfoot > tr > td, .result-grid .table > tfoot > tr > th, .result-grid .table > thead > tr > td, .result-grid .table > thead > tr > th {
            padding: 6px 0px 5px 0px !important;
}


.nav-tabs>li.active>a:hover {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #282828;
    border-bottom-color: transparent;
    cursor: default;
}


/* padding: 8px; */







/**====================================================**/


/*MAIN TABS TEXT COLOUR*/
a {
    color: #0B0051;
    text-decoration: none;

}

/*padding inside tabs*/
.nav>li>a {
       padding: 9px 3px !important;
}


.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border-right: 2px solid rgba(255, 255, 255, 0.93);
    border-radius: 0px 0px 0 0;

	text-transform: none;
	font-size: 14px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:  antialiased;
	background: #000000;
	color:#FFFFFF;
}


.nav {
    padding-left: 0px;
    margin-bottom: -0px;
    padding-top: 0px;
    list-style: none;
}

.nav-tabs {
    border-bottom: none !important;
	
}

/**====================================================**/


/** Heading Background**/
.result-grid thead tr:first-child {
        background-color: #FFFFFF;
    color: #000000;
	       height: 26px;
}
.result-grid tr:first-child th {
    height: 26px;
    text-align: center;
    border: 0 solid #000000;
	    color: #d2322d;

	text-transform:uppercase;
       font-size: 14px;
   font-weight:bold;
    
}

.result-grid thead tr:first-child th:first-child {
    border-radius: 0 0 0 0;
}

.result-grid thead tr:first-child th:last-child {
    border-radius: 0 0px 0 0;
}

.result-grid thead tr:first-child {
    background-color: gba(88, 88, 88, 0.49);
    color: white;
}

.result-grid table {
    border-collapse: separate;
    border-spacing: 0px 0px;
	
}

.result-grid tbody td {
    border-top: 1px solid lightgray;
border-bottom: none;}




/**TH BG**/

.panel-default>.panel-heading {
    color: #000 !important;
    background-color: #000;
    border-color: #ddd;
}

.panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/**MAIN BG & MAIN BORDER**/

.panel {
    margin-bottom: 20px;
    background-color: #F2F1ED;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/**TAB BG - SELECTED**/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: #FFFFFF;

}


.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #FFFFFF;
}

/*BORDER WHOLE TABLE*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px !important;
    line-height: 1.42857143;
    vertical-align: inherit;
      
}
.nav-tabs>li>a:hover {
	background: #D02630;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	color:#FFF;
	}
	
	.result-tabs{ width:100%;}
	
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #FFFFFF;
    cursor: default;
    border: none;
    background: #D02630;
    border-bottom: 0px solid #FFFFFF;}
	
	
	.nav-tabs>li>a {
   margin-right: 1px;
    line-height: 1.42857143;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 0px 0px 0 0;
    padding: 12px 7px !important;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}