.doughnut-legend {
  list-style-type: none;
}
.doughnut-legend .doughnut-legend-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid silver;
  margin-right: 10px;
}
.dataTables_filter {
  text-align: right;
}
.chart-legend {
  margin-bottom: 30px;
}
.dataTables_wrapper {
  overflow: hidden;
}
/** Multiselect **/
.ms-container {
  background: transparent url('../images/switch.png') no-repeat 50% 50%;
  min-width: 300px;
  width: 640px;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection {
  float: right;
}
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
#ajax-spinner2 {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: 32px;
  height: 32px;
  /* - use if you use bacground image, no ico */
  background: url('../images/spinner.gif') no-repeat;
  background-size: cover;
  z-index: 123456;
  color: green;
}
#ajax-spinner3 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  /* - use if you use bacground image, no ico */
  background: url('../images/spinner.gif') no-repeat;
  background-size: cover;
  z-index: 123456;
  color: green;
}
.removeAttachment {
  cursor: pointer;
}

.flashesOverlay {
  position: fixed;
  z-index: 10000;
  width: 60%;
  margin: 0 20%;
  top: 10px;
  pointer-events: none;
}

.flashesOverlay * {
  pointer-events: none;
}

/*


@color: #ffffff;

.sprite {background-url: '../images/sprite.png';}
.bgrpos(@background-position) {background-position: @background-position;}
.bgr(@background) {background: @background;}
.w(@width) {width: @width}
.h(@height) {height: @height}
.fs(@font-size) {font-size: @font-size;}
.lh(@line-height) {line-height: @line-height;}
.fw(@font-weight) {font-weight: @font-weight;}
.d(@display) {display: @display;}


body {margin: 0; padding: 0; background: url('../images/dotted.png');    padding-top: 45px;  font-family: 'Open Sans', sans-serif;}
a img {border: 0;}
.clear {clear: both;}
.fr {float: right;}
.fl {float: left;}



#sendTestButton {
    /*
    position: fixed; 
    top: 60px;
    right: 10px;
    z-index: 1000;

}

/* obsah

#admin {
    /*
    .flashesOverlay {
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 30px;
    }

    .statsInfo {
        table {
            margin: 0 auto;
            td {
                padding: 5px 20px;
            }
            .first {
                text-align: right;
            }
        }
    }
    
    .attachmentsWrapper {
        .remove {
            float: right;
            color: red;
            cursor: pointer;
        }
    }    
    
    #helpAndFaq {
        h3 {
            margin: 20px 0 20px 0;
        }
    }
    
    .question {
        margin: 0 0 10px 20px;
        padding: 0 0 10px 0;        
        font-size: 14px;
        font-weight: bold;
        color: #31708f;
        a {
            font-weight: bold; text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
        .title {
            cursor: pointer;
            border-bottom: 1px solid silver;    
            display: inline-block;
        }
        .answer {
            font-weight: normal;
            display: none;
            margin: 20px;
            font-size: 13px;
            color: #000;
        }
    }    
    
    .help {
        font-size: 12px;
        .glyphicon {color: #66afe9;}
        margin: 15px 0 5px 0;
        
    }
    
    .dashboardStats {
        h3 {font-size: 18px;}
        .container {width: 100%;}
        .rateInfoText {width: 100px; display: block; margin: 10px auto 0 auto; }
    }
    
    .form-signin {
        margin: 0 auto;
        max-width: 330px;
        padding: 15px;
    }
    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }
    .form-signin .checkbox {
        font-weight: normal;
    }
    .form-signin .form-control {
        box-sizing: border-box;
        font-size: 16px;
        height: auto;
        padding: 10px;
        position: relative;
    }
    .form-signin .form-control:focus {
        z-index: 2;
    }
    .form-signin input[type="email"] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: -1px;
    }
    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-bottom: 10px;
    }	

    .top-menu {
        height: 45px !important;
        background: #292A2F;
        border: none;		
        top: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0;	

        .top-menu-inner { padding: 10px 20px 0 0px; }
        .logo { float: left;}

        a {
            color: #fff;
            display: block;
            font-size: 16px;
            line-height: 20px;
            padding:5px 0px 0 5px;
            text-decoration: none;
            position: relative;				
        }
    }

    .sidebar-nav{
        position: fixed;
        width: 200px;
        height: 100% !important;
        background: #292A2F;
        left: 0!important;	

        a {
            &:hover {text-decoration: none;}
            border-left: 2px solid #292A2F;
            color:#fff;
            display: block;
            padding: 8px 15px;	
            span.glyphicon {margin-right: 10px;}
        }

        .user_side {
            color:#fff;
            padding: 15px 15px;
            margin: 0;
            background-color: #3D3E43;
            a {border: 0;}
        }	

    }    

    .main_container {
        padding-top: 20px;
        margin-left: 200px!important;
    }

    .heading {
        border-bottom: 1px solid #EBEBEB;
        margin: 0 0 20px 0;
        padding: 0 0 15px;
        font-weight: normal;
    }
    h2 {
        text-shadow: 1px 1px 1px #FFFFFF;
    }
    h2 {
        font-size: 31.5px;
    }
    h3 {
        font-size: 18px;
    }
    h1, h2, h3 {
        line-height: 40px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 10px 0;
        font-family: inherit;
        font-weight: bold;
        line-height: 20px;
        color: inherit;
    }	

    /* ----------- Side menu ----------- 
    .b_F79999:hover, .b_F79999.active{
        border-left: 2px solid #F79999;
    }
    .b_C3F7A7:hover, .b_C3F7A7.active{
        border-left: 2px solid #C3F7A7;
    }
    .b_9FDDF6:hover, .b_9FDDF6.active{
        border-left: 2px solid #9FDDF6;
    }
    .b_F6F1A2:hover, .b_F6F1A2.active{
        border-left: 2px solid #F6F1A2;
    }
    .b_C1F8A9:hover, .b_C1F8A9.active{
        border-left: 2px solid #C1F8A9;
    }
    .b_F5C294:hover, .b_F5C294.active{
        border-left: 2px solid #F5C294;
    }
    
    .rates {line-height: 10px;text-align: center;}
    .statsRate {
        display: block;
        line-height: 32px;
        font-size: 32px;
        padding: 0 10px 10px 0;
        margin-right: 10px;
        &.openRate {border-bottom: 4px solid #C1F8A9;}
		&.sentRate {border-bottom: 4px solid #F5C294;}
        &.clickRate {border-bottom: 4px solid #9FDDF6;}
        &.unsubRate {border-bottom: 4px solid #F79999;}
    }        
    .rateText {line-height: 32px; height: 32px; display: block; margin-top: 10px; font-size: 32px; font-weight: bold;}
	.rateInfoText {display: block; margin-top: 10px; font-size: 14px;}

    .statsInfo {margin: 0 0 40px 0;}
    
    .widget-top{
        text-align:center;
    }
    .widget-top .circle{
        display:inline-block;
        margin:0 10px;
    }
    .widget{
        margin-bottom: 15px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;    
        overflow: hidden;
    }

    .widget-padding .widget-body{
        padding:15px;
    }
    .widget-footer{
        background-color: #efefef;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        padding: 10px;
        border-color: #CCCCCC;
        border-style: solid;
        border-width: 0 1px 1px;
    }
    .widget-footer:after{
        clear: both;
    }
    .widget-footer:after, .widget-footer:before{
        content: "";
        display: table;
        line-height: 0;
    }
    .widget-header{
        background-color: #efefef;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        min-height: 51px;
        border:1px solid #DDDDDD;
        position: relative;
    }
    .widget-header > span, .widget-header h5{
        float: left;
        color: #62687e;
        font-weight:200;
    }
    .widget-header > span{
        font-size: 16px;
        padding: 15px 10px 15px 11px;
        text-align: center;
        width: 40px;
    }
    .widget-header a, .widget-header .nav-tabs a{
        color: #777777;
        cursor: pointer;
        font-size: 16px;
        margin: 0 0 0 8px;
        text-decoration: none;
    }
    .widget-header a:hover{
        color: #333;
    }
    .widget-header .progress{
        margin: 14px 0px;
        width: 30%; 
        position: absolute; 
        right: 15px;
    }
    .widget-header a.widget-hidden i{
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }
    .widget-header h5{
        margin: 0;
        padding: 15px 0 0;
        font-size: 16px;
        font-weight: bold;
    }
    .widget-header .btn-group{
        float: right;
        margin: 7px;
    }
    .widget-header-under{

        background: none repeat scroll 0 0 #FCFCFC;
        border-color: #DDDDDD;
        border-style: solid;
        border-width: 0 1px 1px;
        clear: both;
        font-size: 11px;
        text-align: center;
        padding:4px;
    }
    .widget-buttons{
        float:right;
        padding: 15px 15px 0 0;
    }
    .widget-buttons button{
        margin-top:-5px;
    }
    .widget-body{
        padding: 0;
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #ccc;
        background-color: #fff;
    }
    .widget-body .table strong{
        color:#E28271;
    }
    .widget-body .table{
        margin-bottom: 0;
    }
    .widget-header:before, .widget-header:after {
        content: "";
        display: table;
        line-height: 0;
    }
    .widget-header:after {
        clear: both;
    }	

    .green { color: #109545 !important;}
    .red { color: #ff0000 !important;}
    .blue { color: #31708f !important;}
    .input-group { margin: 10px 0;}
}


.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
*/
/*# sourceMappingURL=main.css.map */

h2 {margin-top: 0;}

.multiselect-control {
    height: 250px !important;
    font-size: 14px !important;
}

.form-checkbox input {
  width: 20px;
}

#frm-filterForm input,select {
  margin-right: 15px;
}

.preview-container {
  display: flex;
  flex-direction: row;
}

.pagination-container {
  text-align: right;
}

.logs-added{
  color: #00a65a;
  font-size: 1.2em;
}
 
.logs-deleted {
  color: #dd4b39;
  font-size: 1.2em;
}

.logs-over p {  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logs-over:hover p {
  white-space: normal;
  overflow-wrap: anywhere;
}

.input-error {
  outline: red auto 1px;
}

.fa-trash {
  color: red;
  margin-left: 10px;
}

.fa-copy  {
  margin-top: 6px;
}

.fa-save  {
  margin-top: 6px;
}

.icon-container{
  display: flex;
  justify-content: flex-start;
}

.remove-attribute {
  cursor: pointer;
  padding: 10px 0;
}

.attribute-textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
  height: 2em;
}

#frm-configForm-accesses {
  width: 100%;
  height: 20em;
  resize: vertical;
}

.attribute-container {
  margin-left: 17px;
}

.autoload-config-flash-overlay {
  position: fixed;
  z-index: 10000;
  width: 60%;
  margin: 0 20%;
  top: 10px;
}