#myAwesomeDropzone{ background-color: transparent !important;}
#previewCon{min-height: 200px;}
#previewCon2{min-height: 100px;}
.archi{background-color: #00963B; color:#fff;}
.archi a {color:#fff;}

.btn-primary {
    background: #00963B;
    color: #ffffff;
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #99CC66;
    border: none;
}

.btn-primary:active, .btn-primary.active {
    background: #99CC66;
    box-shadow: none;
    border: none;
}

.ui-sortable-helper {
    display: table;
}

.placeholderStyle {
    height: 100px;
}

table thead th { color: #00963B !important; background-color: #fafcf7; }
table thead th a { color: #00963B !important; background-color: #fafcf7;}

.panel-default { background-color: #fafcf7; }

tbody {
    cursor:grabbing;
}

.pagination > li.myclass {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #26396D;
    border-left-width: 0;
    color: #26396D;
    cursor: default;
    background-color: transparent;
}

.pagination > li a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    cursor: default;
    background-color: transparent;
    color: #26396D;
}

.pagination > li.myclass:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination > li.myclass:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}


.dropdown-menu > li { padding-top: 5px; padding-bottom: 5px;}

.actions {
    white-space: nowrap !important;
    width: 1% !important;
}