.template-card {
    width: 390px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.template-card:nth-child(3n-2) .linearFirst {
    background: #247bc7;
    background: -webkit-linear-gradient(left, #247bc7, #2aa5ea);
    background: -moz-linear-gradient(left, #247bc7, #2aa5ea);
    background: -o-linear-gradient(#247bc7, #2aa5ea);
    width: 100%;
    height: 15px;
}

.template-card:nth-child(3n-2) .linearSecond {
    background: #1f7ed0;
    background: -webkit-linear-gradient(left, #1f7ed0, #23aefb);
    background: -moz-linear-gradient(left, #1f7ed0, #23aefb);
    background: -o-linear-gradient(#1f7ed0, #23aefb);
    width: 100%;
    height: 90px
}

.template-card:nth-child(3n-1) .linearFirst {
    background: #22a78c;
    background: -webkit-linear-gradient(left, #22a78c, #22c3c5);
    background: -moz-linear-gradient(left, #22a78c, #22c3c5);
    background: -o-linear-gradient(#22a78c, #22c3c5);
    width: 100%;
    height: 15px;
}

.template-card:nth-child(3n-1) .linearSecond {
    background: #19b293;
    background: -webkit-linear-gradient(left, #19b293, #21c6c7);
    background: -moz-linear-gradient(left, #19b293, #21c6c7);
    background: -o-linear-gradient(#19b293, #21c6c7);
    width: 100%;
    height: 90px
}

.template-card:nth-child(3n) .linearFirst {
    background: #e38c27;
    background: -webkit-linear-gradient(left, #e38c27, #e7a640);
    background: -moz-linear-gradient(left, #e38c27, #e7a640);
    background: -o-linear-gradient(#e38c27, #e7a640);
    width: 100%;
    height: 15px;
}

.template-card:nth-child(3n) .linearSecond {
    background: #f7931e;
    background: -webkit-linear-gradient(left, #f7931e, #fbb03b);
    background: -moz-linear-gradient(left, #f7931e, #fbb03b);
    background: -o-linear-gradient(#f7931e, #fbb03b);
    width: 100%;
    height: 90px
}

.template-card .template-title {
    text-align: center;
    height: 25px;
    color: white;
    font-size: large;
    margin-top: 25px;
    width: 100%;
}

.template-card .index-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 2px 1px #ddd;
    /*margin-top: -470px;*/
    margin-left: -25px !important;
    position: absolute;
    left: 50%;
    top: 79px;
}

.template-card .index-circle > h3 {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 25% 0;
    /*background-color: yellow;*/
    position: relative;
}

.template-card .content-view {
    height: 555px;
    width: 100%;
    border: 1px solid #ddd;
}

.template-card table {
    margin-top: 25px;
    padding-right: 2%;
    line-height: 30px;
    width: 96%;
}

.template-card table > thead > tr > td {
    color: #2a93df;
    font-size: small;
    width: 23%
}

.template-card table > tbody > tr > td {
    color: black;
    font-size: small;
    width: 23%
}

.template-card table > tbody > tr > td:nth-child(even) {
    text-align: center;
}

.template-card table tr > td:nth-child(odd) {
    padding: 0 0 0 4%;
}

.template-card table > tbody > tr > td > label {
    border-bottom: 1px solid #ddd;
    width: 100%;
    line-height: 99%;
    margin-bottom: 0;
}

.template-card table > tbody > tr > td > input {
    width: 100%;
    height: 100%;
    line-height: 99%;
    border: 1px solid #ddd;
}

.template-card table > tbody > tr > td > select {
    width: 100%;
    height: 100%;
    line-height: 99%;
    border: 1px solid #ddd;
}

.template-card table > tbody > tr > td > span {
    color: red;
    margin-left: -7px;
}

.template-card table > tbody > tr > td > i {
    float: right;
    margin-top: 10px;
    margin-right: -10px;
    color: #2a93df;
}

.template-card table > tbody > tr > td > .fa-info:hover {
    color: #ddd;
}

.template-card .tmpl-button {
    /*background-color: #2a93df;*/
    /*color: white;*/
    /*height: 28px;*/
    /*width: 70px;*/
    /*text-align: center;*/
    /*border: 1px solid #2a93df;*/
    /*border-radius: 3px;*/
    float: right;
    margin: 5px 5px 0;
}

.template-card .tmpl-button-normal {
    /*background-color: #eee;*/
    /*color: #2a93df;*/
    /*height: 28px;*/
    /*width: 70px;*/
    /*text-align: center;*/
    /*border: 1px solid #2a93df;*/
    /*border-radius: 3px;*/
    float: right;
    margin: 5px 5px 0;
}

.template-button-add {
    margin-left: 23px;
    margin-top: 10px;
    padding:0;
    height: 90px;
    width: 80px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}

.template-button-add > .add-icon {
    background-color: #2a93df;
    height: 70px;
    width: 80px;
}

.template-button-add > .add-icon > h1 {
    font-size: 70px;
    height:100%;
    width: 100%;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.template-button-add > .add-title {
    background-color: #308dce;
    width: 80px;
    height: 20px
}

.template-button-add > .add-title > p {
    text-align: center;
    color: white;
    font-size: small;
}