body{
    margin: 0;
    background-color: #c0bdc6;
    font-size: 14px;
}

.wrapper{
    width: 960px;
    margin: 10px auto;
    background: #616577;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#wrapper_header h1{
    font-family: "Arial";
    font-size: 22px;
    padding-top: 25px;
    padding-left: 40px;
    color: #fff;

}

#wrapper_header h1 span {
    background-color: #e95a41;
    padding: 3px 5px;
    margin: 10px;
}

#left {
    width: 160px;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;

}

#left ul {
    padding-left: 10px;
    list-style: none;
}

#left li.selected {
    background: #fff;
    border: 1px solid #193a65;
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    color: #000;
}

#left li.seleced a, #menu li.selected a:visited {
    color: #000;
}

#left a:link, #left a:visited, #left a:active, #left a:hover {
    text-decoration:none;
    font-size:12px;
    color: #000;
}

#left li {
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
}

#left a {
    padding-left: 3px;
}
ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}
#right{
    min-height: 400px;
    width: 790px;
    float: left;
    padding: 5px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border: 1px solid #193a65;
    border-right: 0px;
    z-index: 1;
    margin-left: -1px;
    position: relative;
}
.intro {
    font-family: Verdana, Arial;
    font-size: 30px;
    color: #E95A41;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    
}

li{
    font-family: Verdana, Arial;
    color: #000;
    text-decoration: none;
   
}
.outro{
    font-family: Verdana, Arial;
    font-size: 30px;
    color: #E95A41;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    
}
#footer {
    padding: 20px;
    text-align: center;
    line-height: 20px;
    color:#fff;
}



.clear {
    clear: both;
}

.slide:not(:first-child) {
    display: none;
}
.slide > div {
    margin: 5px 0;
    text-indent: 50px;
}
.slide > h2,
.slide > h3 {
    margin-left: 50px;
}

.textBold {
    font-weight: bold;
}

.filetersContainter div.effectSlider {
    margin: 10px 0;
    width: 500px;
    float: left;
}
.filetersContainter div.effectName {
     margin: 10px 0;
     width: 150px;
     float: left;
 }

/* .ui-widget{font-size:10px;} */

 #dialog { display: none; }

 .header-buttons {
    height: 30px;
    padding: 5px 0;
    font-size: 12px;
 }
 .header-buttons > div {
    margin-bottom: 5px;
 }
 .header-buttons.two-rows {
     height: 60px;
 }
.current-page {
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.buttons-column {
    font-size: 10px;
}

.buttonize {
    font-size: 12px;
}

form p label {
    width: 150px;
    display: block;
    float: left;
}

form p:after {
    content: '';
    display: block;
    clear: both;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.alert:hover {
    cursor: pointer;
}

.ui-datepicker {font-size:12px;}

form .validationError {
    border: 1px solid #f00;
}

form label.error {
    display: none !important;
}

table.dataTable tr.canceled {
    background-color: #ebccd1 !important;
}

table.dataTable td {
    line-height: 30px;
}

table.dataTable td:first-child {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; */
    width: 200px;
    cursor: pointer;
}

table.dataTable td:last-child {
    width: 150px;
}

.no-display {
    display: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}