@charset "UTF-8";
/*!
Theme Name: cognitagad
Theme URI: http://underscores.me/
Author: Vikram Saini, Daniel Kaloczi
Author URI: https://www.cognita.com
Description: Wordpress theme for Cognita LTD.
Version: 1.0.18
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cognitagad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cognitagad is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#wp-admin-bar-wp-logo,#wp-admin-bar-site-name{display: none;}

.navbar-dark{background-color: rgba(55,57,58,1);}
.navbar-dark .navbar-nav a.nav-link{color:rgba(255,255,255,1); padding:15px;}
.navbar-dark .navbar-nav .current-menu-item a.nav-link{color:rgba(255,255,255,1); background-color: rgba(0,110,182,.8);}

.gad-tooltip{font-size:10px; font-weight: bolder; padding:0px 4px; margin-top: -4px; background-color: #006eb6;}

td.td-tot{background-color: #eaeaea; font-weight: bold; border:1px solid white;}

td, th{font-size:12px;}
td.td-cy{background-color: #133B68; color: white;}
td.td-ly{background-color: #889DB3; color: white;}

th{border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; text-align: center;}
.select2 {
max-width:100%!important;
min-width: 100%;
}

/*hide file upload accepted file message*/
.gform_fileupload_rules{
	visibility: hidden;
}
/*Feature : 17798 to add border lines to tables in submitted and saved application page*/
section .gv-table-container table tr, section .gv-table-container table th tr {
    border: 2px solid #aaa;
    word-wrap: break-word;
}
section .gv-table-container table tr table.gpnf-nested-entries tr {
    border: none!important;
}