/* Body
================================================== */

body
{
    background: #fafafa url('../images/layout/bg/noise_lines.png');
    color: #444;
    padding: 0;
}

#wrapper
{
    max-width: 1536px;
    min-width: 320px;
    margin: 0 auto;
    padding: 5px 5px 0 5px;
}

#wrapper #main
{
	background: url('../images/layout/lion-bg.png') center 100px no-repeat;
}

#wrapper.no-header #header
{
    display: none;
}

#wrapper.no-header #content-wrap
{
    padding: 10px 8px;
    margin-top: 0;
}

#wrapper.no-sidebar #sidebar,
#wrapper.no-sidebar #sidebar-separator
{
    display: none;
}

#wrapper.no-sidebar #main
{
    margin-left: 0 !important;
}

#wrapper.no-sidebar #content-inner
{
    background: none !important;
}

/* Header
================================================== */

#header
{
    margin: 0;
    position: relative;
    z-index: 10;
}

#header .navbar-inner
{
    background: url('../images/layout/header-bg.png') left top repeat-x;
    background-size: 125px 67px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #323232;
    border-width: 1px 0;
    -webkit-border-radius: 8px 8px 3px 3px;
    -moz-border-radius: 8px 8px 3px 3px;
    border-radius: 8px 8px 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#header .navbar-inner,
#header .navbar-inner .container,
#header #header-right
{
    max-height: 78px;
}

/*#header #header-right
{
    margin-left: 214px;
    padding-left: 20px;
}*/

#header #header-right #nav-toggle
{
    display: none;
    float: left;
    width: 26px;
    height: 26px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: relative;
    margin-top: 18px;
    cursor: pointer;
}

/* Header Brand
================================================== */

#header .navbar-inner .brand-img
{
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

#header .navbar-inner .brand
{
    padding-bottom: 0;
    padding-top: 0;
    float: none;
}

#header .navbar-inner .brand img
{
    max-height: 100%;
}

/* Header Buttons
================================================== */

#header #dropdown-lists .item,
#header #header-search #search-toggle,
#header #header-right #nav-toggle
{
    color: #fff;
    margin-right: 10px;
    background: #1f73ca;
    border: 1px solid #4087d1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header #dropdown-lists .item:active,
#header #header-search.open #search-toggle,
#header #header-right #nav-toggle:not(.collapsed)
{
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
}

/* Header Dropdown Items
================================================== */

#header #dropdown-lists
{
    float: left;
    margin-top: 22px;
  /* margin-left: 680px;*/
   margin-left: 230px;
}

#header #dropdown-lists .item-wrap
{
    float: left;
    position: relative;
}

#header #dropdown-lists .item-wrap .dropdown-menu
{
    margin-top: 14px;
    width: 220px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    text-align: center;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap
{
    margin-bottom: 8px;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul,
#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li
{
    list-style: none;
    text-align: left;
    padding: 0; margin: 0;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a
{
    white-space: normal;
    font-size: 11px;
    padding: 10px;
    line-height: 16px;
    border-bottom: 1px solid #e5e5e5;
    *zoom: 1;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:before,
#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:after
{
    display: table;
    content: "";
    line-height: 0;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:after
{
    clear: both;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .details
{
    display: block;
    margin-left: 4px;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .thumbnail
{
    float: left;
    background-color: #fff;
    padding: 2px;
    width: 44px;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .time
{
    display: block;
    color: #999;
}

#header #dropdown-lists .item
{
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 0px 1px #333333;
    display: block;
    outline: none;
    padding: 7px 14px;
    font-size: 12px;
}

#header #dropdown-lists .open .item
{
    background-image: none;
    background-color: #fff;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: -15px;
    border-bottom: 0;
    z-index: 1001;
    position: relative;

    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

#header #dropdown-lists .item .item-icon,
#header #dropdown-lists .item .item-label,
#header #dropdown-lists .item .item-count
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
}

#header #dropdown-lists .item .item-icon [class^="icon-"],
#header #dropdown-lists .item .item-icon [class^="icos-"],
#header #dropdown-lists .item .item-icon [class^="icol-"]
{
    font-size: 16px;
    margin-right: 2px;
}

#header #dropdown-lists .item-count
{
    padding: 1px 6px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    margin-left: 3px;
    font-size: 11px;
    border: 1px solid #390000;
    background: #c41902 repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #fd785a, #c41902);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd785a), to(#c41902));
    background-image: -webkit-linear-gradient(top, #fd785a, #c41902);
    background-image: -o-linear-gradient(top, #fd785a, #c41902);
    background-image: -moz-linear-gradient(top, #fd785a, #c41902);
    background-image: linear-gradient(top, #fd785a, #c41902);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Header Search
================================================== */

#header #header-search
{
    position: relative;
    display: block;
    float: left;
}

#header #header-search #search-toggle
{
    display: none;
    float: left;
    width: 26px;
    height: 26px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: relative;
    margin-top: 18px;
    cursor: pointer;
}

#header #header-search .navbar-search
{
    margin-top: 18px;
    margin-right: 10px;
}

#header #header-search .navbar-search .search-query
{
    line-height: 18px;
    width: 175px;
}

/* Header User Menus
================================================== */

#header #header-functions
{
    float: right;
}

#header #header-functions #user-info
{
    margin-top: 8px;
    float: left;
    position: relative;
}

#header #header-functions #user-info .controls
{
	text-align: right;
}

#header #header-functions #user-info .avatar,
#header #header-functions #user-info .info
{
    vertical-align: text-top;
    display: inline-block;
	/* IE7 inline-block hack */
    *display: inline;
    *zoom: 1;
}

#header #header-functions #user-info .avatar .dropdown-menu
{
	top: 60px;
	right: 0;
	left: auto;
	padding: 10px 8px;
	text-align: left;
}

#header #header-functions #user-info .avatar .dropdown-menu li a
{
	padding: 4px 15px;
	border-bottom: 1px solid #e5e5e5;
}
#header #header-functions #user-info .avatar .dropdown-menu li:last-child a
{
	border: none;
}
#header #header-functions #user-info .avatar .dropdown-menu li a:hover
{
	background: #e5f2fc;
	color: #333;
}

#header #header-functions #user-info .avatar
{
    margin-left: 8px;
}

#header #header-functions #user-info .avatar a
{
    display: block;
}

#header #header-functions #user-info .avatar img
{
    max-height: 40px;
    max-width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}
#header #header-functions #user-info .avatar .btn-large
{
	padding: 5px;
}
#header #header-functions #user-info .avatar .admin-name {
	font-size: 10px;
	color: #333;
	position: absolute;
	top: 36px;
	right: 6px;
	z-index: 9999;
}

#header #header-functions #user-info .licencias
{
	position: absolute;
	top: 30px;
	right: 102px;
}

#header #header-functions #user-info .licencias label
{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    height: 100%;
    white-space: nowrap;
    margin-top: 8px;
    margin-right: 8px;
    float: left;
}

#header #header-functions #user-info .licencias .input-licencia
{
	width: 210px;
	font-size: 14px;
	color: #054878;
    float: left;
}

#header #header-functions #user-info .info .name
{
    font-size: 18px;
    display: block;
    color: #A8E5FF;
    padding-bottom: 4px;
    padding-top: 4px;
}

/* Header Logout Ribbon
================================================== */

#header #header-functions #logout-ribbon
{
    background: url('../images/layout/ribbon.png') no-repeat center top;
    float: left;
    width: 42px;
    height: 49px;
    text-align: center;
    margin-top: -1px;
    margin-left: 45px;
}

#header #header-functions #logout-ribbon a
{
    line-height: 1;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    color: #fff;
    font-size: 0;
    margin-top: 6px;
    border: 1px solid transparent;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.icon-off:before
{
	content: "\f011";
}

#header #header-functions #logout-ribbon a span
{
	font-size: 0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#header #header-functions #logout-ribbon .salir-text {
	font-size: 14px;
	color: #fff;
	position: relative;
	/*top: 50px;
	right: 26px;*/
}

#header #header-functions #logout-ribbon a span [class^="icon-"]
{
    font-size: 24px;
    line-height: 1;
}

#header #header-functions #logout-ribbon a:hover
{
    border-color: #045b9c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#header #header-functions #logout-ribbon a:active
{
    background-color: #0175cb;
    border-color: #045b9c;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
}


/* Content Wrapper
================================================== */

#wrapper #content-wrap
{
    background: url(../images/layout/book-cover.png) #f6f6f6;
    padding: 69px 8px 10px 8px;
    margin-top: -69px;
    border: 1px solid #444;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35), 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35), 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35), 0 0 6px rgba(0, 0, 0, 0.5);
}

#wrapper #content,
#wrapper #content-outer,
#wrapper #content-inner
{
    border-top: 0 !important;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#wrapper #content-wrap #content
{
    background-color: #fff;
    position: relative;
}

#wrapper #content-outer
{
    position: relative;
    /*background: url('../images/layout/grids.png');*/
    /*background-size: 1024px 809px;*/
}

#wrapper #content-inner
{
    position: relative;
    /*background-image: url(../images/layout/content-bg.png);
    background-position: -25px top;
    background-repeat: repeat-y;
    background-size: 70px 1px;*/
}

#wrapper #content #sidebar-separator
{
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 206px;
    z-index: 7;
    background: url(../images/layout/book-fold.png) repeat-y left top;
    background-size: 40px 223px;
}

/* Sidebar
================================================== */

#wrapper #sidebar
{
    float: left;
    width: 226px;
    z-index: 6;
    position: relative;
    clear:both;
}

#wrapper #sidebar.affix
{
    /*position: fixed;*/
	position: absolute;
    float: none;
    top: 0;
}

/* Sidebar Toggle
================================================== */

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap
{
    padding: 3px;
    display: inline-block;
    float: left;
    max-width: none;
    font-size: 0;
    cursor: default;
    line-height: 1;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    margin-top: 9px;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #f8f8f8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 0 27px 27px 0;
    -moz-border-radius: 0 27px 27px 0;
    border-radius: 0 27px 27px 0;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle.disabled span
{
    cursor: default;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    margin: auto;
    width: 27px;
    height: 27px;
    padding: 2px;
    background-color: #f4f4f4;
    border: 1px solid;
    border-color: #e0e0e0 #ddd #d0d0d0 #ddd;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle span
{
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #d0d0d0 #ccc #d0d0d0;
    -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle:active:not(.disabled) span
{
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle span:after {
    font-family: 'IcoMoon';
    content: "\f0d9";
    color: #555;
    font-size: 14px;
    line-height: 16px;
    width: 16px; height: 16px;
    position: absolute;
    text-align: center;
    top: 50%; margin-top: -8px;
    left: 50%; margin-left: -8px;
}

#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle.toggled span:after
{
    content: "\f0da";
    margin-left: -7px;
}

/* Hidden Sidebar
================================================== */

#wrapper #content.sidebar-minimized #sidebar
{
    width: 50px;
    /*overflow: hidden;*/
}

#wrapper #content.sidebar-minimized #sidebar #navigation > ul
{
    min-height: 0 !important;
}

#wrapper #content.sidebar-minimized #sidebar-separator
{
    display: none;
}

#wrapper #content.sidebar-minimized #main
{
    margin-left: 70px;
}

/* Navigation
================================================== */

#wrapper #sidebar #navigation > ul
{
    margin: 0;
    position: relative;
}

/*#wrapper #sidebar #navigation > ul > li
{
    list-style: none;
    margin: 0;
    max-width: 45px;
    cursor: pointer;
    display: block;
}*/

#wrapper #sidebar #navigation > ul > li {
	position: relative;
	width: 68px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#wrapper #sidebar #navigation  > ul > li > a,
#wrapper #sidebar #navigation > ul > li > span
{
    margin: 0;
    line-height: 1;
    padding: 9px 0;
    text-align: center;
    color: #333;
    display: block;
    border: 1px solid transparent;
    font-size: 22px;
}

#wrapper #sidebar #navigation > ul > li .nav-title
{
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

#wrapper #sidebar #navigation ul li:hover > a,
#wrapper #sidebar #navigation ul li:hover > span
{
    color: #333;
    text-decoration: none;
}

/*#wrapper #sidebar #navigation > ul > li > .inner-navi
{
    left: 46px;
}*/



#wrapper #sidebar #navigation > ul > li.active > a,
#wrapper #sidebar #navigation > ul > li.active > span
{
    color: #ffffff;
    border: 1px solid #3f9dce;
    background: #054D84 repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #007eda, #054b7e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007eda), to(#054b7e));
    background-image: -webkit-linear-gradient(top, #007eda, #054b7e);
    background-image: -o-linear-gradient(top, #007eda, #054b7e);
    background-image: -moz-linear-gradient(top, #007eda, #054b7e);
    background-image: linear-gradient(top, #007eda, #054b7e);
    -webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);
    -moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);

    /*#007CD6, #043f6a) repeat-x scroll left bottom #054D84*/
}

/*#wrapper #sidebar #navigation > ul > li > .inner-nav
{
    top: 0;
    right: 0;
    left: 45px;
    position: absolute;
    display: block;
}*/

#wrapper #sidebar #navigation > ul > li > .inner-navi{
	top: 0;
    left: 68px;
    position: absolute;
    display: none;
	z-index: 1000;
	float: left;
	min-width: 200px;
	margin: 0;
	padding: 5px;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi:after, #wrapper #sidebar #navigation > ul > li > .inner-navi:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#wrapper #sidebar #navigation > ul > li a
{
	position: relative;
}

#wrapper #sidebar #navigation > ul > li a .pointer {
	position: absolute;
	right: -4px;
	top: 20px;
	width: 9px;
	height: 18px;
	background: url('../images/layout/pointer.png') left center no-repeat;
	border: none;
	padding: 0;
	display: none;
	z-index: 9999;
}

#wrapper #sidebar #navigation > ul > li:hover a .pointer {
	display: block;
}

#wrapper #sidebar #navigation > ul > li.opened > .inner-navi
{
	display: block;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi li
{
	padding: 3px 0;
	border-bottom: 1px solid #bae0f2;
	clear: both;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi li:last-child
{
	border: none;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi a
{
	display: block;
	padding: 6px 15px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi a:hover
{
	background: #e0f0fb;
}

#wrapper #sidebar #navigation > ul > li > .inner-navi a i
{
	margin-left: -10px;
	margin-right: 10px;
}

#wrapper #sidebar #navigation > ul > li.active > .inner-nav
{
    display: none;

}

#wrapper #sidebar #navigation .inner-nav,
#wrapper #sidebar #navigation .inner-nav > li
{
    list-style: none;
    margin: 0;
}

#wrapper #sidebar #navigation .inner-nav > li > a,
#wrapper #sidebar #navigation .inner-nav > li > span
{
    color: #444;
    line-height: 1;
    display: block;
    font-size: 11px;
    padding: 12px 17px 12px 5px;
    border-bottom: 1px solid #bae0f2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#wrapper #sidebar #navigation .inner-nav > li.active > a,
#wrapper #sidebar #navigation .inner-nav > li.active > span,
#wrapper #sidebar #navigation .inner-nav > li:hover > a,
#wrapper #sidebar #navigation .inner-nav > li:hover > span
{
    background-color: rgba(148, 219, 255, 0.2);
    color: #444;
}

 #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after,
    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before
    {
        content: '';
        position: absolute;
        border: solid transparent;
        top: 14px;
        left: 1px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before
    {
        border-width: 6px;
        left: 2px;
        top: 15px;
        border-right-color: #fff;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after
    {
        z-index: -1;
        border-right-color: #000;
        border-width: 7px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li
    {
        background-color: #fff;
        width: 250px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > span
    {
        background-image: none;
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > span
    {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > span
    {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

#wrapper #sidebar #navigation .inner-nav > li > a [class^="icon-"],
#wrapper #sidebar #navigation .inner-nav > li > a [class^="icol-"],
#wrapper #sidebar #navigation .inner-nav > li > a [class^="icos-"]
{
    font-size: 16px;
    margin: 0 4px 0 8px;
}

/* Main
================================================== */

#wrapper #main
{
    margin-left: 226px;
    margin-bottom: 0;
    padding-bottom: 40px;
}

/* Main Header
================================================== */

#wrapper #main #main-header,
#wrapper #main #main-header h1,
#wrapper #main #main-header .breadcrumb
{
    /*background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAQAAACx6dw/AAAADUlEQVR42mNgCGEAAgABqwBVkJsbfgAAAABJRU5ErkJggg==') repeat-x left bottom;*/
}

.buscar
{
	float: left;
}

.buscar .controls
{
	float: left;
	clear: both;
}

.buscar .controls label.radio
{
	padding-top: 0;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.widget .form-actions
{
	background: #e0e0e0;
	text-align: right;
}

#main-header .controls .btn
{
	padding: 3px 8px;
}

#wrapper #main #main-header
{
    margin-top: 0;
    padding-bottom: 4px;
    border-bottom: 0;
}

#wrapper #main #main-header h1
{
    font-size: 24px;
    color: #444;
    margin: 0;
    padding: 20px 40px;
    text-shadow: -1px -1px #f0f0f0;
}

#wrapper #main #main-header h1 span
{
    color: #777;
    font-size: 11px;
    font-weight: normal;
    padding-left: 6px;
    margin-left: 6px;
    text-shadow: none;
    border-left: 1px dotted #aaa;
    line-height: 1;
}

#wrapper #main #main-header .breadcrumb
{
    background: url("../images/layout/bg-search.png") repeat-x left top;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    height: 68px;
    padding: 1px 40px;
    font-size: 11px;
    line-height: 16px;
    /*background-color: #cccccc;*/
}

#wrapper #main #main-header .breadcrumb [class^="icon-"],
#wrapper #main #main-header .breadcrumb [class^="icol-"],
#wrapper #main #main-header .breadcrumb [class^="icos-"]
{
    color: #444;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

/* Main Content
================================================== */

#wrapper #main #main-content
{
    float: left;
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Full Layout
================================================== */

#wrapper.full
{
    max-width: none;
    margin: auto;
    padding: 0;
}

#wrapper.full #header .navbar-inner,
#wrapper.full #content,
#wrapper.full #content-wrap,
#wrapper.full #content-outer,
#wrapper.full #content-inner
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#wrapper.full #content-wrap #content,
#wrapper.full #content-outer,
#wrapper.full #content-inner
{
    padding: 0;
    margin: 0;
    border: none;
}

#wrapper.full #content-wrap
{
    padding: 69px 0 0;
    border: 0;
}

/*--- Sticky2B CSS ---*/
.wizard-nav ul li .icon-record{
	position: relative;
	font-size: 36px;
	color: #959595;
}
.wizard-nav ul li.current .icon-record{
	color: #00487c;
}
.wizard-nav ul li .icon-record span{
	padding: 0;
	line-height: 0px;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	position: absolute;
	top: 18px;
	left: 14px;
}
x:-o-prefocus, .wizard-nav ul li .icon-record span{
	top: 22px;
}
.wizard-nav ul li a, .wizard-nav ul li span{
	padding-left: 0;
	font-size: 14px;
}

.form-vertical .control-group:before, .form-vertical .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-vertical .control-group:after{
	clear: both;
}

.control-row{
	clear: both;
}
.controls.span23, .controls .span23{
	width: 18.8%;
}
.control-label.bold{
	font-weight: bold;
}
form label.nowrap, .cotizadores-step-one label, .cotizadores-step-two label {
	white-space: nowrap;
}
form label{
	font-size: 14px;
}
.widget .form-container form legend{
	background: url("../images/layout/legend.png") center top repeat-x;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.widget .form-container form legend .cloning-text{
	font-size: 11px;
	margin-right: 8px;
	float: left;
	width: 165px;
	line-height: 12px;
}

.event_cloning .sheepit-form .control-label{
	text-align: left;
	margin-right: 20px;
}
.event_cloning .sheepit-form .control-label.text-align-right{
	text-align: right;
}
.controls input.ifotro{
	display: none;
	margin-left: 8px;
}

button[disabled="disabled"]{
	display: none;
}
#wrapper ul{
	list-style-type: none;
}

#wizard-form .form-actions .btn-large{
	margin-left: 10px;
	margin-bottom: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#wizard-form .form-actions .btn-large.btn-success.btn-enviar{
	padding: 14px 35px;
	font-size: 16px;
	border: 1px solid #186ecd;
	background: #196acc;
	-moz-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	-webkit-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	box-shadow: inset 0px 0px 6px 0px #83b9e9;
}
#wizard-form .form-actions .btn-large.btn-solicitar{
	color: #fff;
	text-shadow: none;
	border: 1px solid #186ecd;
	padding: 5px 25px;
	width: 120px;
	font-size: 16px;
	background: #196acc;
	-moz-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	-webkit-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	box-shadow: inset 0px 0px 6px 0px #83b9e9;
}
#wizard-form .form-actions .btn-large.btn-guardar{
	color: #fff;
	text-shadow: none;
	border: 1px solid #186ecd;
	padding: 5px 35px;
	width: 170px;
	font-size: 16px;
	background: #196acc;
	-moz-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	-webkit-box-shadow: inset 0px 0px 6px 0px #83b9e9;
	box-shadow: inset 0px 0px 6px 0px #83b9e9;
}
#wizard-form .form-actions .btn-large.btn-guardar:hover,
#wizard-form .form-actions .btn-large.btn-solicitar:hover,
#wizard-form .form-actions .btn-large.btn-success.btn-enviar:hover{
	background: #0f58ae;
	-moz-box-shadow: inset 0px 1px 6px 0px #0f58ae;
	-webkit-box-shadow: inset 1px 0px 6px 0px #0f58ae;
	box-shadow: inset 0px 1px 6px 0px #0f58ae;
}
#wizard-form .form-actions .btn-large.btn-guardar:active,
#wizard-form .form-actions .btn-large.btn-solicitar:active,
#wizard-form .form-actions .btn-large.btn-success.btn-enviar:active{
	-moz-box-shadow: inset 0px 1px 6px 0px #000;
	-webkit-box-shadow: inset 1px 0px 6px 0px #000;
	box-shadow: inset 0px 1px 6px 0px #000;
}
#wizard-form .form-actions .btn-large.btn-pdf{
	padding: 14px 35px;
	font-size: 16px;
}
#wizard-form .form-actions .btn-large.btn-pdf i{
	margin-right: 8px;
}

p.file-input-small-letters{
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}

.wizard-nav ul li span{
	padding-top: 8px;
}
.wizard-nav ul li span i{
	float: left;
}
.wizard-nav ul li span span.intwo-line{
    width: 70px;
    display: inline-block;
    line-height: 18px;
    padding-right: 0;
    padding-top: 0;
}
.wizard-nav ul li span span.inone-line{
	padding-top: 0;
	margin-top: -8px;
}
.wizard-nav ul li span span.no-wiz-icon{
	padding-left: 10px;
}
.no-padding-top{
	margin-top: 8px;
}

.form-label-title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.controls .disabled-input{
	color: #969696;
}
.controls .disabled-input+.disabled-input{
	margin-left: 20px;
}
label.checkbox{
	margin-bottom: 10px;
}
.icol-exclamation.checkbox-tooltip{
	margin-top: 5px;
}
.icol-exclamation.input-tooltip{
	margin-top: -3px;
}
.clear{
	clear: both;
}
.controls.span4.clear{
	margin-left: 0;
}
.sexo-controls label.radio{
	padding-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.text-align-center{
	text-align: center;
}
.row-fluid [class*="span"]:first-child .control-label.text-align-right,
.control-label.text-align-right{
	margin-right: 10px;
	margin-left: -10px;
}

.float-left{
	float: left;
}
.relativac{
	position: relative;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	font-size: 14px;
	color: #333;
}
input.input-gray{
	background: #eee;
}

table#declaracion-medico{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table#declaracion-medico tr.tr-colored{
	background: #ebf5ff;
}
table#declaracion-medico td.td-one{
	width: 65%;
}
table#declaracion-medico td.td-two{
	width: 35%;
}
table#declaracion-medico tbody td{
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

table#declaracion-description{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table#declaracion-description thead{
	background: #ebf5ff;
	border-bottom: 1px solid #ccc;
}
table#declaracion-description thead tr td{
	width: 16%;
	padding: 6px;
}
table#declaracion-description tbody td{
	border-bottom: 1px solid #ccc;
	padding: 6px;
}
table#declaracion-description tbody tr.pagos-totales td{
	font-size: 20px;
	padding: 16px 6px;
}

/*input[readonly].zebradp.input-gray{
	background: #eee;
}

input[readonly].zebradp{
	background: #fff;
	cursor: text;
}*/

.navbar .avatar .btn-group{
	margin-top: 0;
}

.widget.widget-empty:after, .widget.widget-empty:before{
	border: none;
}

.widget .widget-header.widget-header-empty{
	box-shadow: none;
	border-radius: none;
	background: none;
	border: none;
	border-bottom: 1px solid #d4d4d4;
}

.widget .widget-header.widget-header-empty .title{
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.widget .widget-header.widget-header-empty.no-line{
	margin-bottom: 30px;
	border-bottom: none;
}
.widget .widget-header.widget-header-empty.double-line{
	border-bottom: 3px double #d4d4d4;
	margin-bottom: 40px;
}
.widget .widget-header.widget-header-empty.double-line .title,
.widget .widget-header.widget-header-empty.no-line .title{
	font-size: 14px;
	font-weight: normal;
	color: #515151;
}

.widget .widget-content-empty{
	background: #fff;
	position: relative;
	padding: 25px 0;
}

/*--- Cotizadores ---*/
.cotizadores-miassanet ul li{
	margin: 15px;
	width: 166px;
	height: 123px;
	float: left;
}
.cotizadores-miassanet ul li a{
	background: url('../images/layout/cotizadores.png') center top repeat-x;
	width: 140px;
	height: 105px;
	margin: 2px auto;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}
.cotizadores-miassanet ul li a:hover{
	text-decoration: none;
	border: 3px solid #266398;
	margin: 0 auto;
}
.disabled .cotizadores-miassanet ul li a:hover{
	border: 1px solid #ccc;
	margin: 2px auto;
}
.cotizadores-miassanet ul li a .cotitle{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #074979;
	display: block;
}
.disabled .cotizadores-miassanet ul li a .cotitle{
	color: #a5a5a5;
}
.cotizadores-miassanet ul li a .coti-icon{
	display: table-cell;
	vertical-align: middle;
	height: 82px;
	text-align: center;
	width: 140px;
}
.cotizadores-miassanet ul li a .coti-icon.smaller{
	height: 72px;
}

/*--- Cotizador Multiple ---*/
label{
	margin-left: 0;
	margin-bottom: 0;
}
.widget.cotizador-multiple label{
	font-size: 14px;
	min-height: 14px;
}
.widget.no-bottom-lines{
	margin-bottom: 15px;
}
.widget.no-bottom-lines:after,
.widget.no-bottom-lines:before{
	border: none;
}
.widget.cotizador-multiple .widget-header.light .toolbar > .btn-group > .btn,
.widget.endosos-inclusion .widget-header.light .toolbar > .btn-group > .btn{
	margin-bottom: 0;
}
.agregar-unidad-plus{
	background: url('../images/layout/flechita.png') right top no-repeat;
	width: 210px;
	padding-right: 34px;
	margin-right: -14px;
}
.agregar-unidad-plus p{
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}
.ui-button.btn-primary.agregar-btn{
	color: #fff;
	text-shadow: none;
}
.form-label-title.no-line{
	border-bottom: none;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 4px;
}

.floated-labels label.checkbox{
	margin-bottom: 6px;
	float: left;
}
i.with-tooltip{
	position: relative;
	margin-top: 6px;
	margin-left: 6px;
	float: left;
}
.controls.inputs-with-low-margin .control-row input,
.controls.inputs-with-low-margin .control-row select{
	margin-bottom: 2px;
}
.control-row.empty-row{
	height: 30px;
}

.widget .btn-group .unidad-para-click {
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	float: left;
	width: 180px;
	white-space: normal;
	line-height: 14px;
	margin-top: 4px;
	display: none;
}

.widget-header-empty.widget-with-margin{
	margin-bottom: 20px;
}
.bold-label{
	font-weight: bold;
}

.show-widget{
	display: none;
}

#tableof-cotizadores{
	width: 100%;
}
#tableof-cotizadores thead tr td{
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
#tableof-cotizadores thead tr td.with-table-btns{
	width: 20%;
}
#tableof-cotizadores tr{
	border-bottom: 1px solid #ccc;
}
#tableof-cotizadores tr td{
	padding: 8px 5px;
	width: 10%;
}
#tableof-cotizadores tr td .table-btn{
	margin-right: 15px;
}

#table-documentos{
	width: 100%;
	margin-bottom: 10px;
}
#table-documentos thead tr td{
	font-weight: bold;
}
#table-documentos tr td{
	font-size: 14px;
	width: 20%;
	padding: 6px;
}

.tipo-cobertura {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    color: #00538E;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 8px 8px 8px 20px;
    width: 35%;
}


.widget .widget-content.inclusion-table{
	padding: 5px 0;
}
.widget .inclusion-table ul{
	margin-left: 0;
	width: 100%;
	float: left;
	clear: both;
}
.widget .inclusion-table ul *{
	float: left;
}
.widget .inclusion-table ul li{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 8px 0;
	clear: both;
}
.inclusion-list-buttons a{
	margin-right: 40px;
}
.inclusion-actions{
	padding: 18px 20px;
	background: #e0e0e0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.inclusion-actions .btn-solicitar{
	width: 110px;
	padding: 6px 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
	-moz-box-shadow: inset 0px 0px 6px 0px #aaeba7;
	-webkit-box-shadow: inset 0px 0px 6px 0px #aaeba7;
	box-shadow: inset 0px 0px 6px 0px #aaeba7;
}
.endosos-inclusion .inclusion-first span, .endosos-inclusion .inclusion-second span{
	font-size: 14px;
	float: left;
}
.endosos-inclusion .inclusion-first{
	width: 150px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.endosos-inclusion .inclusion-second{
	width: 160px;
	margin-right: 20px;
	float: left;
}
.inclusion-table-header{
	padding: 10px 0;
	float: left;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-button-text-only.btn-primary.agregar-btn{
	min-width: 80px;
	margin-right: 8px;
	background-color: #006dcc;
}

.widget.corredor-endosos .widget-content{
	padding: 0;
}

.corredor-endosos .dataTables_wrapper .dt_footer{
	display: none;
}
.corredor-endosos .dataTables_wrapper .dt_header{
	border: none;
}
.corredor-endosos .dataTables_wrapper .dt_header label{
	font-size: 14px;
	margin-top: 0;
}
.corredor-endosos .dataTables_wrapper .dt_header label input{
	margin-left: 8px;
}
.exclusion-table .table-container .DTFC_ScrollWrapper{
	border-top: 1px solid #ccc;
}
.exclusion-table .table-container .dataTables_wrapper table tbody tr{
	border-top: 1px solid #ccc;
}
.exclusion-table .table-container .dataTables_wrapper table tbody tr td{
	background: #f6f6f6;
	font-size: 14px;
	color: #333;
	border: none;
	line-height: 26px;
	text-align: center;
}
.exclusion-table .table-container .dataTables_wrapper table thead th{
	font-size: 14px;
	text-align: center;
}
.exclusion-table .table-container .dataTables_wrapper table thead th.acreedor{
	background: none;
}
.exclusion-table .widget-content.table-container table{
	border: none;
	background: none;
}
.exclusion-table .widget-content.table-container table input{
	text-align: center;
}
.exclusion-table .table-guardar-cancelar a{
	float: left;
	margin-bottom: 0;
}
.exclusion-table .table-guardar-cancelar .o-span{
	width: auto;
	margin: 0 8px;
	float: left;
}
.font-14{
	font-size: 14px;
}
#table-cambio_wrapper{
	background: #f6f6f6;
}

table .incheck{
	margin-top: 6px;
}

/*--- Safari Fixes
 * .input-append .add-on, .input-append .btn, .input-append .btn-group{
 * 		margin-left: -5px;
 * }
 */
body:first-of-type .input-append .btn { margin-left: -5px; }

/* Footer
================================================== */

#footer
{
    padding: 15px 15px 5px 15px;
}

#footer .copyright
{
    float: left;
}
#footer .copyright p
{
	font-size: 11px;
	color: #fff;
	margin-bottom: 0;
}

#footer .preguntas
{
    float: right;
}

#footer .preguntas p
{
	font-size: 14px;
	text-align: right;
	color: #fff;
	margin-bottom: 0;
}

#footer .preguntas p span
{
	font-size: 15px;
	font-weight: bold;
}

#footer .preguntas p a, #footer .preguntas p a:hover
{
	text-decoration: underline;
	color: #fff;
}


/*--- Icons ---*/
#navigation .nav-icon{
	background: url("../images/layout/nav-icons.png") no-repeat;
}

#navigation .icon-biblioteca { background-position: -537px -100px; width: 26px; height: 32px; }
#navigation li.active .icon-biblioteca, #navigation li.active:hover .icon-biblioteca { background-position: -537px -49px; }
#navigation li:hover .icon-biblioteca { background-position: -538px -1px; }

#navigation .icon-reportes { background-position: -492px -100px; width: 30px; height: 28px; }
#navigation li.active .icon-reportes, #navigation li.active:hover .icon-reportes { background-position: -492px -48px; }
#navigation li:hover .icon-reportes { background-position: -493px -1px; }

#navigation .icon-descargas { background-position: -446px -100px; width: 34px; height: 33px; }
#navigation li.active .icon-descargas, #navigation li.active:hover .icon-descargas { background-position: -446px -48px; }
#navigation li:hover .icon-descargas { background-position: -446px -1px; }

#navigation .icon-admin { background-position: -400px -100px; width: 34px; height: 34px; }
#navigation li.active .icon-admin, #navigation li.active:hover .icon-admin { background-position: -400px -50px; }
#navigation li:hover .icon-admin { background-position: -400px 0; }

#navigation .icon-cartera { background-position: -350px -100px; width: 30px; height: 27px; }
#navigation li.active .icon-cartera, #navigation li.active:hover .icon-cartera { background-position: -350px -50px; }
#navigation li:hover .icon-cartera { background-position: -350px 0; }

#navigation .icon-comision { background-position: -300px -100px; width: 18px; height: 32px; }
#navigation li.active .icon-comision, #navigation li.active:hover .icon-comision { background-position: -300px -50px; }
#navigation li:hover .icon-comision { background-position: -300px 0; }

#navigation .icon-cotizadores { background-position: -250px -100px; width: 21px; height: 29px; }
#navigation li.active .icon-cotizadores, #navigation li.active:hover .icon-cotizadores { background-position: -250px -50px; }
#navigation li:hover .icon-cotizadores { background-position: -250px 0; }

#navigation .icon-emision { background-position: -200px -100px; width: 36px; height: 27px; }
#navigation li.active .icon-emision, #navigation li.active:hover .icon-emision { background-position: -200px -50px; }
#navigation li:hover .icon-emision { background-position: -200px 0; }

#navigation .icon-endosos { background-position: -150px -100px; width: 28px; height: 28px; }
#navigation li.active .icon-endosos, #navigation li.active:hover .icon-endosos { background-position: -150px -50px; }
#navigation li:hover .icon-endosos { background-position: -150px 0; }

#navigation .icon-inicio { background-position: -100px -100px; width: 35px; height: 29px; }
#navigation li.active .icon-inicio, #navigation li.active:hover .icon-inicio { background-position: -100px -50px; }
#navigation li:hover .icon-inicio { background-position: -100px 0; }

#navigation .icon-medicas {	background-position: -50px -100px; width: 27px; height: 35px; }
#navigation li.active .icon-medicas, #navigation li.active:hover .icon-medicas { background-position: -50px -50px; }
#navigation li:hover .icon-medicas { background-position: -50px 0; }

#navigation .icon-reclamos { background-position: -1px -100px; width: 25px;	height: 31px; }
#navigation li.active .icon-reclamos, #navigation li.active:hover .icon-reclamos {	background-position: 0 -50px; }
#navigation li:hover .icon-reclamos { background-position: 0 0; }

/*--- Cotizadores Icons ---*/
.coti-accidentes, .coti-auto, .coti-carga, .coti-casco, .coti-cobertura, .coti-comercial, .coti-danos, .coti-paque, .coti-electro, .coti-fidelidad, .coti-flotas, .coti-incendio, .coti-multi, .coti-responsa, .coti-riesgos, .coti-robo, .coti-rotura, .coti-salud, .coti-vida{
	background: url("../images/layout/coti-icons.png") no-repeat;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0 auto;
}

.coti-accidentes { background-position: -83px -100px; width: 77px; height: 61px; }
.coti-auto { background-position: -278px -100px; width: 105px; height: 54px; }
.coti-carga { background-position: -185px -100px; width: 71px; height: 64px; }
.coti-casco { background-position: -150px -200px; width: 107px; height: 67px; }
.coti-cobertura { background-position: -534px -100px; width: 98px; height: 69px; }
.disabled .coti-cobertura { background-position: 0 -276px; }
.coti-comercial { background-position: -400px -100px; width: 107px; height: 53px; }
.coti-danos { background-position: 0 -200px; width: 106px; height: 60px; }
.disabled .coti-danos { background-position: -121px -285px; width: 106px; height: 60px; }
.coti-paque { background-position: -334px -277px; width: 76px; height: 72px; }
.disabled .coti-paque { background-position: -250px -277px; width: 76px; height: 72px; }
.coti-electro { background-position: -300px -200px; width: 102px; height: 47px; }
.coti-fidelidad { background-position: -592px 0; width: 48px; height: 45px; }
.coti-flotas { background-position: -450px -200px; width: 108px; height: 42px; }
.coti-incendio { background-position: 0 -100px; width: 66px; height: 65px; }
.coti-multi { background-position: -483px 0; width: 81px; height: 63px; }
.coti-responsa { background-position: -368px 0; width: 101px; height: 66px; }
.coti-riesgos { background-position: -291px 0; width: 54px; height: 69px; }
.coti-robo { background-position: -227px 0; width: 45px; height: 67px; }
.coti-rotura { background-position: -171px 0; width: 37px; height: 55px; }
.coti-salud { background-position: -79px 0; width: 74px; height: 49px; }
.coti-vida { background-position: 0 0; width: 60px; height: 78px; }



/* Media Queries
================================================== */

@media (min-width: 1281px)
{

    #header #header-right .navbar-search .search-query
    {
        width: 210px;
    }

    #wrapper
    {
        margin: 0 auto 20px auto;
        padding: 20px 20px 0 20px;
    }

    #wrapper #sidebar
    {
        width: 286px;
    }

    #wrapper #main
    {
        margin-left: 286px;
    }

    #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap
    {
        padding: 5px;
        padding-left: 6px;
    }

    #wrapper #content-wrap #content,
	#wrapper #content-outer
    {
        padding: 0 1px 1px;
        border: 1px solid #bbb;
    }

    #wrapper #content-inner
    {
        border: 1px solid #ccc;
        border-top: 0;
    }

    #wrapper #content #sidebar-separator
    {
        left: 266px;
    }

    #wrapper #sidebar #navigation > ul > li > a,
	#wrapper #sidebar #navigation > ul > li > span
    {
        font-size: 32px;
        padding: 6px 3px 11px 2px;
        width: 62px;
    }

    #wrapper #sidebar #navigation > ul > li > .inner-nav
    {
        left: 70px;
    }

    #wrapper #sidebar #navigation .inner-nav > li > a
    {
        padding: 12px 17px 12px 30px;
    }
}

@media (max-width: 1280px)
{
	#header #dropdown-lists{
		margin-left: 250px;
	}
}

@media (max-width: 1180px)
{
	#header #dropdown-lists{
		margin-left: 250px;
	}
	#header #header-functions #user-info .licencias label{
		display: none;
	}
}
@media (max-width: 1080px)
{
	#header #header-functions #user-info .info{
		display: inline-block;
		float:left;
	}
	#header #header-functions #user-info .licencias{
		display: block;
	}
	#header #header-functions #user-info > .controls.span4{
		width: 300px;
	}
	#header #dropdown-lists {
		margin-left: 200px;
	}
}
@media (max-width: 979px)
{
    #wrapper
    {
        margin: 0;
        padding: 0;
    }
    #header #header-functions #user-info .licencias label{
		display: block;
	}

    #header #header-right
    {
        /*float: right;*/
        margin-left: 0;
    }

    .buscar .controls.search-control input {
		width: 160px;
		float: left;
	}
	.buscar .controls.search-control button {
		margin-top: 1px;
		margin-left: 4px;
		float: left;
	}

    /*#header #header-functions
    {
        float: left;
    }*/

	#header #header-functions #user-info .licencias
	{
		top: 3px;
		right: 105px;
		display: none;
	}

	#header #header-functions #user-info .licencias .input-licencia
	{
		width: 160px;
	}

	#header #dropdown-lists
	{
		margin-left: 50px;
	}

    #header .navbar-inner
    {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /*#header #header-functions #user-info .info,
	#header #dropdown-lists .item .item-label
    {
        display: none;
    }*/

    #wrapper #content.sidebar-minimized #main
	{
	    margin-left: 47px;
	}

    #wrapper #content-wrap
    {
        padding: 69px 0 0;
        border: 0;
    }

    #wrapper #content,
	#wrapper #content-wrap,
	#wrapper #content-outer,
	#wrapper #content-inner
    {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #wrapper #content #sidebar,
	#wrapper #content.sidebar-minimized #sidebar
    {
        width: 47px;
        overflow: visible;
    }

    #wrapper #sidebar #navigation > ul
    {
        min-height: 0 !important;
    }

    #wrapper #sidebar #navigation > ul > li
    {
        position: relative;
        width: 47px;
    }

    #wrapper #sidebar #navigation > ul > li .nav-title
    {
    	line-height: 1;
    	display: none;
    }

    #wrapper #sidebar #navigation > ul > li > span,
	#wrapper #sidebar #navigation > ul > li > a,
	#wrapper #sidebar #navigation > ul > li.active > span,
	#wrapper #sidebar #navigation > ul > li.active > a
    {
        border: none;
        background: none;
        color: #bfbfbf;
    }

    #wrapper #sidebar #navigation > ul > li:hover > span,
	#wrapper #sidebar #navigation > ul > li:hover > a
    {
        color: #999;
    }

    #wrapper #sidebar #navigation > ul > li.active > .inner-nav
    {
        display: none;
    }

    #wrapper #main #main-header .breadcrumb,
	#wrapper #main #main-header h1,
	#wrapper #main #main-content
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrapper #main #main-header h1 span
    {
        display: block;
        padding: 0;
        border: 0;
        line-height: 1.5;
        margin: 0;
    }

    #wrapper #sidebar-separator,
	#wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap
    {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 979px)
{

	#wrapper #content #sidebar, #wrapper #content.sidebar-minimized #sidebar{
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    #wrapper #sidebar #navigation > ul > li.active > a,
	#wrapper #sidebar #navigation > ul > li.active > span
	{
	    color: #ffffff;
	    border: 1px solid #3f9dce;
	    background: #054D84 repeat-x left bottom;
	    background-image: -ms-linear-gradient(top, #007eda, #054b7e);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007eda), to(#054b7e));
	    background-image: -webkit-linear-gradient(top, #007eda, #054b7e);
	    background-image: -o-linear-gradient(top, #007eda, #054b7e);
	    background-image: -moz-linear-gradient(top, #007eda, #054b7e);
	    background-image: linear-gradient(top, #007eda, #054b7e);
	    -webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);
	    -moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);
	    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.33);
	}

	#wrapper #sidebar #navigation > ul > li > .inner-navi{
		left: 50px;
	}

    #wrapper #sidebar #navigation > ul > li
    {
        position: relative;
        width: 47px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav
    {
        display: block;
        opacity: 1;
        right: auto;
        position: absolute;
        padding-left: 14px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after,
    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before
    {
        content: '';
        position: absolute;
        border: solid transparent;
        top: 14px;
        left: 1px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before
    {
        border-width: 6px;
        left: 2px;
        top: 15px;
        border-right-color: #fff;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after
    {
        z-index: -1;
        border-right-color: #000;
        border-width: 7px;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li
    {
        background-color: #fff;
        width: 250px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > span
    {
        background-image: none;
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > span
    {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > span
    {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }
}

@media (min-width: 481px) and (max-width: 767px)
{
	#header #header-functions #user-info .licencias
	{
		display: none;
	}
	#header #header-functions #logout-ribbon
	{
		display: none;
	}
}

@media (max-width: 767px)
{
    #header .navbar-inner
    {
        padding: 0 10px;
    }

    #header #header-search .navbar-search
    {
        display: none;
        position: relative;
        z-index: 11;
    }

    #header #header-search #search-toggle,
	#header #header-search.open .navbar-search
    {
        display: block;
    }

    #header #header-search.open #search-toggle
    {
        padding-bottom: 10px;
        margin-bottom: -10px;
        border-bottom: 0;
        z-index: 12;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    #header #header-search.open .navbar-search
    {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 9px 0 0 0;
        padding: 10px;
        background-image: url('../images/layout/linen.png');
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        border-radius: 0 5px 5px 5px;
        border: 1px solid #151515;
    }

    #footer .footer-left,
	#footer .footer-right
    {
        float: none;
        display: block;
        text-align: center;
    }

    header #header-functions #user-info .licencias
    {
    	display: none;
    }

    #wrapper #content #sidebar, #wrapper #content.sidebar-minimized #sidebar{
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    .buscar .controls.search-control
    {
    	width: 220px;
    }
    .buscar .controls.search-control input
    {
    	width: 160px;
    	float: left;
    }
    .buscar .controls.search-control button
    {
    	margin-top: 1px;
    	margin-left: 4px;
    	float: left;
    }

    .controls .disabled-input+.disabled-input{
		margin-left: 0;
	}
	.wizard-nav ul li span{
		padding-top: 0;
	}
    .wizard-nav ul li span i{
    	float: none;
    }
    .wizard-nav ul li span span.intwo-line{
    	width: auto;
    }

    .event_cloning .sheepit-form .control-label{
    	text-align: left;
    	margin-right: 0;
    	width: 100%;
    }
    .wizard-form .control-group .controls{
    	width: 100%;
    }

    .no-padding-top{
    	margin-top: 0;
    }

}

@media (min-width: 481px)
{
    #wrapper #sidebar #navigation
    {
        height: auto !important;
        overflow: visible !important;
    }
}

@media (max-width: 480px)
{
    #header
    {
        background-image: url('../images/layout/linen.png');
    }

    #header #header-right
    {
        float: none;
    }
    #header #dropdown-lists .item{
    	padding: 6px 10px;
    }

    /*#header #header-functions
    {
        float: right;
    }*/

    #header #header-functions #logout-ribbon
    {
        display: none;
    }

    #header .brand-wrap
    {
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .brand-wrap .brand-img
    {
        width: 100%;
        height: 66px;
        display: block;
    }

    #header .brand-wrap .brand-img .brand
    {
        padding-top: 5px;
        position: relative;
    }

    #header .brand-wrap .brand-img .brand img
    {
        max-height: 55px;
    }

    #header .navbar-inner,
	#header .navbar-inner .container
    {
        max-height: none;
        background-color: transparent;
    }

    #header .navbar-inner
    {
        border-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #header #header-right
    {
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 12px;
        display: block;
        clear: both;
    }

    #header #header-right #nav-toggle
    {
        display: block;
    }

    #wrapper #content #main,
	#wrapper #content.sidebar-minimized #main
    {
        margin-left: 0;
        clear: both;
    }

    #wrapper #content #sidebar,
	#wrapper #content.sidebar-minimized #sidebar
    {
        max-width: none;
        width: 100%;
        position: relative;
        float: none;
        display: block;
        /*border-top: 1px solid #222;
        padding-bottom: 8px;*/
        /*background-image: url(../images/layout/linen.png);*/
        background: #fff;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    #wrapper #sidebar #navigation
    {
        height: 0;
        overflow: hidden;
        width: 100%;
        /*background: url(../images/layout/linen.png);*/
        background: #fff;
    }

    #wrapper #sidebar #navigation > ul > li
    {
        width: auto;
        max-width: none;
        /*border-top: 1px solid #4f4f4f;
        border-bottom: 1px solid #222;*/
    }

    #wrapper #sidebar #navigation > ul > li > span,
	#wrapper #sidebar #navigation > ul > li > a
    {
        text-align: left;
        padding: 12px 15px;
        border: none;
        font-size: 12px;
    }

    #wrapper #sidebar #navigation > ul > li > span [class^="icon-"],
	#wrapper #sidebar #navigation > ul > li > a [class^="icon-"]
    {
        font-size: 16px;
        vertical-align: text-top;
        margin-right: 6px;
    }

    #wrapper #sidebar #navigation > ul > li.active > span,
	#wrapper #sidebar #navigation > ul > li.active > a
    {
        background: none;
        color: #1b4c83;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #wrapper #sidebar #navigation > ul > li .nav-title
    {
        display: inline;
        color: #1b4c83;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		left: 60px;
		top: 16px;
    }

    #wrapper #sidebar #navigation > ul > li.open > .inner-nav,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav
    {
        opacity: 1;
        -moz-opacity: 1;
        position: relative;
        left: auto;
        margin: 0;
        padding-left: 0;
        border-top: 1px solid #222;
    }

    #wrapper #sidebar #navigation > ul > li:hover > a,
	#wrapper #sidebar #navigation > ul > li:hover > span,
	#wrapper #sidebar #navigation > ul > li.open > a,
	#wrapper #sidebar #navigation > ul > li.open > span,
	#wrapper #sidebar #navigation > ul > li.open .nav-title
    {
        color: #fff;
    }

    #wrapper #sidebar #navigation > ul > li.open > .inner-nav
    {
        display: block;
    }

    #wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > a,
	#wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > span
    {
        color: #ddd;
        background-color: transparent;
    }

    #wrapper #sidebar #navigation > ul > li > .inner-nav > li
    {
        background-color: rgba(68, 68, 68, 0.75);
    }

    #wrapper #sidebar #navigation > ul > li > .inner-nav li:hover > a,
	#wrapper #sidebar #navigation > ul > li > .inner-nav li:hover > span
    {
        background-color: rgba(148, 219, 255, 0.2);
    }

    #wrapper #sidebar #navigation > ul > li > .inner-nav > li > a,
	#wrapper #sidebar #navigation > ul > li > .inner-nav > li > span,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > a,
	#wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > span
    {
        border: none;
        color: #ddd;
    }

    #wrapper #content #content-inner,
    #wrapper #content #content.sidebar-minimized #content-inner
    {
        background: none;
    }

    #wrapper #main #main-header
    {
        margin-bottom: 30px;
    }

    #wrapper #main #main-header .breadcrumb,
	#wrapper #main #main-header h1,
	#wrapper #main #main-content
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header #header-right #nav-toggle
    {
    	margin-top: 30px;
    	padding: 2px;
    }

    #header #header-functions #user-info .licencias
    {
    	display: none;
    }

    .buscar .controls.search-control
    {
    	width: 220px;
    }
    .buscar .controls.search-control input
    {
    	width: 160px;
    	float: left;
    }
    .buscar .controls.search-control button
    {
    	margin-top: 1px;
    	margin-left: 4px;
    	float: left;
    }
    #header #dropdown-lists
    {
    	margin-top: 28px;
    	margin-left: 5px;
    }
    #header #header-functions #user-info
    {
    	margin-top: 15px;
    }

    #wrapper #sidebar #navigation > ul > li > .inner-navi
    {
    	top: auto;
    	left: auto;
    	position: relative;
    	float: none;
    	padding: 0 5px;
    	background: none;
    	border-radius: none;
    	box-shadow: none;
    	border: none;
    	border-top: 1px solid #ccc;
    }

    #navigation li:hover .icon-admin, #navigation li.active .icon-admin { background-position: -400px -100px; }
	#navigation li:hover .icon-cartera, #navigation li.active .icon-cartera { background-position: -350px -100px; }
	#navigation li:hover .icon-comision, #navigation li.active .icon-comision { background-position: -300px -100px; }
	#navigation li:hover .icon-cotizadores, #navigation li.active .icon-cotizadores { background-position: -250px -100px; }
	#navigation li:hover .icon-emision, #navigation li.active .icon-emision { background-position: -200px -100px; }
	#navigation li:hover .icon-endosos, #navigation li.active .icon-endosos { background-position: -150px -100px; }
	#navigation li:hover .icon-inicio, #navigation li.active .icon-inicio { background-position: -100px -100px; }
	#navigation li:hover .icon-medicas, #navigation li.active .icon-medicas { background-position: -50px -100px; }
	#navigation li:hover .icon-reclamos, #navigation li.active .icon-reclamos { background-position: -1px -100px; }

	/*#header #header-functions #user-info .avatar{
		margin-left: 0;
	}
	#header #header-functions #user-info .avatar .dropdown-toggle{
		height: 40px;
		width: 60px;
		padding: 2px;
	}
	#header #header-functions #user-info .avatar img{
		max-height: 30px;
		max-width: 30px;
		margin-right: 4px;
	}
	#header #header-functions #user-info .avatar .caret{
		display: none;
	}*/

	/*--- Content fixes ---*/
	.controls .disabled-input+.disabled-input{
		margin-left: 0;
	}
	.wizard-nav ul li span{
		padding-top: 0;
	}
    .wizard-nav ul li span i{
    	float: none;
    }
    .wizard-nav ul li span span.intwo-line{
    	width: auto;
    }
    #wizard-form .form-actions .btn-large,
    #wizard-form .form-actions .btn-large.btn-pdf,
    #wizard-form .form-actions .btn-large.btn-guardar,
    #wizard-form .form-actions .btn-large.btn-solicitar,
    #wizard-form .form-actions .btn-large.btn-success.btn-enviar{
    	font-size: 14px;
    	padding: 4px 10px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 4px;
    }

}

@media (max-width: 320px){
	#header #dropdown-lists .item{
    	padding: 6px;
    }
    #header #header-functions #user-info .avatar{
		margin-left: 0;
	}
	#header #header-functions #user-info .avatar .dropdown-toggle{
		height: 40px;
		width: 60px;
		padding: 2px;
	}
	#header #header-functions #user-info .avatar img{
		max-height: 30px;
		max-width: 30px;
		margin-right: 4px;
	}
	#header #header-functions #user-info .avatar .caret{
		display: none;
	}
	#header #header-right #nav-toggle{
		margin-top: 20px;
	}
	#header #dropdown-lists{
		margin-top: 20px;
	}
	#header #header-functions #user-info .avatar .admin-name {
		display: none;
	}
}

/* Retina @2x Images
================================================== */

/*@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
    #header .navbar-inner
    {
        background-image: url(../images/@2x/layout/header-bg.png);
    }

    #header #header-functions #logout-ribbon
    {
        background-image: url(../images/@2x/layout/ribbon.png);
    }

    #wrapper #content #sidebar-separator
    {
        background-image: url(../images/@2x/layout/book-fold.png);
    }*/

   /* #wrapper #content-inner
    {
        background-image: url(../images/@2x/layout/content-bg.png);
    }*/

    /*#wrapper #content-outer
    {
        background-image: url(../images/@2x/layout/grids.png);
    }
}*/

/*@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1281px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-width: 1281px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 1281px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1281px)
{
    #wrapper #content.sidebar-minimized #content-inner
    {
        background-image: url(../images/@2x/layout/content-bg.png);
    }

    #wrapper #content-inner
    {
        background-image: url(../images/@2x/layout/content-bg-gt1200.png);
    }
}*/
