#deletemodal {
    height: 430px;
}

#confirmvotemodal {
    height: 510px;
}


#categorychange_alert_modal {
	height: 550px;
}

#copymodal {
    height: 610px;
}

#judgymodal{
    height: 700px;
}

#deletemodal .header {
    background: #3c3b3b url(../../img/v2/modaldelete.png) no-repeat;
    background-position: 45px 100px;
}

#copymodal .header {
    background: #3c3b3b url(../../img/v2/modalcopy.png) no-repeat;
    background-position: 45px 100px;
}

#judgymodal .header{
    background: #3c3b3b url(../../img/v2/pencilorange75.png) no-repeat;
    background-position: 45px 100px;
}

#confirmvotemodal .header {
    background: #3c3b3b url(../../img/v2/modalconfirmvote.png) no-repeat;
    background-position: 45px 100px;
}

#entrynotemodal .header {
    background: #3c3b3b url(../../img/v2/modalnote.png) no-repeat;
    background-position: 45px 100px;
}

.modal .chzn-single:hover{
    opacity:1 !important;
}

.modal {
    background: #2a2a2a;
    width: 570px;
    padding-bottom: 20px;
    padding: 0px;
    padding-right: 0px !important;
    margin: auto;
    opacity: 1.0 !important;
    z-index: 99999;
    overflow: visible !important;
}

.modal-backdrop.in {
    opacity: 0.5;
    z-index: 200;
}

.modalclose {
    height: 20px;
    width: 20px;
    z-index: 9999px;
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    text-indent: -9999px;
}

.modal .header {
    height: 200px;
    padding-left: 160px;
    padding-top: 150px;
    width: 100%;
}

.modal .body {
    color: white;
    padding-top: 0px;
    width: 100%;
    padding-right: 70px;
    padding-top:20px;
}

.modal .body p {
    padding-left: 160px;
}

.modal .body p.strike{
    background-color:#3c3b3b;
    padding-top:0px;
    padding-left:0px;
    margin-left:155px;
    margin-top:10px;
    padding:10px;
}

.modal .body .form-group label {
    width: 140px;
    text-align: right;
    padding-right: 20px;
    color:white;
}

.modal .body .cke {
     width: 343px !important;
}

.modal .body button,  .modal .body .button{
    margin-top: 50px;
    margin-left: 160px;
    margin-top: 20px;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    background: black !important;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    height: auto !important;
}

.modal .body .checkboxon {
    background: rgba(0, 0, 0, 0) url("../../img/v2/modalcheckboxon.png") no-repeat scroll left top !important;
}

.modal .body .checkboxoff {
    background: rgba(0, 0, 0, 0) url("../../img/v2/modalcheckboxoff.png") no-repeat scroll left top !important;
}

.modal .body .checkboxlabel {
    color: white !important;
}

.modal .body .checkboxwrapper {
    margin-left: 160px;
}



