/*
Default Styles
*/
@import url("https://use.typekit.net/eou8hqi.css");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap");
@import url("bootstrap/css/bootstrap.css");
@import url("bootstrap/css/bootstrap-customized.css");
@import url("bootstrap/css/bootstrap.vertical-tabs.css");
@import url("font-awesome.css");

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
    margin:0;
    padding:0;
}

body {
    height: 100%;
    margin:0;
    padding:0;
    text-align: left;
    background: #F4F2F0;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #292f33;

}

.wrapper{
    min-height:100%;
    position:relative;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: auto;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

p.span{
    display: inline;
}
a {
    color: #00928f;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

a img {
    border: 0;
}

input,
select,
textarea {
    font-family: proxima-nova, sans-serif;
    letter-spacing: 0.02em;
}

.ar {
    display: block;
    text-align: right;
}

.ac {
    display: block;
    text-align: center;
}

.al {
    display: block;
    text-align: left;
}

.cl {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.fr {
    float: right;
    display: inline;
}

.fl {
    float: left;
    display: inline;
}

.hidden {
    display: none;
}

.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.shell {
    margin: 0 auto;
    max-width: 1110px;
}

.shell a:hover {
    text-decoration: none;
    /*color: #424347;*/
}

div#content {
    background: #f4f2f0;
    padding-bottom: 84px;
}

header {
    height: 70px;
    background: #101721;
    min-width: 1110px;
    font-size: 15px;
    font-weight: 600;
    font-family: Rajdhani,sans-serif;
}

header.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

header.navbar p,
header.navbar div,
header.navbar ul {
    overflow: hidden;
}

header.navbar a.navbar-brand {
    height: 70px;
}

header.navbar a.navbar-brand img {
    height: 100%;
}

header.navbar .navbar-text {
    padding-top: 10px;
}

header.navbar #queryInput {
    padding-top: 17px;
}

header.navbar #signatureButton a {
    color: #fff;
}

header.navbar ul {
    padding-top: 10px;
}

header.navbar ul li a {
    color: #fff;
    text-decoration: none;
}

header.navbar ul li a:hover,
header.navbar ul li a:focus {
    background-color: transparent;
    text-decoration: none;
}

ul.user-panel {
    padding-top: 0px !important;
    height: 81px;
    list-style: none;
    margin: 0;
    float: right;
    font-size: 15px;
    overflow: hidden;
}

ul.user-panel li {
    float: left;
    display: inline;
    padding: 0 18px 0 17px;
    line-height: 70px;
}

ul.user-panel li a {
    float: left;
    color: #fff;
    text-decoration: none;
}

ul.user-panel li.active a,
ul.user-panel li a:hover {
    color: #5b9ac1;
}

#whatsnew .modal-dialog{
    width: 570px;
}
#whatsnew .modal-dialog .modal-body{
    padding: 20px;
    max-height: 600px;
    overflow:auto;
}
#whatsnew .modal-dialog .modal-body h4{
    padding-bottom: 20px;
}
#whatsnew .modal-dialog .modal-body p{
    font: 15px/25px 'proxima-nova', sans-serif;
}

#navigation {
    height: 57px;
    background: #00928f;
    position: relative;
    min-width: 1110px;
}

#navigation .shell li.active{
    background: #03626b;
}

#navigation ul#topbar-nav {
    float: left;
    height: 57px;
    list-style: none outside;
}

#navigation ul#topbar-nav li,
#navigation ul#topbar-nav li a {
    float: left;
    display: inline;
    height: 57px;
    font-family: Rajdhani, sans-serif;
    font-weight: 500;
    font-size: 15px;
}

#navigation ul#topbar-nav li a {
    color: #fff;
    font-size: 15px;
    line-height: 57px;
    text-align: center;
}

#navigation ul#topbar-nav li a{
    min-width: 135px;
}

#navigation ul#topbar-nav li.active,
#navigation ul#topbar-nav li a:hover {
    background: #03626b;
    text-decoration: none;
}

#navigation .shell {
    max-width: 1230px;
    margin: 0 auto;
}

div.create-archive {
    margin: 11px 11px 0px 15px;
}

div.create-archive button {
    color: #fff;
    background-color: #39928f!important;
    border-color: #03626b!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    font-weight: 500;
}

div.create-archive button:hover {
    color: #fff;
}

div.create-archive button.dropdown-toggle {
    height: 35px;
}

div#archive-selector-dropdown button.btn.dropdown-toggle {
    padding-left:20px;
    padding-right:20px;
}

div#dashboard-search{
    max-width:610px;
    margin:0 auto;
    padding:50px 0 0;
}
div#dashboard-search input#nav-search-bar {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 35px;
}
.btn-group.pull-right.split-btn{
    margin:11px 10px;
}
.btn-group.pull-right.split-btn .btn.btn-default{
    padding: 9px 15px;
}
.top-bar{
    padding: 10px 15px;
}


/* Sorting Panel */
.btn-toolbar .btn-group .btn.btn-default.dropdown-toggle{
    height: 28px;
}
#timeline-paginate .sorting-panel{
    background: #fff;
    padding: 10px;
}
div.timeline-toggle {
    float: right;
    padding-left: 5px;
    /*margin-top: 2px;"*/
}
div.timeline-task-edit {
    float: right;
}

/* Set of Icons */
i.fa-globe {
    color: #64ba82;
    font-size: 1.2em;
}

i.fa-facebook-square {
    color: #5c7196;
    font-size: 1.2em;
}

i.fa-twitter-square {
    color: #77b0c6;
    font-size: 1.2em;
}

i.fa-linkedin-square {
    color: #3c819f;
    font-size: 1.2em;
}

.glyphicon-list-alt {
    color: #7d8288;
}

#topbar-nav i.fa.fa-globe {
    color: #fff;
}

.green-btn,
.top-bar .green-btn,
.top-bar .green-btn span,
.green-btn input,
.green-btn a {
    float: left;
    display: inline;
    height: 19px;
    margin: 0;
    background: url(images/top-bar-btn.gif) no-repeat 0 0;
    padding-left: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    /*font-weight: bold;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: -moz-linear-gradient(#8dbc5f, #639f29);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8dbc5f), to(#639f29));
    border-radius: 6px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8dbc5f', endColorstr='#639f29');
}

.green-btn a {
    text-decoration: none;
}

.green-btn input {
    border: none;
}

.green-btn input,
.green-btn a {
    padding-left: 0;
    padding-right: 6px;
    background-position: right 0;
}

.top-bar .expired-limit .green-btn,
.top-bar .expired-limit .green-btn span {
    background: #bcbcbc;
}


.intro-box {
    float: left;
    display: inline;
    height: 163px;
    width: 419px;
    background: url(images/intro-box.jpg) no-repeat 0 0;
    padding: 30px;
}

.intro-title {
    height: 65px;
    width: 317px;
    background: url(images/en/intro-box-title.gif);
    margin-bottom: 10px;
}

.intro-box p {
    color: #fff;
    padding-right: 20px;
    font-size: 15px;
    line-height: 19px;
}

.login-box {
    float: left;
    display: inline;
    height: 163px;
    width: 400px;
    background: url(images/login-box-bg.gif) repeat-x 0 0;
    padding: 30px;
}

.login-title {
    height: 35px;
    width: 98px;
    background: url(images/en/login-title.gif);
    margin-bottom: 25px;
}

.login-box fieldset {
    width: 195px;
    border: 0;
}

.login-box label {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font: bold 13px proxima-nova, sans-serif;
    padding-bottom: 7px;
}

.login-box .field {
    height: 37px;
    width: 195px;
    background: url(images/login-field.gif);
    margin-bottom: 10px;
}

.login-box .field input {
    font-size: 15px;
    color: #5b6770;
    border: 0;
    background: none;
    margin: 10px 0 0 13px;
    width: 160px;
}

.login-box .remember {
    padding: 10px 0 0 7px;
    float: left;
    display: inline;
}

.login-box .remember label {
    display: inline;
    font: 13px Arial, sans-serif;
    text-transform: none;
}

.login-box .submit {
    float: right;
    display: inline;
    width: 96px;
    height: 39px;
    background: url(images/en/login-btn.gif);
    border: 0;
    cursor: pointer;
}

.featured-content {
    margin: 30px 0;
}

.featured-content ul {
    list-style: none outside;
    height: 100%;
}

.featured-content ul li {
    float: left;
    display: inline;
    width: 210px;
    background: url(images/featured-content-bg.gif) repeat-y right 0;
    padding: 10px 50px;
    height: 100%;
    font-size: 15px;
    line-height: 19px;
}

.featured-content ul li h2 {
    font: bold 30px "Myria Pro", "Trebuchet MS", Arial, sans-serif;
    color: #246b9c;
}

.featured-content ul li.last {
    background: none;
}

.warning-popup {
    margin: 0 0 30px;
    height: 63px;
    width: 940px;
    background: url(images/warning-popup.gif) no-repeat 0 0;
    position: relative;
}

.warning-popup a {
    display: block;
    height: 18px;
    width: 18px;
    background: url(images/close-popup.gif);
    position: absolute;
    right: 10px;
    top: 10px;
}

.warning-popup p {
    color: #694939;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 50px 0 105px;
    height: 100%;
}

.panel {
    padding: 15px 20px;
    height: 100%;
    position: relative;
    margin: 10px 0;
}

.panel .fa.fa-cog,
.panel .fa.fa-minus-circle,
.panel .fa.fa-plus-circle {
    color: #7d8288;
}

.panel .fa.fa-cog:hover,
.panel .fa.fa-minus-circle:hover,
.panel .fa.fa-plus-circle:hover {
    color: #5b9ac1;
    cursor: pointer;
}

.panel .edit {
    padding-left: 20px;
    position: absolute;
    top: 25px;
    right: 20px;
}

.panel .edit .fa.fa-cog{
    color: #7d8288;
}

.panel .edit .fa.fa-cog:hover{
    color: #5D6166;
}

.panel .toggle-panel {
    position: relative;
}
.panel .heading {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eae7e5;
}

.panel .heading h3 {
    float: left;
    display: inline;
    font: bold 17px/18px Arial, sans-serif;
    color: #434c52;
    margin: 0 5px 5px 0;
}

.panel .heading h3 a {
    color: #434c52;
}

.panel .heading span {
    color: #8a8a8a;
}

.panel .container {
    margin: 10px 0;
    height: 100%;
    display: none;
    border: 5px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.selected-panel {
    background-color: #fff;
}

.selected-panel .toggle-panel {
    position: relative;
    padding-left: 20px;
}
.selected-panel .toggle-panel:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
}

.selected-panel .container {
    display: block;
}

.last-panel {
    background-image: none;
}

.search-results-box {
    padding-top: 30px;
}

.search-results h3 {
    font: bold 13px Arial, sans-serif;
    color: #434c52;
    text-transform: uppercase;
}

.search-results h2 {
    font: bold 17px Arial, sans-serif;
    color: #434c52;
}

div#toggle-50:hover {
    cursor: pointer;
    color: #5b9ac1;
}

.active-options a,
.active-options a span {
    padding: 5px;
    display: inline-block;
    margin: 0px;
}

.active-options a:first-child {
    margin: 0px;
}

span.conts.alert.alert-info {
    padding: 5px 10px;
    display: block;
    margin: 5px;
}

.result {
    padding: 20px;
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    margin: 10px 0;
}
.result span{
    background-color: yellow;
}
p.span.fb-time,
p.span.tw-time {
    color: #8899a6;
    font-weight: normal;
}
.result h2 {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.result-info-time {
    display: block;
    clear: both;
    padding: 10px 0 0;
}
.result.fb-result .fb-post{
    clear: both;
    margin-top: 10px;
}
.result a.document:before {
    font-family: "FontAwesome";
    content: "\f0f6";
    padding-right: 5px;
}
.result a.pdf:before {
    font-family: "FontAwesome";
    content: "\f1c1";
    padding-right: 5px;
}
.result a.video:before {
    font-family: "FontAwesome";
    content: "\f1c8";
    padding-right: 5px;
}
.result a.image:before {
    font-family: "FontAwesome";
    content: "\f1c5";
    padding-right: 5px;
}
.result .title_link {
    background: none;
    padding-left: 0;
    color: #434C52;
    font-size: 14px;
}

.result_header {
    padding: 10px 0 10px 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    margin: 10px 0px 0px;
}

.result_header_filters span,
.result_header span {
    display: inline-block;
    margin: 2px;
    background-color: #ccc;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

.result_header_filters {
    display: block;
    clear: both;
}

.result_header_filters span:hover,
.result_header span:hover {
    background-color: #888;
}

.result_header_filters a,
.result_header a  {
    font-size: 11px;
    color: white;
}

.result_header_buttons {
    text-align: right;
}

.search-results .paging {
    padding: 10px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 5px;
}

.search-results .paging a.active {
    font-weight: normal;
    color: #434c52;
}

.results-options-box {
    background-color: #fff;
    padding: 20px 10px 0;
    margin-top: 10px;
}

.results-options-box h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.results-options-box ul {
    list-style: none outside;
}

.results-options-box ul li h3 {
    font: bold 13px Arial, sans-serif;
    padding-bottom: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

.results-options-box ul ul {
    padding-bottom: 20px;
}

.results-options-box ul ul.last {
    padding: 0;
}

.results-options-box ul ul li {
    line-height: 25px;
    padding-bottom: 2px;
}

.results-options-box ul ul.last li.last {
    background: none;
}

.results-options-box ul ul li a {
    display: block;
    padding-left: 23px;
    color: #c0e8fa;
}

.results-options-box ul ul li a.active {
    background: #155480 url(images/icon-selected-option.gif) no-repeat 8px center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.edit-block-wrapper {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.edit-block {
    margin-top: 0;
}

.edit-account-block{
    margin: 0 auto 50px;
    background-color: #fff;
    padding: 20px 20px 40px;
}

.edit-account-form h3{
    border-bottom: 1px solid #ccc;
    padding: 5px 0 15px;
    margin-bottom: 35px;
    font-size: 20px;
}

.edit-block .tab-content {
    background-color: #fff;
    padding: 20px;
}

.edit-block .tab-content .field-area {
    margin: 20px 0;
}

.edit-block h3 {
    font: bold 13px Arial, sans-serif;
    color: #434c52;
    text-transform: uppercase;
    margin: 0 0 5px 10px;
    clear: both;
}

.edit-block h2 {
    font: bold 15px Arial, sans-serif;
    color: #434c52;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    clear: both;
}

.edit-account-block h2 {
    font: bold 15px Arial, sans-serif;
    color: #434c52;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.edit-account-footer{
    height: 20px;
    padding: 20px 0;
}

.edit-account-footer .cancel.pull-right{
    line-height: 36px;
    margin-right: 10px;
}

.edit-block .edit-form {
    float: left;
    display: inline;
    width: 619px;
    background: url(images/widebox-bg.gif) repeat-y 0 0;
}

.edit-block .edit-form .bottom {
    background: url(images/widebox-bottom.gif) no-repeat 0 bottom;
}

.edit-block .edit-form .top {
    background: url(images/widebox-top.gif) no-repeat 0 0;
    height: 100%;
    padding: 0 20px 10px;
    padding-bottom: 10px;
}

.edit-block .edit-form input[type="text"], input[type="checkbox"], input[type="password"], .input_info, input#email {
    margin: 6px 0 0 0;
    font-size: 16px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #a8a8a8;
}

.edit-block .edit-form input[type="button"] {
    padding: 6px 10px;
}

.edit-block .edit-form .input_info {
    width: 360px;
    margin-bottom: 10px;
}

.edit-block .edit-form textarea {
    font-size: 12px;
    padding: 6px 6px;
    background: #fff;
    border: 1px solid #a8a8a8;
    overflow-y: auto;
    overflow-x: auto;
    width: 360px;
}

.edit-block .edit-form .archTypeRadio {
    background-color: #bcbcbc;
    border: none;
}

.edit-block .edit-form .urlTypeRadio {
    background-color: #bcbcbc;
    border: none;
}

.edit-block .edit-form .directCheck input {
    background-color: #bcbcbc;
    border: none;
}

.edit-block .edit-form select {
    margin: 6px 0 0 0;
    width: 150px;
}

.edit-block .edit-form .step {
    font-weight: bold;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    width: 50px;
    float: left;
}

.edit-block .edit-form .field-area {
    float: left;
    width: 529px;
}

.edit-form .block {
    padding: 20px 0;
    background: url(images/results-bg.gif) repeat-x 0 bottom;
}

.edit-form h2 {
    display: inline;
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
    float: left;
}

.edit-form p {
    clear: left;
}

.edit-form a {
    background-repeat: no-repeat;
    background-position: 0 center;
}

.edit-form .edit-save-btn {
    display: block;
    padding: 0 !important;
    border: none !important;
    margin: 20px 0 10px 0 !important
}

.edit-form label {
    display: inline;
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
}

.edit-block .edit-form input[type="checkbox"] {
    padding: 0;
}

div#notification-frequency-wrapper {
    margin-top: 5px;
}

footer {
    height: 84px;
    background: #0f1821;
    line-height: 75px;
    color: #eaeaea;
    font-size: 12px;
    min-width: 1110px;
    margin-top: 50px;
    position: absolute;
    width: 100%;
    bottom:0;
}

#framed-bar {
    height: 70px;
    padding: 15px 0 0 0;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: 0px;
    background: #101721;
    font-size: 15px;
    font-weight: 600;
    font-family: Rajdhani,sans-serif;
}

.mouse-pointer {
    cursor: pointer;
}

.framed-tabs {
    color: #AECF8E;
    text-transform: uppercase;
    background: url('images/framed-tabs-bg.gif') no-repeat;
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    width: 211px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    padding: 2px 5px 0 0;
}

.framed-tabs a {
    color: #fff;
}

.framed-tabs a.active {
    color: #fff6bc;
    text-decoration: none !important;
    font-weight: bold;
}

#framed-bar #framed-logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

#framed-bar #framed-logo .pf-browsing-logo img {
    height: 40px;
}

#framed-bar #site_name {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
}

#framed-bar #site_url {
    font-size: 1.1em;
    font-weight: 500;
}

#framed-bar #site_info {
    margin-left: 240px;
    margin-top: 8px;
    margin-right: 625px;
    border: 0px;
    white-space: nowrap;
    padding-left: 5px;
    color: #75bbe7;
    overflow: hidden;
    text-overflow: ellipsis;
}

#framed-bar #snapshot {
    position: absolute;
    right: 3px;
    top: 15px;
    border: 0px;
    display: inline-block;
    line-height: 25px;
}

#framed-bar #snapshot div {
    float: left;
}

#framed-bar #snapshot #searchButton,
#framed-bar #snapshot #compareButton,
#framed-bar #snapshot #pdfButton,
#framed-bar #snapshot #dashboardButton {
    margin-top: 10px;
    margin-left: 15px;
}

#framed-bar #snapshot a {
    color: white;
}

#framed-bar #snapshot a:hover {
    text-decoration: none;
    color: #00928f;
}

#framed-bar #snapshot #searchButton i.fa-question-circle {
    color: darkgrey;
    margin-right: 10px;
}

#framed-bar #snapshot #calendar {
    margin-left: 15px;
}

#framed-bar #snapshot #signatureButton {
    margin: 10px 15px 0 10px;
}

#framed-bar label {
    float: left;
    font-size: 14px;
    color: #5b9ac1;
    text-transform: uppercase;
    padding: 5px 10px 0 0;
}

#framed-bar .select {
    float: left;
    font-size: 12px;
}

#framed-bar #linkback {
    float: left;
    padding: 3px 10px 0 10px;
    background: url('images/toggle-panel1.gif') no-repeat 3px 7px;
}

#framed-bar #linkback a {
    color: #434C52;
    font: bold 17px/18px Arial, sans-serif;
    padding-left: 10px;
}

iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#contentWrapper {
    background: white;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#headerFrame {
    top: 0px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

#footerFrame {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

#treeHolder {
    float: left;
    width: 18%;
    height: calc(100% - 70px);
}


/* footer styles */

#br_footer {
    background: url(images/br_footer/bg-footer.jpg) repeat-x;
    height: 47px;
    margin: 0;
}

#br_footer .footer-holder {
    overflow: visible;
    background: none;
    width: 350px;
    margin-left: 90px;
    padding: 13px 0 0 13px;
    color: #fff;
}

#br_footer .footer-holder:after {
    content: '';
    display: block;
    clear: both;
}

#br_footer .footer-holder a {
    color: #fff;
}

.btn-snapshot {
    width: 96px;
    height: 25px;
    float: left;
    font-size: 12px;
    line-height: 25px;
    margin: 0 15px 0 0;
    position: relative;
}

.btn-snapshot a {
    display: block;
    padding: 0 10px 0 10px;
    height: 100%;
    background: url(images/br_footer/btn-snapshot.png) no-repeat;
    color: #fff;
    cursor: pointer;
}

.btn-snapshot:hover a,
.btn-snapshot.hover a,
.btn-snapshot a:hover {
    text-decoration: none;
    background: url(images/br_footer/btn-snapshot-hover.png) no-repeat;
}

.btn-snapshot a strong {
    padding: 0 13px 0 0;
    background: url(images/br_footer/bullet-4.gif) no-repeat right;
}

.btn-snapshot.active a strong {
    background: url(images/br_footer/bullet-5.gif) no-repeat right;
}

#cancelSearchButton{
    cursor: pointer;
    color: #428bca;
    padding-right:10px;
    float: right;
    font-size: 80%;
}

#cancelSearchButton:hover{
    text-decoration: underline;
}

.drop_menu {
    position: absolute;
    display: none;
    bottom: 48px;
    left: 170px;
    width: 165px;
    padding: 0;
    background: url(images/br_footer/bg-drop.png) no-repeat;
    color: #fff;
    z-index: 9999;
}

* html .drop_menu {
    bottom: 48px;
}

.btn-snapshot:hover .drop,
.btn-snapshot.hover .drop {}

.drop_menu .holder {
    padding: 7px 14px 0;
    width: 137px;
    max-height: 226px;
    overflow-y: auto;
    overflow-x: hidden;
}

.drop_menu ul {
    margin: 0;
    padding: 0 0 3px;
    list-style: none;
}

.drop_menu ul li {
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    border-top: 1px solid #478cb0;
    padding: 3px;
}

.drop_menu ul li.current_site {
    display: none;
}

.drop_menu a {
    background: none;
    display: inline;
    padding: 0;
    color: #fff;
}

.drop_menu a:hover {
    text-decoration: underline;
}

.drop_menu strong {
    font-size: 15px;
    line-height: 18px;
    padding: 3px;
}

.notes-form {
    float: left;
    padding: 1px 0 0;
}

.notes-form fieldset {
    border: none;
}

.notes-form label {
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin: 5px 5px 0 0;
    letter-spacing: -1px;
    font-weight: bold;
}

.notes-form .text {
    float: right;
    border-style: none;
    width: 611px;
    height: 24px;
    font-size: 12px;
    line-height: 14px;
    background: url(images/br_footer/bg-text-2.gif) no-repeat;
}

.notes-form .text input {
    background: none;
    border-style: none;
    margin: 0;
    padding: 5px 10px;
    float: left;
    width: 591px;
    height: 14px;
}

.footer-nav {
    margin: 0 0 0 0px;
    padding: 2px 0px 0 0;
    list-style: none;
    float: left;
    overflow: hidden;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.footer-nav li {
    float: left;
    background: url(images/br_footer/separator01.gif) no-repeat left;
    margin: 0 1px 0 -1px;
    padding: 0 12px 0 12px;
}

.footer-nav a {
    color: #d1ecf8;
}


/*added style*/

.stat {
    padding: 62px 0 0 30px;
}

.stat-unreg {
    color: #434C52;
    padding-left: 20px;
    font-size: 15px;
    line-height: 19px;
}

.user-panel-for-stats {
    height: 75px !important;
    padding-top: 21px !important;
}

.cntr {
    text-align: center;
}

#websiteTypeRadioContainer {
    clear: both;
    list-style-type: none;
}

#website_url_filter {
    border: 1px solid #CCCCCC;
    height: 31px;
    color: #5b6770;
    width: 250px;
    background: #fff;
}

#archiveTypeRadioContainer {
    clear: both;
    list-style-type: none;
}

ul#archiveTypeRadioContainer label input[type="radio"] {
    margin-right: 5px;
}

#crawling_depth_within_domain_block {
    margin-top: 10px;
}

input#cookies_name_editor {
    margin: 5px 10px 5px 0px;
}

table#cookies_list tr td {
    padding-bottom: 5px;
}

table#cookies_list tr td input:read-only {
    cursor: not-allowed;
    border: none;
    background-color: #f8f8f8;
}

.cur-value-none {
    display: none !important;
}

.editPageIntervalType {
    *margin-bottom: 3px !important;
}

.loader .loader_image_container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    display: block;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
}

.loader .loader_image_block {
    width: 50px;
    height: 50px;
    background-color: #00928f;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #555;
}

.loader .loader_image_block .fa-spin {
    font-size: 25px;
    position: absolute;
    top: 25%;
    left: 25%;
}

.loader_image_block.absolute-center {
    line-height: 180px;
}

#panelLoadingExport #pdfExportRetryMessage {
    display: none;
}

.date-search-title .fa.fa-calendar {
    padding: 0 6px;
}

.search_container{
    height: 50px;
}

.url_filter {
    margin-left: -30px;
}
input.narrow-search{
/*    height: 34px; */
    width: 230px;
}

td#date-from-datepicker-trigger input.date-pick {
    margin-left: 5px;
    margin-right: 5px;
}

td#date-to-datepicker-trigger input.date-pick {
    margin-left: 5px;
}

.date-pick-background {
    width: 62px;
    vertical-align: middle;
    /*color: rgb(255, 255, 255);*/
    padding-left: 7px;
    padding-right: 7px;
    background: url("/css/calendar/bg-calendar.png") no-repeat scroll 0% 0% transparent;
}

.date-pick {
    letter-spacing: 1px;
    background: url('/css/img/calendar_icon.png') no-repeat #ffffff 5px;
    text-indent: 15px;
    height: 31px;
    width: 171px;
}

.calendar{
    z-index: 999;
}
.calendar-button {
    border: 0pt none;
    cursor: pointer;
}

.calendar-arrows {
    vertical-align: middle;
    padding-right: 7px;
    padding-left: 7px;
}

.calendar-arrows-img {
    border: 0pt none;
    cursor: pointer;
}

.date-pick-table {
    border-collapse: collapse;
    line-height: 31px;
}

.date-datepicker-trigger {
    vertical-align: top;
    font: 1px Arial;
}

#search_by_date .date-pick-table .date-datepicker-trigger{
    display: inline;
}

#search_by_filetype {
    color: #C0E8FA;
    padding-left: 6px;
}

#search_by_filetype .filetype_span {
    cursor: pointer;
    padding-left: 4px;
}

#sort_menu li {
    position: relative;
    z-index: 1500;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
}

#sort_menu li a {
    width: 132px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: white;
}

#sort_menu ul li:hover ul {
    visibility: visible;
}

#sort_items {
    position: absolute;
    top: 20px;
    visibility: hidden;
    background-color: #367ca7;
    font-weight: normal;
}

.floating_button {
    float: left;
}

.ui-resizable-se {
    bottom: 15px;
    right: 0;
}

.social-green-button {
    width: 85px;
    text-align: center;
}

.green_button {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.green_button.disabled span.value {
    color: #dddddd;
}

.green_button.disabled {
    cursor: default;
}

.green_button span {
    display: inline-block;
    padding-top: 4px;
    height: 21px;
}

.green_button span.value {
    background: url('/css/images/green_btn.png') repeat-x transparent;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.green_button span.before {
    background: url('/css/images/green_btn_l.png') no-repeat;
    width: 6px;
    text-indent: -9999px;
}

.green_button span.after {
    background: url('/css/images/green_btn_r.png') no-repeat;
    width: 6px;
    text-indent: -9999px;
}

.connection_expired {}

.panel .heading .connection_expired,
.panel .heading .connection_expired span {
    color: #8A6D3B;
    padding: 5px 10px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.panel .heading .connection-warning,
.panel .heading .connection-warning span {
    padding: 5px 10px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.panel .heading .connection_expired span.socialAuthBlock,
.panel .heading .connection_expired span.socialAuthBlock input {
    cursor: pointer;
}

.directCheck input {
    margin-right: 5px;
}

.crawlPrivateData {
    float: left;
}

.field-area .green-btn {
    cursor: pointer;
    position: relative;
    top: 7px;
    left: 7px;
}

#balloon .green-btn input {
    cursor: pointer;
}


/* ******************************* */

#field-custom-domains {
    float: left;
    width: 350px;
}

#field-custom-domains a img {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

.customDomainRow input {
    vertical-align: top;
}

.customDomainRow {
    margin-bottom: 5px;
}

.customDomainRow a:before {
    content: "\f056";
    font-family: fontawesome;
    color: #d9534f;
    font-size: 15px;
    line-height: 31px;
}

.addDomainButton a img {
    margin-right: 19px;
}

#customDomainContainer {
    display: inline-block;
}

#addDomainButton {
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #addDomainButton {
        vertical-align: bottom;
    }
}

#showControlsEditor {
    margin-top: 10px;
    float: left;
}

#searchPrompt {
    position: fixed;
    background-color: white;
    padding: 2px 4px;
    right: 395px;
    border-radius: 3px;
    height: 20px;
    font-size: 15px;
}

#searchTag {
    cursor: pointer;
}

#searchQuery {
    color: #434c52;
}

.searchTagClose {
    padding-right: 5px;
}

.site-header-wrapper {
    background-color: #F1F1F1;
    width: 100%;
    float: left;
    padding: 0;
}

.site-header {
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin: 0 5px;
    padding: 0 5px;
    word-wrap: break-word;
}

.header-taskname {
    width: 40%;
}

.header-url {
    width: 40%;
}

.header-edit {
    width: 12%;
    clear: right;
    text-align: right;
}

.header-connection {
    color: red;
}

.hasTimes {
    font-weight: normal;
    background: url('img/hasTime.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.snapshotTitle {
    background-color: #eee;
    padding: 5px;
    text-align: center;
}

#snapshotDate1 {
    float: left;
    border-right: 5px solid #fff;
    padding-bottom: 10px;
}

#snapshotDate2 {
    float: left;
}

#modal-header-changesnapshots {
    width: 102%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

#changeDiffSnapshots {
    display: inline-block;
}

.startDiff_btn {
    height: 35px;
    clear: both;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #eee;
}

.compare-calendar {
    margin-top: 20px;
}

#startDiff {
    float: right;
}

#iFramecontainer {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
}

#diffCodePane {
    padding: 0 10px 10px 10px;
}

#errorContainer {
    height: 100%;
    width: 100%;
    top: 30%;
    text-align: center;
}

.closeDiff {
    float: right;
}

#closeSnapshotSelect.closeSnapshot {
    color: #555;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#snapshotSelect .modal-content {
    width: 355px;
}

#snapshotSelect .modal-dialog {
    margin-right: -210px;
    margin-top: 80px;
}

.viewSnapshot_btn {
    border-top: 1px solid #eee;
    clear: both;
    padding: 5px;
}

#snapshotChangePicker .datepicker-days {
    padding: 10px;
}

.closeSnapshot {
    left: 155px;
    position: relative;
    top: 8px;
}

.viewSnapshot_btn .btn.btn-info.pull-right {
    margin-right: 7px;
}

.times-scroll.fa.fa-chevron-down {
    cursor: pointer;
}

input#snapshotDate1Dialog,
input#snapshotDate2Dialog {
    background-image: url("images/calendar.png");
    background-repeat: no-repeat;
    padding: 3px 0;
}

input#snapshotChangeDate {
    background-image: url("images/calendar.png");
    background-repeat: no-repeat;
    background-position: 10px 7px;
    text-align: right;
}

.connect_invite_label {
    display: inline-block !important;
    margin-bottom: 0px !important;
    width: 95px;
}

.connect_invite_input {
    display: inline-block !important;
    margin-bottom: 0px !important;
    width: 327px;
}

.demo-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.demo-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.demo-alert-info .demo-alert-link {
    color: #245269;
}

.demo-alert .demo-alert-link {
    font-weight: 700;
    color: #5b9ac1;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

div#deleteButtonTd {
    background: none;
    color: #c12e2a;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

a#cookies_add_button .fa.fa-plus-circle {
    font-size: 15px;
    color: #5cb85c;
}

a#delete_but .fa.fa-minus-circle {
    font-size: 15px;
    color: #d9534f;
}

div#send_emails_list tr td {
    padding-bottom: 5px;
}

i.fa.fa-question-circle:hover {
    cursor: help;
}

p#connectedThrough {
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    text-indent: 5px;
    margin-top: 10px;
}

/* timeline wrapper */

.diagram-wrap{
    border: 1px solid #eae7e5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 50px -1px 2px 0px;
    overflow: hidden;
}

.row.status-row{
    margin: 0px;
}

.row.status-row .col-xs-3{
    text-align: center;
}

/* toggle-item-open */

.toggle-item-open h5{
    color: #7d8288;
    line-height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;
    position: absolute;
    bottom: -23px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

.toggle-item-open h4{
    border-bottom: 1px solid #d6d4d2;
    color: #404145;
    font-weight: bold;
    font-size: 2.9em;
    line-height: 100%;
    padding: 11px 10px 4px 10px;
    margin: 0;
    display: inline-block;
}

.toggle-item-open h4 span.add-info{
    padding: 0;
    margin: 0px 0px 0px 0px;
    width: 52px;
    display: inline-block;
    text-align: center;
    line-height: 40%;
}

.toggle-item-open h4 span.add-info .value{
    color: #7d8288;
    display: block;
    font-size: 12px;
}

.toggle-item-open h4 span.add-info .glyphicon.glyphicon-circle-arrow-up,
.toggle-item-open h4 span.add-info .glyphicon.glyphicon-time{
    font-size: 13px;
    color: #9ac787;
}

.toggle-item-open h4 span.add-info .glyphicon.glyphicon-circle-arrow-down{
    font-size: 13px;
    color: #c97171;
}

/* toggle-item-closed */
.toggle-item-closed h5{
    font-size: 1em;
    color: #7d8288;
    font-weight: normal;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}

.toggle-item-closed h4{
    font-size: 1.1em;
    color: #444145;
    font-weight: bold;
    display: inline-block;
}

.toggle-item-closed h4 span.add-info .value{
    font-size: 12px;
    color: #7d8288;
    text-transform: uppercase;
    font-weight: normal;
}

.toggle-item-closed h4 span.add-info .glyphicon.glyphicon-circle-arrow-up,
.toggle-item-closed h4 span.add-info .glyphicon.glyphicon-time{
    font-size: 13px;
    color: #9ac787;
}

.toggle-item-closed h4 span.add-info .glyphicon.glyphicon-circle-arrow-down{
    font-size: 13px;
    color: #c97171;
}

textarea#extraUrls {
    min-width: 327px;
}

textarea#notificationRecipients {
    min-width: 327px;
}

/* item contents */

.item-contents {
    height: 330px;
}


/* toggle list view */

.table-wrap {
    padding: 17px 14px 0px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin: 12px 0;
    min-width: 1068px;
}
.table-wrap .table.tablesorter thead{
    background-color: #e6EEEE;
}
.table-wrap .table.tablesorter thead tr th {
    line-height: 47px;
    padding: 0;
    vertical-align: middle;
}
.table-wrap .table.tablesorter thead tr th .fa.fa-bars{
    line-height: 47px;
    text-indent: 15px;
}
.table-wrap .table.tablesorter tbody tr td i.fa {
    margin-left: 6px;
}
.table-wrap .table.tablesorter th a {
    color: inherit;
}
.table-wrap .table.tablesorter tr{
    height: 45px;
}
.table-wrap .table.tablesorter tr td{
    color: #7d8288;
    word-break: break-all;
    padding: 8px 8px 8px 0;
}
.table-wrap .table.tablesorter tr td.cell-social-icon,
.table-wrap .table.tablesorter tr td.cell-social-name{
    text-align: initial;
}
.table-wrap .table.tablesorter tr td:first-line{
    line-height: 29px;
}
.table-wrap .glyphicon.glyphicon-cog{
    color: #7D8288;
    line-height: 29px;
}
.table-wrap .glyphicon.glyphicon-cog:hover{
    color: #5b9ac1;
}
.table-wrap .table.tablesorter .fa {
    margin-right: 3px;
    line-height: 29px;
}


/* list view */

.table-wrap .table.tablesorter .alert-area{
    position: relative;
    width: 100%;
}

.table-wrap .table.tablesorter .alert-area .alert.alert-warning{
    padding: 3px 10px;
    position: absolute;
    width: 730px;
    line-height: 20px;
    z-index: 999;
}

#demo-alert p.demo-intro{
    font-size: 17px;
    line-height: 25px;
    color: #3e3e3e;
}

#demo-alert .demo-alert-link.btn{
    float: right;
    position: relative;
    top: -72px;
    color: #fff;
    background: #e85c41;
    font-size: 20px;
    width: 228px;
    height: 50px;
    line-height: 38px;
    font-weight: normal;
}

#demo-alert .demo-alert-link.btn:hover {
    background: #D3533A;
}

#demo-alert p.demo-back a{
    color: #3e3e3e;
}

select#intervalTypeSitemap {
    background-color: #fff;
    height: 31px;
    border: 1px solid #ccc;
}


/* calendar view */

.month{
    width: 224px;
    height: 179px;
    float: left;
    margin: 0px 16px 0px 15px;
}

.month .current-month {
    font-weight: bold;
    line-height: 30px;
    font-size: 11px;
}

.month .day{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 25px;
    margin: 0px 1px 0px 1px;
}

.month .day a{
    color: #404145;
}

a.activeDay {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    display: block;
}

.lightCircle {
    background-color: rgba(91, 154, 193, 0.3);
}

.mediumCircle {
    background-color: rgba(91, 154, 193, 0.5);
}

.darkCircle {
    background-color: rgba(91, 154, 193, 0.8);
}

/* Dashboard intro */
#startTour p {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    padding: 25px 0;
}

.label.label-danger.delete-sample{
    float: right;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -4px;
}

.introjs-tooltiptext{
  font-size: 15px;
  line-height: 20px;
  background-color: #f8f8f8;
  padding: 10px;
  color: #555;
}

.modal {
    z-index: 99999999;
}
.modal-backdrop {
    z-index: 9999999;
}

#timeline-pagination-controls {
    text-align: center;
}

#listview-pagination-controls {
    text-align: center;
}

#listview-filters{
    margin-bottom: 10px;
}

button#filter-text-button {
    margin-right: 20px;
    bottom: 1px;
    position: relative;
}
button#filter-text-button .fa.fa-filter{
    margin-right: 0px;
    color: #434c52;
    line-height: 16px;
}
.filter-text{
    height: 30px;
    width: 150px;
    font-weight: normal;
    margin-left: 5px;
}
.filter-text input {
    float: right;
    padding-right: 23px;
}
span#close-filter-text {
    font-size: 82%;
    color: #ccc;
    bottom: 38px;
}
span#close-filter-text:hover{
    cursor: pointer;
    color: #4E4E4E;
}
span#close-filter-text .fa {
    line-height: inherit;
}

span#apply-filter-text {
    font-size: 82%;
    color: #ccc;
    bottom: 38px;
    right: 4px;
}
span#apply-filter-text:hover{
    cursor: pointer;
    color: #4E4E4E;
}
span#apply-filter-text .fa {
    line-height: inherit;
}

/*error_reg.jsp */
div.error-message-container{
    max-width: 550px;
    margin:0 auto;
    padding:100px 0;
    text-align:center;
}

div.error-message-container h1{
    display: block;
    background-color: #00928f;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin: 0 auto;
    line-height: 250px;
    color: #fff;
    margin-bottom: 50px;
}

div.error-message-container h2{
}

th.cell-overview-social{
    width: 38px;
}
th.cell-overview-name{
    min-width: 200px;
    width: 200px;
    max-width: 200px;
}
th.cell-overview-total,
th.cell-overview-changes{
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}
th.cell-overview-mode{
    min-width: 70px;
    width: 70px;
    max-width: 70px;
}
th.cell-overview-last-crawl,
th.cell-overview-next-crawl{
    min-width: 135px;
    width: 135px;
    max-width: 135px;
}
th.cell-overview-frequency {
    min-width: 110px;
    width: 110px;
    max-width: 110px;
}
th.cell-overview-edit{
    min-width: 30px;
    width: 30px;
    max-width: 30px;
}
th.cell-overview-exp{
    min-width: 45px;
    width: 45px;
    max-width: 45px;
}

/*********************************************** /
/*             ACCESSIBILITY                    */
/************************************************/
.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

/*********************************************** /
/*          GOVT OPEN PORTAL                    */
/************************************************/
.spacer-10{
    height: 10px;
}
.spacer-20{
    height: 20px;
}
.table-filter{
    display: table;
    width: 530px;
    margin-top:20px;
}

.Row{
    display: table-row;
}
.Cell{
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}
.padding-5{
    padding: 0 5px;
}
.center{
    text-align: center;
}

.archive ul{
    list-style: none;
}

.archive ul li:first-child{
    font-weight: bold;
}

.archive ul li i{
    color: #999;
    line-height: 30px;
    font-size: 90%;
}

#govt-wrapper{
    min-height:100%;
    position:relative;
    background-color: #fff;
}

#govt-content{
    padding-bottom: 70px;
}

#govt-logo {
    display: inline-table;
}
#govt-logo h2{
    line-height: 115px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}

#govt-logo .logo-container {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    height:115px;
    padding-left: 15px;
}
#govt-logo .logo-container img{
    max-height: 75px;
    max-width: 250px;
}

#govt-title h4 {
    line-height: normal;
    margin-bottom: 10px;
    word-break: break-all;
}

#govt-header{
    background-color: #343E44;
    height: 115px;
    padding: 0 20px;
}

.govt-search-results #govt-header{
    margin-bottom: 0px;
}

#govt-intro .shell{
    max-width: 850px;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.govt-intro p{
    font-size: 15px;
    line-height: 24px;
}
div#search-content {
    background-color: #eee;
    padding: 20px 0 15px;
}
div#search-content .shell .search-bar{
    max-width:650px;
    margin:0 auto;
}
.govt-search-results #search-content{
    margin-top: 0px;
    border-top: 2px solid #ccc;
}
#govtWebsite p.pull-right,
#govtSocial p.pull-right{
    line-height: 35px;
    font-size: 12px;
    position: absolute;
    right: 15px;
}
.result-block{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin: 20px 15px;
}
.result-block h2{
    font-size:20px;
    color:#5b9ac1;
    padding-bottom:10px;
}
.result-numbers{
    height:15px;
    margin:10px 0;
}
.result-numbers p{
    float: right;
    color: #616161;
}
.resultsPerWebsitePage,
.resultsPerSocialPage{
    border: 1px solid #ddd;
    width: 55px;
}
div#advanced-content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}
a.advancedFilter{
    color: #00928f;
    display: block;
}
.advanced-filter{
    width: 700px;
    margin:25px auto;
}
.advanced-filter h5.filter-heading{
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.addfilter{
     color:#58B358;
     font-size:13px;
     line-height: 34px;
     clear: both;
     text-indent: 5px;
}
.removefilter{
    color: #d9534f;
    margin-top: 10px;
    font-size: 9px;
}
.addfilter a{
     line-height: 24px;
     color:#58B358;
     font-size:15px;
}
#govt-search-results{
    max-width:1110px;
    margin:50px auto;
    padding: 0 20px;
}
span.keyword-highlight{
    background-color: yellow;
}
footer#govt-footer{
    background:#0f1821;
    color: #eaeaea;
    width:100%;
    height:70px;
    position:absolute;
    bottom:0;
    left:0;
    padding: 0 50px;
}

footer#govt-footer p{
    display: block;
    color: #eaeaea;
    line-height: 70px;
    font-size: 90%;
    margin: 0px;
}

#open-portal .block .form-group{
    width: 300px;
}

#open-portal .your-logo{
    width: 326px;
    height:75px;
    border:1px solid #ccc;
    margin:15px 0px;
    background-image: url('/css/images/noimageavailable.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background: #000;
}
#open-portal .your-bg{
    width: 250px;
    height:105px;
    border:1px solid #ccc;
    margin:15px 0px;
}


#open-portal .edit-block .edit-form input[type="text"],
input[type="checkbox"]{
    margin: 4px 0 0;
}

.browse-archives{
    max-width:850px;
    margin:50px auto;
    padding: 0 20px;
}
.browse-archives .browse-pagination{
    text-align: center;
    margin: 15px 0;
}
.browse-archives #archive-filters{
    margin: 0 15px 15px;
    border-radius: 4px;
    position: relative;
    border-bottom: 1px solid #eee;
    height: 40px;
}

#dropdownLabel {
    color: #838383;
    font-size: 13px;
}

.browse-archives .dropdown {
    text-align: right;
    padding-top: 7px;
    padding-right: 33px;
}

.browse-archives #searchInput {
    position: relative;
}

.browse-archives #searchInput .glyphicon {
    position: absolute;
    padding: 5px;
    pointer-events: none;
    color: grey;
    left: 15px;
    font-size: 16px;
    top: 4px;
}

.browse-archives #searchInput input {
    padding-left: 30px;
    font-size: 13px;
    border: none;
    box-shadow: none;
}
.browse-archives #searchInput input::-webkit-input-placeholder{
    color: #ccc;
}
.browse-archives p.browse-archives-title{
    font-size: 15px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.browse-archives ul li{
    list-style: none;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.browse-archives ul{
    padding:10px 0;
}
.browse-archives .row .col-xs-6{
    height: 60px;
    overflow: hidden;
}
.browse-archives .row .col-xs-6 ul li a {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.background-thumb1,
.background-thumb2,
.background-thumb3,
.background-thumb4{
    width: 100px;height: 65px;border: 2px solid #ddd;
}
.background-thumb1{
    background-image: url('/css/images/openrecords/bluegeometric_thumb.jpg');
}
.background-thumb2{
    background-image: url('/css/images/openrecords/abstractgreen_thumb.jpg');
}
.background-thumb3{
    background-image: url('/css/images/openrecords/whitetextured_thumb.jpg');
}
.background-thumb4{
    background-image: url('/css/images/openrecords/blurrednature_thumb.jpg');
}
#custom-bg-thumb{
    width: 100px;
    height: 65px;
    border: 2px solid #ddd;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.dropdown-menu.search-archive-filter{
    max-height: 300px;
    overflow-y: scroll;
}
ul#selectSearchArchives input.selectSearch{
    width: 130px;
}
ul#selectSearchArchives li.searchTools{
    padding: 3px 20px;
}
#open-portal #archives th.public,
#open-portal #archives td.public,
#open-portal #archives th.type,
#open-portal #archives td.type {
    width: 60px;
}
#open-portal #archives td.public,
#open-portal #archives td.type {
    text-align: center;
    padding-right: 30px;
}

#open-portal #archives td.type i.fa {
    margin-left: -6px;
}

#open-portal #archives tbody tr td .fa{
    text-indent: 10px;
    line-height: 25px;
}
#website-pagination-controls,
#social-pagination-controls{
    text-align: center;
}
p.domain-name{
    color:#494949;font-size:14px;
}
p.domain-name span.domain-success{
    color:#5cb85c;
}
p.domain-name span.domain-fail{
    color:#d9534f;
}
#invalid-wrapper{
    display:inline-block;
    margin-left:10px;
    vertical-align: top;
}
ul.domain-name-alert.alert.alert-warning{
    padding: 6px 10px;
    list-style: none;
}
#availability-wrapper{
    display:inline-block;
    margin-left: 10px;
}
span#availabilityTrue {
    color: #56b156;
    font-size: 15px;
}
span#availabilityFalse {
    color: #d9534f;
    font-size: 15px;
}
div#select-all-archives {
    padding: 0 0 10px 7px;
}
div#mceu_13 {
    width: 500px;
}
input#organization,
input#title{
    width: 500px;
}
div#whats-new-feed {
    font: 15px/20px proxima-nova, sans-serif;
}
div#whats-new-feed .media-body ul li {
    list-style-type: disc;
    margin-left: 25px;
    line-height: 24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .checkbox span{padding-left: 20px;line-height: 35px;}
     .radio label{line-height: 25px;}
}


ul.dropdown-menu.social-filter{
    min-width: 35px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: 32px;
    left: 6px;
}
ul.dropdown-menu.social-filter:before {
  position: absolute;
  top: -7px;
  left: 90px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

ul.dropdown-menu.social-filter:after {
  position: absolute;
  top: -6px;
  left: 91px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
ul.dropdown-menu.social-filter ul li{
    border-top:1px solid;
}
ul.dropdown-menu.social-filter .btn-group{
    line-height: 35px;
}
.narrow-search-calendar {
    float: left;
}

.narrow-search-calendar input {
    background-image: url("images/calendar.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    text-indent: 17px;
    height: 31px;
}

label.search-filter-settings {
    padding-left: 3px;
    padding-right: 30px;
    vertical-align: middle;
}

#backButton {
    cursor: pointer;
    color: #428bca;
    padding-right:10px;
    float: right;
    font-size: 80%;
    background: transparent;
}

#backButton:hover{
    text-decoration: underline;
}

#backButton a {
    color: #428bca;
    font-size: 14px;
}

#success-reset-password{
    text-align: center;
}

#success-reset-password .fa.fa-check-circle {
    color: #7dbc71;
    font-size: 45px;
}

p.success-message{
    line-height: 34px;
    font-size: 15px;
    color: #7dbc71;
}

.btn {
    background-image: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

.btn-link {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #292f33;
}

.btn.btn-link.pf-green {
    color: #00928f;
}

.btn.btn-success {
    color: #fff;
    background-image: none;
    background-color: #39928f!important;
    border-color: #03626b!important;
}

.btn.btn-success:focus,
.btn.btn-success:hover {
    background-color: #03626b!important;
}

.btn.btn-primary {
    background-color: #00928f;
    border-color: #00928f;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #03626b;
    border-color: #03626b;
}

.btn.btn-warning {
    background-color: #eba904;
    border-color: #eba904;
}

.btn.btn-warning:focus,
.btn.btn-warning:hover {
    background-color: #b68400;
    border-color: #b68400;
}

.btn.btn-danger {
    background-color: #e2211c;
    border-color: #e2211c;
}

.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background-color: #9e3223;
    border-color: #9e3223;
}

.btn.btn-link {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
}

.alert.alert-danger {
    background-color: #e2211c;
    color: white;
    border-color: #9e3223;
}

.alert.alert-warning {
    background-color: #eba904;
    color: white;
    border-color: #b68400;
}

div.create-archive button.btn:hover,
div.create-archive button.btn:focus {
    color: white;
}

.pagination>li>a {
    color: #00928f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #00928f;
    border-color: #00928f;
}

.btn.btn-dark {
    background-color: gray;
    color: white;
}

.panel.panel-lightgray {
    background-color: lightgray;
}

.pad-left-15 {
    padding-left: 15px;
}

.download-content {
    top: 300px;
    min-height: 190px;
    border-radius: 5px;
    position: fixed;
    max-width: 40em;"
}

.download-modal {
    text-align:center;
    overflow-y: auto;
    max-height: 40vh;
}

.margin-0 {
    margin: 0px;"
}
