#templates .recipe-box {
    width: 49% !important;
    float: left !important;
    margin-right: 1% !important;
    text-align: left;
    height: 120px;
}

#templates .recipe-box .header {
    height: 42px;
}

#templates .recipe-box .header img {
    height: 32px;
}

#templates .recipe-box .header .rightActions {
    margin: 6px;
    display: table;
    float: right;
}

#templates .recipe-box .body {
    height: 78px;
    overflow-y: auto;
}

#templates .recipe-box label {
    margin-bottom: 0;
}

#templates .catalogIcon {
    margin: 1% !important;
    float: left;
}

#templates .blueRecipeBox {
    border: solid 1px #337ab7 !important;
}

#templates .blueBoxHeader {
    background-color: #DEF1F7 !important;
    border-bottom-color: #337ab7 !important;
}

#templates .greenRecipeBox {
    border: solid 1px #3c763d !important;
}

#templates .greenBoxHeader {
    background-color: #dff0d8 !important;
    border-bottom-color: #3c763d !important;
}

#templates #exportTemplate {
    max-height: 400px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

#templates .exportLabel {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    border-radius: 3px;
    padding: 5px 30px;
    cursor: pointer;
}

#templates .exportLabel.active {
    background-color: #DEF1F7;
    border: solid 1px #337ab7;
    font-weight: bold;
}

.restrictions label {
    width: 20%;
    float: left;
}

.restrictions .adjacentList {
    padding-left: 0px;
    margin-left: 20px;
    float: left;
    list-style-type: none;
}

.restrictions .adjacentList li {
    float: left;
    margin-right: 30px;
}

.restrictions .adjacentList li .btn {
    cursor: default;
}

.templateName {
    float: left;
    padding-top: 4px;
    height: 25px;
    width: 72%;
    overflow: hidden;
}