﻿
.btn-reading {
    width: 100px;
    margin-right: 20px;
}

.gallery-spell {
    background-color: whitesmoke;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 550px;
}

.port-icon {
    height: 20px;
    width: 20px;
}

.portrait-loader {
    display: none;
}

.btn-port-save {
    margin: 10px 0 10px 0 !important;
}

/*ALIGN RCB LABELS*/
.rcbLabel {
    width: 100px !important;
    font-weight: normal !important;
    text-align: right !important;
}
/*FIX MISSING BACKGROUND ON SOME COMBOBOXES*/
.rcbList{
   background-color:gainsboro;
}

/*FIX COMBOBOX HEIGHT FOR IE*/
.RadComboBox {
    white-space: nowrap !important;
}

    .RadComboBox .rcbInput {
        height: 40px !important;
    }

/*FIX NICKNAME TEXTBOX*/
.rtbName {
    margin: 0 0 0 -5px !important
}

/*IMAGE ROTATOR*/
.RadRotator {
    margin-bottom: 10px !important;
}

.portraitImgRotator .rrClipRegion {
    margin-left: 46px !important;
}

.rrButtonLeft {
    background-image: url('/Content/Images/Nav/biggernav.png') !important;
    background-position: -22px -125px !important;
    margin-left: 20px !important;
}

.rrButtonRight {
    background-image: url('/Content/Images/Nav/biggernav.png') !important;
    background-position: -22px -198px !important;
}

.RadRotator_MetroTouch a.rrButton,
.RadRotator_MetroTouch a.rrButton:hover {
    width: 26px !important;
    height: 102px !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.RadRotator_MetroTouch a.rrButton {
    background-color: white !important;
}

    .RadRotator_MetroTouch a.rrButton:hover {
        background-color: gainsboro !important;
    }

.charcounter {
    font-size: 12px;
    color: gray;
    text-align: right;
}

textarea {
    overflow: hidden;
}

.portrait-cells-heading {
    padding: 0 0 0 20px;
    text-align: center;
}

.portrait-cells-right {
    padding: 10px 20px 0 0;
    width: 40%;
    text-align: right;
    font-weight: bold;
}

.portrait-cells-left {
    padding: 0;
    width: 60%;
    text-align: left;
}

.aspcheckbox {
    margin: 0;
}

    .aspcheckbox label {
        margin-left: 10px;
        font-weight: normal;
    }

/*#region IMAGE UPLOAD */
.dropzone {
    background-color: #eee;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 20px
}

    .dropzone:after {
        content: '';
        font-size: x-small;
        color: #bbb;
        position: absolute;
        bottom: 60%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 0
    }

    .dropzone:before {
        content: '';
        font-family: "Glyphicons Halflings";
        font-size: 60px;
        color: #dbdbdb;
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 0
    }

    .dropzone.loading:after {
        content: 'Please wait ...';
        font-size: small !important
    }

    .dropzone.loading:before {
        content: ''
    }

    .dropzone.done:after, .dropzone.done:before {
        content: ''
    }

    .dropzone.notAnImage {
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .dropzone.notAnImage:after {
            content: 'File is not an image!';
            font-size: x-small;
            color: #a94442
        }

        .dropzone.notAnImage:before {
            content: '';
            color: #ebccd1
        }

    .dropzone.alert-danger {
        background-color: #f2dede
    }

        .dropzone.alert-danger:after {
            content: ''
        }

    .dropzone.smalltext:after, .dropzone.smalltext:before {
        font-size: 20px
    }

    .dropzone > span {
        font-size: 30px;
        color: #bbb;
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 0
    }

        .dropzone > span.loader {
            display: none
        }

    .dropzone > input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
        height: 100%
    }

    .dropzone > input[type=text] {
        display: none
    }

    .dropzone .progress {
        bottom: 10px;
        left: 10px;
        right: 10px;
        display: none
    }

    .dropzone .cropWrapper {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #eee
    }

    .dropzone img {
        z-index: 5;
        position: relative
    }

        .dropzone img.ghost {
            opacity: .2;
            z-index: auto;
            float: left
        }

        .dropzone img.main {
            cursor: move
        }

    .dropzone .final img.main {
        cursor: auto
    }

    .dropzone img.preview {
        width: 100%
    }

    .dropzone .tools {
        position: absolute;
        top: 0;
        left: -2px;
        z-index: 999;
        display: inline-block
    }

        .dropzone .tools > * {
            margin: 0
        }

    .dropzone.smalltools .tools .btn {
        padding: 1px 4px;
        font-size: 10px
    }


/*#endregion */
