#defaultTitles {
    padding-top: 10px;
    display: table-cell;
}

#defaultTitles .title-item {
    float: left;
    min-width: 200px;
}

th .media img {
    max-width: 48px;
    margin-right: 10px;
}

.table td, .table th {
    word-wrap: break-word;
    white-space: normal;
}

.table td.min-300, .table th.min-300 {
    min-width: 300px;
}

.table td.min-250, .table th.min-250 {
    min-width: 250px;
}

.table td.min-200, .table th.min-200 {
    min-width: 200px;
}

.table td.min-150, .table th.min-150 {
    min-width: 150px;
}

.custom-center {
    text-align: center !important;
}

.multiselect-container {
    width: 100% !important;
}

.danger-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(194, 35, 35);
    border-radius: 50%;
    display: inline-block;
}

.primary-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(32, 116, 43);
    border-radius: 50%;
    display: inline-block;
}

.uploadedImage {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    text-align: right;
    margin: 15px;
    border: gray 3px solid;
}

.sortable-image-container {
    overflow: hidden;
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    width: 100%;
    padding-right: 2% !important;
    padding-left: 2% !important;
}

.sortable-image-container li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1.5em;
    font-size: 17px;
    width: 100%;
}

.sortable-image-container .icon {
    margin: 0;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: black;
}

.sortable-image-container .icon-container {
    position: relative;
    margin-right: 20px;
}

.sortable-image-container li .delete {
    margin-right: 30px !important;
    top: 40px;
    height: 30px;
    border: black 4x solid !important;
}

.sortable-image-container li .edit {
    margin-right: 30px !important;
    top: 40px;
    height: 30px;
    border: black 4x solid !important;
}

#image-4-wrapper .rcrop-outer-wrapper{
    opacity: .75;
}
#image-4-wrapper .rcrop-outer{
    background: #000
}
#image-4-wrapper .rcrop-croparea-inner{
    border: 1px dashed #fff;
}

#image-4-wrapper .rcrop-handler-corner{
    width:12px;
    height: 12px;
    background: none;
    border : 0 solid #51aeff;
}
#image-4-wrapper .rcrop-handler-top-left{
    border-top-width: 4px;
    border-left-width: 4px;
    top:-2px;
    left:-2px
}
#image-4-wrapper .rcrop-handler-top-right{
    border-top-width: 4px;
    border-right-width: 4px;
    top:-2px;
    right:-2px
}
#image-4-wrapper .rcrop-handler-bottom-right{
    border-bottom-width: 4px;
    border-right-width: 4px;
    bottom:-2px;
    right:-2px
}
#image-4-wrapper .rcrop-handler-bottom-left{
    border-bottom-width: 4px;
    border-left-width: 4px;
    bottom:-2px;
    left:-2px
}
#image-4-wrapper .rcrop-handler-border{
    display: none;
}

.orTextContainer{
    position: relative;
}

.orText{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}