.button-radio, .not-all-completed h1, .saving-now h1 {
    display: inline-block
}

.clickable {
    cursor: pointer !important
}

.button-radio, .sitd .item {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none
}

.popover {
    min-width: 500px
}

.button-radio {
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 0;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: inherit
}

.button-radio:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    text-decoration: none
}

.saving-now {
    background-color: #fff;
    border: 3px dashed #9e9e9e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .9;
    text-align: center;
    padding-top: 25px
}

.error-messages, .not-all-completed {
    background-color: #faeee0;
    border: 3px dashed #fae7d4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    min-height: 175px;
    padding: 40px;
    text-align: center;
    width: 100%;
    height: 100%
}

.not-all-completed {
    opacity: .8
}

.highlight-text-white {
    text-shadow: #fff 0 0 .4em
}

.highlight-text-red {
    text-shadow: red 0 0 .3em
}

.signature-image {
    max-width: 400px
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .signature-image {
        max-width: 325px
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .signature-image {
        max-width: 225px
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .signature-image {
        max-width: 275px
    }
}

@media all and (max-width: 480px) {
    .signature-image {
        max-width: 225px
    }
}

.normal-field {
    padding: 0 10px;
    border-radius: 4px
}

.crf-field {
    background: #fffcec
}

.question-group-box {
    padding: 10px
}

@media print {
    .no-print, .no-print * {
        display: none !important
    }
}

.wizard .header {
    font-size: 28px;
    font-weight: bolder;
    color: #323232;
    text-align: center
}

table {
    font-size: 11px !important
}

.sitd .item {
    padding: 10px 5px 0;
    text-align: center;
    min-height: 65px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px
}

.read-only {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc
}

.wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all
}

.strike, .strike:hover {
    color: red !important;
    text-decoration: line-through !important;
    text-shadow: 0 0 3px #fff
}

.folder-anchor {
    display: block;
    position: relative;
    bottom: 3px;
    right: 3px
}

.pad5 {
    padding: 5px
}

.pad3 {
    padding: 3px
}

.align-vertical {
    height: 100%;
    vertical-align: middle !important
}

.btn-white {
    color: #333;
    background-color: #fff;
    border: #e0e0e0 1px solid !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    color: #333;
    background-color: #f6f6f6;
    border-color: #adadad;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-image: none
}

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-white .badge {
    color: #fff;
    background-color: #333
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-bottom: 7px;
}

.header-block {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    /*white-space: nowrap;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bordered-block {
    border: 1px solid #f0f0f0 !important;
    padding: 5px;
}

.bordered-block:hover {
    border: 1px solid #cccccc !important;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 1px 3px;
    font-size: 9px;
    line-height: 1.3;
    border-radius: 2px
}

.box {
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e0eded;
    border-top: 3px solid #32c8de;
    padding: 5px;
    border-radius: 4px;
    height: 99%;
    /*cursor: crosshair;*/
}

.box .box-title {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.box .box-title span {
    font-size: 1.1em;
    font-weight: bolder;
}

.box .box-content {
    padding: 5px;
    min-height: 230px;
    height: 100%;
}

.box .box-footer {
    padding-top: 5px;
    /*border-top: 1px solid #e0eded;*/
    z-index: 1;
}

.box .add-footer {
    padding-top: 5px;
    /*border-top: 1px solid #e0eded;*/
    z-index: 1;
}

.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu li {
    border-radius: 3px;
    color: #fff;
    width: 230px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4), 4px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.side-menu span {
    font-size: 60%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ffffff;
}

.left-options {
    overflow-y: auto;
}

.left-options .left-options-item {
    padding: 10px;
    overflow: hidden;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.left-options .left-options-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #ff0000;
}

.clock-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 4px rgba(34, 34, 34, 0.3);
    box-shadow: 0 1px 4px rgba(34, 34, 34, 0.3), inset 0 1px 4px rgba(34, 34, 34, 0.3);
    background: #444444;
}

.clock-face {
    width: 100%;
    height: 100%;
}

.clock-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px;
}

.clock-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -3px 0;
    padding: 40% 3px 0;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0;
}

.clock-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock-face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 3px;
    content: "";
    display: block;
}

/*#PanelTools, .fa-trash {*/
    /*display: none;*/
/*}*/

#PanelTools {
    display: none;
}

.fa-trash:hover {
    color: #f75353;
    cursor: pointer;
}

.add-box-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.add-box-container i {
    margin: 0;
    cursor: pointer;
}

.dropdown-menu li {
    cursor: pointer;
}

html,body{
    height:100%;
}

.full-screen-box {
    display: block;
    position: absolute;
    text-outline: 0;
    width: 100%;
    height: 800px;
    z-index: 10001;
    background-color: #ffffff;

    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/


    z-index: 1000;
}