﻿body
{
   cursor: default;
}
/*.top-content
{
    padding: 0px 0 10px;
}*/

.top-content h1
{
    margin-left: 20px;
}

.controls select
{
    float: right;
    margin-bottom: 0;
}

.top-content-format
{
    text-align: right;
}

.row
{
    float: left;
}

/*********checklist item***********/
#checklist-id
{
    width: 100%;
}
.checklist-items-wrapper
{
    float: right;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow:auto;     
    
}

.checklist-items
{
    /*background-color: #eeeeee;*/
    overflow: auto;  
    /*height: 597px;*/   
     /*border: 1px solid #CCCCCC;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;     
}
.checklist-items-explanation {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.checklist-item p 
{
    padding-top: 5px;
    width: 90%;    
}

.checklist-item 
{
    display: block; 
    cursor: pointer;
    /*margin-top: 10px;*/
    padding: 2px 10px 2px 10px;
    position: relative;
    border: 1px solid #BFBFBF;
}

.checklist-item:hover
{   
    background-color: #00e4ff !important;
    /*border: 5px solid #02eded;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;     */
}

.checklist-item.selected, .checklist-item.selected h5, .checklist-item.selected p
{
    background-color: #31859c !important;
    color: White !important;
    border: 1px solid #31859c;
}

.press-down
{
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
}
.selected 
{
    border: 5px solid #02eded;   
}

.parent 
{
    cursor: auto;
    border: none;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}  

.parent:hover 
{   
    border: none;    
} 

.item-reference {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    overflow: auto;
}

.checklist-disabled
{    
    cursor: pointer;
    background-color: transparent !important; 
}

h2.document-title
{
    width: 70px;
    display: inline-block;
    margin-left: 0px;
}

.document-title-container
{
    display: inline-block;
}

input.document-title
{
    height: 35px;
}

/* STYLES FOR MARKERS */
.marker-button-container
{
    text-align: right;
}

@media screen and (max-width:960px)
{    
    .document-title-container
    {
        margin: 0 0 10px 0 !important;
    }
}
#checklist-tabs-wrapper {
    width: 35%;
    min-width: 35%;
    max-width: 63%;
    float:right;
    top:0;
    overflow: hidden;
    margin-top: 20px;
}
#checklistTabContent {   
    display:block;
    text-align: justify;
}

.ui-resizable-handle {
    background: #ECECEC;
    height: auto;
    margin-right: 5px;
}
.checklist-items-explanation div {
    padding-right: 5px;
}

/* Checklist item's explanation and example content*/
.explanation-example-content
{
    width: 63%;
    float: left;
    min-width: 42%;
    max-width: 76%;
    overflow: hidden;
}
#checklist-item-content {
    overflow-y: scroll;
    overflow-x: hidden;
}
.tab-content
{
    margin-left: 20px;
    /*margin-right: 20px;*/
    width: auto !important;
}


.reference-wrapper
{
    list-style: none; 
    margin-top: 30px;
    padding-top: 20px;
    margin-right: 20px;       
    overflow-x: hidden;
    border-top: 5px solid #ECECEC;
    display: none;
}

/*******************************************************/
/****************Sample Explanation Dialog**************/
/*******************************************************/
#sample-explanation-dialog .modal-footer {
        background-color: white;
    }
#sample-explanation-dialog input[type=checkbox].custom-checkbox {
    display: none;
}

    #sample-explanation-dialog input[type=checkbox].custom-checkbox + label.custom-label {
        padding-left: 24px;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

    #sample-explanation-dialog input[type=checkbox].custom-checkbox:checked + label.custom-label {
        background-position: 0 -24px;
    }

#sample-explanation-dialog label.custom-label {
    background-image: url(images/checkboxImg.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}