
@font-face {
    font-family: 'Flama-Ultralight';
    src: url('fonts/Flama-Ultralight.eot');
    src: local('☺'), url('fonts/Flama-Ultralight.woff') format('woff'), url('fonts/Flama-Ultralight.ttf') format('truetype'), url('fonts/Flama-Ultralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flama-Light';
    src: url('fonts/Flama-Light.eot');
    src: local('☺'), url('fonts/Flama-Light.woff') format('woff'), url('fonts/Flama-Light.ttf') format('truetype'), url('fonts/Flama-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Flama-Book';
    src: url('fonts/Flama-Book.eot');
    src: local('☺'), url('fonts/Flama-Book.woff') format('woff'), url('fonts/Flama-Book.ttf') format('truetype'), url('fonts/Flama-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flama-Basic';
    src: url('fonts/Flama-Basic.eot');
    src: local('☺'), url('fonts/Flama-Basic.woff') format('woff'), url('fonts/Flama-Basic.ttf') format('truetype'), url('fonts/Flama-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flama-Medium';
    src: url('fonts/Flama-Medium.eot');
    src: local('☺'), url('fonts/Flama-Medium.woff') format('woff'), url('fonts/Flama-Medium.ttf') format('truetype'), url('fonts/Flama-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flama-Semibold';
    src: url('fonts/Flama-Semibold.eot');
    src: local('☺'), url('fonts/Flama-Semibold.woff') format('woff'), url('fonts/Flama-Semibold.ttf') format('truetype'), url('fonts/Flama-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: #EEE;
}

#login-wrapper{

}

#login-wrapper #logo{
    height: 60px;
    width: 360px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family:"Arial";
    color:#FFFFFF;
    font-size: 50px;
}

#login-wrapper #login{
    background-color: #FFF;
    width: 280px;
    height: auto;
    margin: 0 auto;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 4px #ccc;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;
    padding: 40px;
    position: relative;
}

#login-wrapper #login #auth_form{margin-bottom: 0px;}
#login-wrapper #login #auth_form .input-field input{
    width: 280px;
    border: 1px solid #E4E4E4;
    height: 50px;
    border-radius: 2px;
    background-color: #EEE;
    padding-left: 60px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 18px;
    font-family: 'Flama-Book';
    font-size: 16px;
}

input.username{
    background-image: url('../../img/back-input-email-dashboard.png');
    background-repeat: no-repeat;
    background-position: 16px center;
}
input.password{
    background-image: url('../../img/back-input-password-dashboard.png');
    background-repeat: no-repeat;
    background-position: 18px center;
}

button.btn-submit{
    height: 60px;
    width: 100%;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;

    background: rgb(244,106,55); /* Old browsers */
    background: -moz-linear-gradient(top,  #af0606 0%, #6f0606 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af0606), color-stop(100%,#6f0606)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #af0606 0%,#6f0606 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #af0606 0%,#6f0606 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #af0606 0%,#6f0606 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #af0606 0%,#6f0606 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0606', endColorstr='#6f0606',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #A74A22 !important;
    text-shadow: 0px 1px #A74A22;
}

button.btn-submit .icon-plus{
    font-size: 20px;
    background: none;
    margin-right: 10px;
}


i.icon-submit{
    background-image: url("../../img/icon-btn-submit.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 15px;
}

#footer{position:absolute;bottom: 0px;left: 0px;right: 0px;height: 40px;}
#footer p{text-align: center;font-family: 'Flama-Light';font-size: 14px;color: #FFF;}
#footer p span{color: #F36D37;}
#footer p span a, #footer p span a{font-family: 'Flama-Light';font-weigth: 100;font-size: 14px;color: #F36D37;}

#footer-dash{position:relative;height: 40px;}
#footer-dash p{text-align: center;font-family: 'Flama-Light';font-size: 14px;color: #777;}
#footer-dash p span{color: #F36D37;}
#footer-dash p span a, #footer p span a{font-family: 'Flama-Light';font-weigth: 100;font-size: 14px;color: #af0606;}

#header-wrap{
    height: 64px;
    background-color: #F96744;
    border-bottom: 2px solid #C7612E;
}
#header{
    height: 64px;
    display: table;
    width: 1120px;
    margin: 0 auto;
}
#header #logo{
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}
#header #logo img{
    width: 120px;
}

#business-title{
    font-family: 'Flama-Light';
    font-size: 24px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}
#business-title i.line{
    height: 25px;
    border-left: 1px solid #FFF;
    width: 1px;
    margin-right: 30px;
    line-height: 30px;
    font-size: 21px;
}

#user-options{

}
#user-options li{
    list-style: none;
    float: right;
}
#user-options li a, #user-options li a:hover{
    list-style: none;
    float: right;
    text-decoration: none !important;
}

#dropdown_user{
    min-width: 140px;
    width: 142px;
    right: 0;
    left: auto;
    margin-top: 15px;
    border-radius: 2px;
    padding: 20px;
}

#dropdown_user li{
    width: 100%;
    text-align: center;
}

#dropdown_user li a{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    font-family: 'Flama-Book';
    color: #333;
    width: 100%;
    padding: 0px;
}


#dropdown_user li a:hover{
    background: none;
    background-color: transparent;
    color: #999;
}

#dropdown_user:before {
    position: absolute;
    top: -5px;
    left: 9px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    right: 19px;
    left: auto;
}

#dropdown_user:after {
    position: absolute;
    top: -4px;
    left: 10px;
    display: inline-block;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid transparent;
    content: '';
    right: 20px;
    left: auto;
}

#img_avatar{
    border-radius: 42px;
    height: 42px;
    width: 42px;
    border: 2px solid #F87E46;
}

#deals-wrap{
    width: 1040px;
    max-width: 1040px;
    margin-top: 40px;
    padding: 40px;
    background-color: #F9FAF9;
    border: 1px solid #E2E0DE;
    margin-bottom: 30px;
}

#deals-wrap #title{
    font-family: 'Flama-UltraLight';
    font-size: 40px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
#deals-wrap #filter{
    font-family: 'Flama-UltraLight';
    font-size: 16px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
#deals-wrap #filter-input{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
#deals-wrap i.line{
    height: 25px;
    border-left: 1px solid #E2E0DE;
    width: 1px;
    margin-right: 30px;
    margin-left: 30px;
    line-height: 30px;
    font-size: 21px;
}

#filter-dropdown{
    float: right;
    padding: 11px;
    width: 160px;
    background-color: #FFF;
    border: 1px solid #E2E0DE;
    border-radius: 2px;
    font-family: 'Flama-Light';
    font-size: 15px;
    color: #999;
    line-height: 16px;
    background-image: url("../../img/filter_arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px top 18px;
    background-position-x: right 18px;
    background-position-y: top 20px;
    margin-left: 10px;
}

#filter-dropdown a#btn_filter, #filter-dropdown a#btn_filter:hover{
    /*padding: 11px;*/
    /*padding-right: 171px;*/
    font-family: 'Flama-Book';
    font-size: 15px;
    color: #999;
    text-decoration: none;
    display: block;
    width: 160px;
}

#dropdown_filter{
    min-width: 140px;
    width: 140px;
    right: 0;
    left: auto;
    margin-top: 10px;
    border-radius: 2px;
    padding: 20px;
}

#dropdown_filter li{
    width: 100%;
    text-align: center;
}


#dropdown_filter li a{
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    font-family: 'Flama-Book';
}

#dropdown_filter li a:hover{
    background: none;
    background-color: transparent;
    color: black;
}

#dropdown_filter:before {
    position: absolute;
    top: -5px;
    left: 9px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    right: 18px;
    left: auto;
}

#dropdown_filter:after {
    position: absolute;
    top: -4px;
    left: 10px;
    display: inline-block;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid transparent;
    content: '';
    right: 19px;
    left: auto;
}

#deals-wrap #create-wrap{
    display: table-cell;
    vertical-align: middle;
    float: right;
}
#deals-wrap #create-wrap button.create-deal{
    margin-top: 0px;
    height: 60px;
    width: 239px;
    font-family: 'Flama-Light';
    font-size: 18px;
    color: #FFF;
    border: none;
    border-radius: 2px;

    background: rgb(244,106,55); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,106,55,1) 0%, rgba(221,96,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,106,55,1)), color-stop(100%,rgba(221,96,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0606', endColorstr='#6f0606',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #A74A22 !important;
    text-shadow: 0px 1px #A74A22;
}
#deals-wrap #create-wrap button.create-deal img{
    margin-left: 5px;
}

#deals-wrap #deals-container{
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 1px #ccc;
    -webkit-box-shadow: 0px 1px 1px #ccc;
    box-shadow: 0px 1px 1px #ccc;
    padding: 20px;
    margin-top: 20px;
    height: auto;
    display: block;
}

.deal-table-head{
    height: 30px;
    border-bottom: 1px solid #E2E0DE;
}
.deal-table-head div{float: left;font-family: 'Flama-Light';font-size: 14px;color: #999;}
.deal-table-head div.center{text-align: center;}
.deal-table-head .small{width: 8%;}
.deal-table-head .small-middle{width: 12%;}
.deal-table-head .middle{width: 14%;}
.deal-table-head .large{width: 24%;}

.deal-table-body{
    /*margin-top: 20px;*/
    position: relative;
    /*height: 1000px;*/
    /*border-bottom: 1px solid #E2E0DE;*/
}
.deal-table-body .small{width: 8%;}
.deal-table-body .middle{width: 14%;}
.deal-table-body .small-middle{width: 12%;}
.deal-table-body .large{width: 24%;font-family: 'Flama-Book';font-size: 16px;color: #555;}

.deal-line{
    display: table;
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #E2E0DE;
    position: relative;
}

.deal-line:last-child{
    border-bottom: none;
}

.deal-line div.column{
    display: table-cell;
    vertical-align: middle;
    height: 115px;
}

.deal-line div.column .back-icon{
    margin-left: 20px;
}

.deal-line div.column .icon{
    display: block;
    position: absolute;
    top: 68px;
    left: 58px;
}

.deal-line div.column.center{
    text-align: center;
}

.deal-line div.column.back-line{
    background-image: url('../../img/back-deal-line.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.deal-line div.column.back-time-line{
    background-image: url('../../img/back-deal-time.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.deal-line .deal-title{
    padding-left:20px;
    padding-right: 20px;
    margin-bottom: 0px;
    font-family: 'Flama-Book';
    font-size: 16px;
    color: #BBB;
}

.deal-line .deal-date{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-family: 'Flama-Book';
    font-size: 13px;
    color: #BBB;
}

.deal-line .deal-date.first{
    border-bottom: 1px solid #E2E0DE;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.deal-line .deal-date span{
    font-family: 'Flama-Medium';
}

.deal-line .orange{
    font-family: 'Flama-Medium';
    font-size: 22px;
    color: #BBB;
}


.deal-line img.back-icon{
    opacity: 0.5;
}

.discription{margin-bottom: 15px;}
.discription .error{
    font-family: 'Flama-LIght';
    font-size: 12px;
    color: red;
}

#non_field_errors{
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-size: 12px;
    color: red;
}

.deal-line.active .deal-title{
    color: #555;
}
.deal-line.active .orange{
    color: #F7683A;
}
.deal-line.active .deal-date{
    color: #858585;
}
.deal-line.active img.back-icon{
    opacity: 1;
}

.title-form{
    font-family: 'Flama-UltraLight';
    font-size: 40px;
    color: #333;
}
.title-form span{font-size: 24px;}

.title-form-inlines{
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #333;
}
.subtitle-form-inlines{
    font-family: 'Flama-Light';
    font-size: 16px;
    color: #333;
    margin-bottom: 35px;
}

.btn-add-another, .btn-add-another:hover{
    display: table;
    text-align: center;
    width: 203px;
    height: 44px;
    border-bottom: 2px solid #4C876A;
    background: rgb(103,192,157); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,192,157,1) 0%, rgba(97,170,137,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,192,157,1)), color-stop(100%,rgba(97,170,137,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c09d', endColorstr='#61aa89',GradientType=0 ); /* IE6-9 */
    font-family: 'Flama-Light';
    font-size: 16px;
    color: #FFF;
    text-shadow: 1px 1px #4C876A;
    text-decoration: none;
}

.btn-add-another span{
    display: table-cell;
    vertical-align: middle;
}
.btn-add-another span img{
    margin-top: -3px;
    margin-right: 5px;
}

.btn-cancel, .btn-cancel:hover{
    display: table;
    height: 60px;
    width: 283px;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    text-align: center;

    background: rgb(236,95,71); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(236,95,71,1) 0%, rgba(221,88,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,95,71,1)), color-stop(100%,rgba(221,88,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5f47', endColorstr='#dd5842',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #B15644 !important;
    text-shadow: 0px 1px #B15644;
    text-decoration:none;
}
.btn-cancel span{
    display: table-cell;
    vertical-align: middle;
}

a.btn-remove{
    display: table;
    height: 44px;
    width: 150px;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    text-align: center;

    background: rgb(236,95,71); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(236,95,71,1) 0%, rgba(221,88,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,95,71,1)), color-stop(100%,rgba(221,88,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5f47', endColorstr='#dd5842',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #B15644 !important;
    text-shadow: 0px 1px #B15644;
    text-decoration:none;
    cursor: pointer;
}
a.btn-remove span{
    display: table-cell;
    vertical-align: middle;
}

button.btn-submit-form{
    height: 60px;
    width: 283px;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;

    background: rgb(244,106,55); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,106,55,1) 0%, rgba(221,96,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,106,55,1)), color-stop(100%,rgba(221,96,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,106,55,1) 0%,rgba(221,96,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0606', endColorstr='#6f0606',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #6f0606 !important;
    text-shadow: 0px 1px #A74A22;
}

button.btn-submit-form img{margin-top: -3px;margin-left: 5px;}

.errorlist{margin-left: 0px;}
.errorlist li{
    list-style: none;
    font-family: 'Flama-Light';
    font-size: 12px;
    color: #F96744;
}

#deal_form p, #deal_form input, #deal_form textarea{
    font-family: 'Flama-Book';
    font-size: 16px;
    color: #333;
}

#deal_form textarea{
    width: 600px;
    height: 94px;
}

.input_required{
    color: #F46C37;
}

.input_optional{
    color: #999;
}

.btn-save-list{
    display: table;
    height: 44px;
    width: 150px;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    text-align: center;

    background: rgb(103,192,157); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,192,157,1) 0%, rgba(97,170,137,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,192,157,1)), color-stop(100%,rgba(97,170,137,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(103,192,157,1) 0%,rgba(97,170,137,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c09d', endColorstr='#61aa89',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #4C876A !important;
    text-shadow: 0px 1px #4C876A;
    text-decoration:none;
}
.btn-cancel-list{
    display: table;
    height: 44px;
    width: 150px;
    font-family: 'Flama-Light';
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    text-align: center;

    background: rgb(236,95,71); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(236,95,71,1) 0%, rgba(221,88,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,95,71,1)), color-stop(100%,rgba(221,88,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,95,71,1) 0%,rgba(221,88,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5f47', endColorstr='#dd5842',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #B15644 !important;
    text-shadow: 0px 1px #B15644;
    text-decoration:none;
}
.btn-save-list span, .btn-cancel-list span{
    display: table-cell;
    vertical-align: middle;
}

#myModalLabel{
    font-family: 'Flama-Light';
    font-size: 40px;
    color: #333;
    font-weight: 100;
    text-align: center;
    padding: 15px;
}

.mselect-list-item, .control-label{
    font-family: 'Flama-Light';
    font-size: 16px;
    color: #333;
}

.no-deals{
    font-family: 'Flama-Book';
    font-size: 26px;
    text-align: center;
    color: #999;
    padding: 30px;
    margin: 0px;
}

body.login {
    background: url("../img/restaurant2.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    padding-top: 60px;
}