html, body {
    height: 100%;
}
body {
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
}
/*** Disable zoom on form element focus ***/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /*select:focus, textarea:focus, input:focus {*/
        /*font-size: 14px;*/
    /*}*/

    /*textarea:focus.small {*/
        /*font-size: 12px;*/
    /*}*/

    /*select.input-sm:focus, textarea.input-sm:focus, input.input-sm:focus, input.btn-sm:focus, button.btn-sm:focus {*/
        /*font-size: 12px;*/
    /*}*/

    /*select.calc-select:focus{*/
        /*font-size: 13px;*/
    /*}*/

    input,button,select,textarea,textarea {font-size:1em;}
}

/*this will remove shadow on iOS devices*/
input[type=text], textarea {
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#centerPane {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -295px;
    padding: 0 0 295px;
}
.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.white-text, .white-links a {
    color: white !important;
}

.grey-text, .grey-links a {
    color: grey;
}

.light-grey-text, .light-grey-links a {
    color: #B2B2B2;
}

.dark-text, .dark-links a {
    color: #3C3C3C !important;
}

.white-links a:hover, .grey-links a:hover, .light-grey-links a:hover, .dark-links a:hover {
    color: #428bca;
}

.bold {
    font-weight: bold;
}

.diomedia {
    font-family: 'diomedia-font', serif;
    font-size: 26px;
}

.sansa {
    font-family: 'sansa-font', serif;
    font-size: 26px;
}

/* overlay */
.dio-overlay {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.loading-overlay {
    background-color: black;
    opacity: 0.4;
}
.preview-overlay {
    background-color: white;
}
.loading {
    z-index: 1101;
    position: fixed;
    top: 0;
    left: 45%;
    padding: 0 4px;
    color: #FFFFFF;
    height: 24px;
    background: #2ebd90;
    font-weight: bold;
    font-size: 12px;
    border: none;
    -moz-border-radius-bottomRight: 4px;
    -moz-border-radius-bottomLeft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -opera-border-bottom-right-radius: 4px;
    -opera-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.videoThumbHeader {
    background: url(../../images/video/videoThumbHeader.png) no-repeat top left;
    height: 12px;
}

.selection-bg-color {
    background-color: #e5e5e5;
}
.sortable-placeholder {
    height: 170px;
    width: 170px;
    border: 1px dotted red;
    background: #E1E1E1;
    padding: 3px;
    margin: 0 0 48px 3px;
}


/*bootstrap layout overrides*/

.navbar .navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:6px;
}
.navbar {
    min-height: 40px;
    border: 0;
}
.navbar-nav .navbar-text {
    margin-top: 10px;
    margin-bottom: 8px;
}

.btn:focus, .noFocusHighlight:focus{
    outline:0 !important;
    /*border: 1px solid #CCC !important;*/
    box-shadow: none;
}

.select-container {
    position: relative;
}

.select-container .select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 20px;
    padding: 5px 0 5px 0;
    background-color: #DBDCDD;
    border-radius: 6px;
    color: #7B8486;
}

.radius6, form.radius6 .form-control {
    border-radius: 6px;
}

.radius4, form.radius4 .form-control {
    border-radius: 4px;
}

.no-radius-bottom {
    -moz-border-radius-bottomRight: 0;
    -moz-border-radius-bottomLeft: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -opera-border-bottom-right-radius: 0;
    -opera-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.grey-select-box {
    background-color: #DBDCDD;
    border-color: #DBDCDD;
    box-shadow: none;
}

.grey-select-box option {
    color: #7B8486;
}


.dark_grey-button {
    background-color: #7B8486;
    color: white;
}

.dropdown-as-select {
    width: 100%;
}

.dropdown-as-select .btn.form-control {
    text-align: left;
}

.dropdown-as-select .btn.form-control .caret {
    margin-top: -1px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.subscription-background {
    color: white;
    background-color: #c43b47;
    text-shadow: 0 1px 0 #ad343f;
}

/*.btn-subscription, .subscription-background {*/
    /*color: white;*/
    /*background-color: #c43b47;*/
    /*text-shadow: 0 1px 0 #ad343f;*/
/*}*/

/*.btn-subscription:hover, .btn-subscription:active {*/
    /*color: white;*/
    /*background-color: #e74948;*/
/*}*/

/*.btn-subscription:focus {*/
    /*color: white;*/
/*}*/

/*.text-subscription {*/
    /*color: #c43b47;*/
/*}*/

.padding-md-top {
    padding-top: 20px !important;
}
.margin-md-top {
    margin-top: 20px !important;
}

.color-dark {
    color: #333;
}
.bg-color-dark {
    /*background-color: #4D505B;*/
    background-color: #333;
}
.font-sm {
    font-size: 11px;
}
.footer {
    margin-top: 60px;
}
.footer-divider {
    color: #504e4e;
    background-color: #504e4e;
    border-color: #504e4e;
}

.round6 {
    border-radius: 6px;
}

.round4, form.round4 .form-control, form.round4 .btn {
    border-radius: 4px;
}
.round2 {
    border-radius: 2px;
}
.no-radius {
    border-radius: 0 !important;
}

.text-shadow-green {
    text-shadow: 0 1px 0 #ad343f;
}

.link-color {
    color: #428bca;
}

.yellow-color {
    color: #FCB514 !important;
}

.noTextDecoration, .noTextDecoration a:hover {
    text-decoration: none;
}

input[type="radio"].big {
    width: 16px;
    height: 16px;
}

a#sslLogo {
    background: url(../../images/PositiveSSL_tl_trans_grey.png) no-repeat center;
    display: block;
}

a#sslLogo:hover {
    background: url(../../images/PositiveSSL_tl_trans.png) no-repeat center;
}

.btn-white {
    background-color: white;
    border: 1px solid #d3d3d3;
    color: #C2C2C2;
}

.btn-white:active, .btn-white:hover {
    border-color: #999999;
    background-color: #f2f2f2;
}

.modal-header {
    /*background-color: #3E4049;*/
    background-color: #343333;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    border-radius: 4px 4px 0 0;
}

.modal-footer {
    border-top: 0;
}

.modal-header .close {
    opacity: 0.7;
    color: white;
}

.grey-inputs-form .form-group{
    margin-bottom: 5px;
}

.grey-inputs-form .input-group-addon {
    border: 0;
}

.grey-inputs-form .form-group label {
    padding: 0 10px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 11px;
}

.grey-inputs-form input, .grey-inputs-form select, .grey-inputs-form textarea {
    background-color: #F3F4F6;
    border-color: #F3F4F6;
    box-shadow: none;
    font-size: 14px;
}

.grey-inputs-form input[type=submit] {
    background-color: #2ebd90;
    border-color: #25a47d
}

.grey-inputs-form input[type=submit]:hover {
    background-color: #26a57d;
    border-color: #25a47d;
}

.grey-inputs-form textarea {
    border: 1px;
    box-shadow: none;
}

.grey-inputs-form input:disabled, .grey-inputs-form select:disabled, .grey-inputs-form textarea:disabled {
    border-color: #d3d3d3;
    background-color: #d3d3d3;
}

.grey-inputs-form input[type="radio"].lg-radio, .grey-inputs-form input[type="checkbox"].lg-radio{
    width: 16px;
    height: 16px;
}

.grey-inputs-form input[type="radio"].lg-radio + label, .grey-inputs-form input[type="checkbox"].lg-radio + label {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 40px;
}

.grey-inputs-form input[type="radio"] + label img {
    opacity: 0.3;
    -webkit-filter: grayscale(1) !important;
}

.grey-inputs-form input[type="radio"] + label {
    color: #d3d3d3;
    cursor: pointer;
}

.grey-inputs-form input[type="radio"]:checked + label {
    color: #3C3C3C;
}

.grey-inputs-form input[type="radio"]:checked + label img {
    opacity: 1;
    -webkit-filter: grayscale(0) !important;
}

.grey-inputs-form .form-group .form-control-feedback {
    top: 20px;
}

.info-note {
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #d4ebe1;
    border-radius: 10px;
}
.info-header {
    color: #4cba83;
    font-size: 24px;
}
.png-shadow, .cardTypes img {
    -webkit-filter: drop-shadow(3px 3px 3px #666) !important;
    filter: drop-shadow(3px 3px 3px #666) !important;
}

.btn-look-like-link, .btn-look-like-link:hover, .btn-look-like-link:active {
    color: #428bca;
    background: transparent !important;
    padding: 0;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    font-size: 12px;
}

.btn-look-like-link:hover {
    text-decoration: underline;
}

.btn-default.btn-bright {
    background-color: #909090;
    border-color: #909090;
}

.btn-default.btn-bright:hover,
.btn-default.btn-bright:focus,
.btn-default.btn-bright.active {
    background-color: #808080;
    border-color: #808080;
}

.alert {
    border: 0;
    color: #666;
}

.alert.alert-success{
    background-color: #D4EBE1 !important;
    background-image: none;
}

div.line-background {
    position: relative;
    z-index: 1;
}

div.line-background:before {
    border-top: 1px solid #dfdfdf;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 55%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

div.line-background span {
    background: #fff;
    padding: 0 15px;
}

.color-tile {
    color: #4DBC92;
}

.social-btn-light {
    background-color: #b4b4b4 !important;
    border-color: #b4b4b4 !important;
}