/* TEMPLATES STYLES */

/*.templates-body .g-filters{
    padding:0 24px;
}*/

.templates-head__title {
    font-size: 42px;
    line-height: 180px;
    height: 148px;
    background-color: #666;
    padding-left: 40px;
    /* position: relative; */
    /* background: linear-gradient(#38A6E1,#fff); */
    /* text-align: center; */
    color: #fff;
    /* text-shadow: #ccc 0px 0px 2px; */
    /* overflow: hidden; */
    /* border: 24px solid #ffffff80; */
    /* border-bottom: none; */
    /* border-top: none; */
    /* overflow: hidden; */
}
.templates-head__title strong {
    position: absolute;
    bottom: -80px;
    left: 20px;
    font-size: 180px;
    color: #ffffff;
    text-shadow:none;

    transition:all ease-in-out 100ms;
}

.templates-head__subtitle {
    position: absolute;
    top: 83px;
    left: 114px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    /* color: #ffffff; */
    /* text-shadow: #ddd 0px 0px 2px; */
}

.templates-head__description::first-letter {
    font-size: 26px;
    margin-left: 24px;
}
.templates-head__description {
    position:relative;
    margin-bottom:12px;
    padding: 10px 20px 0px 20px;
    color: #000;
    text-shadow:0 0 #000;
    line-height:26px;
}
.templates-body {
    margin: 10px 20px;
    width: 97%;
}
.templates-filters__preview-banner {
    display: flex;
    position: relative;
    height: auto;
    font-size: 14px;
    background: url(/images/studiobg.jpg);
    padding: 6px;
    margin: 12px 0px 12px 0px;
    overflow: hidden;
}
.templates-list {
    margin-top: 18px;
    border-radius: 12px;
}
.templates-list__card {
    display: block;
    padding: 10px;
}
.templates-list__card-header {
    display: inline-block;
    width: 100%;
}
.templates-list__card-body {
    display: flex;
}
.templates-list__survey-name {
    font-size: 22px;
    padding: 2px 12px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #666;
    margin-bottom: 12px;
    text-shadow: 0 0 black;
}
.templates-list__card-screens {
    display: flex;
    flex-direction: column;
    padding: 24px;
    margin: 2px auto;
    width: 300px;
    background: #eee;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
}
.templates-list__img-wrap {
    position: relative;
    width: 260px;
    height: 210px;
}
.templates-list-spinner{
    width: 100%;
    min-height: 200px;
    display:flex;
}
.templates-list-spinner md-progress-circular{
    margin:auto;
}
.templates-list--empty {
    display: flex;
    min-height: 200px;
}
.templates-list--empty span{
    margin:auto;
}
.templates-list--empty .fa-warning{
    color: #dd9100;
}
.templates-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto 2px;
    border-radius: 6px;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.templates-img[is-selected='true'] {
    opacity: 100;
}
.templates-meta {
    padding: 12px;
    width: 400px;
    margin: auto;
}
.templates-screens-label {
    /*border-top: 1px solid #ddd;*/
    width: 100%;
    margin: 6px auto 0;
}
.templates-card-screens-top {
    border-bottom: 1px solid #ddd;
}
.templates-card-screens-wrap {
    width: 100%;
    position: relative;
    display: inline-flex;
    margin: 4px 0;
}
.templates-screen-btn {
    position: relative;
    margin: 2px;
    display: flex;
    width: 20%;
    height: 30px;
    border-radius: 5px;
    background: #ddd;
    /*background: #38A6E1;*/
}
.templates-screen-btn[is-hovered='true'] {
    background: #38A6E1;
    /*color: white;*/
}
.templates-screen-btn-icon {
    background-size: 100%;
    width:26px;
    height:26px;
    margin:auto;
}

.templates-screen-btn-label {
    position: absolute;
    width: 100%;
    top: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    padding: 2px 0;
}

.templates-card-description {
    display: inline-flex;
    padding: 4px;
    margin: 4px auto;
    border-radius: 5px;
    border: 1px solid #666;
    width: 220px;
}

.templates-card-screens .fa {
    font-size: 20px;
    color: #666;
    padding: 2px;
}

.templates-card-screentype-description {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    padding: 12px;
    background: #38A6E1;
    color: white;
    margin: 12px auto;
}

.templates-details-controlls {
    display: flex;
}

.templates-details-controlls .templates-btn{
    margin:auto;
}

.templates-list__right-margin {
    margin: auto;
}

.templates-btn {
    position: relative;
    width: 144px;
    margin: 12px auto;
    padding: 8px 6px 8px 34px;
    border-radius: 5px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    transition: .2s ease-in-out;
}

.templates-btn--preview {
    background: #aaa;
}

.templates-btn--preview:hover {
    background: #666;
}

.templates-btn--copy {
    background: #080;
}

.templates-btn--copy:hover {
    background: #060;
}

.templates-btn--demo {
    background: #dd9100;
}

.templates-btn--demo:hover {
    background: #af7300;
}

.templates-btn--new {
    background: #337ab7;
}

.templates-list .templates-btn i {
    position: absolute;
    left: 12px;
    line-height: 18px;
}

/* ######## POPUP STYLES #### */
.templates-popups {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.templates-popup__content {
    width: 100%;
    height: 100%;
    padding: 36px 36px 36px 270px;
    overflow: auto;
}

.templates-list__card-footer .templates-btn {
    width:180px;
}

.templates-list__card-footer .templates-btn i {
    position: absolute;
    left: 12px;
    line-height: 18px;
}

.templates-popup__cancel-btn {
    position: absolute;
    right: 48px;
    top: 48px;
    color: #fff;
    font-size: 20px;
    z-index: 10;
}

.templates-popup__cancel-btn .fa-times-circle {
    color: #c42929;
}

.templates-popup__cancel-btn:hover {
    color: #fff;
}

.templates-modalBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
}

.templates-popup__details {
    position:relative;
    top:100px;
    width:100%;
    display:inline-flex;
}

.templates-popup__details--left {
    /*width: 38%;
    min-width: 500px;*/
    left: 0;
    margin: 12px auto;
    display: flex;
    align-self: flex-start;
}

.templates-popup__details--right {
    width: 58%;
    /*min-width:700px;*/
    right: 0;
    margin:auto;
    color: #eee;
    display: flex;
}

.templates-card-screens-general-description {
    color: white;
    max-width: 500px;
    margin-top: 24px;
}

.templates-card-screens-general-description__content {
    font-size:16px;
    margin-top: 12px;
}

.templates-card-screens-general-description__content span{
    font-size: 18px;
    margin-bottom:12px;
    border-bottom: 1px solid #fff;
    display:block;
}

.templates-list__card-screens-thubnails {
    margin-right: 6px;
}

.templates-popup__details--left .templates-list__card-screens-thubnails{
    margin-left:0;
    padding:0;
}

.templates-popup__details--left .templates-popup__body {
    flex-direction: column;
    margin:auto;
}

.templates-popup__details--left .templates-img-wrap {
    position: relative;
    width: 500px;
    height: 400px;
    border-radius: 6px;
    border: 1px solid #000;
}

.templates-popup__details--left .templates-img {
    border-radius: 12px;
    border: 1px solid #000;
}

.templates-popup__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto 2px;
    border-radius: 6px;
    opacity: 0;
    transition: all ease-in-out 300ms;
}

.templates-popup__img[is-selected='true'] {
    opacity: 100;
}

.templates-popup__details--left .templates-thubnails-wrap {
    display: inline-flex;
    margin: auto;
}

.templates-popup__details--left .templates-screen-thubnail {
    margin: auto;
    width: 100px;
    padding: 2px;
}

.templates-popup__details--left .templates-screen-thubnail-btn {
    width: 96px;
    height: 78px;
    margin: 12px auto;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #000;
}

.templates-popup__details--right .templates-popup-details-wrap {
    margin: auto;
    width: 90%;
    padding: 24px;
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
}

.templates-popup__details--right .templates-popup__title {
    font-size:32px;
}

.templates-popup__details--right .templates-btn {
    width:164px;
}

.templates-popup__details--right .templates-btn i{
    position: absolute;
    left: 12px;
    line-height: 18px;
}

.templates-screen-thubnail-btn {
    background-size: 100%;
    width: 52px;
    height: 42px;
    margin: auto;
}

.templates-screen-thubnail[is-hovered='true'] .templates-screen-thubnail-btn {
    outline: 2px solid #38A6E1;
}

.templates-preview-banner {
    font-size: 20px;
    width: 90%;
    margin:auto;
    color: #fff;
}

.templates-preview-icon {
    margin: auto;
    width: 10%;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
