/*Downloads*/

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.btn,
.btn {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 12px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #3b7797;
    border-color: #3b7797;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #356a87;
    border-color: #2c5a72;
}

.btn-primary:hover {
    color: #fff;
    background-color: #356a87;
    border-color: #2c5a72;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2b566e;
    border-color: #214355;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #2b566e;
    border-color: #214355;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #696969;
    border-color: #505050;
}

.btn-info:hover {
    color: #fff;
    background-color: #696969;
    border-color: #505050;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #666666;
    border-color: #474747;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #666666;
    border-color: #474747;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #696969;
    border-color: #505050;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e15f16;
    border-color: #ca5514;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e15f16;
    border-color: #ca5514;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c45313;
    border-color: #b14a11;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #c45313;
    border-color: #b14a11;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}


.content-center {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
.content-center__inner {
    max-width: 702px;
    margin: 0 auto;
}

.downloads-enabled #gHeader {
    padding-top: 1px;
}
.downloads-enabled #gHeader .headTxt {
    margin: 10px 0 0;
}
.downloads-enabled #gHeader .gHeaderC {
    margin-left: 45px;
    float: left;
}
.downloads-enabled #gHeader .gHeadNav a.iconDown {
    background: #ececec url(../../imgs/icon_download.png) no-repeat center 7px;
    padding-top: 30px;
}
.downloads-enabled #gHeader .header-top__actions {
    float: right;
    margin: 0 4px 6px 0;
}
.downloads-enabled #gHeader .header-top__actions a.btn-logout img {
    position: absolute;
    left: 6px;
    top: 4px;
}
.downloads-enabled #gHeader .header-top__actions a.btn-logout {
    position: relative;
    float: left;
    font-weight: bold;
    height: 20px;
    width: 110px;
    padding: 0 5px 0 25px;
    line-height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}
.downloads-enabled #gHeader .header-top__actions .header-top__info {
    float: left;
    font-size: 12px;
    background: #e8e8e8;
    color: #fc8800;
    border: 1px solid #7e7e7e;
    border-right: none;
    line-height: 1;
    padding: 4px 6px;
    width: 206px;
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    min-height: 12px;

}
.downloads-enabled #gHeader a.header-top__guidance {
    float: left;
    font-weight: bold;
    font-size: 12px;
    background: #fff498;
    color: #222;
    border: 1px solid #eb7676;
    line-height: 1;
    padding: 4px 12px;
    margin: 0 7px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.b-download .b-download__box {
    border: 1px solid #d6d6d6;
    margin: 0 0 120px;
}
.b-download__box .b-download__box-header {
    background: #ececec;
    height: 40px;
    padding: 1px 0;
}

.b-download__box .b-download__box-header .content-title {
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 8px 0 1px 14px;
    line-height: 1.1;
    /*font-weight: normal;*/
}
.b-download__box .b-download__box-header .btn-logout {
    float: right;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background-color: #7e7e7e;*/
    padding: 0 17px;
    margin: -1px 0 0;
}
.b-download__box .b-download__box-header .btn-logout img {
    vertical-align: middle;
    margin: 0 16px 0 0;
}
.b-download__box .b-download__box-content {
    padding: 35px 10px;
}

.b-download .pageTtl {
    font-weight: bold;
    padding: 1px 1px 17px;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 20px;
}
.b-download__box .b-download__list {

}
.b-download__box .b-download__list li {
    position: relative;
    padding: 1px 0 1px 8px;
    margin: 0 0 15px;
    line-height: 1.1;
}
.b-download__box .b-download__list li:before {
    content: "";
    position: absolute;
    left: 0;
    background: #222;
    top: 8px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.b-download__box .b-download__list li a {
    font-size: 16px;
    color: #2858e2;
    text-decoration: underline;
}
.b-download__box .b-download__list li a:hover {
    text-decoration: none;
}
.b-download__box .b-download__box-info {
    background: #efefef;
    padding: 19px 16px;
    min-height: 142px;
    margin: 50px 0 0;
}
.b-download__box .b-download__box-info p {
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 1.3;
}
.b-download__footer {
    padding: 1px 0 100px;
}
.b-download .b-download__footer .pageTtl {
    font-weight: normal;
}
.b-download__footer .b-download__buttons {
    text-align: center;
    margin: 106px 0 0;
}
.b-download__footer .b-download__buttons .btn {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    width: 300px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.b-download__footer .b-download__buttons .btn-warning {
  color: #fff !important;
  text-decoration: none !important;
    float: left;
}
.b-download__footer .b-download__buttons .btn-primary {
  color: #fff !important;
  text-decoration: none !important;
    float: right;
}
