@charset "utf-8";
/*
*{
    margin:0;
    padding:0;
    font-family: Roboto,"Helvetica Neue","Open Sans",Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus{outline:none;}

body{
    background-color: #787878;
}

.full-body-background{
    background: #787878;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}*/
.admin-slidebar-background{
    background: #787878;
}/*
.full-body-background.def, .admin-slidebar-background.def{
    background: -moz-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/full-screen.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(120, 120, 120, 0.9)), color-stop(100%, rgba(52, 52, 52, 0.75))), url('../img/full-screen.jpg');
    background: -webkit-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/full-screen.jpg');
    background: -o-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/full-screen.jpg');
    background: -ms-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/full-screen.jpg');
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/full-screen.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.full-body-background.db, .admin-slidebar-background.db{
    background: -moz-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/db/full-screen.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(120, 120, 120, 0.9)), color-stop(100%, rgba(52, 52, 52, 0.75))), url('../img/db/full-screen.jpg');
    background: -webkit-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/db/full-screen.jpg');
    background: -o-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/db/full-screen.jpg');
    background: -ms-linear-gradient(top, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/db/full-screen.jpg');
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0.9) 0%, rgba(52, 52, 52, 0.75) 100%), url('../img/db/full-screen.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-device-width: 1280px), screen and (max-width: 1280px) {
    .full-body-background.def, .admin-slidebar-background.def,
    .full-body-background.db, .admin-slidebar-background.db{
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background-position: top left;
    }
}
*/
.full-body-with-header{
    position: relative;
    min-height: calc(100vh - 60px);
}

.filter_name{
    font-size: 24px;
    color: #333;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.filter_value{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-transform: uppercase;
}
.Comments_Title{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway","Helvetica Neue",Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 15px 10px 15px;
}
/*
.navbar-inverse {
    background-color: rgba(0,0,0,0.3);
    border-color: #302E2E;
    font-size: 15px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.navbar-inverse.bottom{
    border-top: 1px;
    border-bottom: 0;
    margin-bottom: 0;
    min-height: 60px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #E1E1E1;
    padding: 16px 15px 14px 15px;
    font-size: 15px;
}
.navbar-inverse.bottom .navbar-nav>li>a {
    color: #2CA8FF;
    padding: 15px;
}
.navbar-inverse.bottom .navbar-nav>li>a:hover {
    color: #109CFF;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 10px;
  margin-top: -5px;
}
.dropdown-menu > li > a {
  padding: 8px 16px;
  color: #333333;
  border-radius: 5px;
  font-size: 15px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #333;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #E1E1E1;
    }
}

@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    -webkit-transform-origin: 50% -40px;
    -moz-transform-origin: 50% -40px;
    -o-transform-origin: 50% -40px;
    -ms-transform-origin: 50% -40px;
    transform-origin: 50% -40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: -20px;
  }

  .navbar-nav > li.open > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
  }

  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px;
  }

  .navbar-nav > li > .dropdown-menu.posright:before {
    left: auto;
    right: 12px;
  }

  .navbar-nav > li > .dropdown-menu.posright:after {
    left: auto;
    right: 12px;
  }

  .navbar-brand{
    padding-left: 20px;
  }
}

.navbar-brand{
    color: rgba(135,206,235,0.9) !important;
}
.navbar-brand:hover{
    color: rgba(135,206,235,1) !important;
}
*/
.sidebar .nav a, .table > tbody > tr .td-actions .btn, .caret {
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

a[data-toggle="collapse"][aria-expanded="true"] .caret, .btn[data-toggle="collapse"][aria-expanded="true"] .caret, a.dropdown-toggle[aria-expanded="true"] .caret {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*
.navbar-form {
    margin-left: 0;
    margin-right: 0;
}*/
.header-search-group .input-group-addon{
    color: #E1E1E1;
    background-color: transparent;
    opacity: 0.7;
    cursor: pointer;
    padding: 0;
}
.header-search-group .input-group-addon:hover{
    opacity: 1;
}
.header-search-group button{
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    padding: 8px 10px 9px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
}
.header-search-group input {
    color: #E1E1E1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-right-style: groove;
}

@media screen and (max-device-height: 768px), screen and (max-height: 768px) {
    .login-page > .content,
    .lock-page > .content {
        padding-top: 8vh;
    }
}
.account_form{
    min-width: 210px;
}
.edit_form_size_s{
    max-width: 360px !important;
}
.edit_form_size_m{
    max-width: 500px !important;
}
.edit_form_size_l{
    max-width: 800px !important;
}
.edit_form_size_xl{
    max-width: 1000px !important;
}
.edit_form_size_xxl{
    max-width: 1160px !important;
}
.grid_form_size_m{
    max-width: 800px !important;
}
.button_size_m{
    min-width: 160px;
}
.checkbox.touchsize, .radio.touchsize{
    height: 32px;
}
.checkbox.touchsize .icons, .radio.touchsize .icons{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
}
label.checkbox.touchsize{
    padding: 6px 0 0 36px;
}
.display_none{
    display: none !important;
}
.visibility_hidden{
    visibility: hidden;
}
.action_loader > img{
    display: inline !important;
    margin-right: 5px;
}
.action_loader > i{
    display: inline-block !important;
    /*margin-right: 5px;*/
}
.table-hover>tbody>tr:hover {
    background-color: #E6F3FF;
    cursor: pointer;
}
.fixed-table-toolbar .header {
    padding: 0 15px 0 0;
}

.header-control{
    float: left;
    margin: 0 10px 10px 0;
}

.search-group{
    max-width: 170px;
    min-width: 100px;
    float: left;
    margin: 0 2px 10px 2px;
}
.search-group .input-group-addon{
    padding: 0;
    border-radius: 0 30px 30px 0;
}
.search-group button{
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    padding: 10px 10px 13px 10px;
    border-radius: 0 30px 30px 0;
    color: #888888;
    font-weight: 400;
    opacity: 0.8;
}
.search-group button:hover{
    color: #797979;
    opacity: 1;
}
.search-group input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px 0 0 30px;
    padding: 8px 0 8px 15px;
    background-color: transparent;
    outline: 0 !important;
}
.group_title{
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px dashed #e5e5e5;
}
.margin_top_15{
    margin-top: 15px;
}
.margin_top_20{
    margin-top: 20px;
}
.dismissible_message{
    margin: 15px !important;
    padding-right: 40px !important;
}
.app_main_message{
    max-width: 470px !important;
    border-radius: 4px !important;
    position: relative !important;
    margin-bottom: 20px !important;
}
.messagebox_inner{
    padding: 10px 15px 0 15px;
}
.logo_image_box{
    width: 134px;
    height: 134px;
    line-height: 124px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    border-radius: 50%;
    position: relative;
}
.logo_image_famous{
    border-radius: 3% !important;
}

.image_size_text{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.logo_image{
    width: 124px;
    height: 124px;
    border-radius: 50%;
}
.logo_loading{
    position: absolute;
    top: 0;
    left: 0;
}
.loading_image_box{
    width: 150px;
    height: 150px;
    line-height: 140px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    border-radius: 50%;
    position: relative;
}
.loading_image{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.fullscreen_language{
    opacity: 0.9;
    color: #FFFFFF;
}
.fullscreen_appname{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.9;
}
.fullscreen_appname:hover, .fullscreen_appname:focus, .fullscreen_language:hover, .fullscreen_language:focus{
    opacity: 1;
    color: #FFFFFF;
}
.form_bottom_links{
    padding: 15px 15px 0 15px !important;
    line-height: 30px;
}
.debug_links {
    color: #797979;
    padding: 10px 15px;
    margin: 10px 3px;
    line-height: 20px;
    font-size: 14px;
}
.nav-mobile-menu{
    display: none;
}
.background_image_box{
    width: 300px;
    height: 200px;
    line-height: 190px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    position: relative;
}
.background_image{
    width: 290px;
    height: 190px;
}
.background_loading{
    position: absolute;
    top: 46px;
    left: 96px;
}
.main_image_box{
    width: 123px;
    height: 174px;
    line-height: 164px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    position: relative;
}
.main_image{
    width: 113px;
    height: 164px;
}
.main_loading{
    position: absolute;
    left: 7px;
    top: 33px;
}
.article_image_box{
    width: 200px;
    height: 200px;
    line-height: 190px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    position: relative;
}
.article_image{
    max-width: 190px;
    max-height: 190px;
}
.article_loading{
    position: absolute;
    left: 27px;
    top: 28px;
    width: 135px;
}
.form_links{
    line-height: 28px;
}
.datachanged a {
    color: #FFA534 !important;
}
.IsDisabled {
    pointer-events: none !important;
    filter: alpha(opacity=50) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
}
#ArticleBodyImages img{
    padding-top: 10px;
    max-width: 100%;
    display: block;
}
.column_title{
    font-size: 18px;
    margin-bottom: 15px;
    padding: 3px;
    background-color: #FFEBCD;
    border-radius: 3px;
}
.table_style1{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.filter.radius-top{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.filter.radius-bottom{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.fa-spin {
    -webkit-animation: fa-spin 1.5s infinite linear !important;
    animation: fa-spin 1.5s infinite linear !important;
}
.HiddenID{
    display: none;
}
.databox {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}

.article_body{
    padding: 20px;
    overflow: hidden;
}

.article_body img{
    border-radius: 3px;
    margin: 10px 20px 10px 0;
    max-width: 100%;
}

.article_body img[style*="float:right"]{
    margin: 10px 0 10px 20px;
}

.article_body ol, .article_body ul{
    padding-left: 15px;
}
.user_logo{
    padding: 5px 16px !important;
}
.user_logo img{
    width: 40px;
    height: 40px;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
}

.author_image_box{
    width: 134px;
    height: 134px;
    margin: 0 auto;
    border: 5px solid #B7B7B7;
    border-radius: 50%;
    position: relative;
}
.author_image{
    width: 124px;
    height: 124px;
    border-radius: 50% !important;
    padding: 0 !important;
}
.article_icons{
    opacity: 0.5;
    padding-right: 10px;
    float: right;
}
.body_btn{
    font-size: 16px;
    margin: 0 5px 15px 5px;
}
.CommentLength{
    display: block;
    font-size: 16px;
    color: #808080;
    text-align: right;
}

.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}

.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}

.checkbox .icons,
.radio .icons {
  color: #DDDDDD;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.checked .icons,
.radio.checked .icons {
  color: #23CCEF;
}

.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #23CCEF;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #DDDDDD !important;
}

.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #DDDDDD !important;
}

.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #DDDDDD;
}

.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}


.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #D9D9D9;
}

.checkbox_label{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px;
}
.comment_box{
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.comment_box .avatar{
    float: left;
    position: relative;
    margin: 0 20px 0 0;
    width: 82px;
    height: 82px;
    border: 1px solid #777777;
    border-radius: 50%;
}
.comment_box .avatar img{
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    padding: 0 !important;
}
.comment_box .body{
    float: left;
    position: relative;
    width: calc(100% - 104px);
}
.comment_box .author{
    font-size: 20px;
}
.comment_box .date{
    color: #ccc;
    font-size: 12px;
    letter-spacing: 0.1rem;
}
.table-full-width {
    overflow-x: scroll;
}
.table-with-pagination>tbody>tr:last-child {
    border-bottom: 1px solid #ddd;
}
.card, .fixed-table-toolbar {
    overflow: hidden;
}
.team_background_image_box{
    width: 295px;
    height: 115px;
    line-height: 105px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    position: relative;
}
.team_background_image{
    width: 285px;
    height: 105px;
}
.team_background_loading{
    position: absolute;
    top: 3px;
    left: 92px;
    width: 98px;
    height: 98px;
}
.anyrow_item {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #e1dce2;
  padding: 10px 0 10px 0;
}
.anyrow_item:last-child {
    border-bottom: none;
}
.color_box{
    width: 40px;
    height: 40px;
    border: 1px solid #e1dce2;
    border-radius: 6px;
    margin: 5px;
    float: left;
}
.journal_card {
  height: 337px;
  width: 240px;
}
.journal_card:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
span.tab{
    padding-left: 30px;
}
.activeonhover{
    opacity: 0;
}
.activeonhover:hover{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.section-header-blog .parallax,
.section-header-about .parallax,
.section-presentation-page .parallax {
    height: 40vh;
}

.disabled_question{
    cursor: default;
    background-color: transparent !important;
    opacity: 0.5;
}
.section .image {
    height: 40vh;
}

.section-header .image{
    height: 55vh;
    }
    
.flag{
    margin-right: 5px;
}