/* =============
  Setari Standarte
============= */
body {

    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    color: #000;
    background-color: #fff;
}

* {
    outline: none !important;
}

a {
    color: #000000;
}

a.color, a.active {
    color: #348ad3;
}

a:hover {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.topsticky {
background-color: #ffffff;

    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px 0px;
}

.d-block {
    display: block;
}

.o-h {
    overflow: hidden;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}
.dropdown-toggle.active
{
    font-weight: 600;
}
.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
    padding-bottom: 20px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.no_brd {
    border: 0;
}

.textunde {
    text-decoration: none;
    color: black;
}

/* =============
  Setari pagini
============= */
.pre_nav .data_precedenta {
    padding: 5px 0px;
    font-size: 13px;
}

.pre_nav .data_precedenta.tr {
    font-size: 14px;
}

a:hover .textunde {
    text-decoration: blink;
}

.navbar-brand {
    height: initial;
    padding: 5px 0 0 15px;
}

.navbar-toggle {
    background-color: rgba(2, 122, 196, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.navbar-toggle .icon-bar {
    width: 27px;
    height: 3px;
    background: rgba(255, 255, 255, 0.91);
}

.img_responsive img {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.navbar-nav {
    font-size: 16px;
}
.p-l-5
{
    padding-left: 5px;
}

.meniul_ser li a {
    border: 0px solid rgba(255, 255, 255, 0);
    color: black;
    font-size: 16px;
}

.meniul_ser li:hover a {
    border: 0px solid #cfcfcf;
    background: white;  color: black;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    border-color: #cfcfcf;
}

.dropdown-menu {
    padding: 0;
    border: 0;
}

.dropdown-menu li a {
    line-height: 47px;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-position: bottom left;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 18px;
    margin-right: -10px;
    position: relative;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(238, 238, 238, 0);
}

.log_reg li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav > li.inregistrare > a {
    color: #0088bd;
    background-color: #ffffff;
}

.nav > li.inregistrare > a:hover {
    color: #ffffff;
    background-color: #a2c8af;
}

.navbar-nav.log_reg > li > a {
    line-height: 34px;
    padding: 4px 6px 0;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.logare {
    margin-left: 4px;
}

.log_reg .logare a {
    color: #ffffff;

    background-color: #348ad3;
}

.log_reg .logare:hover a {
    background-position: bottom left;
    background-color: #3c6bbd;
}

.hidden-y {
    overflow-y: hidden;
    padding-top: 0px;
}

.bt3 {
    border-top: 3px solid #ffffff;
}

.shadow_top {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
}

.navbar {
    margin-bottom: 4px;
}

.slider_content {
    position: relative;
    min-height: 362px;
    background-size: cover;
    background-position: top right;
    background-image: url(../images/sliderbg.png);
}

.cautarea_other_page_content {
    position: relative;
    min-height: 96px;

}

.slider_content .fr.tr {

}

.slider h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 37px;
}

.slider h3 {
    color: #aec8f2;
    font-style: italic;
    margin-top: 0;
    font-size: 27px;
}

.slider_button a {
    min-height: 56px;
    border: 1px solid #3c85c3;
    padding: 15px 25px;
    background-color: transparent;
    color: #3c85c3;
    line-height: 50px;
    font-size: 22px;
    margin-right: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.slider_button a:hover {
    background-color: #1862a1;
    color: white;
}

.img-docs
{
    background: url("../images/img-doc1.png") top right no-repeat;
    height: 409px;
    width: 100%;
    background-size: contain;
}

.slider_button a img {
    margin-right: 5px;
}

.slider_button {
    padding: 33px 0 65px;
    overflow: hidden;
    display: block;
}

.padding_mare {
    padding: 10px;
}

.cautarea_principala {
    padding: 20px 35px 10px;
margin-right: 10px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
}

.content {

}

.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 17px 0 0 0;
    pointer-events: none;
    font-size: 20px;
}

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

#helpBlock {
    color: #919191;
    font-style: italic;
}

.left-addon i.glyphicon-search {
    color: #a2a5aa
}
.textright
{
   text-align: right !important;
}
.cautarea_principala {
    padding: 10px 0px 10px 25px;
    border: 1px solid #8e8e8e;
    border-radius: 57px;
}
.noborderme
{
    border: none;    font-size: 18px;
}
.cautarea_principala .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.cautarea_principala input, .cautarea_principala .form-control, .cautarea_principala .btn-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 55px;
}

.cautarea_principala .dropdown-menu li a {
    line-height: 36px;
}

.cautarea_principala .dropdown-menu li a:hover, .cautarea_principala .dropdown-menu > .active > a, .cautarea_principala .dropdown-menu > .active > a:focus, .cautarea_principala .dropdown-menu > .active > a:hover, .cautarea_principala select option {
    color: #ffffff;

    background-color:#348ad3;
}
span.filter-option.pull-left
{
    font-size: 18px;
}

.btn-group.bootstrap-select.form-control button.btn.dropdown-toggle.btn-default
{
    border: none; background: transparent;
}

.cautarea_principala form .form-group {
    padding-right: 11px;
    padding-left: 5px;
}

.cautarea_principala .cautare_prin {

    background: #348ad3;
    border: 0;
    border-bottom: 0px solid #3c6bbd;
    font-size: 20px;
    line-height: 21px;
    border-radius: 30px;    padding: 0px 30px;

}

.cautarea_principala .cautare_prin:hover {
    background-position: bottom left;
    background-color: #3c6bbd;
}

.cautare_avansata {
    display: inline-block;
    padding: 6px 0px;
    width: 100%;
    font-size: 16px;
    text-align: right;
}

.cautarea_principala .form-group {
    margin-bottom: 0;
}

.ultimile_doc_prin {
    background: #fff;

}

.filtru {
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
}

.document_item {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 10px;
}

.document_item:hover {
    background-color: #f1f1f1;
}
.textcenter
{
    text-align: center !important;
}
.boxdesgn
{
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 23px;
    padding-left: 24px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 0px;
    background-color: #f2f7ff;
    border:1px solid #f2f7ff;
    box-shadow: 0 0 0 0 #ffffff;border-radius: 20px;
    width: 24%;

}
.boxdesgn:hover
{
    background-color: #fff;
    border:1px solid #dbdbdb;
}

.m-r-0
{
    margin-right: 0px;
}


.descriere_pre h5 {
    line-height: 20px;
    margin: 2px 0;
    min-height: 42px;
}

.descriere_pre h5 a {
    font-size: 16px;
}

.descriere_pre h5 a:hover {
    text-decoration: underline;
    color: #000000;
}

.descriere_pre h5 span {
    color: #fff;
    background-color: #767676;
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 14px;
}

.sub_desc {
    font-style: italic;
    color: #ebebeb;
}

.descriere_pre .sub_desc span {
    display: inline-block;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 14px;
}

.descriere_pre .sub_desc span.color1 {
    color: #348ad3;
}

.descriere_pre .sub_desc span.data {
    color: #6c6c6c;
}

.descriere_pre .sub_desc span.localitate {
    color: #9b9b9b;
}

.tip_doc span {
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid darkgrey;
    display: inline-block;
    /*width: 100%;*/
    color: darkgrey;
    text-transform: uppercase;
}

.tip_doc span.tip_doc-1 {
    border-color: #478723;
    color: #478723;
    white-space: nowrap;
}

.tip_doc span.tip_doc-2 {
    border-color: #4288c9;
    color: #4288c9;
}

.tip_doc span.tip_doc-3 {
    border-color: #ff0000;
    color: #ff0000;
}

.tip_doc span.tip_doc-4 {
    border-color: #dc932b;
    color: #dc932b;
}

.star_doc_save:hover img, .star_doc_save.salvat img {
    background-image: url(../images/star_doc_save2.png);
    cursor: pointer;
    background-position: center center;
}

.filtru .document_item {
    display: none;
}

.filtru.show_10 .document_item {
    display: block;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #008fdc;
    border-color: #008fdc;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 8px;
    font-size: 13px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 5px 0 0;
}

.filtru.show_50 .document_item:nth-child(-n+6) {
    display: block;
}

.filtru.show_100 .document_item:nth-child(-n+8) {
    display: block;
}

.statistica_short {
    padding: 15px;

}

.statistica_short h2 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
}

.statistica_short .col-md-3 span {
    text-transform: uppercase;
    color: #adadad;
    font-size: 18px;
}

.statistica_short .col-md-6.tr {
    padding-right: 0
}

.pre_footer {
    padding: 15px;
    background: #f6f6f6;
}

.pre_footer p {
    color: #747474;
    font-style: italic;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.footer {
    color: #6e6e6e;
    font-size: 14px;
    padding: 0;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

.sliderr {
    background: #fff;
    padding: 25px;
}

#sliderr {
    min-height: 70px;
}

.carousel-control, .carousel-control:focus, .carousel-control:hover {
    opacity: 1;
    padding: 15px 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-inner {
    position: relative;
    width: 83.33333333%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.carousel-control {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8.3333333%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    float: left;
}

.carousel-inner .item a img {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-inner .item a:hover img {
    filter: alpha(opacity=100);
    opacity: 100;
}

#scroll-top {
    position: fixed;
    z-index: 900;
    opacity: 0;
    bottom: 0;
    right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    padding: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    background: #3396d2;
}

#scroll-top.fixed {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.afisare_doc_filtru .btn-default, .afisare_doc_filtru .btn-default.active, .afisare_doc_filtru .btn-default:active, .afisare_doc_filtru .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: none;
    background: transparent;
}

.afisare_doc_filtru .dropdown-menu {
    width: 70px;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
    min-width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 3px 0;
    z-index: 1;
    text-align: center;
}

.afisare_doc_filtru .dropdown-menu li a {
    line-height: 31px;
}

.afisare_doc_filtru .dropdown-menu li a:hover {
    color: #000000;
    background-position: bottom left;
}

.afisare_doc_filtru .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.inregistrare_page {
    margin: 35px auto 0;
    float: none;
    padding: 15px 0;
}

.logo_other_page {
    padding: 0 30px;
    display: block;
    text-align: center;

}

.inregistrare_form {
    padding: 10px 25px;
    background: #ffffff;
    margin: 20px 0 10px;
}

.inregistrare_form .dropdown {
    font-size: 18px;
}

.inregistrare_form h1 {
    font-size: 24px;
    text-align: center;
    margin: 5px 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.inregistrare_form h2 {
    font-size: 18px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.inregistrare_page .footer {
    border-top: 0;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}

.pad4 {
    padding-top: 5px;
}

.cautarea_other_page_content.cautarea_principala {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 15px 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cautarea_other_page_content.cautarea_principala .bs-caret {
    background-image: url(../images/sageata_sel_down.png);
    width: 20px;
    height: 11px;
    display: inline-block;
    margin-left: -9px;
}

.cautarea_other_page_content.cautarea_principala .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none !important;
}

.inregistrare_form label {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 8px;
}

.inregistrare_form .dropdown-menu li a {
    line-height: 31px;
}

span.required {
    color: #cf0000;
}

.nota {
    font-size: 13px;
    font-style: italic;
    color: #a30404;
}

input.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.inregistrare_form input.form-control {
    height: 42px;
    background: #fbfbfb;
}

.sumbit_register {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    border: 0;
    line-height: 49px;
    min-height: 62px;
    background-image: url(../images/register_buton_bg.png);
    background-position: top left;
    text-align: center;
}

.sumbit_register:hover {
    background-position: bottom left;
}

.sumbit_register span {
    display: inline-block;
    text-align: center;
}

.sumbit_register span img {
    margin-right: 10px
}

.bg_fff {
    background: #ffffff;
}

.page_conntent {
    padding: 15px;
}

.titlul_localitatii h3 {
    font-size: 20px;
    color: #3874a7;
    margin: 10px 0 5px;
}

.insigna_primariei {
    border: 0px solid #e6e6e6;
    width: 55px;
    height: 58px;
    overflow: hidden;
    margin-right: 15px;
}

.insigna_primariei img {
    width: 100%;
}

.sub_continut_localitate_a {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    margin: 5px 9px 10px 0;
    padding: 6px 10px 7px;
    border: 1px solid #838383;
}

.border_other, .border_other_b button {
    border: 1px solid #5e8bb2;
}

.no_bl_border_other_b button {
    border-left: 0;
}

.sub_continut_localitate_a:hover {
    background: #348ad3;
    color: #ffffff;
}

.denumirea_prim h4 {
    color: #3874a7;
    font-size: 30px;
    padding: 9px 0;
}

.desc_primar, .desc_primar p {
    font-size: 16px;
    color: #303131;
}

.desc_primar {
    border-top: 1px solid #e1e1e1;
    padding: 9px 9px 0;
}

.desc_contact {
    color: #303131;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 10px;
    font-size: 16px;
}

.desc_contact b {
    font-weight: 400;
}

.vezi_apl_other {
    font-size: 18px;
    min-height: 36px;
    padding: 10px 25px;
    border: 1px solid #838383;
    border-radius: 30px;
}

.vezi_apl_other:hover {
    background: #348ad3;
    color: #ffffff;
}

.harta {
    border: 1px solid #aeaeae;
    overflow: hidden;
    margin: 25px 0 15px;
    min-width: 240px;
    width:100%;
    height: 280px;
    float: right;
}

.footer-aa
{
    padding-top: 20px; padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

.button_a {
    padding: 23px 0 0;
}

.button_a_sub_h, .button_a_sub_h a {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    font-size: 18px;
}

.button_a_sub_h span {
    padding: 14px 0px;
}

.vezi_all_acte {
    background: #348ad3;
    color: #ffffff;
    border: 1px solid #348ad3;
    margin-bottom: 15px;
}

.vezi_all_acte:hover span {
    text-decoration: underline;
    color: #ffffff;
}

.axporta_actele_admin {
    background: #ebebeb;
    color: #232323;
    border: 1px solid #c8c8c8;
}

.axporta_actele_admin:hover span {
    text-decoration: underline;
    color: #232323;
}

.pre_head_doc h4 {
    font-size: 20px;
    color: #027ac4;
    margin-bottom: 10px;
}

.pre_head_doc h1 {
    font-size: 32px;
    color: #000000;
    margin-top: 1px;
    margin-bottom: 10px;

}
.slider_button.langbtn_ru a
{
    font-size: 20px;
}

.print_ {
    margin: 11px 10px 0 0;
}

.pre_head_doc {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px !important;
    font-size: 16px;
    font-weight: 600;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.tip_doc span.pad05 {
    padding: 5px 12px;
}

.limba_act {
    padding: 20px 10px 12px;
    font-size: 16px;
}

.sub_pre_head_doc {
    overflow: hidden;
    padding-bottom: 10px;
}

.desc_primar.color {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 9px !important;
}

.pad3 {
    padding: 3px !important;
}

.padb3 {
    padding-bottom: 3px !important;
}

.desc_primar.color h4 {
    font-size: 16px;
    color: #027ac4;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 0 0;
}

.desc_primar.color a {
    width: 100%;
    display: block;
}

.date_oarecare p span {
    font-style: italic;
    font-size: 16px;
}

.date_oarecare p span.data_pre {
    color: #a8a8a8;
}

.date_oarecare p span.data {
    color: #6c6c6c;
}

.date_oarecare {
    padding: 15px 0 4px;
    line-height: 25px;
}

.distribuire, .panou {
    min-width: 340px;
}

.distribuire h5 {
    font-size: 18px;
}

.panou {
    background-color: #f1f1f1;
    padding: 10px 0;
}

.bbbot {
    border-bottom: 1px solid #ebebeb;
}

.bbtop {
    border-top: 1px solid #ffffff;
}

.panou_logo {
    width: 87px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin: 0 auto 9px;
}

.titlul_org p {
    padding: 10px 0;
    font-size: 18px;
}

.log_reg .logare.logo_2 a {
    display: block;
    overflow: hidden;
    min-height: 42px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.print_ {
    cursor: pointer;
}

#print_ {
    display: none;
}

.bod_top {
    border-top: 1px solid #e1e1e1;
}

.sectiune div.span {
    color: rgb(2, 122, 196);
}

.nu_contine_tp {
    color: #b1b1b1;
}

.toogle_show.toogle_hide {
    display: none;
}

.text_span_top {
    color: #585858;
    font-size: 18px;
    padding: 0 5px 0;
}

#toogle_show {
    cursor: pointer;
}

.bloc_cautare {
    border: 1px solid #d4d4d4;
    padding: 0 10px 0px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.bloc_cautare h5 {
    color: #585858;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

._bloc_cautare_continut {
    margin-bottom: 7px;
}

.daterangepicker.dropdown-menu.ltr.opensleft.show-calendar {
    right: auto !important;
}

#reportrange {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#reportrange span {
    font-size: 12px;
}

.scorul_parent {
    display: inline-block;
    float: right;
    font-weight: 100;
    color: #9c9c9c;
}

/* cheeeeh*/
/* cheeeeh*/
.checkbox {
    padding-left: 20px;
    font-size: 15px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

/* cheeeeh*/

/* cheeeeh*/

.bloc_cautare input.form-control {
    height: 36px;
}

.bloc_cautare .btn-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 44px;
}

.dsadsa {
    border: 1px solid #d4d4d4;
    padding: 0 10px 0px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.dsadsa h6 {
    font-size: 15px;
    color: #585858;
    cursor: pointer;
}

.scorul_parentav {
    padding: 0 0 0 5px;
}

.bloc_cautare .dropdown-menu li a {
    line-height: 36px;
}

.widtj31 {
    width: 46px !important;
}

.widtj31 img {
    width: 100%;
}

/* The alert message box */
.alert {
    padding: 20px;
    background-color: rgba(255,216,17,0.19); /* Red */
    margin-bottom: 15px;
    text-align: center;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: #8f8f8f;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.bloc_cautare .dropdown-menu li a:hover, .bloc_cautare .dropdown-menu > .active > a, .bloc_cautare .dropdown-menu > .active > a:focus, .bloc_cautare .dropdown-menu > .active > a:hover, .bloc_cautare select option {
    color: #ffffff;

    background-color: #348ad3;
}

.bloc_cautare.bo_bd {
    border: 0;
    padding: 0;
}

.bloc_cautare.bo_bd h5 {
    margin-top: 0;
}

.grid_list a.accc {
    font-size: 24px;
    margin: 0 4px;
    padding: 0;
}

.grid_list a.inactive {
    color: #e5e5e5;
}

.grid_list a.active, .grid_list a.inactive:hover {
    color: #939393;
}

.dreapta_replace .afisare_doc_filtru .btn-default {
    font-size: 18px;
}

.taguri {
    background: #fafafa;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    padding: 19px 19px 13px;
    font-size: 15px;
}

.taguri span {
    display: inline-block;
}

.taguri span.tag {
    margin: 0 0 5px 0;
}

span.remove_tag, img.remove_tag {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 5px;
    cursor: pointer;
}

.taguri span:hover {
    background: #fff;
}

.p-t-8 {
    padding-top: 8px;
}

.gasit {
    font-weight: 700;
    color: #d33434 !important;
    background: transparent !important;
    font-size: 16px !important;
    padding: 0 !important;
}

.dreapta_replace .col-md-2.dadada {
    color: #6c6c6c;
    font-size: 14px;
}

.filtru.show_10 .document_item.grod_it {
    border-bottom: 0;
    margin-bottom: 20px;
}

.document_item.grod_it hr {
    margin-bottom: 15px;
}

.document_item.grod_it .sub_desc {
    font-size: 12px;
}

.document_item.grod_it .sub_desc .color1 {
    color: #348ad3;
}

.document_item.grod_it .sub_desc .localitate {
    color: #9b9b9b;
}

.cautarea_other_page_content.cautarea_principala
{
    border: 1px solid #c3c3c3;
    border-radius: 57px;
    padding: 10px 10px 10px 10px;
    background: #ededed;
    min-height: auto;
}
.margin-r-t
{
    margin: 20px 0px 20px 15px;
}

.cautarea_other_page_content.cautarea_principala .form-control.border_other
{
    border: none; font-size: 18px;

}
.cautarea_other_page_content.cautarea_principala #text_search_input
{
    background: white;
    border-radius: 30px;padding-left: 40px;
}

.cautarea_other_page_content.cautarea_principala .glyphicon.glyphicon-search
{
    padding: 17px 0 0 10px;
}









@media (min-width: 1300px) {
    .container {
        width: 1260px;
    }

    .container-fluid {
        padding: 0;
    }

    .navbar-nav {
        margin-left: 20px;
        margin-top: 5px;
    }

    .nav.navbar-nav.navbar-right.log_reg {
        margin-left: 0px;
    }

    .navbar-nav > li > a {
        line-height: 33px;
        padding: 10px 13px;
    }

    .dreapta_replace .col-md-2.tip_doc {
        width: 10.666667%;
        float: left;
        margin-left: 3%;
    }
}

@media (min-width: 1200px) {
    .log_reg {
        margin-top: 5px;
    }

    .col-md-9.dreapta_replace {
        width: 80%;
    }

    .log_reg a span {
        display: block;
        padding: 0px 5px 4px;
        float: left;
    }

    .inregistrare_page {
        width: 555px;
    }

    .padding_mare {
        padding: 0px;
    }

    .tip_doc span {
        margin-top: 14px;
    }

    .star_doc_save {
        margin-top: 14px;
    }

    .dreapta_replace .star_doc_save {
        margin-top: 14px;
        width: 31px;
        float: right;
    }

    .dreapta_replace .col-md-2.dadada {
        width: 9.666667%;
        margin-top: 20px;
    }

    .footer .col-md-4 {
        padding: 0;
    }

    .pre_footer .col-md-8 {
        padding: 0;
    }

    .stinga_replace.col-md-3 {
        width: 20%;
    }

    .stinga_replace.col-md-1 {
        width: 2.333333%;
    }

    .dreapta_replace.col-md-11 {
        width: 97.666667%
    }
}

@media (max-width: 760px) {


    .cautarea_other_page_content.cautarea_principala
    {
        border: 1px solid #c3c3c3;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
        background: #ededed;
        min-height: auto;
        text-align: center;
    }

    .p-0.col-md-2.cautare_prin_btn.text-right,.form-group.textright.p-r-0
    {
        text-align: center !important;
    }

    .col-sm-1.widtj31.p-l-0.tc,.col-sm-1.p-0.tc.star_doc_save,.col-md-2.col-sm-3.fr.p-0
    {
        display: none;
    }

.p-0.tc.tip_doc.fl
{
    float: none !important;
}

    .form-group.col-md-4.textright,.no_brd.color.cautare_avansata
    {
        text-align: center !important;
    }
    .no_brd.color.cautare_avansata
    {
        padding: 0px 0px 40px 0;font-size: 20px;
    }
    .boxdesgn
    {
        width: auto;
        margin-right: 0px;
    }


    .cautarea_principala {
        padding: 15px;
        border: 1px solid #8e8e8e;
        border-radius: 25px;
        margin-left: 15px;
        background: white;
        text-align: center;
    }
    .slider_button {
        padding: 30px 0 15px;

    }
    .title-e
    {
        display: none;
    }
    .navbar-brand {

        padding: 10px 0 0 0px;
    }
    .navbar-brand.img_responsive img
    {
height: 35px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        padding: 0px 25px 10px 25px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .title-a
    {
        padding-top: 0 !important;
        font-size: 48px !important;
        line-height: 50px !important;
    }
    .title-c {
        font-size: 50px !important;

    }
    .slider_button a {

        padding: 5px 25px;
        background: white;
        display: block;
        text-align: center;
    }
    .logare, .inregistrare {
        margin-left: 0;
        width: 100%;
        float: left;
        padding: 5px;
    }

    .tip_doc span {
        margin: 9px 0;
    }

    .statistica_short .tr,
    .statistica_short .tl, .footer .tr {
        text-align: center !important
    }

    .logo_other_page {
        padding: 0 15px;

    }

}

@media print {
    @page {
        margin: 0.6cm 0.8cm 0.6cm 0.8cm;
    }

    body {
        font-size: 100%;
        -webkit-print-color-adjust: exact;
    }

    #print_ {
        display: block;
        padding: 20px 10px !important;
        margin: 0 10px !important;
    }

    #print_ hr {
        padding: 0px 0px 0px 0px !important;
        margin: 10px 0 10px 0px !important;
    }

    .noborder {
        border-bottom: 0;
        border-top: 0;
    }

    .header_print {
        overflow: hidden;
        display: block;
    }

    #print_ .panou_logo {
        width: 55px !important;
        height: 50px !important;
    }

    #print_ .bbbot {
        padding: 0px 0px 0px 0px !important;
    }

    #print_ .titlul_org {
        padding: 25px 0px 0px 15px !important;
    }

    #print_ .sectiune div.span {
        font-size: 20px !important;
        color: rgb(2, 122, 196) !important;
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
        -webkit-print-color-adjust: exact;
    }

    #print_ .sectiune div.span2 {
        font-size: 24px !important;
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    #print_ .titlul_org p {
        padding: 0 0px 0px 0px !important;
    }

    #print_ .font18 {
        margin: 0 !important;
        line-height: 0;
    }

    .denumirea_logo {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    #print_ .tip_doc .font12 {
        font-size: 12px !important;
    }

    #print_ .limba_act {
        padding: 10px 10px 12px 10px !important;
        font-size: 16px !important;
    }

    #print_ .col-md-12 {
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    #print_ .span_mics2 span {
        font-style: italic !important;
        font-size: 16px !important;
    }

    #print_ .span_mics2 span.data_pre {
        color: #a8a8a8 !important;
    }

    #print_ .span_mics2 span.data {
        color: #6c6c6c !important;
    }

    #print_ ._other_block .color h4 {
        color: #027ac4 !important;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 !important;
        font-size: 16px !important;
    }

    #print_ ._other_block .color a.color span {
        color: #348ad3 !important;
        width: 100%;
        display: block;
        font-size: 16px !important;
    }

    #print_ ._other_block .desc_contact {
        width: 100%;
        display: block;
        font-size: 15px !important;
    }

    #print_ a.color {
        color: #348ad3 !important;
    }

    #print_ .footer, #print_ .footer p, #print_ .footer p b {
        color: #6e6e6e !important;
        font-size: 14px !important;
    }

    .font18 {
        font-size: 18px !important;
    }

    .font16 {
        font-size: 16px !important;
    }

    .font15 {
        font-size: 15px !important;
    }

    .font14 {
        font-size: 14px !important;
    }

    .font12 {
        font-size: 12px !important;
    }
}

.taguri div {
    display: inline !important;
}

.dataTables_filter, #nomdata_length, table.display thead {
    display: none !important;
}

table.display td {
    padding: 0 !important;
}

#nomdata_paginate {
    float: left !important;
    text-align: left !important;
    width: inherit !important;
    margin: 20px 0;
    border-radius: 4px;
    height: inherit !important;
}

table.display tfoot th {
    border-top: none !important;
}

table.display tr.odd {
    background-color: inherit !important;
}

#nomdata_paginate .paginate_button, #nomdata_paginate .paginate_active {
    position: relative;
    float: left;
    padding: 6px 8px;
    font-size: 13px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 5px 5px 0;
}

#nomdata_paginate .paginate_active {
    background-color: #008fdc;
    border-color: #008fdc;
    color: white;
}

.taguri {
    display: none;
}

.dataTables_processing {
    height: 50px;
}

table.display td.dataTables_empty {
    padding-top: 25px !important;
}

.dataTables_info {
    width: inherit !important;
    position: absolute;
    padding-top: 25px;
    right: 0px;
    float: right !important;
}

.dataTables_processing {
    padding: 5px 0 20px !important;
}

.apl-photo img {
    max-height: 85px;
    max-width: 80px;
}

.favs_total {
    display: inline-block;
    float: right;
    margin: 19px 0 0;
    font-size: 14px;
}

.partner-logo {
    width: 225px;
    height: 70px;
}

#widget_iframe {
    border: 1px solid gray;
}

.widget_src_body {
    background: none;
    padding: 5px;
}

.widget_src_body .doc_type, .widget_src_body .doc_name, .widget_src_body .doc_state {
    display: inline-block;
    vertical-align: top;
}

.widget_src_body .doc_item {
    /*  border: 1px solid gray;*/
    margin: 0 0 5px;
    text-align: center;
}

.widget_src_body .doc_name {
    text-align: left;
    width: 70%;
    padding: 5px;
}

.widget_src_body .doc_name a {
    text-decoration: none;
    text-align: left;
}

.widget_src_body .doc_name a:hover {
    text-decoration: underline;
}

.doc_name .localitate {
    color: #bfbfbf;
    font-style: italic;
    font-size: 12px;
}

.widget_src_body .doc_type {
    padding: 5px;
    color: #348ad3;
    font-style: italic;
    font-weight: bold;
    width: 10%;
    min-width: 70px;
}

.widget_src_body .doc_type .data {
    font-size: 12px;
    color: #bfbfbf;
    font-weight: normal;
}

.widget_src_body .doc_state {
    padding: 10px 5px 5px 5px;
    width: 10%;
    min-width: 80px;
    text-align: left;
}

.widget_src_body .doc_state span {
    border: 1px solid;
    border-color: #478723;
    color: #478723;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.setting-group {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 7px;
}

.setting-group label {
    width: 120px;
}
.form-control
{
    background: transparent;
}
.setting-group .form-control {
    width: 161px;
    display: inline;
}

#loadingMessage {
    position: absolute;
    top: 15px;
    left: 15px;
}

#loadingMessage img {
    width: 64px;
    height: 64px;
}

.widget_code {
    margin-top: 15px;
}

.widget_code textarea {
    min-height: 100px;
    width: 100%;
    background: #d5e4fa;
    border-radius: 5px;
}

#copy_code {
    float: right;
    margin: 0 0 10px;
}

/*  Widget pagination */

.widget_src_body .pagination {
    height: 40px;
    text-align: center;
    margin: 10px 0;
}

.widget_src_body .pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.widget_src_body .pagination li {
    line-height: 20px;
    display: inline;
}

.widget_src_body .pagination li:first-child a, .pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.widget_src_body .pagination a, .pagination span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.widget_src_body .pagination a {
    color: #08c;
    text-decoration: none;
}

.widget_src_body .pagination .active a, .pagination .active span {
    color: #999;
    cursor: default;
}

.widget_src_body .pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: #f5f5f5;
}

.widget_src_body .pagination span {
    color: #b7b4b4;
}

.setting-group .slider {
    width: 160px;
}

/* end widget pagination */

#sel_raion {
    display: inline-block;
    float: right;
}

#sel_raion button.dropdown-toggle img {
    height: 7px;
    width: 12px;
}

.title-a
{
    color: #363636;
    font-size: 57px;
    line-height: 70px;
    font-weight: 400;
    padding-top: 35px;
}
.title-c {
    font-size: 60px;
    font-weight: bold; margin-top: 0; padding-top: 0;
    color: #1862a1;
}
.title-b {
    font-size: 24px;
    font-weight: 400;

}

.title-d
{
    padding: 10px 20px 10px 40px;
}
.title-e
{
    padding: 10px 50px 10px 10px;
}

.langbtnsearch_ru
{
    font-size: 16px !important;
}
#sel_raion button.dropdown-toggle span {
    font-size: 12px;
}

#sel_raion button.dropdown-toggle {
    border: none;
    height: auto !important;
    background: none;
    outline: none;
}

#sel_raion .dropdown-menu li a {
    line-height: 14px;
}

#sel_raion .form-control.open, #sel_raion .form-control, #sel_raion .form-contro:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
.tip_cancelaria
{
    font-size: 13px;
    margin-top: 3px;
    color: grey;
    text-align: left;
}

.img_preview {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.page_photos ul{
    list-style-type: none;
    padding: 0;
    margin: 10px 0;

}
.page_photos ul li {
    display: inline-block;
    cursor: pointer;
}
iframe#widget_iframe {
    max-width: 100%;
}
.act-save-img {display: inline-block}
.act-print-block {display: inline-block}
.footer hr {
    border-top: 5px solid #348ad3;
    margin: 10px 0;
}
/* ********************************************************** responsive */
@media (max-width: 1199px) {
    .pre_head_doc {display: inline-block;}
    .pre_head_doc h1 {margin-top: 5px; }
    .limba_act {padding: 3px 10px 12px;}
    .has_personal_info {text-align: left !important; margin-top: 5px;}
    .sub_pre_head_doc {padding-top: 12px;}
    .button_a_sub_h, .button_a_sub_h a {font-size: 14px;}
}

/* **************************************************************** */
@media (max-width: 989px) {
    .widget_src_body {    padding-top: 5px;}
    .search_inline .bloc_cautare{    margin: 0 0 5px;}
    .cautarea_principala .cautare_prin {margin-top: 5px;}
    .descriere_pre {padding-left: 5px !important; padding-right: 10px !important;}
    .statistica_short img {
        height: 65px;
        margin-top: 15px;
    }
    .statistica_short h2 {font-size: 30px}
    .carousel-control {top: 36px}
    .cautare_text_metod {padding-right: 0; margin-top: 5px !important;}
    .pre_head_doc {display: inline-block;}
    .pre_head_doc h1 {margin-top: 5px; }
    .limba_act {padding: 3px 10px 12px;}
    .has_personal_info {text-align: left !important; margin-top: 5px;}
    .sub_pre_head_doc {padding-top: 12px;}
    .distribuire, .panou { min-width: 280px;}
    .log_reg .logare.logo_2 a {
        font-size: 15px;
        margin-top: 8px;
    }
    .pre_footer {
        margin-right: -15px;
        margin-left: -15px;
    }
    .pre_footer img {margin-bottom: 10px}
    .pre_footer p {font-size: 12px}
    .footer {
        font-size: 13px;
        display: inline-block;
        margin-top: 10px;
        width: 100%;
    }
    .cautare_prin_btn { padding-right: 15px !important; padding-left: 15px !important; }
    .dreapta_replace {
        margin-top: 24px;
        padding-left: 0 !important;
    }
    #nomdata_paginate {margin-top: 60px;}
    .denumirea_prim h4 {font-size: 24px;}
    .button_a_sub_h, .button_a_sub_h a {font-size: 12px;}
}
/************************************/
@media (max-width: 767px) {
    .widget_src_body {    padding-top: 5px;}
    .search_inline {position: relative; top: auto}
    .search_inline .reportrange {
        width: 100%;
        max-width: 100%;
    }
    .bloc_cautare#state_search, .bloc_cautare#domain_search {max-width: 100% !important;}
    .search_inline .bloc_cautare {max-width: 100%}
    .filter_btn {width:100%}
    .doc_state_mobile {display: block}
 .doc_state_mobile_cancelarie {font-size: 13px !important; font-weight: 400 !important; font-style: italic !important; color: grey!important;display: block;}
    .widget_src_body .doc_state {display: none}
    .widget_src_body .doc_type {min-width: 85px;}
    .document_item_image {display: none}
    .tip_doc {text-align: left !important;}
    .star_doc_save {
        text-align: right !important;
        padding-top: 7px !important;
    }
    .statistica_short {padding: 0px 15px 30px;}
}

/************************************/
@media (max-width: 420px) {

}