/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14.4.2014, 12:22:37
    Author     : Thanatos-PC
*/

.fa-1em {
    font-size: 1.2em !important; padding-bottom: 10px; position:relative; top: 5px;
}

.colorpicker {
    z-index: 10000000;
}
.colorpicker_th {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    position:absolute;
    margin-top:5px;
    margin-left: -26px;

}

.colorpicker input {
    min-width: 0px !important;
    box-shadow: none;
    transition: none;
    border-radius: 0;
    display: inherit;
    line-height: inherit;
    width: auto;
}

.lay_block > button {
    display: none;
    position: absolute;
    right: 0;
}
.lay_block:hover > button {
    display: block;
}

div.flash.success {
    background: #7aba7b;
    border-color: #007700;
}

#context_menu1 a {
    display: none;
}

#context_menu1 li a {
    display: block;
}

#ui-id-1, #ui-id-2 {
    display: none !important;
}
.btn-bar {
    padding: 5px 0 15px 0;
}

.yfilemanager .panel-heading {
    height: 42px;
}
.yfilemanager .yf-row {
    display: block;
    width: 100%;
}

.yfilemanager .ysep {
    width: 100%;
    float:none;
    clear: both;
}

.yfilemanager .yf {
    display: block;
    float: left;
    margin: 10px;
    border: 1px #ccc solid;
    width: 150px;
    height: 170px;
    text-align: center;
    vertical-align: middle;

}

.yfilemanager .yf img {
    width: auto;
    height: auto;
    max-height: 130px;
    max-width:  150px;

}

.yfilemanager .yf a {
    display: table-cell;
    position: relative;
    padding: 10px;
    width: 150px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
}

/*.yfilemanager .yf a {
    display: block;
    width: 100px;
    text-decoration: none;
    border: 1px solid #e0e4e8;
    text-align: center;
    padding: 10px;
    height: 100px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

.yfilemanager .yf a:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.yfilemanager .yf a.yfs_selected {
    background: #bbd4ef;
}

.yfilemanager .yf .yfs_selector {
    display: none;
}

.yfilemanager .yf a span.name {
    display: block;
    height: auto;
    width: 150px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    word-wrap: break-word;
    text-align: center;
}

.yfilemanager .yf a.yf_image span.name {
    display: none;
}

.yfilemanager .yf a:hover span.name {
    display: block;
     background: rgba(0, 0, 0, 0.8);
     color: #fff !important;
}

.yfilemanager .yf-pull-right {
    float: right;
}

.yfilemanager .yf-pull-right li {
    float: right;
}

#progressbox {
border: 1px solid #0099CC;
padding: 1px;
position:relative;
width:400px;
border-radius: 3px;
margin: 10px;
display:none;
text-align:left;
}

#progressbar {
height:20px;
border-radius: 3px;
background-color: #003333;
width:1%;
}

#statustxt {
top:3px;
left:50%;
position:absolute;
display:inline-block;
color: #000000;
}
.two_cols_span6 h4{
    color: #121e31 !important;
}
/*
.extend-bootbox  {
    width: 80% !important;
    margin-left: -40%;
    height: 80% !important;
}

.extend-bootbox .bootbox-body h4 {
    display: none;
}
*/

.extend-bootbox .modal-dialog {
     width: 80% !important;
}

.cropper_content {
    text-align: center;
}

.cropper_container {
    margin: 0 auto 0 auto;
}
.nestree_button_bar {
    float:right;
}

.dd3-selected {
    background: #ff6c60 !important;
}
.dd3-selected:hover {
    color: #fff !important;
}


/* stín pro modální okna */

.modal-content {
-webkit-box-shadow: 0px 2px 19px 1px rgba(94,123,125,1);
-moz-box-shadow: 0px 2px 19px 1px rgba(94,123,125,1);
box-shadow: 0px 2px 19px 1px rgba(94,123,125,1);
}

/* Flash Messages */

.flashmessages {
}
.flashmessages div {
    margin: 0;
}
.alert-done {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-done hr {
  border-top-color: #c9e2b3;
}
.alert-done .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}

/*dashboard*/
.countbox {
    cursor: pointer;
}

.countbox-adds {
    position: absolute;
    z-index: 1001;
    width: 92%;
    -webkit-box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);

}


#chartbox .border-head {
    padding-top: 20px;
}
#chartbox .chart-container {
    height: 430px;
}

/*shopik*/
#shopik_holder {
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0px;
    bottom: 5%;
    z-index:99999;
}
#shopik-button {

}

#shopik_hand {
    position: absolute;
    z-index: 10000;
    right: 0;
    bottom: 0;
    display: none;
    width: 65px;
    height: 81px;
}

.shopik-btn-holder {
    position: relative;
    top: -12px;
}

#files .success {
    color: #3c763d;
}

#files .error {
    color: #a94442;
}
 #frm-productform-images li {
    width: 180px;
    height: 160px;
    text-align: center;
    position: relative;
}
#frm-productform-images li a {
    position: absolute;
    bottom: 4px;
}

#frm-productform-images li a.btn-info {
    left: 10px;
}

#frm-productform-images li a.btn-error {
    right: 10px;
}

#frm-productform-images img {
    max-width: 160px;
    max-height: 160px;
}

.ekko-lightbox .modal-header {
    display: none !important;

}

.ekko-lightbox .modal-dialog {
    max-width: 70% !important;
    max-height: 80% !important;
}

.ekko-lightbox button.close {
    z-index: 99999;
    color: #000;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    position: relative;
    top: -25px;
    right: -25px;
    background: #fff;

    opacity: 1 !important;
}


.cropper_content .btn-bar {
    text-align: left;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.mce-panel {
    clear: both;
}
.has-error .mce-panel {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.mce-label {
  max-width: none;
}

.mce-flow-layout-item {
    margin: 0 !important;
}

.mce-fullscreen {
    z-index: 1003 !important;
}

.mce-window {
    z-index: 1020 !important;
}
#mce-modal-block {
    z-index: 1010 !important;
}


.nav-tabs .tab-error {
    font-weight: bold;
    color: #FADBDB !important;
}
.nav-tabs .active .tab-error {
    color: #a94442 !important;
}
/*
.shopstate {
    background: #7087a3;
    color: #fff;
}

.shopstate span, .shopstate i, .shopstate span.username {
    color: #fff;
}*/


.shopstate i {
    font-size: 28px;
    vertical-align: middle;
}

.shopstate a button.btn {

}

.bootbox.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar-inverse .navbar-nav > li  {
    background: rgba(0,0,0, 0.2);
    margin-right: 2px;
}
.navbar-inverse .navbar-nav > li:last-child {
    margin-right: 20px;
}
.navbar-inverse .navbar-nav > li:hover {
    background: rgba(255,255,255, 0.2);
}

.has-switch {
    -webkit-mask: none;
}
.upload-warning {
    font-size: 1.2em;
    color: #31708f;
}

#fileupload {
    width:180px;
    height: 40px;
}



.mailing_state {
    position: relative;
}

.mailing_state.error{
    color: red;
    cursor: pointer;
}

.mailing_state.warning {
    color: #eea236;
}

.mailing_state.success {
    color: #3b9e3b;
}


.mailing_state span {
    display: none;
}

.mailing_state:hover span {
    display: block;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    padding: 5px;
    width: 20rem;
    right: 0;
    z-index: 999;
    background: red;
    color: #fff;

}

.sqlEdit {

     height: 300px !important;
}

.old_reply {
    border-left: 3px solid #1b6d85;
    border-top: 1px solid #1b6d85;
    display: block;
    padding: 0px 7px 7px 7px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.old_reply.master {
    border-left: 3px solid #8b4545;
    border-top: 1px solid #8b4545;
}

.who {
    padding: 3px 6px;
    background: #1b6d85;
    color: #fff;
    margin-bottom: 20px;
}

.old_reply.master > .who {
    background: #8b4545;
}

.who .time {
    color: #dfdfdf;
}

.mes-block.master > .who{
    background: #8b4545;
}

.badge-INFO {
    background: #0e90d2;
}

.badge-V_RESENI {
    background: #d58512;
}
.badge-VYRESENO {
    background: #3c763d;
}
.badge-CEKA_NA_REAKCI {
    background: #f075cb;
}

/*dashboard*/
.countbox {
    cursor: pointer;
}

.countbox .svg-inline--fa{
    color: #fff;
    font-size: 60px;
}

.countbox-adds {
    position: absolute;
    z-index: 1001;
    width: 92%;
    -webkit-box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 19px 1px rgba(0,0,0,0.2);

}

#multi_send_box {
    margin-top: 30px;
    /*position: fixed;
    bottom: 40px;
    right: 40px;
    min-height: 150px;
    width: 600px;
    padding: 20px;
    background: #3a5a7a;*/
}

#multi_send_box form > div {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 30px;
}

#multi_send_box .recipient_in_box {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background: #3a5a7a;
}

#multi_send_box .recipient_in_box .fa-times {
    display: none;
    color: #fff;
    margin-right: 5px;
}
#multi_send_box .recipient_in_box:hover {
    cursor: pointer;
}
#multi_send_box .recipient_in_box:hover .fa-times {
    display: initial;
}

/* mobilka */
@media only screen and (max-width:360px) {
    .top-menu .username {
            display: none;
    }
}

