/*
damdy : #00a5c8
wedia : #00a5c8

damdy : #3b6075
wedia : #00a5c8

damdy : #315062
wedia : #00a5c8

*/
/*
 * Authors: kevin.boudot@brainsonic.com, marc.fahmi@brainsonic.com, julien.grand@brainsonic.com
 */

body {
	/*font-family: Arial,Helvetica,sans-serif;*/
	/*font-size: 12px;*/
	/*color: #999;*/
	/*text-align: center;*/
}
a {
	color: #777E86;
	font-size: 12px;
}

/******************************
 *
 * HEADER
 *
 ******************************/

#header {
	width: 100%;
	height: 105px;
	background: #00a5c8;
	/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNjA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTUwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3b6075 0%, #315062 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6075), color-stop(100%,#315062));
	background: -webkit-linear-gradient(top, #3b6075 0%,#315062 100%);
	background: -o-linear-gradient(top, #3b6075 0%,#315062 100%);
	background: -ms-linear-gradient(top, #3b6075 0%,#315062 100%);
	background: linear-gradient(to bottom, #3b6075 0%,#315062 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6075', endColorstr='#315062',GradientType=0 );
	*/
}

#header div.wrap{height: 100%; }
#header a.logo {
    display:block;
    width: 174px;
    height: 55px;
    /*background: url(../images/sprite.png) -10px -10px;*/
	background: transparent url(../images/DAMDY_LOGO_Blanc_header.png) no-repeat 50% 0%;
    text-indent: -9999px;
    position: absolute;
    top:36px;
}
#header div.account{
	margin-top: 30px;
	float: right;
	width: 217px;
	padding: 5px 6px;
	height: 45px;
	border:1px solid #2c4859;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		border-radius:5px;
		-webkit-box-shadow: 0px 1px 0px #516d7d;
		-moz-box-shadow: 0px 1px 0px #516d7d;
		-o-box-shadow: 0px 1px 0px #516d7d;
		-ms-box-shadow: 0px 1px 0px #516d7d;
		box-shadow: 0px 1px 0px #516d7d;
}

#header div.account img{ float: left;margin-right: 6px; }

#header div.account .glyphicon-user {
	float: left;
	margin-right: 6px;
	font-size: 30px;
	vertical-align: middle;
}

#header div.account p{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#header div.account a{
	/*color: #3399ff;*/
	color: white;
	font-size: 12px;
	text-decoration: underline;
	margin:0;
	padding: 0;
	display: block;
}

#header div.account a.lang{
	width: 30px;
	height: 25px;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}

#header div.account a.lang.fr{ background: url(../images/sprite.png) -9px -78px; }
#header div.account a.lang.en{ background: url(../images/sprite.png) -49px -78px; }

#header .container {
    margin: auto;
    text-align: left;
    color: #ffffff;
    width: 980px;
    position: relative;
}
#header .container #context-selector {
    position: absolute;
	top: 30px;
    left: 180px;
    width: 490px;
    padding: 5px 10px 0 10px;
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
	/*
    background: url(../images/bgd_topmenu.gif) left -30px #3b5e72 repeat-x;
    border: 1px solid #2f4c5d;
	box-shadow: 1px 1px 4px #224153;
	*/

	background-color: #00a5c8;
	border: 1px solid #00a5c8;
	box-shadow: 1px 1px 4px #00a5c8;

    border-radius: 6px;

    z-index: 10;
}
#header .container #context-selector a {
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    padding: 0 0 5px 0;
    display: block;
}
#header .container #context-selector a.show {
    float: left;
}
#header .container #context-selector a.name {
    padding-left: 12px;
	overflow: hidden;
}
#header .container #context-selector a.dropdown-toggle {
    background: url(../images/ico/ico_arrow_account_list.gif) right -1px top 1px no-repeat;
    padding-right: 32px;
    overflow: hidden;
}
input#context-search-input {
	overflow: hidden;
	width: 434px;
	background-color: transparent;
	border: 0px solid #2f4c5d;
	margin-bottom: 3px;
	margin-left: 5px;
	background: url(../images/ico/ico_arrow_account_list.gif) right -1px top 1px no-repeat;
}
input#context-search-input:focus {
	border: 0px solid #2f4c5d;
	outline: 0;
}

#header .container #context-selector ul {
    position: relative;
    margin: 30px 0 0 0px;
    overflow-y: auto;
    max-height: 350px;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
    z-index: 10;

    vertical-align: baseline;
    background: transparent;
    border: none;
}
#header .container #context-selector ul li {
    margin: auto;
    width: 100%;
    text-align: left;
    float: left;

    padding: 0;
    border-top: 1px solid #87A4B6;
    outline: 0;
    font-size: 100%;

    vertical-align: baseline;
    background: transparent;
}
#header .container #context-selector ul a {
    font-size: 18px;
    padding: 7px 5px;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    display: inline-block;
}

/******************************
 *
 * NAV
 *
 ******************************/

nav{ background-color: #f6f5f5; border-bottom: 1px solid #eceaea; height: 30px; display: block;margin-bottom: 40px; }
nav ul{ list-style-type: none;}
nav > ul > li{ float: left; border-right: 1px solid #c6c6c6;display: block; }
nav > ul > li:first-child{ border-left: 1px solid #c6c6c6; }
nav > ul > li > a{ display:block;color:#757474; padding: 8px 20px;height: 30px;font-size: 12px; }
nav > ul > li.current > a{ color: #757474; }
nav > ul > li.current > a:focus,
nav > ul > li.current > a:hover;{ text-decoration:none; }
nav ul li:hover a{ background-color: #00a5c8;color:#fff;text-decoration: none; }
nav ul li:hover .submenu{ display: block; }

.submenu{
	display: none;
	width: 100%;
	position: absolute;
	background-color: #00a5c8;
	left: 0;
	z-index: 1000;
}

.submenu ul{
	padding-left: 0;
}

.submenu > ul > li{
	color:#fff;
	font-family: 'Futura-Book';
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 33px;
	padding-bottom: 40px;
	float: left;
	margin-right: 50px;
}

nav > ul > li a i{
	display: block;
	margin-right:5px;
}

nav > ul > li.support{
	float: right;
}

nav > ul > li.support > a{
	background-color: #8594a4;
	color: #fff;
}

.submenu > ul > li > ul{
	margin-top: 10px;
}

.submenu > ul > li > ul > li{
	padding: 0;
}

.submenu > ul > li > ul > li > a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	background: url(../images/sprite.png) -88px -83px;
	padding-left: 10px;
}

.submenu > ul > li > ul > li > a:hover{
	text-decoration: underline;
}

#footer {
	background: none repeat scroll 0% 0% #E4E4E4;
/*
	position: fixed;
	bottom: 0;
	width: 100%;
*/
}

#footer p {
	padding: 25px 0px;
	background: none repeat scroll 0% 0% #E4E4E4;
	color: #999;
	text-align: right;
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#player{
	margin-top: 3px;
	width: 100% !important;
}
#player .bs-player {
	background: transparent ;
}
#player .bs-player.loading {
	background: url("../images/blue-loader.gif") no-repeat center center transparent ;
}

.panel-default > .panel-heading{ position: relative; }
.panel-default > .panel-heading a i{
	position: absolute;
	right:12px;
	top:12px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/sprite.png) -112px -55px;
}

#preview {
	padding-top: 57px;
}

h1.maintitle{
	font-family: 'Futura-Book';
	text-transform: uppercase;
	color:#00a5c8;
	font-size: 26px;
}

p.maintext{
	font-family: 'geogia';
	font-style: italic;
	font-size: 14px;
	color: #8b8b8b;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	margin-bottom: 40px;
}

h1.maintitle strong{
	font-weight: normal;
	font-family: 'Futura-Heavy';
}

.panel-default > .panel-heading a.collapsed i{ background: url(../images/sprite.png) -92px -55px; }


.bootstrap-filestyle{
	display: block !important;
	height: 80px;
}

.bootstrap-filestyle .btn{
	float: right;
}

.inputfile{
	/*width: 40% !important;*/
	/*margin-right: 5px;*/
	/*float: left;*/
	margin-bottom: 10px;
}

.bootstrap-select{
	width: 100% !important;
}

.range-slider{
	/*width: 100;
	float: left;*/
	display: block;
}

.sliderval{
	display: block;
	float: left;
	/*margin-left: 30px;*/
	margin-top: 10px;
	width: 100%;
}


.imageready{
	clear: both;
}

.imageready img{
	max-width: 100%;
}

.imageready img,
.imageready ul{
	float: left;
	padding: 0;
}

.imageready ul{
	margin-left: 10px;
	margin-top: 10px;
}


.imageready ul li{
	display:block;
	float: left;
	width: 18px;
	height: 15px;
	margin-right: 4px;
}

.imageready ul li a{
	float: left;
	display: block;
	width: 18px;
	height: 15px;
	text-indent: -9999px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li{
	width: 33.3%;
}

.nav-tabs > li a{
	text-align: center;
	padding: 10px 0 !important;
}

.nav-tabs > li > a {
	color: #757474;
	background: #eeeeee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e2e2e2',GradientType=0 );

	border: none;
  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: transparent;
	border: none;
	background: #00a5c8;
	/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYmFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzk4ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2ebaed 0%, #1798e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ebaed), color-stop(100%,#1798e4));
	background: -webkit-linear-gradient(top, #2ebaed 0%,#1798e4 100%);
	background: -o-linear-gradient(top, #2ebaed 0%,#1798e4 100%);
	background: -ms-linear-gradient(top, #2ebaed 0%,#1798e4 100%);
	background: linear-gradient(to bottom, #2ebaed 0%,#1798e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebaed', endColorstr='#1798e4',GradientType=0 );
	*/
}

.imageready ul li a.upload{ background: url(../images/sprite.png) -131px -52px; }
.imageready ul li a.resize{ background: url(../images/sprite.png) -159px -53px; }
.imageready ul li a.delete{ background: url(../images/sprite.png) -184px -53px; }
.imageready ul li a.view{ background: url(../images/sprite.png) -209px -53px; }
.imageready ul li a.cancel{ background: url(../images/sprite.png) -235px -53px; }


.btn-secondary { color: #ffffff; background-color: #777; border-color: #555; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary
{ color: #ffffff; background-color: #888; border-color: #444; }

/* screen exceptions */

@media (min-width: 1200px){ nav > ul > li > a{ padding: 6px 36px } }
@media (max-width: 1200px){ .nav-tabs > li > a{ font-size: 12px; } }


.form-group.bg{
	background-color: #f7f7f7;
}

.form-group p{
	position: relative;
}

.form-group .radio,
.form-group .checkbox {
	margin-left: 20px;
}
/*

	- odd/even fields
	- couleur border accordion block

*/

.panel-group .panel {
	overflow: visible
}
.panel-group p {
	margin-bottom: 20px;
}
.panel-default > .panel-heading {
	color: #00a5c8;
	background: #deeffb;
	text-transform: uppercase;
}

.panel-default > .panel-heading  h4 {
	font-size: 14px;
}

.panel.list-bloc > .panel-heading h4 {
    font-size: 12px;
}
.panel.list-bloc > .panel-body ul {
    list-style-type: none;
}

.object_actions {
	min-width: 85px;
}

/* embed mode */
body.embed #preview {
	padding-top: 0;
}

body.embed .nav-tabs {
	margin-top: 20px;
}

/******************************
 *
 * List pages
 *
 ******************************/

td.td_enabled i.fa {
    font-size: 18px;
    padding-top: 4px;
}
td.td_enabled i.fa.state-enabled {
    color: #008000;
}
td.td_enabled i.fa.state-disabled {
    color: #b82118;
}

/******************************
 *
 * Edit pages
 *
 ******************************/

.field_packages select.form-control {
    height: 200px;
}

/******************************
 *
 * Show pages
 *
 ******************************/

.field_email a {
    font-size: 14px;
}

.field_resources ul {
	list-style-type: none;
	padding-left: 0;
}

div.field_accountPackages,
div.field_players,
div.field_userAccounts {
	max-height: 400px;
	overflow-y: auto;
}

div.field_properties .list-group {
	float: left;
	margin-right: 20px;
}
div.field_properties a.fa {
	font-size: 12px;
}
div.field_properties .list-group-item.active,
div.field_properties .list-group-item.active:hover,
div.field_properties .list-group-item.active:focus {
	text-shadow: initial;
/*
	background-image: -webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
	background-image: -o-linear-gradient(top,#428bca 0,#3278b3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3278b3));
	background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
*/
    border-color: #ddd;
    color: #555;
	background: inherit;
}
div.field_properties .list-group-item-heading {
	float: left;
	margin-right: 10px;
    width: 400px;
    font-size: 12px;
    color: #555;
}
div.field_properties .list-group-item i.fa {
	float: none;
}
div.field_properties .list-group-item code {
	color: inherit;
}
div.field_properties .list-group-item .language-flag {
    width: 16px;
    height: 11px;
}

div.field_properties .properties-filters {
    font-size: 12px;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #555;
}
div.field_properties .properties-filters a {
    color: #555;
    margin-right: 15px;
}
div.field_properties .properties-filters a:hover,
div.field_properties .properties-filters a:focus {
    text-decoration: none;
}
div.field_properties .properties-filters span {
    margin: 3px 15px;
}
div.field_properties .properties-filters i {
    margin-right: 5px;
}

div.field_properties .categories-list {
    width: 300px;
}
div.field_properties .categories-list a.list-group-item > .badge {
    padding: 0px 7px;
    font-size: 18px;
    color: #428bca;
    background-color: transparent;
}
/*
div.field_properties .categories-list a.list-group-item i.fa-toggle-off {
    color: #777;
}
*/

div.field_properties .properties-filters a:hover,
div.field_properties .category-list a:hover,
div.field_properties .list-group-item a:hover i.fa,
div.field_properties .properties-filters a:hover i.fa {
    color: #777e86;
}

div.field_properties .properties-filters i.active-icon {
    font-size: 18px;
    vertical-align: middle;
}

div.field_properties .list-group-item a i.fa,
div.field_properties .list-group-item a:hover i.fa,
div.field_properties .properties-filters a i.active-icon,
div.field_properties .properties-filters a:hover i.active-icon {
    color: #428bca;
}
div.field_properties .properties-list .list-group-item .modal-content img {
    width: 100%;
}

h1 .label {
	font-size: 35%;
	font-weight: 300;
	vertical-align: middle;
}
.label-tag {
    font-weight: normal;
}
.label-default-package,
.label-enabled {
	background-color: #5cb85c;
}
.label-disabled {
	background-color: #d9534f;
}

.panel .list-group-item i.fa {
	float: right;
}
.panel .table i.fa {
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 3px;
}

.panel-default > .panel-heading a i.fa-eye {
	right:17px;
}
.panel-default > .panel-heading a i.fa-wrench {
	right:37px;
}

.list-bloc li a:hover i.fa,
.list-bloc li a:focus i.fa {
    text-decoration: none;
}

/******************************
 *
 * jquery.minicolors.min.css overrides
 *
 ******************************/

.minicolors {
	display: block;
}
.minicolors-panel {
	width: 175px;
	height: 154px;
}
.minicolors-theme-bootstrap .minicolors-input {
   height: 34px;
   padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel {
	left: 0px;
}
.minicolors-theme-bootstrap .minicolors-panel {
	top: auto;
}
.minicolors-theme-bootstrap .minicolors-swatch {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	width: 28px;
	height: 28px;
	border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch span {
    box-shadow: none;
}
.minicolors-picker {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.minicolors-grid .minicolors-picker {
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
.minicolors-grid .minicolors-picker > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: solid 2px white;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/******************************
 *
 * afe double-list overrides
 *
 ******************************/

.double-list .list-unselected .double-list-dropdown {
	min-height: 150px;
	max-height: 300px;
	height: auto;
}
.double-list .list-selected .double-list-dropdown {
	height: 150px;
}
.double-list .hidden-select {
	height: 0;
}
.double-list-dropdown li.selected,
.double-list-dropdown li.selected a:hover,
.double-list-dropdown li.selected a:focus {
	background: #428bca;
	/* color: #fff; */
}

/******************************
 *
 * Login
 *
 ******************************/

.login-form {
    border: 1px solid #00a5c8;
    margin: 20px auto;
    width: 350px;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#00baff 0,#00a5c8 100%);
    background-image: -o-linear-gradient(top,#00baff 0,#00a5c8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00baff),to(#00a5c8));
    background-image: linear-gradient(to bottom,#00baff 0,#00a5c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00baff', endColorstr='#ff00abeb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 3px;
    padding: 20px;
    color: #fff;
}
.logo-mini {
    margin: 7px 0 10px 0;
    width: 113px;
    height: 34px;
    background-image: url(../images/damdy-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.login-form legend {
    padding: 0 0 10px 0;
    color: #fff;
}
.login-form .form-group {
    text-align: left;
}
.login-form .form-group .checkbox {
    margin-left: 0;
}
.btn-login {
    background-image: -webkit-linear-gradient(top,#fff 0,#fefefe 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fefefe 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fefefe));
    background-image: linear-gradient(to bottom,#fff 0,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffefefe', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #0086b8;
    color: #00a5c8;
    background-color: #fff;
}
.btn-login:hover, .btn-login:focus {
    background-color: #fff;
    background-position: 0 15px;
    border-color: #00baff;
    color: #00a5c8;
    text-decoration: none;
}