﻿
.badge-container {
    height: 240px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.badge-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    width: 100%;
}

.badge-image-micro {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
}

.badge-heading {
    margin-bottom: 3px;
}

.text-trans {
    opacity: 0.6;
}

.badge-holder {
    padding-right: 0px !important;
    padding-bottom: 15px;
}

.no-shadow {
    box-shadow: none;
}

.badge-details-full {
    background-color: #fcfcfc;
    height: 168px;
    overflow-y: scroll;
    border: 1px solid #e9e9e9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ta-hidden-input {
    display: none;
}
    h1, h2, h3, h4, h5, h6, p {
       margin-bottom:10px;
    }
    /* Form Renderer Styles */
    .form-complete-page .row {
        margin:0px;
    }
    .form-complete-page {
        background:#FFFFFF;
        margin: auto;
        float: none;
        margin-top: 25px;
        width:100%;
        min-height: 880px;
        border:1px solid #dedede;
        padding: 20px;
        text-align:left;
        color:#444;
        -moz-box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        -o-box-shadow: 0 0 5px #ddd;
        -ms-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }
    .form-completed-page img {
        max-width:100%;
    }
    .form-completed-page .row {
        margin:0px;
    }
    .form-completed-page {
        background:#FFFFFF;
        margin: auto;
        float: none;
        margin-top: 0px;
        width:100%;
        min-height: 880px;
        border:1px solid #dedede;
        padding: 20px;
        text-align:left;
        color:#444;
        -moz-box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        -o-box-shadow: 0 0 5px #ddd;
        -ms-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }
    .form-question label {
        min-height: 30px;
    }
    .form-complete-page img {
        max-width:100%;
    }
    .form-complete-template h1 {
        width:100%;
        font-size:20px;
        padding-bottom:0px;
        text-align:left;
        color:#444;
        margin-top:0px;
        border:none;
    }
    .form-completed-template h1 {
        width:100%;
        font-size:20px;
        padding-bottom:0px;
        text-align:left;
        color:#444;
        margin-top:0px;
        border:none;
    }
    .form-completed-template h2 {
        padding-top:10px;
    }
    .form-question {
        padding: 5px;
        padding-left: 10px;
        min-height: 30px;
        margin-bottom:10px;
    }
    .help-block {
        margin:0;
    }
    h1.form-complete-template :first-child {
        width:100%;
        font-size:24px;
        border-bottom:2px solid #777777;
        padding-bottom:20px;
        text-align:left;
        color:#444;
        margin-top:10px;
    }
     h1.form-completed-template :first-child {
        width:100%;
        font-size:24px;
        border-bottom:2px solid #777777;
        padding-bottom:20px;
        text-align:left;
        color:#444;
        margin-top:10px;
    }
    .form-question .form-control-feedback {
        top: 0px;
    }
    .date-picker-well {
         display:inline-block;
         width:100%;
    }
    .date-picker-well table {
         margin:auto;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #009EE3;
        border-color: #009EE3;
    }
    .form-complete-buttons {
        margin-top:25px;
    }
    /* Form Builder Styles */
     footer {
        display: none;
    }
    h1, h2, h3, h4, h5, h6, p {
       margin-bottom:10px;
       word-wrap: break-word;
    }
    .question-item .hover * {
       cursor: move;
    }
    .drop-box {
        border: 2px dashed #ccc;
        width: auto;
        height: 152px;
        text-align: center;
        margin-top: 15px;
        background:#fefefe;
        overflow:hidden;
        cursor: pointer;
    }
    .form-image-preview img {
        max-height: 152px;
        background-size: contain;
        max-width: 100%;
    }
    .form-preview-page .row {
        margin:0px;
    }
    .form-preview-page .btn-xs {
        color:#fff;
    }
    .dragover {
        border: 1px dashed #ccc;
        background:#efefef;
    }
    .form-image-preview {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        max-height: 100%;
        background-size: cover;
        max-width: 100%;
    }
    .icon-highlight {
        border-style: solid;
        border-width: 2px;
        border-color: #e00000;
    }
    .form-builder .tab-pane {
        min-height: 900px;
    }
    .form-builder {
        height: 100%;
    }
    .form-builder hr {
        margin: 15px 0px;
    }
    .withdrawn {
        background-color: #f2dede !important;
        border-color: #ebccd1 !important;
    }
    .form-preview-template {
        background: #efefef;
        margin-top: 0px;
        min-height: 900px;
        max-height: 900px;
        overflow-y: scroll;
        border: 1px solid #dedede;
        padding-bottom: 34px;
    }
    .form-preview-page {
        background:#FFFFFF;
        margin: auto;
        float: none;
        margin-top: 25px;
        width:100%;
        min-height: 880px;
        border:1px solid #dedede;
        padding: 20px;
        text-align:left;
        color:#444;
        -moz-box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        -o-box-shadow: 0 0 5px #ddd;
        -ms-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
        padding-top: 75px;
    }
    .form-preview-page img {
        max-width:100%;
    }
    .form-preview-page h1 {
        width:100%;
        font-size:20px;
        padding-bottom:0px;
        text-align:left;
        color:#444;
        margin-top:0px;
        border:none;
    }
    .form-question.hover-over {
        outline: 1px dashed #ccc;
        background:#fcfcfc;
        cursor:move; 
        padding: 5px;
        padding-left: 10px; 
        border-collapse: collapse;     
    }
    .form-question:hover > .btn-edit-question, .form-question:hover > .btn-delete-question {
        visibility:visible;  
    }
    .form-question {
        padding: 5px;
        padding-left: 10px;
        min-height: 30px;
        margin-bottom:10px;
    }
    .help-block {
        margin:0;
    }
    .form-question img { 
        max-height:200px;
    }
    .btn-edit-question {
        position: absolute;
        right: 29px;
        top:5px;
        visibility:hidden;
        z-index:100;
        cursor: pointer;
    }
    .btn-delete-question {
        position: absolute;
        right: 5px;
        top:5px;
        visibility:hidden;
        z-index:100;
        cursor: pointer;
    }
    h1.form-title {
        width:100%;
        font-size:24px;
        padding-bottom:20px;
        text-align:left;
        color:#444;
        margin-top:10px;
        z-index: 10;
        position: relative;
    }
    h1.form-title.gg-editable-text:hover {
        border: 1px dashed #ccc;
    }
    .form-dropzone {
        width: 100%;
        border: 2px dashed #ccc;
        height: 250px;
        background: #f5f6f8;
    }
    .form-fields .sortable-ghost {
        width:100%;
        overflow:visible;
    }
    .form-fields a, .form-fields button {
        width: 100%;
        border: 3px solid #fff;
        margin-left: -4px;
        margin-right: -4px;    
    }
    .manage-question-modal input[type=radio], .manage-question-modal input[type=checkbox] {
        margin: 10px 0 0;
    }
    .form-fields a:hover, .form-fields a:focus, .form-fields a:active {
        border: 3px solid #fff;
        outline:none; 
    }
    .form-fields {
        display: inline-block;
    }
    .publish-modal .org-tab {
        height: 490px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .question-complete {
        padding: 10px !important;
        padding-left: 15px !important;
        background: #E6E6E6;
    }
    .form-builder .form-question .col-sm-12 {
        width: 110%;
    }
    .form-builder .form-question .template-image {
        width: 110%;
    }
    /* Org Styles */
    .date-picker-publish table {
        margin:auto !important;
    }
    .form-org-list .org-structure {
        margin: 0px;
        margin-top: 10px;
        border: 1px solid #dedede;
        padding-top: 5px;
    }
    .form-org-list .angular-ui-tree-node {
        cursor:default;
    }
    .form-org-list .parent-org {
        opacity: 1;
        background: #eee;
        padding: 5px;
        margin-right: 15px;
        border-radius: 4px;
        border: 1px solid #dedede;
        margin-bottom:2px;
    }
    .form-org-list .org-structure ol li div:first-child {
        padding-top: 5px !important;
    }
    .form-org-list .org-structure input[type=checkbox] {
        margin: 4px 0px 5px 10px;
        float:left;
    }
    .form-org-list .org-structure li {
        margin-left: 0px !important;
    }
    .form-org-list li.competency, .form-org-list li.org-level {
        list-style: none;
        margin-left: 10px;
        margin-top: 5px;
    }
    .form-org-list .org-level .org-details {
        display: inline-block;
        margin: -5px 0 0px 10px;
        border-radius: 4px;
        padding-top: 0px;
        font-weight: bold;
        font-size: 15px;
    }
    .form-org-list .org-level button {
        margin-top: 4px;
        margin-right: 4px;
    }
    .publish-modal .tab-pane {
        padding-bottom:20px;
    }
    .date-picker-publish table * {
        font-size:11px !important;
    }
    .publish-modal .angular-ui-tree {
         padding-top:15px;
    }
    .date-picker-publish table tr {
       width:100%;
       display: table;
    }  
     .date-picker-publish table tbody button {
        max-width:120px;
    }       
    .date-picker-publish table tbody .text-info {
        color: #444;
    }
    .date-picker-publish table td.text-center.h6 {
        display:none;
    }
    .date-picker-publish table tbody tr th:first-child {
        display:none;
    }
    .date-picker-publish table thead tr:nth-child(2) th {
        display:none;
    }
    .date-picker-publish table thead tr th:nth-child(2) > button {
        width: 200px !important;
        margin-bottom: 5px;
    }
    .date-picker-publish table thead tr th:nth-child(3) > button {
        margin-bottom: 5px;
    }
    .date-picker-publish table thead tr th:nth-child(1) > button {
        margin-bottom: 5px;
    }
    .date-picker-publish table button {
       padding: 4px 10px;
    }
    .date-picker-well table {
         margin:auto;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #009EE3;
        border-color: #009EE3;
    }
    .form-list-edit {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .gg-editable-text .original-text {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .form-control.number {
        width:25%;
    }
    .required-indicator {
        color: #E00000;
    }
    .availible-form .draft-image {
        position:absolute;
        top:0;
        left:8px;
        height:100px;
    }

    .form-list .draft-image {
        position:absolute;
        top:0;
        left:0px;
        height:100px;
    }
    /* Form Edit Styles */

.form-edit-template {
    padding: 0px !important;
    overflow-y: hidden !important;
    margin-left: 5px;
    padding-left: 5px !important;
    overflow-x: hidden;
}
.form-complete-edit {
    padding: 20px !important;
    margin-top: 0px;
    min-height: 400px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: auto;
    margin-left: 10px;
}
.form-complete-edit img {
    width: auto;
}
.form-complete-edit .question-item *:hover {
       cursor: default;
}
.form-complete-page .question-item *:hover {
       cursor: default;
}
.btn-edit-question {
       cursor: pointer !important;
}
.btn-delete-question {
       cursor: pointer !important;
}
.btn-edit-question i {
       cursor: pointer !important;
}
.btn-delete-question i {
       cursor: pointer !important;
}
.item-preview .question-item *:hover {
       cursor: default;
}
.add-edit-form .form-completed-page {
    min-height: 476px;
    max-height: auto;
    overflow: hidden;
    overflow-y: hidden;
    -ms-overflow-style: auto;
}
.itempreview .form-title {
    display:none;
}
.item-preview .form-title {
    display:none;
}
.itempreview .form-completed-page {
    min-height:0px;
}
.edit-form-button {
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 10000;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: 0px;
    color:#333;
}
.carousel-control .glyphicon-chevron-right {
    margin-right: 0px;
    color:#333;
}
div.showcase-description {
    height: 80px;
}
.availible-form .showcase-description {
    height: 90px;
}
.form-complete-page h2:first-child {
    text-align:center;
}
.form-completed-page h2:first-child {
    text-align:center;
}
.publish-modal .modal-dialog {
    width:96%;
}
.publish-modal .date-picker-publish .btn-warning.btn-xs {
    background-color: #f0ad4e;
    color:#fff;
    border:none;
}
.publish-modal .date-picker-publish .btn-warning.btn-xs:hover {
    background-color: #f0ad4e;
    color:#fff;
    border:none;
}
.btn-sm .text-info {
    color: #ddd;
}
.manage-question-modal .gg-editable-text {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.manage-question-modal .gg-editable-text input,.manage-question-modal .gg-editable-text input,.manage-question-modal .gg-editable-text.editing input {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0px;
    margin:0;
    font-size: 14px;
    line-height:0;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition:none;
}
.form-complete-page .form-complete-buttons {
    position:fixed;
    bottom:0px;
    right:5px;
    background: rgba(40,40,40,0.8);
    width: 100%;
    bottom: 0px;
    padding: 5px;
    z-index: 10;
}
.form-icon-name {
    word-wrap: break-word;
    word-break: break-all;
}
.form-question .form-control-feedback.glyphicon-ok {
    color: #3c763d;
    z-index: 100;
    right: 5px;
}
.form-question .form-control-feedback.glyphicon-glyphicon-remove {
    color: #d9534f;
}
.form-title, h1.form-title.gg-editable-text, h1.form-title.gg-editable-text:hover, .form-title span  {
    text-align:center;
}
.manage-question-modal .help-block {
    height: auto !important;
    float: left;
}
.item-preview .form-question img {
    width: auto !important;
}
.title-edit {
    position:absolute;
    z-index:1000;
    right:0px;
    top:0px;
    visibility:hidden;
}
.form-completed-page p, .form-completed-page h1, .form-completed-page h3, .form-completed-page h4, .form-completed-page h5, .form-completed-page li, .form-completed-page label, .form-completed-pagee span, .form-completed-page b {
    color: #444;
}
.form-completed-page p, .form-completed-page ul, .form-completed-page h1, .form-completed-page h2, .form-completed-page h3, .form-completed-page h4, .form-completed-page h5, .form-completed-page li, .form-completed-page label, .form-completed-pagee span, .form-completed-page b {
    background:transparent !important;
}
.form-text-block div {
    background:transparent !important;
}
.form-complete-page p, .form-complete-page h1, .form-complete-page h3, .form-complete-page h4, .form-complete-page h5, .form-complete-page li, .form-complete-page label, .form-complete-pagee span, .form-complete-page b {
    color: #444;
}
blockquote {
    word-wrap: break-word;
}
.form-preview-page .form-title {
    width: 100%;
    text-align: center;
    margin-top: -45px;
}
 .form-completed-page h2 {
    padding-bottom:20px;
}

.itempreview .fa-check-square-o {
    padding-left:15px;
}
.itempreview .fa-square-o {
    padding-left:15px;
}
h1.form-title:hover .title-edit {
    visibility:visible;
}
.item-preview .form-complete-buttons {
    position: absolute;
    background: none;
    top: 0px;
    padding: 5px;
    width: 65%;
    left: 10px;
    height: 30px;
}
.item-preview .form-complete-buttons .col-sm-12 {
    background: rgba(40,40,40,0.8);
    padding: 5px;
}
.item-preview .form-complete-buttons .btn-success {
    margin-left:3px;
}
.form-preview-page p, .form-preview-page strong, .form-preview-page label, .form-preview-page li {
    color: #444;
}
.form-preview-page p {
    background:transparent !important;
}
.capitalized { text-transform: capitalize; }

@media only screen and (min-width: 1500px) {
   .publish-modal .modal-dialog {
        width:70%;
    }
   .manage-question-modal .modal-dialog {
		width:60%;
	}
}
@media only screen and (max-width: 1200px) {
   .title-edit {
        width: 30px;
        height: 30px;
    }
    .btn-edit-question {
        right: 32px;
        width: 30px;
        height: 30px;
    }
    .btn-delete-question {
        right: 0px;
        height: 30px;
        width: 30px;
    }
    .btn-edit-question i, .btn-delete-question i {
        line-height: 26px;
    }
    .manage-question-modal {
            top: 0px;
    }
}


