@font-face {
    font-family : 'SEGOEUIL';
    src         : url('../fonts/SEGOEUIL.eot');
    src         : local('SEGOEUIL'), url('../fonts/SEGOEUIL.woff') 
                  format('woff'), url('../fonts/SEGOEUIL.ttf') 
                  format('truetype');
}
body {
    font-family: 'SEGOEUIL';
    background: #191919;
    background: #121212;
    color:white;
}
.container {
    width: 100%;
}
.visitor-page {
    background: #262626;
    background: #121212;
}
.visitor-main {
    background:black;
}
body.modal-open {
    overflow: hidden;
}
.sego-light {
    font-family: 'SEGOEUIL' !important;
}
.main-header,
.search-bar,
.menu-strip{
    margin-bottom: 20px;
}
.visitor-header,
.visitor-footer {
    width: 100%;
    height: 20%;
    background:#121212;
    min-height: 100px;
}
.visitor-header.main-header {
    margin-bottom: 0px;
}
h1.logo {
    color:#00b22d;
}
.menu-strip {
    width: 100%;
    display: block;
    background: #000000;
}
.databases-menu li a {
    color:white;
}
.nav-pills.databases-menu,
.nav-pills.databases-menu *,
.menu-strip * {
    background: #000000;
}
.nav-pills.databases-menu > li.active > a, 
.nav-pills.databases-menu > li.active > a:hover, 
.nav-pills.databases-menu > li.active > a:focus {
    background: none;
    color:#00b22d;
}
.nav-pills.databases-menu > li > a:hover, 
.nav-pills.databases-menu > li > a:focus {
    background: none;
    color:#00b22d;
}
.menu-strip li a {
    padding-left: 0px;
    padding-right: 40px;
}
.menu-strip li:last-child a {
    padding-left: 0px;
    padding-right: 0px;
}
.green-bg {
    background: #049638;
    border-color: #049638;
    color: white;
}
.no-padding-left {
    padding-left: 0px;
}
.search-button {
    border: none;
    background: none;
}
.search-button .glyphicon {
    font-size: 30px;
}
.login-wrapper {
    margin:0px auto;
    float: none;
}
.login-wrapper .form-group {
    float: left;
    width: 100%;
}
.button-link {
    margin-left: 20px;
}
.login-wrapper {
    max-width: 390px;
}
.login-wrapper h1 {
}
.login-wrapper input[type=text] {
}
.login-wrapper h1,
.login-wrapper a {
    color: #688e0c;
}
.login-wrapper button {
    background: #688e0c;
}
.login-wrapper .alert {
    margin-bottom: 0px;
}
.raptool-table {
    margin-bottom: 0px;
    background:black;
}
.raptool-table,
.table-bordered.raptool-table > thead > tr > th, 
.table-bordered.raptool-table > tbody > tr > th, 
.table-bordered.raptool-table > tfoot > tr > th, 
.table-bordered.raptool-table > thead > tr > td, 
.table-bordered.raptool-table > tbody > tr > td, 
.table-bordered.raptool-table > tfoot > tr > td{
    border: 1px solid #262626;
}
.raptool-table > thead > tr > td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.raptool-table > tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.raptool-table thead th {
    background: #049638;
}
.no-padding {
    padding: 0px;
}
.form-horizontal .control-label.text-left {
    text-align: left;
}
.control-label {
}
h1.page-heading {
    color:#049638;
    margin:20px 0px 30px 0px;
}
.page-heading {
    color:#049638;
}
.error_red{
    color: #E13300;
}
.success_green{
    color:#049638;
}
.help_block_red{
    color: #E13300;
}
.btn-raptool {
    background-color: #049638;
    color: white;
}
.btn-raptool-group .dropdown-menu {
    background-color: #049638;
    color: white;
}
#new_data_row,
#add_new_wrapper,
#add_data_form {
    display: none;
}
.new-data-table .alert {
    margin-bottom: 0px;
}
.new-row-head {
    margin-top: 0px;
}
.page-info,
.set-paging,
.pagination {
    margin:0px;
}
.paging-wrapper {
    margin: 20px 0;
}
.no-padding {
    padding:0px;
}
.paging-misc {
    line-height: 35px;
}
.page-info {
    margin-right: 15px;
}
.no-border {
    border:none !important;
}
.set-paging {
    background: #049638;
    padding: 0px 10px;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    background: #049638;
    color:white;
    border: 1px solid #262626;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover,
.pagination > li > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background:#5dcc6a;
    color:white;
    border: 1px solid #262626;
}
.new-row-head {
    color:#049638;
    font-weight: bold;
}
.main-content {
    min-height: 360px;
}
.new-data-table {
    margin-top: 20px;
}
.no-display {
    display: none;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
/**
.popup_wrapper {
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
*/
.white_content {
    /*
    display: none;
    position: fixed;
    z-index:1002;
    overflow: auto;
    overflow-y: scroll;
    */
    top: 10%;
    width: 60%;
    max-height: 500px;
    min-height:400px;
    left:20%;
    padding: 16px;
    border: 1px solid orange;
    border-radius: 6px;
    background-color: white;
}
.popup_content {
    padding: 16px;
    border: 1px solid orange;
    border-radius: 6px;
    min-height:400px;
    width: 60%;
}
.gray-bg {
    background: #111111;
}
.white_content .alert {
    margin-top: 10px;
}
.popup-top {
    text-align: right;
}
.popup-top .glyphicon {
    font-size: 28px;
    color:black;
}
.alert-danger {
    background: #ed6168;
    color: white;
}
.alert-success {
    background: #5dcc6a;
    color: white;
}
.no-padding-right {
    padding-right: 0px;
}
.popup-heading {
    margin-bottom: 0px;
    padding:0px 15px;
}
.no-margin {
    margin:0px;
}
.popup_content .alert {
    margin-bottom: 0px;
    margin-top: 10px;
}
.table.new-data-table > thead > tr > th, 
.table.new-data-table > tbody > tr > th, 
.table.new-data-table > tfoot > tr > th, 
.table.new-data-table > thead > tr > td, 
.table.new-data-table > tbody > tr > td, 
.table.new-data-table > tfoot > tr > td {
   padding: 5px; 
}
.no-style {
    background: none;
    border: none;
}
.glyphicon-red {
    color: red;
}
.btn-remove {
    background: red;
    border-radius: 50%;
    border:none;
}
.no-padding-right {
    padding-right: 0px !important;
}
.add-table th {
    vertical-align: middle !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-right {
    border-right: none !important;
}
.search-reset .glyphicon {
    color: white;
    font-size: 30px;
}
.gray-bg .control-label {
    color: white;
}
.color-white {
    color:white;
}
.disabled .control-label {
    color: #606060;
}
.disabled .form-control {
    background: #606060;
    color: white;
}
.btn-unstyled {
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    vertical-align: unset;
}
.unstyled {
    background: none;
    border: none;
    border-radius: 0px;
}
.top-user-menu li {
    line-height: 30px;
}
.white-text {
    color:white;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.top-user-menu li {
    padding-right: 10%;
}
.top-user-menu li:last-child {
    padding-right: 5%;
}
.top-user-menu li a,
.top-user-menu li button {
    color:white;
}
.top-user-menu li a:hover,
.top-user-menu li button:hover,
.top-user-menu li .open button,
.top-user-menu li .open a.dropdown-toggle,
.top-user-menu li a.active {
    color:#00b22d;
    text-decoration: none;
}
.top-user-menu ul,
.top-user-menu ul li {
    background: #049638;
}
.top-user-menu ul li a:hover {
    background: #5dcc6a;
    color:white;
}
.table-fixed-rows td span {
    max-height: 20px !important;
    overflow: hidden !important;
    display: block;
}
.table-fixed-rows thead th span {
    max-height: 20px !important;
    overflow: hidden !important;
    display: block;
}
.warning-link,
.warning-link:hover {
    color:#ED6168 !important;
}
.warning-bg {
    background: #ED6168;
}
.pull-up-5 {
    margin-top: -5px;
}
.pull-up-20 {
    margin-top: -20px;
}
.warning-link .glyphicon {
    vertical-align: middle;
}
.bottom-15 {
    margin-bottom: 15px;
}
/** New style added a@lbit.in **/
.btn-raptool-warning{
    background-color: #ED6168;
    color: white;
}
.btn-raptool-red {
    background-color: red;
    color: white;
}
.raptool-modal{
    color:#000000;
}
.modal-error{
    color:#ed6168;
}
.modal-success{
    color:#049638;
}
a.raptool-anchor-nostyle:link,a.raptool-anchor-nostyle:visited{
    color:#fff;
    text-decoration: none;
}
a.raptool-anchor-nostyle:hover{
     text-decoration: underline;
}
.raptool-sort-icon-small{
    font-size: 9px;
    display: inline !important;  
    float: left;
    line-height: 20px;
    color: black;
    
}
.xl_edit{
    padding: 3px !important;
    height: 20px;
    color:#000;
}
.pagination.raptool-paging > li > a, .pagination.raptool-paging > li > span{
    padding: 7px 12px;
}
.editable{
    background: #fff;
    border:1px buttonface solid;
    color:#000;
    height: 20px;
}
.margin-top-20 {
    margin-top: 20px;
}
.status-popup.popup_content,
#status_popup {
    max-height: 200px !important;
    min-height: 200px !important;
}
.popup-status-text {
    font-weight: bold;
}
.register_wrapper .field-wrapper {
    width: 360px;
}
.form-control {
    color: black;
    font-weight: bold;
}
.db-settings-group .input-group,
.auto-db-settings-group .input-group {
    margin-bottom: 10px;
}
.db-settings-group .input-group:first-child,
.auto-db-settings-group .input-group:first-child {
    margin-top: 10px;
}
.db-settings-group .input-group:last-child,
.auto-db-settings-group .input-group:last-child {
    margin-bottom: 0px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: black;
    font-weight: bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity:  1;
    font-weight: bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black;
    opacity:  1;
    font-weight: bold;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: black;
    opacity:  1;
    font-weight: bold;
}
.input-no-style,
.form-control[disabled].input-no-style{
    background: none;
    color: white;
    border: none;
}
.text-green,
a.text-green{
    color: #049638 !important;
}
@media only screen and (max-width:1000px) {
    .paging-wrapper .col-lg-7{
    }
}
@media only screen and (max-width:992px) {
   .pagination > li > a, 
   .pagination > li > span {
       padding: 6px 10px;
   }
}
@media only screen and (max-width:776px) {
    .white_content {
        left: 2%;
        margin: 0;
        width: 96%;
    }
    /*
    .popup_content {
        width: 96%;
    }
    */
}

@media only screen and (max-width:760px) {
    .white_content {
        left: 2%;
        margin: 0;
        width: 96%;
    }
    .popup_content {
        width: 95%;
    }
}
@media only screen and (max-width:400px) {
    /*
    .popup_content {
        width:84%;
	left:5%;
    }
    .popup_content {
        width:84%;
	margin:0 auto;
    }
    */
    .top-user-menu li {
        padding-right: 2%;
    }
}
@media only screen and (max-width:320px) {    
    .popup_content {
        width:86%;
        left:7%;
    }
}

.zip-file{
    width: 250px;
}

.btn-zip-file{
    margin-top: -34px;
    width: 70px;
    height: 35px;
}

#upload_sql_file{
    margin-left: 15px !important;
    margin-top: 10px !important;
}

.upload-btn{
    margin-top: -22px;
    width: 70px;
    margin-left: -13px;
    opacity: 0
}
.cds_settings_sec{
    padding: 0;
    margin-bottom: 20px;
}
.cds_settings_sec #cds_tables{
    min-height: 50px;
    display: block;
    max-height: 300px;
    overflow: auto;
}