/* Minification failed. Returning unminified contents.
(4638,9): run-time error CSS1030: Expected identifier, found ' '
(23501,22): run-time error CSS1019: Unexpected token, found ':'
(23501,22): run-time error CSS1042: Expected function, found ':'
(23501,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(23521,22): run-time error CSS1019: Unexpected token, found ':'
(23521,22): run-time error CSS1042: Expected function, found ':'
(23521,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(23540,22): run-time error CSS1019: Unexpected token, found ':'
(23540,22): run-time error CSS1042: Expected function, found ':'
(23540,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(23574,22): run-time error CSS1019: Unexpected token, found ':'
(23574,22): run-time error CSS1042: Expected function, found ':'
(23574,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(24134,1): run-time error CSS1019: Unexpected token, found '@import'
(24134,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Montserrat)'
 */
/*! jQuery UI - v1.11.3 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
display: none;
}

.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}

.ui-helper-clearfix:after {
clear: both;
}

.ui-helper-clearfix {
min-height: 0;
}

.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}

.ui-front {
z-index: 100;
}

.ui-state-disabled {
cursor: default !important;
}

.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}

.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}

.ui-resizable {
position: relative;
}

.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
display: none;
}

.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}

.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}

.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}

.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}

.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}

.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}

.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}

.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}

.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}

.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}

.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}

.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0;
font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}

.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}

.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
text-decoration: none;
}

.ui-button-icon-only {
width: 2.2em;
}

button.ui-button-icon-only {
width: 2.4em;
}

.ui-button-icons-only {
width: 3.4em;
}

button.ui-button-icons-only {
width: 3.7em;
}

.ui-button .ui-button-text {
display: block;
line-height: normal;
}

.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}

input.ui-button {
padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}

.ui-buttonset {
margin-right: 7px;
}

.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}

.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}

.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
left: 2px;
}

.ui-datepicker .ui-datepicker-next {
right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
width: 45%;
}

.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}

.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}

.ui-datepicker td {
border: 0;
padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}

.ui-datepicker.ui-datepicker-multi {
width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}

.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}

.ui-datepicker-rtl {
direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}

.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}

.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 19px;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
}

.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
/*overflow: auto;*/
}

.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}

.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
cursor: move;
}

.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}

.ui-menu .ui-menu {
position: absolute;
}

.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
margin: -1px;
}

.ui-menu-icons {
position: relative;
}

.ui-menu-icons .ui-menu-item {
padding-left: 2em;
}

.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
}

.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}

.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
height: 100%;
filter: alpha(opacity=25);
opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}

.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}

.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}

.ui-selectmenu-open {
display: block;
}

.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.ui-slider {
position: relative;
text-align: left;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}

.ui-slider-horizontal {
height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}

.ui-slider-vertical {
width: .8em;
height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
top: 0;
}

.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}

.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}

.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}

.ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
}

.ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}

.ui-spinner-up {
top: 0;
}

.ui-spinner-down {
bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
background-position: -65px -16px;
}

.ui-tabs {
position: relative;
padding: .2em;
}

.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}

.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
border-width: 2px;
}

.ui-widget {
font-family: Verdana;
font-size: 1.1em;
}

.ui-widget .ui-widget {
font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: Verdana;
font-size: 1em;
}

.ui-widget-content {
border: 1px solid #ddd;
background: #eee url("/Images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
color: #333;
}

.ui-widget-content a {
color: #333;
}

.ui-widget-header {
border: 1px solid #1E90FF;
background: #1E90FF url("/Images/ui-bg_gloss-wave_35_f6a828_500x100_blue.jpg") 50% 50% repeat-x;
color: #fff;
font-weight: bold;
}

.ui-widget-header a {
color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border-right: 1px solid #ccc;
background: #f6f6f6 url("/Images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #1c94c4;
text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 1px solid #1c94c4;
background: #fdf5ce url("/Images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #1c94c4;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
color: #333;
text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #fbd850;
background: #fff url("/Images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
font-weight: bold;
color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #eb8f00;
text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #fed22f;
background: #ffe45c url("/Images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
color: #1c94c4;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
color: #1c94c4;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #b81900 url("/Images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity: .7;
filter: Alpha(Opacity=70);
font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity=35);
background-image: none;
}

.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}

.ui-icon {
width: 16px;
height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
background-image: url("/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
background-image: url("/Images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
background-image: url("/Images/ui-icons_228ef1_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image: url("/Images/ui-icons_228ef1_256x240.png");
}

.ui-state-active .ui-icon {
background-image: url("/Images/ui-icons_228ef1_256x240.png");
}

.ui-state-highlight .ui-icon {
background-image: url("/Images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
background-image: url("/Images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
background-position: 16px 16px;
}

.ui-icon-carat-1-n {
background-position: 0 0;
}

.ui-icon-carat-1-ne {
background-position: -16px 0;
}

.ui-icon-carat-1-e {
background-position: -32px 0;
}

.ui-icon-carat-1-se {
background-position: -48px 0;
}

.ui-icon-carat-1-s {
background-position: -64px 0;
}

.ui-icon-carat-1-sw {
background-position: -80px 0;
}

.ui-icon-carat-1-w {
background-position: -96px 0;
}

.ui-icon-carat-1-nw {
background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
background-position: -144px 0;
}

.ui-icon-triangle-1-n {
background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}

.ui-icon-arrow-4 {
background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}

.ui-icon-extlink {
background-position: -32px -80px;
}

.ui-icon-newwin {
background-position: -48px -80px;
}

.ui-icon-refresh {
background-position: -64px -80px;
}

.ui-icon-shuffle {
background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
background-position: 0 -96px;
}

.ui-icon-folder-open {
background-position: -16px -96px;
}

.ui-icon-document {
background-position: -32px -96px;
}

.ui-icon-document-b {
background-position: -48px -96px;
}

.ui-icon-note {
background-position: -64px -96px;
}

.ui-icon-mail-closed {
background-position: -80px -96px;
}

.ui-icon-mail-open {
background-position: -96px -96px;
}

.ui-icon-suitcase {
background-position: -112px -96px;
}

.ui-icon-comment {
background-position: -128px -96px;
}

.ui-icon-person {
background-position: -144px -96px;
}

.ui-icon-print {
background-position: -160px -96px;
}

.ui-icon-trash {
background-position: -176px -96px;
}

.ui-icon-locked {
background-position: -192px -96px;
}

.ui-icon-unlocked {
background-position: -208px -96px;
}

.ui-icon-bookmark {
background-position: -224px -96px;
}

.ui-icon-tag {
background-position: -240px -96px;
}

.ui-icon-home {
background-position: 0 -112px;
}

.ui-icon-flag {
background-position: -16px -112px;
}

.ui-icon-calendar {
background-position: -32px -112px;
}

.ui-icon-cart {
background-position: -48px -112px;
}

.ui-icon-pencil {
background-position: -64px -112px;
}

.ui-icon-clock {
background-position: -80px -112px;
}

.ui-icon-disk {
background-position: -96px -112px;
}

.ui-icon-calculator {
background-position: -112px -112px;
}

.ui-icon-zoomin {
background-position: -128px -112px;
}

.ui-icon-zoomout {
background-position: -144px -112px;
}

.ui-icon-search {
background-position: -160px -112px;
}

.ui-icon-wrench {
background-position: -176px -112px;
}

.ui-icon-gear {
background-position: -192px -112px;
}

.ui-icon-heart {
background-position: -208px -112px;
}

.ui-icon-star {
background-position: -224px -112px;
}

.ui-icon-link {
background-position: -240px -112px;
}

.ui-icon-cancel {
background-position: 0 -128px;
}

.ui-icon-plus {
background-position: -16px -128px;
}

.ui-icon-plusthick {
background-position: -32px -128px;
}

.ui-icon-minus {
background-position: -48px -128px;
}

.ui-icon-minusthick {
background-position: -64px -128px;
}

.ui-icon-close {
background-position: -80px -128px;
}

.ui-icon-closethick {
background-position: -96px -128px;
}

.ui-icon-key {
background-position: -112px -128px;
}

.ui-icon-lightbulb {
background-position: -128px -128px;
}

.ui-icon-scissors {
background-position: -144px -128px;
}

.ui-icon-clipboard {
background-position: -160px -128px;
}

.ui-icon-copy {
background-position: -176px -128px;
}

.ui-icon-contact {
background-position: -192px -128px;
}

.ui-icon-image {
background-position: -208px -128px;
}

.ui-icon-video {
background-position: -224px -128px;
}

.ui-icon-script {
background-position: -240px -128px;
}

.ui-icon-alert {
background-position: 0 -144px;
}

.ui-icon-info {
background-position: -16px -144px;
}

.ui-icon-notice {
background-position: -32px -144px;
}

.ui-icon-help {
background-position: -48px -144px;
}

.ui-icon-check {
background-position: -64px -144px;
}

.ui-icon-bullet {
background-position: -80px -144px;
}

.ui-icon-radio-on {
background-position: -96px -144px;
}

.ui-icon-radio-off {
background-position: -112px -144px;
}

.ui-icon-pin-w {
background-position: -128px -144px;
}

.ui-icon-pin-s {
background-position: -144px -144px;
}

.ui-icon-play {
background-position: 0 -160px;
}

.ui-icon-pause {
background-position: -16px -160px;
}

.ui-icon-seek-next {
background-position: -32px -160px;
}

.ui-icon-seek-prev {
background-position: -48px -160px;
}

.ui-icon-seek-end {
background-position: -64px -160px;
}

.ui-icon-seek-start {
background-position: -80px -160px;
}

.ui-icon-seek-first {
background-position: -80px -160px;
}

.ui-icon-stop {
background-position: -96px -160px;
}

.ui-icon-eject {
background-position: -112px -160px;
}

.ui-icon-volume-off {
background-position: -128px -160px;
}

.ui-icon-volume-on {
background-position: -144px -160px;
}

.ui-icon-power {
background-position: 0 -176px;
}

.ui-icon-signal-diag {
background-position: -16px -176px;
}

.ui-icon-signal {
background-position: -32px -176px;
}

.ui-icon-battery-0 {
background-position: -48px -176px;
}

.ui-icon-battery-1 {
background-position: -64px -176px;
}

.ui-icon-battery-2 {
background-position: -80px -176px;
}

.ui-icon-battery-3 {
background-position: -96px -176px;
}

.ui-icon-circle-plus {
background-position: 0 -192px;
}

.ui-icon-circle-minus {
background-position: -16px -192px;
}

.ui-icon-circle-close {
background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
background-position: -192px -192px;
}

.ui-icon-circle-check {
background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
background: #666 url("/Images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
opacity: .5;
filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
margin: -5px 0 0 -5px;
padding: 5px;
background: #000 url("/Images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
opacity: .2;
filter: Alpha(Opacity=20);
border-radius: 5px;
}



.ui-widget select {
width: 50px !important;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .google-maps img {
    max-width: none;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

body {
    margin: 0;
    font-family: Verdana;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

a {
    color: #08c;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #005580;
        text-decoration: underline;
    }

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 99%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12765957446808%;
            *margin-left: 102.02127659574467%;
        }

    .row-fluid .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702127659574%;
            *margin-left: 93.51063829787232%;
        }

    .row-fluid .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.1063829787234%;
            *margin-left: 84.99999999999999%;
        }

    .row-fluid .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574468085106%;
            *margin-left: 76.48936170212764%;
        }

    .row-fluid .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08510638297872%;
            *margin-left: 67.9787234042553%;
        }

    .row-fluid .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.574468085106375%;
            *margin-left: 59.46808510638297%;
        }

    .row-fluid .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.063829787234035%;
            *margin-left: 50.95744680851063%;
        }

    .row-fluid .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.5531914893617%;
            *margin-left: 42.4468085106383%;
        }

    .row-fluid .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255319148936%;
            *margin-left: 33.93617021276596%;
        }

    .row-fluid .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191489361702%;
            *margin-left: 25.425531914893618%;
        }

    .row-fluid .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.02127659574468%;
            *margin-left: 16.914893617021278%;
        }

    .row-fluid .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.51063829787234%;
            *margin-left: 8.404255319148938%;
        }

    [class*="span"].hide, .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
        float: right;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before, .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999;
}

a.muted:hover, a.muted:focus {
    color: #808080;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover, a.text-error:focus {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover, a.text-success:focus {
    color: #356635;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

h1, h2, h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-bottom: 0;
    }

li {
    line-height: 20px;
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}

    ul.inline > li, ol.inline > li {
        display: inline-block;
        *display: inline;
        padding-right: 5px;
        padding-left: 5px;
        *zoom: 1;
    }

dl {
    margin-bottom: 20px;
}

dt, dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

.dl-horizontal {
    *zoom: 1;
}

    .dl-horizontal:before, .dl-horizontal:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dl-horizontal:after {
        clear: both;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        margin-bottom: 0;
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

    blockquote small {
        display: block;
        line-height: 20px;
        color: #999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

code, pre {
    padding: 0 3px 2px;
    font-family: Verdana;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom: 20px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    margin: 0 0 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight:bold;
}

    legend small {
        font-size: 15px;
        color: #999;
    }

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    /*margin-left: 3px;*/
}

input, button, select, textarea {
    font-family: Verdana;
}

label {
    /*background: #ffcbc9 none repeat scroll 0 0;
    border: 1px solid #ffaba9;
    border-radius: 5px;*/
    color: #888;
    display: block;
    cursor: auto;
    /*margin-left: 18px;
    margin-left:5px!important;
    margin: 2px 0;
    padding: 5px;*/
}

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 {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 13px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input, textarea, .uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

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 {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    }

input[type="radio"], input[type="checkbox"] {
    /*margin: 4px 0 0;*/
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    padding: 3px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

select, input[type="file"] {
    height: 22px;
    /*margin-top: 4px;*/
    line-height: 30px;
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    select[multiple], select[size] {
        height: auto;
    }

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.uneditable-input, .uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio input[type="radio"] {
        margin-left: 0;
    }

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 367px;
}

.input-xxlarge {
    width: 100%;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: block;
    width: 100%;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px;
}

.controls-row {
    *zoom: 1;
}

    .controls-row:before, .controls-row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .controls-row:after {
        clear: both;
    }

    .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
        float: left;
    }

    .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
        padding-top: 5px;
    }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee !important;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
    }

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
    }

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
    }

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
        border-color: #2d6987;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
    }

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #54b5df;
    border-color: #ee5f5b;
}

    input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.form-actions {
    padding: 0px 0px 10px 0;
    margin-top: 15px;
	/*margin-bottom: 20px;*/
    background-color: #f5f5f5;
    /*border-top: 1px solid #e5e5e5;*/
    /**zoom: 1;*/
}

    /*.form-actions:before, .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }*/

.help-block, .help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.input-append, .input-prepend {
    display: inline-block;
    /*margin-bottom: 10px;*/
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
        font-size: 14px;
    }

    .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .input-append .add-on, .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 9px 5px;
        font-size: 13px;
        font-weight: normal!important;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #fff;        
    }

    .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-append .active, .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .input-prepend .add-on, .input-prepend .btn {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
            /*-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px*/
            border: none;
        }

    .input-append input, .input-append select, .input-append .uneditable-input {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-append .add-on, .input-append .btn, .input-append .btn-group {
        margin-left: -1px;
    }

        .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .input-prepend.input-append .btn-group:first-child {
        margin-left: 0;
    }

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
    margin-right: 2px;
   /* margin-top: -4px;*/
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 3px;
    *zoom: 1;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    width: 100px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    /*margin-left: 180px;*/
    *margin-left: 0;
}

    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

/*.form-horizontal .form-actions {
    padding-left: 180px;
}*/

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table th, .table td {
        padding: 2px 6px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;        
        font-size: 13.1px;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    /*border: 1px solid #ddd;*/
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #ddd;
    }

    .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
    }

    .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
    }

    .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success > td {
    background-color: #dff0d8;
}

.table tbody tr.error > td {
    background-color: #f2dede;
}

.table tbody tr.warning > td {
    background-color: #fcf8e3;
}

.table tbody tr.info > td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../Images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../Images/glyphicons-halflings-white.png");
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    width: 16px;
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.dropup, .dropdown {
    position: relative;
    /*background: #7fc8e7;
    border: 2px solid #3facdb;*/
    padding: 0 0px 0 10px;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active, .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
            color: #fff;
            text-decoration: none;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #08c, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #08c, #0077b3);
            background-image: -o-linear-gradient(top, #08c, #0077b3);
            background-image: linear-gradient(to bottom, #08c, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #08c, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #08c, #0077b3);
        background-image: -o-linear-gradient(top, #08c, #0077b3);
        background-image: linear-gradient(to bottom, #08c, #0077b3);
        background-repeat: repeat-x;
        outline: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open {
    *z-index: 1000;
}

    .open > .dropdown-menu {
        display: block;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

    .collapse.in {
        height: auto;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        filter: alpha(opacity=40);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active, .btn.active {
        background-color: #ccc; 
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    }

    .btn.
    , .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255,255,255,0.75);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #fff;
        background-color: #04c;
        *background-color: #003bb3;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #039; 
    }

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        color: #fff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #c67605; 
    }

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: #fff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25; 
    }

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: #fff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active, .btn-success.active {
        background-color: #408140; 
    }

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: #fff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active, .btn-info.active {
        background-color: #24748c; 
    }

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: #fff;
        background-color: #222;
        *background-color: #151515;
    }

    .btn-inverse:active, .btn-inverse.active {
        background-color: #080808;
    }

button.btn, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large, input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small, input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini, input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover, .btn-link[disabled]:focus {
        color: #333;
        text-decoration: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4)!important;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 6px;
    /*box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1)!important;*/
    color: #555555;
}

    .btn-group:first-child {
        *margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:none;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
    text-align: left;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 2;
    background:none;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.btn-group.open .btn.dropdown-toggle {
    /*background-color: #e6e6e6;*/
    background:none!important;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn .caret {
     float: right;
     margin-left: 0;
     margin-top: -11px;
}
  .btn_fileexport .caret {
    
     position: absolute;
    right: 10px;
    top: 9px;
    margin-top: 0;
}
.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.btn-mini .caret, .btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .btn-group-vertical > .btn {
        display: block;
        float: none;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-vertical > .btn + .btn {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical > .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .btn-group-vertical > .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .btn-group-vertical > .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .btn-group-vertical > .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert, .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    color: #468847;
    /*background-color: #dff0d8;*/
    border-color: #d6e9c6;
     padding-top: 6px;
    padding-bottom: 15px;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
            background-color: #eee;
        }

        .nav > li > a > img {
            max-width: none;
        }

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

    .nav-list > li > a, .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -15px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    }

    .nav-list > li > a {
        padding: 3px 15px;
    }

    .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        background-color: #08c;
    }

    .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

.nav-tabs, .nav-pills {
    *zoom: 1;
}

    .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .nav-tabs:after, .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li, .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a, .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                border-color: #eee #eee #ddd;
            }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #08c;
}

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li > a {
        margin-right: 0;
    }

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
        z-index: 2;
        border-color: #ddd;
    }

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
    border-color: #999;
}

.tabbable {
    *zoom: 1;
}

    .tabbable:before, .tabbable:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .tabbable:after {
        clear: both;
    }

.tab-content {
    overflow: auto;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eee #ddd #eee #eee;
        }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #fff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd;
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff;
    }

.nav > .disabled > a {
    color: #999;
}

    .nav > .disabled > a:hover, .nav > .disabled > a:focus {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
    }

.navbar {
    *position: relative;
    *z-index: 2;
    overflow: visible;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}

    .navbar-inner:before, .navbar-inner:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 500;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

    .navbar .brand:hover, .navbar .brand:focus {
        text-decoration: none;
    }

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777;
}

.navbar-link {
    color: #777;
}

    .navbar-link:hover, .navbar-link:focus {
        color: #333;
    }

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}

    .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
        margin-top: 0;
    }

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navbar-form:before, .navbar-form:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-form:after {
        clear: both;
    }

    .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
        margin-top: 5px;
    }

    .navbar-form input, .navbar-form select, .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
            margin-top: 3px;
        }

    .navbar-form .input-append, .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        .navbar-form .input-append input, .navbar-form .input-prepend input {
            margin-top: 0;
        }

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

    .navbar-search .search-query {
        padding: 4px 14px;
        margin-bottom: 0;
        font-family: Verdana;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding-right: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }

.navbar-fixed-top {
    top: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    }

.navbar-fixed-bottom {
    bottom: 0;
}

    .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
        box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
    }

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    .navbar .nav > li {
        float: left;
    }

        .navbar .nav > li > a {
            float: none;
            padding: 0;
            color: #777;
            text-decoration: none;
            text-shadow: 0 1px 0 #fff;
        }

    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        color: #333;
        text-decoration: none;
        background-color: transparent;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        color: #555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
}

    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        color: #fff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navbar .btn-navbar:active, .navbar .btn-navbar.active {
        background-color: #ccc; 
    }

    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    }

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0,0,0,0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555;
    /*background-color: #e5e5e5*/
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
        color: #fff;
    }

.navbar-inverse .brand {
    color: #999;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #fff;
    background-color: #111;
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
        color: #fff;
    }

.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    /*background-color: #111*/
}

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .navbar-inverse .navbar-search .search-query:-moz-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        background-color: #fff;
        border: 0;
        outline: 0;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
        box-shadow: 0 0 3px rgba(0,0,0,0.15);
    }

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
        color: #fff;
        background-color: #040404;
        *background-color: #000;
    }

    .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
        background-color: #000;
    }

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 0 0px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
        *display: inline;
        text-shadow: 0 1px 0 #fff;
        *zoom: 1;
    }

        .breadcrumb > li > .divider {
            padding: 0 5px;
            color: #7d7d7d;
            font-size: 14px;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
                border-left-width: 0;
            }

                .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #999;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
            color: #999;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

    .pager:before, .pager:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: default;
        background-color: #fff;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop, .modal-backdrop.fade.in {
            opacity: .8;
            filter: alpha(opacity=80);
        }

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modallibrary {
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 30%;
    margin-left: -280px;
    min-width: 500px;
    outline: 0 none;
    position: fixed;
    top: 10%;
    width: 80%;
    z-index: 1050;
}

.modallibrary.fade {
    top: -25%;
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
}

    .modallibrary.fade.in {
        top: 10%;
    }

.modal.fade {
    top: -25%;
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
}

    .modal.fade.in {
        top: 10%;
    }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
    }

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

    .thumbnails:before, .thumbnails:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .thumbnails:after {
        clear: both;
    }

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555;
}

.media, .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    margin-left: 0;
    list-style: none;
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .label:empty, .badge:empty {
        display: none;
    }

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-important, .badge-important {
    background-color: #b94a48;
}

    .label-important[href], .badge-important[href] {
        background-color: #953b39;
    }

.label-warning, .badge-warning {
    background-color: #f89406;
}

    .label-warning[href], .badge-warning[href] {
        background-color: #c67605;
    }

.label-success, .badge-success {
    background-color: #468847;
}

    .label-success[href], .badge-success[href] {
        background-color: #356635;
    }

.label-info, .badge-info {
    background-color: #3a87ad;
}

    .label-info[href], .badge-info[href] {
        background-color: #2d6987;
    }

.label-inverse, .badge-inverse {
    background-color: #333;
}

    .label-inverse[href], .badge-inverse[href] {
        background-color: #1a1a1a;
    }

.btn .label, .btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label, .btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
            box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -moz-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

    .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255,255,255,0.25);
        border-radius: 5px;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0,0,0,0.75);
}

    .carousel-caption h4, .carousel-caption p {
        line-height: 20px;
        color: #fff;
    }

    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .hero-unit h1 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -1px;
        color: inherit;
    }

    .hero-unit li {
        line-height: 30px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}


.field-validation-error {
    color:red;
    margin-left: 6px;
    float: left;
    text-align:left;
}

.field-validation-note {
    /*color:red;*/
    margin-left: 6px;
    float: left;
    text-align:left;
}

/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@-ms-viewport {
width:device-width
}
.hidden {
	display: none;
	visibility: hidden
}
.visible-phone {
	display: none!important
}
.visible-tablet {
	display: none!important
}
.hidden-desktop {
	display: none!important
}
.visible-desktop {
	display: inherit!important
}
@media(min-width:768px) and (max-width:979px) {
.hidden-desktop {
	display: inherit!important
}
.visible-desktop {
	display: none!important
}
.visible-tablet {
	display: inherit!important
}
.hidden-tablet {
	display: none!important
}
.row-fluid .span12 {
    width: 100% !important;
}
.row-fluid .span8 {
    width: 68.746% !important;
}

}
@media(max-width:767px) {
.hidden-desktop {
	display: inherit!important
}
.visible-desktop {
	display: none!important
}
.visible-phone {
	display: inherit!important
}
.hidden-phone {
	display: none!important
}
.row-fluid .span12 {
    width: 100% !important;
}

}
.visible-print {
	display: none!important
}
@media print {
.visible-print {
	display: inherit!important
}
.hidden-print {
	display: none!important
}
}
@media(min-width:1200px) {
	

	
.row {
	margin-left: -30px;
*zoom:1
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: ""
}
.row:after {
	clear: both
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:30px
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 1170px
}
.span12 {
	width: 1170px
}
.span11 {
	width: 1070px
}
.span10 {
	width: 970px
}
.span9 {
	width: 870px
}
.span8 {
	width: 770px
}
.span7 {
	width: 670px
}
.span6 {
	width: 570px
}
.span5 {
	width: 470px
}
.span4 {
	width: 370px
}
.span3 {
	width: 270px
}
.span2 {
	width: 170px
}
.span1 {
	width: 70px
}
.offset12 {
	margin-left: 1230px
}
.offset11 {
	margin-left: 1130px
}
.offset10 {
	margin-left: 1030px
}
.offset9 {
	margin-left: 930px
}
.offset8 {
	margin-left: 830px
}
.offset7 {
	margin-left: 730px
}
.offset6 {
	margin-left: 630px
}
.offset5 {
	margin-left: 530px
}
.offset4 {
	margin-left: 430px
}
.offset3 {
	margin-left: 330px
}
.offset2 {
	margin-left: 230px
}
.offset1 {
	margin-left: 130px
}
.row-fluid {
	width: 100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: ""
}
.row-fluid:after {
	clear: both
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 22px;
	margin-left: 2.564102564102564%;
*margin-left:2.5109110747408616%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.564102564102564%
}
.row-fluid .span12 {
	width: 100%;
*width:99.94680851063829%
}
.row-fluid .span11 {
	width: 91.45299145299145%;
*width:91.39979996362975%
}
.row-fluid .span10 {
	width: 82.90598290598291%;
*width:82.8527914166212%
}
.row-fluid .span9 {
	width: 74.35897435897436%;
*width:74.30578286961266%
}
.row-fluid .span8 {
	width: 65.999%;
*width:65.75877432260411%
}
.row-fluid .span7 {
	width: 57.26495726495726%;
*width:57.21176577559556%
}
.row-fluid .span6 {
	width: 48.717948717948715%;
*width:48.664757228587014%
}
.row-fluid .span5 {
	width: 40.17094017094017%;
*width:40.11774868157847%
}
.row-fluid .span4 {
	width: 31.5%;
*width:31.570740134569924%;
    text-align: left;
    padding-top: 5px;
}
.row-fluid .span3 {
	width: 23.076923076923077%;
*width:23.023731587561375%
}
.row-fluid .span2 {
	width: 14.52991452991453%;
*width:14.476723040552828%
}
.row-fluid .span1 {
	width: 5.982905982905983%;
*width:5.929714493544281%
}
.row-fluid .offset12 {
	margin-left: 105.12820512820512%;
*margin-left:105.02182214948171%
}
.row-fluid .offset12:first-child {
	margin-left: 102.56410256410257%;
*margin-left:102.45771958537915%
}
.row-fluid .offset11 {
	margin-left: 96.58119658119658%;
*margin-left:96.47481360247316%
}
.row-fluid .offset11:first-child {
	margin-left: 94.01709401709402%;
*margin-left:93.91071103837061%
}
.row-fluid .offset10 {
	margin-left: 88.03418803418803%;
*margin-left:87.92780505546462%
}
.row-fluid .offset10:first-child {
	margin-left: 85.47008547008548%;
*margin-left:85.36370249136206%
}
.row-fluid .offset9 {
	margin-left: 79.48717948717949%;
*margin-left:79.38079650845607%
}
.row-fluid .offset9:first-child {
	margin-left: 76.92307692307693%;
*margin-left:76.81669394435352%
}
.row-fluid .offset8 {
	margin-left: 70.94017094017094%;
*margin-left:70.83378796144753%
}
.row-fluid .offset8:first-child {
	margin-left: 68.37606837606839%;
*margin-left:68.26968539734497%
}
.row-fluid .offset7 {
	margin-left: 62.393162393162385%;
*margin-left:62.28677941443899%
}
.row-fluid .offset7:first-child {
	margin-left: 59.82905982905982%;
*margin-left:59.72267685033642%
}
.row-fluid .offset6 {
	margin-left: 53.84615384615384%;
*margin-left:53.739770867430444%
}
.row-fluid .offset6:first-child {
	margin-left: 51.28205128205128%;
*margin-left:51.175668303327875%
}
.row-fluid .offset5 {
	margin-left: 45.299145299145295%;
*margin-left:45.1927623204219%
}
.row-fluid .offset5:first-child {
	margin-left: 42.73504273504273%;
*margin-left:42.62865975631933%
}
.row-fluid .offset4 {
	margin-left: 36.75213675213675%;
*margin-left:36.645753773413354%
}
.row-fluid .offset4:first-child {
	margin-left: 34.18803418803419%;
*margin-left:34.081651209310785%
}
.row-fluid .offset3 {
	margin-left: 28.205128205128204%;
*margin-left:28.0987452264048%
}
.row-fluid .offset3:first-child {
	margin-left: 25.641025641025642%;
*margin-left:25.53464266230224%
}
.row-fluid .offset2 {
	margin-left: 19.65811965811966%;
*margin-left:19.551736679396257%
}
.row-fluid .offset2:first-child {
	margin-left: 17.094017094017094%;
*margin-left:16.98763411529369%
}
.row-fluid .offset1 {
	margin-left: 11.11111111111111%;
*margin-left:11.004728132387708%
}
.row-fluid .offset1:first-child {
	margin-left: 8.547008547008547%;
*margin-left:8.440625568285142%
}
input, textarea, .uneditable-input {
	margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:30px
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 1156px
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 1056px
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 956px
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 856px
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 756px
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 656px
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 556px
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 456px
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 356px
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 256px
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 156px
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 56px
}
.thumbnails {
	margin-left: -30px
}
.thumbnails>li {
	margin-left: 30px
}
.row-fluid .thumbnails {
	margin-left: 0
}






}
@media(min-width:768px) and (max-width:979px) {
.row {
	margin-left: -20px;
*zoom:1
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: ""
}
.row:after {
	clear: both
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:20px
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 724px
}
.span12 {
	width: 724px
}
.span11 {
	width: 662px
}
.span10 {
	width: 600px
}
.span9 {
	width: 538px
}
.span8 {
	width: 476px
}
.span7 {
	width: 414px
}
.span6 {
	width: 352px
}
.span5 {
	width: 290px
}
.span4 {
	width: 228px
}
.span3 {
	width: 166px
}
.span2 {
	width: 104px
}
.span1 {
	width: 42px
}
.offset12 {
	margin-left: 764px
}
.offset11 {
	margin-left: 702px
}
.offset10 {
	margin-left: 640px
}
.offset9 {
	margin-left: 578px
}
.offset8 {
	margin-left: 516px
}
.offset7 {
	margin-left: 454px
}
.offset6 {
	margin-left: 392px
}
.offset5 {
	margin-left: 330px
}
.offset4 {
	margin-left: 268px
}
.offset3 {
	margin-left: 206px
}
.offset2 {
	margin-left: 144px
}
.offset1 {
	margin-left: 82px
}
.row-fluid {
	width: 100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: ""
}
.row-fluid:after {
	clear: both
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 25px;
	margin-left: 2.7624309392265194%;
*margin-left:2.709239449864817%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.7624309392265194%
}
.row-fluid .span12 {
	width: 100%;
*width:99.94680851063829%
}
.row-fluid .span11 {
	width: 91.43646408839778%;
*width:91.38327259903608%
}
.row-fluid .span10 {
	width: 82.87292817679558%;
*width:82.81973668743387%
}
.row-fluid .span9 {
	width: 74.30939226519337%;
*width:74.25620077583166%
}
.row-fluid .span8 {
	width: 65.74585635359117%;
*width:65.69266486422946%
}
.row-fluid .span7 {
	width: 57.18232044198895%;
*width:57.12912895262725%
}
.row-fluid .span6 {
	width: 48.61878453038674%;
*width:48.56559304102504%
}
.row-fluid .span5 {
	width: 40.05524861878453%;
*width:40.00205712942283%
}
.row-fluid .span4 {
	width: 31.491712707182323%;
*width:31.43852121782062%
}
.row-fluid .span3 {
	width: 22.92817679558011%;
*width:22.87498530621841%
}
.row-fluid .span2 {
	width: 14.3646408839779%;
*width:14.311449394616199%
}
.row-fluid .span1 {
	width: 5.801104972375691%;
*width:5.747913483013988%
}
.row-fluid .offset12 {
	margin-left: 105.52486187845304%;
*margin-left:105.41847889972962%
}
.row-fluid .offset12:first-child {
	margin-left: 102.76243093922652%;
*margin-left:102.6560479605031%
}
.row-fluid .offset11 {
	margin-left: 96.96132596685082%;
*margin-left:96.8549429881274%
}
.row-fluid .offset11:first-child {
	margin-left: 94.1988950276243%;
*margin-left:94.09251204890089%
}
.row-fluid .offset10 {
	margin-left: 88.39779005524862%;
*margin-left:88.2914070765252%
}
.row-fluid .offset10:first-child {
	margin-left: 85.6353591160221%;
*margin-left:85.52897613729868%
}
.row-fluid .offset9 {
	margin-left: 79.8342541436464%;
*margin-left:79.72787116492299%
}
.row-fluid .offset9:first-child {
	margin-left: 77.07182320441989%;
*margin-left:76.96544022569647%
}
.row-fluid .offset8 {
	margin-left: 71.2707182320442%;
*margin-left:71.16433525332079%
}
.row-fluid .offset8:first-child {
	margin-left: 68.50828729281768%;
*margin-left:68.40190431409427%
}
.row-fluid .offset7 {
	margin-left: 62.70718232044199%;
*margin-left:62.600799341718584%
}
.row-fluid .offset7:first-child {
	margin-left: 59.94475138121547%;
*margin-left:59.838368402492065%
}
.row-fluid .offset6 {
	margin-left: 54.14364640883978%;
*margin-left:54.037263430116376%
}
.row-fluid .offset6:first-child {
	margin-left: 51.38121546961326%;
*margin-left:51.27483249088986%
}
.row-fluid .offset5 {
	margin-left: 45.58011049723757%;
*margin-left:45.47372751851417%
}
.row-fluid .offset5:first-child {
	margin-left: 42.81767955801105%;
*margin-left:42.71129657928765%
}
.row-fluid .offset4 {
	margin-left: 37.01657458563536%;
*margin-left:36.91019160691196%
}
.row-fluid .offset4:first-child {
	margin-left: 34.25414364640884%;
*margin-left:34.14776066768544%
}
.row-fluid .offset3 {
	margin-left: 28.45303867403315%;
*margin-left:28.346655695309746%
}
.row-fluid .offset3:first-child {
	margin-left: 25.69060773480663%;
*margin-left:25.584224756083227%
}
.row-fluid .offset2 {
	margin-left: 19.88950276243094%;
*margin-left:19.783119783707537%
}
.row-fluid .offset2:first-child {
	margin-left: 17.12707182320442%;
*margin-left:17.02068884448102%
}
.row-fluid .offset1 {
	margin-left: 11.32596685082873%;
*margin-left:11.219583872105325%
}
.row-fluid .offset1:first-child {
	margin-left: 8.56353591160221%;
*margin-left:8.457152932878806%
}
input, textarea, .uneditable-input {
	margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:20px
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 710px
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 648px
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 586px
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 524px
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 462px
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 400px
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 338px
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 276px
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 214px
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 152px
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 90px
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 28px
}
}
@media(max-width:767px) {
body {
	padding-right: 20px;
	padding-left: 20px
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	margin-right: -20px;
	margin-left: -20px
}
.container-fluid {
	padding: 0
}
.dl-horizontal dt {
	float: none;
	width: auto;
	clear: none;
	text-align: left
}
.dl-horizontal dd {
	margin-left: 0
}
.container {
	width: auto
}
.row-fluid {
	width: 100%
}
.row, .thumbnails {
	margin-left: 0
}
.thumbnails>li {
	float: none;
	margin-left: 0
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
display:block;
float:none;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.span12, .row-fluid .span12 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row-fluid [class*="offset"]:first-child {
	margin-left: 0
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
	display: inline-block;
	width: auto
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:0
}
.modal {
	position: fixed;
	top: 20px;
	right: 20px;
	left: 20px;
	width: auto;
	margin: 0
}
.modal.fade {
	top: -100px
}
.modal.fade.in {
	top: 20px
}
.input-append .add-on, .input-prepend .add-on {text-align:left}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: block;
}
.row-fluid .span4 {
	width: 100%;
}
.row-fluid .span8 {
    width: 100% !important;
}


}
@media(max-width:480px) {

#header .brand {
   width:100% !important;
}

.navbar .nav.pull-right {
    float: left;
}
.input-append .add-on, .input-prepend .add-on {text-align:left}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: block;
}
.row-fluid .span4 {
	width: 100%;
}
.row-fluid .span8 {
    width: 100% !important;
}
.row-fluid .span12 {
    width: 100% !important;
}

.nav-collapse {
	-webkit-transform: translate3d(0, 0, 0)
}
.page-header h1 small {
	display: block;
	line-height: 20px
}
input[type="checkbox"], input[type="radio"] {
	border: 1px solid #ccc
}
.form-horizontal .control-label {
	float: none;
	width: auto;
	padding-top: 0;
	text-align: left
}
.form-horizontal .controls {
	margin-left: 0
}
.form-horizontal .control-list {
	padding-top: 0
}
.form-horizontal .form-actions {
    margin-top: 5px
  
}
.media .pull-left, .media .pull-right {
	display: block;
	float: none;
	margin-bottom: 10px
}
.media-object {
	margin-right: 0;
	margin-left: 0
}
.modal {
	top: 10px;
	right: 10px;
	left: 10px
}
.modal-header .close {
	padding: 10px;
	margin: -10px
}
.carousel-caption {
	position: static
}
}

@media(max-width:979px) {
body {
	padding-top: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: static
}
.navbar-fixed-top {
	margin-bottom: 20px
}
.navbar-fixed-bottom {
	margin-top: 20px
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 5px
}
.navbar .container {
	width: auto;
	padding: 0
}
.navbar .brand {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 0 -5px
}
.nav-collapse {
	clear: both
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px
}
.nav-collapse .nav>li {
	float: none
}
.nav-collapse .nav>li>a {
	margin-bottom: 2px
}
.nav-collapse .nav>.divider-vertical {
	display: none
}
.nav-collapse .nav .nav-header {
	color: #777;
	text-shadow: none
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: bold;
	color: #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.nav-collapse .dropdown-menu li+li a {
	margin-bottom: 2px
}
.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2
}
.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #999
}
.navbar-inverse .nav-collapse .nav>li>a:hover, .navbar-inverse .nav-collapse .nav>li>a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111
}
.nav-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px
}
.nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: none;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.nav-collapse .open>.dropdown-menu {
	display: block
}
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
	display: none
}
.nav-collapse .dropdown-menu .divider {
	display: none
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: none
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	float: none;
	padding: 10px 15px;
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1)
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
	border-top-color: #111;
	border-bottom-color: #111
}
.navbar .nav-collapse .nav.pull-right {
	float: none;
	margin-left: 0
}
.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: hidden
}
.navbar .btn-navbar {
	display: block
}
.navbar-static .navbar-inner {
	padding-right: 10px;
	padding-left: 10px
}

.navbar .nav.pull-right {
    float:right;
}
.input-append .add-on, .input-prepend .add-on {text-align:left}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: block;
}
.row-fluid .span4 {
	width: 100%;
}
.row-fluid .span8 {
    width: 100% !important;
}
.row-fluid .span12 {
    width: 100% !important;
}
}
@media(min-width:980px) and (max-width:1200px) {
.nav-collapse.collapse {
	height: auto!important;
	overflow: visible!important
}

.input-append .add-on, .input-prepend .add-on {text-align:left}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: block;
}
.row-fluid .span4 {
	width: 31.888%;
}
.row-fluid .span8 {
    width: 100% !important;
}
.row-fluid .span12 {
    width: 100% !important;
}

.controls .span4{
	  width: 100%;
	  display:block;}
	  
.controls .span8 {
	  width: 100% !important;
	  display:block;}	


.sidebar-toggle-box {
    margin: 0;
    padding: 0 30px 0 10px;
}
.sidebar-toggle-box .icon-reorder{margin-top:24px}
#header .brand {
    margin-top:13px !important;
 
}
}




.btn-file {
position: relative;
overflow: hidden;
vertical-align: middle;
}

.btn-file > input {
position: absolute;
top: 0;
right: 0;
margin: 0;
font-size: 23px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
direction: ltr;
}

.fileupload {
margin-bottom: 9px;
}

.fileupload .uneditable-input {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
cursor: text;
}

.fileupload .thumbnail {
display: inline-block;
margin-bottom: 5px;
overflow: hidden;
text-align: center;
vertical-align: middle;
}

.fileupload .thumbnail > img {
display: inline-block;
max-height: 100%;
vertical-align: middle;
}

.fileupload .btn {
vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
display: none;
}

.fileupload-inline .fileupload-controls {
display: inline;
}

.fileupload-new .input-append .btn-file {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
color: #a47e3c;
border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
color: #b94a48;
border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
color: #468847;
border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
color: #468847;
}

.control-group.success .fileupload .thumbnail {
border-color: #468847;
}

/* body styles */
body {
    color: #404040;
    font-family: Calibri, arial;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    font-weight: normal;
    background: #ebebeb;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}


@font-face {
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
}

/*buttons style*/

.btn {
    border-radius: 6px;
    background: #e8e8e8;
    outline: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 6px 10px 6px 6px;
    margin-right: 5px;
}

    .btn:hover {
        border-radius: 6px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin-right: 5px;
    }

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #557baa;
    }

.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn:last-child {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 84%;
}







.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled],
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #364359;
    border-radius: 6px;
}

.btn-info {
    background: #22c0cb;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],
    .btn-group.open .btn-info.dropdown-toggle {
        background-color: #31a6b1;
    }

.btn-warning {
    background: #fb9800;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled],
    .btn-group.open .btn-warning.dropdown-toggle {
        background-color: #de8a00;
    }



.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #c1552b;
}

.btn-inverse {
    background: #484848;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled],
    .btn-group.open .btn-inverse.dropdown-toggle {
        background-color: #292929;
    }

.btn-link {
    background: none;
    box-shadow: none;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child,
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    text-align: left;
    /*border: 1px solid #9a9a9a;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;*/
    border-bottom: none;
    font-weight: bold;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.uneditable-input {
    width: 135px;
}

.switch-form input {
    width: 110px;
}

.switch-table {
    width: 100%;
}

    .switch-table tr td {
        padding: 20px 0;
    }

/* style switcher */
#theme-change {
    position: fixed;
    width: 20px;
    height: 22px;
    overflow: hidden;
    top: 70px;
    right: 0px;
    white-space: nowrap;
    padding: 5px 10px 5px 8px;
    background-color: #dcdcdc;
    z-index: 110;
    color: #737373;
}

    #theme-change > i {
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        margin-right: 2px;
        margin-top: 2px;
    }

        #theme-change:hover, #theme-change > i:hover {
            color: #737373;
        }

    #theme-change label {
        display: inline-block !important;
    }

    #theme-change .text {
        margin-right: 2px;
        font-weight: bold;
        font-size: 12px;
    }

    #theme-change .settings {
        display: none;
    }

    #theme-change .colors {
        display: block;
    }

    #theme-change .checker {
        display: inline-block !important;
        margin-top: -1px;
    }

    #theme-change .colors span {
        display: inline-block;
        width: 35px;
        height: 30px;
        margin: 2px 1px -7px 1px;
        border: 2px solid #ddd;
        cursor: pointer;
    }

    #theme-change .layout {
        width: 100px;
        margin-top: 7px;
        margin-left: 63px;
        margin-bottom: 5px;
        display: block;
    }

    #theme-change .colors span.active, #theme-change .colors span:hover {
        border: 2px solid white;
    }

    #theme-change .colors .color-default {
        background-color: #4A8BC2;
    }

    #theme-change .colors .color-green {
        background-color: #74B749;
    }

    #theme-change .colors .color-purple {
        background-color: #7265ae;
    }

    #theme-change .colors .color-gray {
        background-color: #2d2d2d;
    }

    #theme-change .colors .color-red {
        background-color: #DE577B;
    }


/*form element */

textarea, select, 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, .fileupload-new .input-append .btn-file {
    border: 1px solid #cccccc;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: none !important;
    background-color: #fff;
    font-size: 13px;
}

.form-horizontal .control-label {
    text-align: left;
}


/* general typography*/
h3 small, h2 small, h5 small {
    color: #868686;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /*font-family: Verdana;*/
}


    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-bottom: 10px;
    }

.page-title {
    font-size: 20px;
    display: block;
    font-weight: normal !important;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    padding-top: 5px;
    /*font-family: Verdana;*/
}

    .page-title small {
        font-size: 14px;
    }

/* general tools */
img.center {
    text-align: center;
}

.phone-margin-top-5:before {
    display: block;
    margin-top: 5px;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.hide {
    display: none;
}

.bold {
    color: #333 !important;
    /*font-family: Verdana !important;*/
    font-size: 17px !important;
}

.border {
    border: 1px solid #ddd;
}

.small {
    font-size: 11px !important;
}

.btn-top-space {
    margin-top: 5px !important;
}

.italic {
    font-style: italic !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #E74955;
}

i.critical {
    color: #22878E;
}

i.normal {
    color: #A5D16C;
}

hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

i.icon, a.icon {
    color: #999;
}

    a.icon:hover {
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        opacity: .4;
    }

    a.icon.huge i {
        font-size: 16px !important;
    }

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.mtop5 {
    margin-top: 5px;
}

.mtop7 {
    margin-top: 7px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.phorizontal10 {
    padding-left: 10px;
    padding-right: 10px;
}

.no-text-shadow {
    text-shadow: none !important;
}

.pleft20 {
    padding-left: 20px;
}

.notify-row {
    float: left;
    padding: 5px;
}

.pos-rel {
    position: relative;
}

/*fix outlines on click*/
a, a:focus, a:hover, a:active {
    outline: 0;
}

/* header nav bar*/
#header .brand {
    margin-top: 13px;
    padding: 0px;
}

#header.navbar {
    min-width: 0px;
}

    #header .navbar .nav > li > a {
        padding: 0px !important;
    }

.navbar .nav > li > a {
    /*padding: 10px;*/
}

.navbar-inner, .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: none;
}

#header .navbar-inner .nav > li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#header .navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #fff;
}

#header .navbar-inner li.dropdown .dropdown-toggle i {
    font-size: 20px;
}

#header .navbar-inner li.dropdown .dropdown-toggle .label {
    position: relative;
    top: -3px;
    font-size: 9px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    display: inline-block !important;
}

#header.navbar-inverse .btn-navbar {
    background-image: none;
    margin-top: 0px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e9ebec;
    border-color: #caced1 #caced1 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 10px;
}

    #header.navbar-inverse .btn-navbar:hover {
        background-color: #caced1;
    }

#header .navbar-inner {
    top: 0px;
    width: 100%;
    margin: 0px !important;
    margin-bottom: -2px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header.navbar-inverse .navbar-inner {
    height: 66px;
    border: none !important;
}

#header.navbar-inverse .divider-vertical {
    height: 40px;
}

#header .navbar-search {
    margin-left: 110px;
}

#header .top-nav .dropdown-menu {
    margin-top: 12px;
}

.top-menu {
    padding: 11px 0 5px 5px;
}

#header .top-menu .dropdown .dropdown-toggle .caret {
    margin-top: 18px !important;
}

.navbar-inverse .navbar-search .search-query {
    background-color: #FFFFFF;
    border: 0 none;
    color: #333333;
    outline: 0 none;
    padding: 5px 15px;
    text-shadow: none;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

/* main container */


/* i8 fix for form input height in fluid rows */
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/* body container */
#main-content {
    margin-top: 0;
    margin-left: 180px;
    min-height: 200px;
    background: #fff;
    /*margin-bottom: 30px !important;*/
}

/* page container */
.sidebar-toggle-box {
    float: left;
    height: 58px;
    margin-left: -20px;
    margin-right: 0;
    padding: 0 30px;
}

    .sidebar-toggle-box .icon-reorder {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        margin-top: 19px;
    }

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0;
}

.sidebar-closed #sidebar {
    margin-left: -115px;
}

/* sidebar menu */

[class^="icon-"], [class*=" icon-"], .ui-widget, input, button, select, textarea {
    margin-top: 0;
    font-family: Calibri,arial !important;
}

#sidebar {
    z-index: 100;
    background: #ebebeb;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
}

.sidebar-holder .nav > li ul {
    list-style: none;
    padding-left: 0;
    display: none;
    background-color: #425971;
    margin-left: 0;
}

.sidebar-scroll {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 180px;
    z-index: 100;
}

#sidebar ul {
    /*margin-bottom: 180px !important;*/
}

#sidebar .navbar-search {
    border: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#sidebar.closed {
    display: none;
}

#sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    #sidebar > ul > li {
        display: block;
        margin: 0 0 0px 0px;
        padding: 0;
        border-bottom: 1px solid #dddddd;
        line-height: normal;
        background: #ebebeb;
    }

        #sidebar > ul > li > a {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            -webkit-border-radius: 0px !important;
            -moz-border-radius: 0px !important;
            border-radius: 0px !important;
            text-decoration: none;
            font-size: 15px;
            font-weight: normal;
            text-align: left;
            width: 150px;
            padding: 10px 15px;
            background: #ebebeb;
            transition-duration: 500ms;
            transition-property: width, background;
            transition-timing-function: ease;
            -webkit-transition-duration: 500ms;
            -webkit-transition-property: width, background;
            -webkit-transition-timing-function: ease;
        }


.sidebar-holder .nav li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 10px;
    border-top: 1px solid #fff;
}


#sidebar > ul > li > a > span {
    display: inline-block;
    line-height: normal;
    width: 115px;
    color: #000 !important;
}

#sidebar > ul > li a i {
    color: #eaeaea;
    font-size: 16px;
}

#sidebar > ul > li a i {
    width: 25px;
}

#sidebar > ul > li.active > a {
    border: none;
}

    #sidebar > ul > li.active > a .arrow {
        margin-right: 0px;
    }

        #sidebar > ul > li.active > a .arrow.open {
            margin-right: 0px;
        }

#sidebar ul > li > a .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid #808080;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li > a .arrow.open {
    float: right;
    margin-top: 14px;
    margin-right: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid #A0A0A0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow {
    float: right;
    margin-top: 7px;
    margin-right: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open {
    float: right;
    margin-top: 14px;
    margin-right: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background: #54b5df none repeat scroll 0 0;
}

#sidebar > ul > li > ul.sub {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
}

#sidebar > ul > li > ul.sub {
    margin-bottom: 0 !important;
}

#sidebar > ul > li.active > ul.sub {
    display: block;
    margin-bottom: 0 !important;
}

#sidebar > ul > li > ul.sub > li {
    background: none !important;
    padding: 0px;
    /*margin-bottom: 1px;*/
    border-bottom: 1px solid #dddddd;
}

    #sidebar > ul > li > ul.sub > li > a {
        display: block;
        position: relative;
        padding: 2px 5px 2px 40px;
        color: #000;
        text-decoration: none;
        text-shadow: 0 1px 1px #000;
        font-size: 13px;
        font-weight: normal;
        line-height: normal;
    }


#sidebar i {
    padding-right: 0;
}

/* footer */
#footer {
    background: #f0f0f0;
    bottom: 0;
    color: #757575;
    font-size: 11px;
    padding: 1px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 90;
    height: 30px;
    line-height: 30px;
}

.edthesis-logo {
    position: absolute;
    bottom: 1px;
    right: 14px;
}

    .edthesis-logo img {
        width: 98px;
    }



#footer .goto {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: -8px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    background-color: #111;
    opacity: 0.8;
    padding: 8px 12px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

    #footer .goto:hover {
        background: #4a8bc2;
        opacity: 1;
        transition-duration: 500ms;
        transition-property: width, background;
        transition-timing-function: ease;
        -webkit-transition-duration: 500ms;
        -webkit-transition-property: width, background;
        -webkit-transition-timing-function: ease;
    }

#footer .goto {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

/* general form */
form legend {
    margin: 0 0 10px !important;
    line-height: normal;
    /*margin: 10px 0 5px !important;*/
}

.form-actions {
    background-color: #fff;
    margin-top: 5px;
}

.widget-body.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.widget-body.form .control-group:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.widget-body.form .form-actions {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 20px !important;
    margin-bottom: -15px !important;
    margin-top: 20px;
    padding-left: 195px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.widget-body .dataTables_info, .widget-body .dataTables_paginate {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: -4px !important;
}

.widget-body .table {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    border: thin solid #ddd;
    width: 100%;
}

.widget-title > h4, .chats li.in .name {
    color: #000;
}

/* custom form input error states with icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 4px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-error {
    color: #54b5df;
}

.input-icon .input-warning {
    color: #54b5df;
}

.input-icon .input-success {
    color: #468847;
}

/* custom breadcrumb */
.breadcrumb {
    border-radius: 0;
}

    .breadcrumb li > a {
        color: #888888;
    }


    /*general search  */
    .breadcrumb > li.search-wrap {
        background: none !important;
        float: right;
    }

    .breadcrumb .search-input-area {
        float: right;
        margin-top: -8px;
        margin-right: -15px;
    }

.search-input-area input {
    border: 0px !important;
    padding-left: 8px;
    padding-right: 20px;
    background: #e5e5e5;
    height: 28px;
    width: 240px;
    box-shadow: none;
    border-left: 10px solid #fff !important;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.search-input-area button, .search-input-area button:focus {
    border: 0px !important;
    text-align: center;
    background: #4f4f4f !important;
    height: 36px;
    width: 40px;
    box-shadow: none;
    text-shadow: none;
    color: #fff !important;
}

.search-input-area input:focus {
    outline: 0;
    background: #ccc !important;
}

.breadcrumb .search-input-area > i, #sidebar .search-input-area > i {
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    position: absolute !important;
    right: -10px !important;
    top: 7px !important;
}

/* widget container */
.sortable .widget .widget-title {
    cursor: move;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    margin-top: 0px !important;
    margin-left: 1%;
    margin-right: 0.6%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

.widget {
    background: #fff;
    clear: both;
    margin-bottom: 0;
    margin-top: 5px;
    border: 1px solid #54B5DF;
}

.widget-title {
    background: #54B5DF;
    height: 25px;
}

.widget.green {
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .widget.green .widget-title {
        background: #ebebeb;
    }

.widget.blue {
    border: 1px solid #54B5DF;
}

    .widget.blue .widget-title {
        background: #54B5DF;
    }

.widget.purple {
    border: 1px solid #54B5DF;
}

    .widget.purple .widget-title {
        background: #54B5DF;
    }

.widget.yellow {
    border: 1px solid #54B5DF;
}

    .widget.yellow .widget-title {
        background: #54B5DF;
    }

.widget.orange {
    border: 1px solid #ddd;
    border-top: 3px solid orange;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .widget.orange .widget-title {
        background: #ebebeb;
    }

.widget.red {
    border: 1px solid #54B5DF;
}

    .widget.red .widget-title {
        background: #54B5DF;
    }

/*gray full*/

.widget.gray-full {
    border: 1px solid #575757;
}

    .widget.gray-full .widget-title, .widget.gray-full .widget-body {
        background: #575757;
        color: #fff;
    }

/*purple full*/

.widget.purple-full {
    border: 1px solid #9D4A9C;
}

    .widget.purple-full .widget-title, .widget.purple-full .widget-body {
        background: #9D4A9C;
        color: #fff;
    }

/*yellow full*/

.widget.yellow-full {
    border: 1px solid #FFB400;
}

    .widget.yellow-full .widget-title, .widget.yellow-full .widget-body {
        background: #FFB400;
        color: #fff;
    }

/*blue full*/

.widget.blue-full {
    border: 1px solid #4A8BC2;
}

    .widget.blue-full .widget-title, .widget.blue-full .widget-body {
        background: #4A8BC2;
        color: #fff;
    }

/*red full*/
.widget.red-full {
    border: 1px solid #DE577B;
}

    .widget.red-full .widget-title, .widget.red-full .widget-body {
        background: #DE577B;
        color: #fff;
    }

/*green full*/
.widget.green-full {
    border: 1px solid #ddd;
    border-top: 3px solid orange;
}

    .widget.green-full .widget-title, .widget.green-full .widget-body {
        background: #74B749;
        color: #fff;
    }

/*white full*/
.widget.white-full {
    border: 1px solid #fff;
}

    .widget.white-full .widget-title {
        border-bottom: 1px solid #ccc;
        color: #404040;
    }

        .widget.white-full .widget-title h4 {
            color: #404040;
            padding-left: 0;
        }

    .widget.white-full .tools a {
        color: #ccc;
    }

    .widget.white-full .widget-title, .widget.white-full .widget-body {
        background: #fff;
    }

        .widget.white-full .widget-body, .widget.white-full .widget-title .actions {
            padding-left: 0;
            padding-right: 0;
        }
/*-------*/

.widget-title > h4 {
    float: left;
    font-weight: normal;
    padding: 1px 11px 2px 10px;
    line-height: normal;
    margin: 0;
    /*font-family: Verdana;*/
    font-size: 16px;
}

    .widget-title > h4 i {
        font-size: 14px;
        margin-right: 2px;
    }

.widget-title span.tools {
    float: right;
    margin: 1px 0 0;
    padding: 1px 5px 1px 10px;
}

    .widget-title span.tools > a {
        display: inline-block;
        margin-right: 5px;
        font-size: 14px;
        text-decoration: none;
    }

        .widget-title span.tools > a:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: .7;
        }

.widget-title .btn-group {
    margin-right: 5px;
    margin-top: -2px;
}

    .widget-title .btn-group .caret {
        margin-top: 8px;
        margin-left: 3px;
    }

.widget-body {
    padding: 10px;
}

/* icon buttons */
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    padding: 16px 0px 0px 0px;
    font-size: 10px;
    background-color: #fff !important;
    border: 1px solid #ccc;
    display: block !important;
    color: #646464 !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    border: 1px solid #404040;
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #444 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    font-size: 20px;
    color: #777 !important;
}

.icon-btn div {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px !important;
    /*font-family: Verdana;*/
}

.icon-btn .badge {
    position: absolute;
    font-size: 10px !important;
    top: 26px;
    right: -8px;
    height: 14px;
    padding: 3px 7px;
    color: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    /*font-family: Verdana;*/
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.icon-btn:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    color: #fff;
    opacity: 1;
}


/* custom dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    text-shadow: none;
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 2, 1, 0.2);
    -webkit-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -moz-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clipp: padding;
    background-clip: padding-box;
    padding: 0px 0;
    margin: 0px;
    list-style: none;
    text-shadow: none;
}

    .dropdown-menu.opens-left {
        margin-top: 2px;
        margin-left: -88px;
    }

.ie8 .dropdown-menu.opens-left {
    margin-left: -82px;
}

.dropdown-menu.extended {
    top: 40px;
    min-width: 160px !important;
    max-width: 300px !important;
    width: 235px !important;
}

.dropdown-menu.logout {
    width: 150px !important;
    min-width: 120px !important;
    max-width: 260px !important;
}

.dropdown-menu.extended li a {
    display: block;
    padding: 3px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended .arrow {
    top: -14px;
    left: 10px;
    position: absolute;
    margin-top: 6px;
    margin-right: 12px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f3f3f3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.dropdown-menu.extended li i {
    margin-right: 3px;
}

.dropdown-menu.extended li a {
    padding: 3px 10px !important;
    background-color: #fff !important;
}

    .dropdown-menu.extended li a:hover {
        background-color: #f3f3f3 !important;
    }

.dropdown-menu.extended li p {
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    color: #666;
}

.dropdown-menu.extended li a {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 13px;
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #EBEBEB !important;
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #EBEBEB !important;
}

.dropdown-menu.inbox li a .photo img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: bold;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

/*fontawesome*/

.fontawesome-icon-list .span3 {
    margin-left: 0;
}

    .fontawesome-icon-list .span3 i {
        font-size: 16px;
    }

    .fontawesome-icon-list .span3 a {
        color: #888888;
    }

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star,
    .rating span.star {
        /*font-family: Verdana;*/
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover,
        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before,
        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #999999;
        }

        .rating span.star:hover:before,
        .rating span.star:hover:before,
        .rating span.star:hover ~ span.star:before,
        .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #87bb33;
        }

/* adjust uniform components */
.radio, .checkbox {
    padding-left: 0px !important;
}

.controls > .radio,
.controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 25px 0 0 !important;
}

    .controls > .radio.line,
    .controls > .checkbox.line {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 5px !important;
    }

.controls .text {
    display: block;
    margin-top: 5px;
}

.checkbox div.checker {
    margin-right: 2px !important;
}

.uploader {
    margin-top: 2px !important;
}

/*toggle style*/

.toggle-button label {
    background: #fefefe !important;
    border-radius: 0 !important;
}

/* line 83, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.labelRight {
    background: #fefefe !important;
}
/* line 91, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.primary, .toggle-button span.labelLeft {
    color: #fefefe;
    background: #4e89c7 !important;
}
/* line 96, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.info {
    color: #fefefe;
    background: #3daced !important;
}
/* line 102, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.success {
    color: #fefefe;
    background: #97c80b !important;
}
/* line 108, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.warning {
    color: #fefefe;
    background: #f9b400 !important;
}
/* line 114, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.danger {
    color: #fefefe;
    background: #e24b53 !important;
}

/* font awesome icon classes */
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: none !important;
}

/* hide by default ie8*/
.visible-ie8 {
    display: none;
}

.tab-content {
    padding: 0px;
    overflow: hidden;
}

/*navigation*/

.bs-docs-example .navbar-inner .nav .dropdown-toggle:hover,
.bs-docs-example .navbar .nav li.dropdown.active > .dropdown-toggle,
.bs-docs-example .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.bs-docs-example .navbar-inner .nav .dropdown.open .dropdown-toggle {
    background-color: #E5E5E5 !important;
    color: #555555;
}

.bs-docs-example .navbar .nav > .active > a,
.bs-docs-example .navbar .nav > .active > a:hover,
.bs-docs-example .navbar .nav > .active > a:focus {
    box-shadow: none;
}

.bs-docs-example .navbar-inner {
    background: #f2f2f2;
}

/*flot chart*/

.plots {
    margin-top: 20px;
    width: 100%;
    height: 300px;
}

.metro_tips {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    margin: 0px 18px;
}

    .easy-pie-chart .title {
        text-align: center;
    }

.update-btn {
    float: right;
    margin-top: 3px;
}

/*spark line chart*/

.sparkline {
    padding: 9px 13px;
    display: inline-block;
    text-align: center;
}

    .sparkline .sparkline-tittle {
        font-size: 16px;
        padding-top: 15px;
        display: inline-block;
        font-weight: normal;
        /*font-family: Verdana;*/
    }

/* charts & stats */
.chart, .pie, .bars {
    height: 300px;
}

.stat {
    margin: 0px;
    padding: 0px;
}

.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

.stat .title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.stat.good .percent {
    color: #52e136;
    font-size: 16px;
    font-weight: bold;
}

.stat.bad .percent {
    color: #d12610;
    font-size: 16px;
    font-weight: bold;
}

.stat.ok .percent {
    color: #37b7f3;
    font-size: 16px;
    font-weight: bold;
}

/* general list for item with picture */
ul.item-list li .pic {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

ul.item-list {
    margin: 0px;
    list-style: none;
}

    ul.item-list li {
        /*padding: 11px 0;*/
        list-style: none;
        border-top: 1px solid white;
        border-bottom: 10px solid #fff;
        font-size: 12px;
        background: #ededed;
    }

        ul.item-list li:first-child {
            border-top: none;
            /*border-bottom: 1px solid #EBEBEB;*/
        }

        ul.item-list li:last-child {
            border-top: none;
            border-bottom: none;
        }

        ul.item-list li .label {
            margin-right: 5px;
            padding: 12px !important;
        }

    ul.item-list .pull-right span {
        padding: 9px !important;
        display: inline-block;
    }


/* general purpose block with css3 gradient background */
.block {
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
}

/* metro dashboard states */
.metro-nav {
    /*font-family: Verdana;*/
    position: relative;
    z-index: 101;
}

    .metro-nav .nav-block-orange {
        background: #f37b53;
    }

    .metro-nav .nav-block-yellow {
        background: #FFB400;
    }

    .metro-nav .nav-block-blue {
        background: #0DAED3;
    }

    .metro-nav .nav-block-green {
        background: #74B749;
    }

    .metro-nav .nav-block-red {
        background: #de577b;
    }

    .metro-nav .nav-block-purple {
        background: #9d4a9c;
    }

    .metro-nav .nav-block-grey {
        background: #77808a;
    }
    /*---new add--*/
    .metro-nav .nav-light-blue {
        background: #61b9ff;
    }

    .metro-nav .nav-light-green {
        background: #00a489;
    }

    .metro-nav .nav-deep-terques {
        background: #0bc0cb;
    }

    .metro-nav .nav-light-purple {
        background: #847cc5;
    }

    .metro-nav .nav-light-yellow {
        background: #e5bc64;
    }

    .metro-nav .nav-deep-gray {
        background: #434343;
    }

    .metro-nav .nav-light-brown {
        background: #ab8465;
    }

    .metro-nav .nav-deep-red {
        background: #b33062;
    }

    .metro-nav .nav-olive {
        background: #959801;
    }

    .metro-nav .nav-deep-thistle {
        background: #9e7698;
    }

.metro-fix-view .metro-nav-block.double {
    width: 251px !important;
}

.metro-fix-view .metro-nav-block.long {
    width: 251px !important;
    height: 235px !important;
}

    .metro-fix-view .metro-nav-block.long .value {
        padding-top: 30px !important;
        display: inline-block;
    }

        .metro-fix-view .metro-nav-block.long .value i {
            font-size: 90px;
        }

.metro-fix-view .metro-nav-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 120px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px !important;
    z-index: 1;
}


.metro-nav .metro-nav-block.double {
    width: 28%;
}

.metro-nav .metro-nav-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 114px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 17%;
    z-index: 1;
}

    .metro-nav .metro-nav-block i {
        font-size: 50px;
        margin-top: 20px;
        display: inline-block;
    }

    .metro-nav .metro-nav-block:last-child {
        margin-right: 0;
    }

    .metro-nav .metro-nav-block a {
        color: white;
        font-size: 18px;
        font-weight: 400;
        height: 90%;
        line-height: 16px;
        overflow: hidden;
        padding: 5px 10px;
        position: absolute;
        text-overflow: ellipsis;
        vertical-align: top;
        width: 88%;
        text-decoration: none;
    }

        .metro-nav .metro-nav-block a i {
            transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
        }

        .metro-nav .metro-nav-block a .info {
            transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
        }

        .metro-nav .metro-nav-block a:hover i {
            transform: rotate(83deg);
            -moz-transform: rotate(83deg);
            -webkit-transform: rotate(83deg);
            -o-transform: rotate(83deg);
            font-size: 140px;
            opacity: 0.2;
        }

    .metro-nav .metro-nav-block.long a:hover i {
        font-size: 200px;
    }

    .metro-nav .metro-nav-block.long a {
        height: 96%;
    }

    .metro-nav .metro-nav-block a:hover .info {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        font-size: 40px;
        opacity: 0.6;
    }

    .metro-nav .metro-nav-block:hover {
        opacity: 0.8;
    }

    .metro-nav .metro-nav-block.double a {
        width: 94%;
    }

    .metro-nav .metro-nav-block .info {
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 45px;
    }

    .metro-nav .metro-nav-block .status, .metro-nav .metro-nav-block .tile-status {
        background-color: transparent;
        bottom: -10px;
        font-size: 14px;
        left: 10px;
        min-height: 30px;
        position: absolute;
    }


/*task bar*/

.no-margin-bot {
    margin-bottom: 0 !important;
}

.dropdown-menu.tasks-bar .task-info {
    margin-bottom: 5px;
}

    .dropdown-menu.tasks-bar .task-info .desc {
        font-size: 13px;
        font-weight: normal;
    }

    .dropdown-menu.tasks-bar .task-info .percent {
        float: right;
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        padding-left: 10px;
    }



/* mini chart and bar containers  */
.bar-chart {
    display: none;
}

.line-chart {
    display: none;
}

/* custom label and badges */
.notify-row .badge {
    position: absolute;
    top: -5px;
    z-index: 100;
    right: 1px;
}

.badge {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 2px 6px;
}

.label {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    padding: 5px !important;
}

.label-success, .badge-success {
    background-color: #a5d16c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d16c), color-stop(100%, #a5d16c));
    background-image: -webkit-linear-gradient(top, #a5d16c, #a5d16c);
    background-image: -moz-linear-gradient(top, #a5d16c, #a5d16c);
    background-image: -ms-linear-gradient(top, #a5d16c, #a5d16c);
    background-image: -o-linear-gradient(top, #a5d16c, #a5d16c);
    background-image: linear-gradient(top, #a5d16c, #a5d16c);
}

.label-warning, .badge-warning {
    background-color: #fcb322;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb322), color-stop(100%, #fcb322));
    background-image: -webkit-linear-gradient(top, #fcb322, #fcb322);
    background-image: -moz-linear-gradient(top, #fcb322, #fcb322);
    background-image: -ms-linear-gradient(top, #fcb322, #fcb322);
    background-image: -o-linear-gradient(top, #fcb322, #fcb322);
    background-image: linear-gradient(top, #fcb322, #fcb322);
}

.label-important, .badge-important {
    background-color: #e74955;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
    background-image: -webkit-linear-gradient(top, #e74955, #e74955);
    background-image: -moz-linear-gradient(top, #e74955, #e74955);
    background-image: -ms-linear-gradient(top, #e74955, #e74955);
    background-image: -o-linear-gradient(top, #e74955, #e74955);
    background-image: linear-gradient(top, #e74955, #e74955);
}

.label-info, .badge-info {
    background-color: #32c2cd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32c2cd), color-stop(100%, #32c2cd));
    background-image: -webkit-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -moz-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -ms-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -o-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: linear-gradient(top, #32c2cd, #32c2cd);
}

.label-mini {
    font-size: 11px;
}

/*progress bar*/
.progress {
    height: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.progress {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ededed !important;
    background-image: -moz-linear-gradient(top, #ededed, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#ededed));
    background-image: -webkit-linear-gradient(top, #ededed, #ededed);
    background-image: -o-linear-gradient(top, #ededed, #ededed);
    background-image: linear-gradient(to bottom, #ededed, #ededed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #0e90d2, #0e90d2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e90d2), to(#0e90d2));
        background-image: -webkit-linear-gradient(top, #0e90d2, #0e90d2);
        background-image: -o-linear-gradient(top, #0e90d2, #0e90d2);
        background-image: linear-gradient(to bottom, #0e90d2, #0e90d2);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #dd514c, #dd514c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd514c), to(#dd514c));
    background-image: -webkit-linear-gradient(top, #dd514c, #dd514c);
    background-image: -o-linear-gradient(top, #dd514c, #dd514c);
    background-image: linear-gradient(to bottom, #dd514c, #dd514c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #5eb95e, #5eb95e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5eb95e), to(#5eb95e));
    background-image: -webkit-linear-gradient(top, #5eb95e, #5eb95e);
    background-image: -o-linear-gradient(top, #5eb95e, #5eb95e);
    background-image: linear-gradient(to bottom, #5eb95e, #5eb95e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #4bb1cf, #4bb1cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4bb1cf), to(#4bb1cf));
    background-image: -webkit-linear-gradient(top, #4bb1cf, #4bb1cf);
    background-image: -o-linear-gradient(top, #4bb1cf, #4bb1cf);
    background-image: linear-gradient(to bottom, #4bb1cf, #4bb1cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #faa732, #faa732);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#faa732));
    background-image: -webkit-linear-gradient(top, #faa732, #faa732);
    background-image: -o-linear-gradient(top, #faa732, #faa732);
    background-image: linear-gradient(to bottom, #faa732, #faa732);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*pre loader list */
.list_items > li {
    padding: 0 16px 12px 0;
}
/*pagination */
.pagination {
    margin: 10px 0;
}

/*slider*/
table.sliders tr td {
    padding: 30px 0;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #95c9ff !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-corner-all {
    border: 1px solid transparent;
}

body .ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
}

#eq span {
    height: 120px;
    float: left;
    margin: 15px;
}


.ui-widget-content {
    /*background: #eaeaea !important;*/
    background: #fff !important;
    border: none !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.4em !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f0efed !important;
    width: auto !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-search {
    background: #F5F5F5 !important;
    width: 20% !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.45em !important;
}

/*font awesome icon style*/

.icon-style-list ul.unstyled li {
    /*border: 1px solid #EAEAEA;*/
    /*font-family: Verdana;*/
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    background: #eeeeee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .icon-style-list ul.unstyled li i {
        font-size: 16px;
        padding-right: 5px;
    }

.icon-style-list h3, .icon-style-list h4 {
    /*font-family: Verdana;*/
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
    margin-left: 25px;
}
/*alpha listing*/
.upper-alpha {
    list-style: upper-alpha;
}
/*roman list*/
.roman-list {
    list-style: upper-roman;
}
/*glyphicons icon style*/
.the-icons {
    list-style: none;
    margin-left: 0;
}

    .the-icons li {
        float: left;
        line-height: 25px;
        width: 20%;
        line-height: 30px;
    }

/* item block  */
.item {
    overflow: hidden;
    display: block;
}

    .item:hover .zoom-icon {
        opacity: 0.5;
        filter: alpha(opacity = 50);
    }

/* zoom icon overlay on images */
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

    .zoom .zoom-icon {
        background-image: url("../img/overlay-icon.png");
        background-color: #222;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        width: inherit;
        height: inherit;
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: 6;
        top: 0;
    }

/* login page */
.login-wrap {
    width: 960px;
    margin: 5% auto 0;
    color: #fff;
    text-align: center;
    /*font-family: Verdana;*/
}

    .login-wrap .metro {
        height: 150px;
        float: left;
        margin: 0 10px 10px 0;
    }

    .login-wrap .double-size {
        width: 310px;
    }

    .login-wrap .single-size {
        width: 150px;
    }

    .login-wrap .red {
        background: #e8687f;
    }

    .login-wrap .green {
        background: #90bb4f;
    }

    .login-wrap .yellow {
        background: #f5c147;
    }

    .login-wrap .terques {
        background: #38bec9;
    }

    .login-wrap .navy-blue {
        background: #5f7cb4;
    }

    .login-wrap .deep-red {
        background: #993f3e;
    }

    .login-wrap .blue {
        background: #48b5ee;
    }

    .login-wrap .purple {
        background: #af5ec5;
    }

.login-btn, .login-btn:hover {
    background: none;
    font-size: 28px;
    margin-top: 65px;
    /*font-family: Verdana;*/
    color: #fff;
}


    .login-btn i {
        font-size: 22px !important;
        padding-top: 0 !important;
        display: inline !important;
    }

.login-wrap .single-size a.social-link, .login-wrap .double-size a.social-link {
    margin-top: 45px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

    .login-wrap .single-size a.social-link i, .login-wrap .double-size a.social-link i {
        font-size: 20px;
        display: block;
        padding-top: 0;
        padding-bottom: 10px;
    }

.login-footer {
    width: 100%;
    display: inline-block;
}

.remember-hint input[type="checkbox"] {
    margin-top: -2px;
}

.forgot-hint a {
    color: #fff;
    margin-right: 10px;
}


/*lock page*/
body.lock {
    background: #393939;
}

.lock-header {
    margin-top: 5%;
    text-align: center;
}

.lock .lock-wrap {
    width: 800px;
    margin: 5% auto 0;
    color: #fff;
    text-align: center;
    /*font-family: Verdana;*/
}

.lock-wrap .metro {
    height: 165px;
    float: left;
    margin: 0 10px 10px 0;
}

.lock-wrap .double-size {
    width: 38%;
}

.lock-wrap .single-size {
    width: 20%;
}

.lock-wrap .blue {
    background: #66bbfc;
}

.lock-wrap .green {
    background: #0ca389;
}

.lock-wrap .terques {
    background: #36b1b9;
}

.lock-wrap .gray {
    background: #595858;
}

.lock-wrap .orange {
    background: #f37b53;
}

.lock-wrap .red {
    background: #e8687f;
}

.lock-wrap h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
    padding-top: 50px;
}

.lock-wrap p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
}

.lock-input {
    margin-top: 60px;
}

    .lock-input input {
        height: 30px;
        background: #fff;
        box-shadow: none;
        border: 1px solid #fff;
    }

        .lock-input input:focus {
            border: 1px solid #fff !important;
        }

    .lock-input button.btn {
        height: 40px;
        background: #3db5a1;
        border: 1px solid #3db5a1 !important;
    }

        .lock-input button.btn i {
            color: #fff;
            font-size: 14px;
        }

.single-size i {
    font-size: 80px;
    display: block;
    padding-top: 30px;
}

.single-size span, .double-size span {
    font-size: 20px;
}

.double-size span {
    padding: 0 20px;
}

.double-size i {
    font-size: 70px;
    display: inline-block;
    vertical-align: middle;
}

a.user-position {
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

    a.user-position:hover {
        color: #fff;
    }

.user-position i, .social-link i {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.user-position:hover i, .social-link:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    opacity: 0.2;
}

a.social-link i {
    font-size: 30px !important;
}

/* Square stats */

.square-state {
}

    .square-state .icon-btn {
        margin-top: 0;
        margin-bottom: 20px;
    }


/*map stats*/

.map-stat {
    margin: 20px;
    display: block;
}

    .map-stat:before,
    .map-stat:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .map-stat:after {
        clear: both;
    }

    .map-stat .visual {
        width: 70px;
        height: 60px;
        margin-right: 5px;
        display: block;
        float: left;
    }

        .map-stat .visual i {
            margin-top: 15px;
            display: block;
            font-size: 68px;
            color: #4d4d4d;
        }

    .map-stat .details {
        display: block;
        float: left;
        margin-left: 5px;
        padding-top: 0px;
    }

        .map-stat .details .title {
            margin: 0px 0px 5px 0px !important;
            padding: 0px !important;
            font-size: 12px;
            color: #878787;
        }

            .map-stat .details .title i {
                margin-top: 2px !important;
                color: #52e136;
                font-size: 16px;
            }

                .map-stat .details .title i.down {
                    color: #b63625;
                }

        .map-stat .details .number {
            margin: 0px !important;
            margin-bottom: 7px !important;
            font-size: 42px;
            padding: 0px;
            font-weight: bold;
            color: #35d1fe;
        }

/*scroller padding*/
.scroller {
    padding-right: 10px;
}


/*jqvmap changes*/
.jqvmap-zoomin {
    background-color: #666 !important;
}

.jqvmap-zoomout {
    background-color: #666 !important;
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}


/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

    /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
    .gmaps img {
        max-width: none;
    }

#gmap_static div {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 100%;
    display: block;
    height: 300px;
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0px;
}

/* advance tables*/
.table-advance {
    margin-bottom: 0 !important;
}

    .table-advance thead {
        color: #999;
    }

        .table-advance thead tr th {
            /* background-color: #DDD;
			color: #666;*/
            color: #fff;
            /*font-family: Verdana;*/
            font-size: 16px;
            /*font-weight: normal;*/
        }

.table th {
    font-weight: bold;
    color: #fff;
    /*font-family: Verdana;*/
    font-size: 13px;
    /* font-weight: normal; */
}

.table-advance div.success, .table-advance div.info,
.table-advance div.important, .table-advance div.warning, .table-advance div.danger {
    position: absolute;
    margin-top: 5px;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0px;
    vertical-align: middle;
    max-width: 5px !important;
    -moz-word-break: break-all !important;
    -o-word-break: break-all !important;
    word-wrap: break-word !important;
    vertical-align: middle;
    line-height: 15px;
    border: thin solid #e3eaf4;
    border-right: none !important;
    border-bottom: none !important;
}

.ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-pager {
    border-color: #e3eaf4 !important;
}
/*.table-advance tr td:first-child {
			border-left-width: 0 !important;
		}*/

.table-advance tr td.highlight:first-child a {
    margin-left: 15px;
}

.table-advance td.highlight div.success {
    border-left: 10px solid #A5D16C;
}

.table-advance td.highlight div.info {
    border-left: 10px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-left: 10px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-left: 10px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-left: 10px solid #e23e29;
}

/*gritter changes*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}

/*calender*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #444444 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #4a8bc2 !important;
    border-color: #4a8bc2 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #404040;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    background: #4A8BC2 !important;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

/* hide chosen search box */
.event_priority_chzn .chzn-search {
    display: none !important;
}

/* widget tabs */
.widget-tabs .nav-tabs {
    position: relative;
    margin-top: -52px;
}

    .widget-tabs .nav-tabs > li {
        float: right;
    }

.widget-tabs .nav-tabs {
    border-bottom: none;
    margin-right: 5px;
}

    .widget-tabs .nav-tabs > li > a {
        padding-top: 9px;
        padding-bottom: 10px;
        line-height: 17px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: none !important;
        border-right: none !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
    }

    .widget-tabs .nav-tabs > li:last-child > a {
        border-right: 0;
    }

    .widget-tabs .nav-tabs > li {
        margin-left: -1px;
    }

        .widget-tabs .nav-tabs > li > a:hover {
            margin-bottom: 0px;
            border-bottom: 0;
            margin-left: 0px;
            margin-right: 0px;
            border-left: 0;
            border-right: 0;
            background-color: rgba(256,256,256,0.6);
            color: #404040;
            border-top: 1px solid transparent;
        }

    .widget-tabs .nav-tabs > .active > a {
        color: #555555;
        cursor: default;
        background-color: #fff;
    }

.widget-tabs .widget-body.form {
    padding: 0px;
}

    .widget-tabs .widget-body.form .tab-pane {
        padding: 15px;
        padding-top: 0px;
    }

    .widget-tabs .widget-body.form .nav-tabs {
        margin-top: -37px;
    }

/*TodoList*/

.todo-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .todo-list li {
        padding: 1px 0 8px 0px;
        margin-bottom: 5px;
        border-bottom: 1px solid #EBEBEB;
    }

        .todo-list li:first-child {
            border-top: none;
            border-bottom: 1px solid #EBEBEB;
        }

        .todo-list li:last-child {
            border-top: none;
            border-bottom: none;
        }

        .todo-list li:before,
        .todo-list li:after {
            display: table;
            line-height: 0;
            content: "";
        }

        .todo-list li:after {
            clear: both;
        }

    .todo-list .col1 {
        float: left;
        width: 100%;
        clear: both;
    }

    .todo-list .col2 {
        float: left;
        width: 120px;
        margin-left: -120px;
        text-align: right;
    }

    .todo-list .col1 .cont {
        float: left;
        margin-right: 120px;
        overflow: hidden;
    }

/*Timeline chat*/

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #eee;
    clear: both;
}

    .chat-form .input-cont {
        margin-right: 55px;
    }

        .chat-form .input-cont input {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid #fff !important;
            width: 94%;
            margin-top: 0;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

            .chat-form .input-cont input:focus {
                border: 1px solid #2FADE7 !important;
            }

    .chat-form .btn-cont {
        margin-top: -38px;
        position: relative;
        float: right;
    }

        .chat-form .btn-cont .btn {
            border-left: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-top: 8px;
        }

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 58px;
    position: absolute;
    top: -2px;
}

.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


    .timeline-messages .msg-in .arrow {
        border-right: 8px solid #ededed !important;
    }

    .timeline-messages .msg-in .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .timeline-messages .msg-out .arrow {
        border-right: 8px solid #dff1ff !important;
    }

    .timeline-messages .msg-out .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .msg-time-chat:first-child:before {
        margin-top: 16px;
    }

    .msg-time-chat:before {
        background: #CCCCCC;
        border: 2px solid #FAFAFA;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        height: 10px;
        margin: 23px 0 0 -6px;
        width: 10px;
    }

    .msg-time-chat:hover:before {
        background: #2FADE7;
    }

    .msg-time-chat:first-child {
        padding-top: 0;
    }

.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .message-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

.message-body {
    margin-left: 80px;
}

.msg-time-chat .msg-in .text {
    background: #ededed;
    padding: 10px;
}

.msg-time-chat .msg-out .text {
    background: #dff1ff;
    padding: 10px;
}

.msg-time-chat p {
    margin: 0;
    color: #504e4f;
}

.msg-time-chat .attribution {
    color: #504e4f;
    font-size: 11px;
    margin: 0px 0 5px;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #fff;
    padding: 2px 4px;
    background: #818181;
    text-decoration: none;
}

.msg-out a, .msg-out a:hover {
    color: #fff;
    padding: 2px 4px;
    background: #3cabec;
    text-decoration: none;
}

/* Input icons */

/* input with right aligned and colored icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 3px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-info {
    color: #27a9e3;
}

.input-icon .input-error {
    color: #54b5df;
}

.input-icon .input-warning {
    color: #C09853;
}

.input-icon .input-success {
    color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 6px 2px 4px 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 33px !important;
}
/* Modify tags input plugin css */
div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

    div.tagsinput span.tag {
        background: #CDE69C !important;
        color: #638421 !important;
        border: 0 !important;
        padding: 3px 6px !important;
        margin-bottom: 4px !important;
    }

    div.tagsinput input {
        padding: 3px 6px !important;
    }

    div.tagsinput span.tag a {
        color: #82AD2B !important;
    }

    div.tagsinput .not_valid {
        color: #fff !important;
        padding: 3px 6px !important;
        background-color: #e02222 !important;
    }

/* File uploader plugin css changes */

.fileupload .close {
    position: relative;
    top: 4px !important;
}

/*Form wizard*/

.custom-wizard-pills .nav-pills > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #eee;
}

.custom-wizard-pills .nav-pills {
    margin: 0 auto 30px;
    width: 50%;
}

    .custom-wizard-pills .nav-pills > li {
        margin-right: 20px;
    }

    .custom-wizard-pills .nav-pills li.active a, .custom-wizard-pills .nav-pills li a:hover {
        color: #fff;
    }

    .custom-wizard-pills .nav-pills > li > a {
        padding-left: 30px;
        padding-right: 30px;
        color: #757575;
    }

.pager .previous > a, .pager .previous > span {
    float: left;
    margin-right: 5px;
}

.pager .next > a, .pager .next > span {
    float: right;
    margin-left: 5px;
}

#tabsleft ul li a span {
    display: block;
}

#tabsleft ul li a .strong {
    font-weight: bold;
}

#tabsleft > .nav-tabs > li > a {
    background: #eee;
    color: #838383;
}

#tabsleft > .nav-tabs > li.active > a {
    background: #fff;
    color: #5a5a5a;
}

/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    display: block;
    padding: 0;
}


/*form validation*/

.cmxform .controls label.error {
    display: inline;
    margin: 0 10px;
    color: #54b5df;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .controls input.error, .cmxform .controls textarea.error {
    border-color: #54b5df !important;
}

#signupForm label.error {
    display: inline;
    margin-left: 10px;
    width: auto;
    color: #54b5df;
}

/*Pricing table*/

.pricing-table {
    color: #fff;
}

    .pricing-table:hover {
        /*opacity: 0.8;*/
    }

    .pricing-table.most-popular {
        position: relative;
        top: -22px;
        padding-bottom: 30px;
    }

        .pricing-table.most-popular h3 {
            padding: 10px 0;
        }

    .pricing-table.terques {
        background: #36b1b9;
    }

    .pricing-table.red {
        background: #de577b;
    }

    .pricing-table.green {
        background: #0ca389;
    }

    .pricing-table.purple {
        background: #9d4a9c;
    }

.pricing-head {
    text-align: center;
}

.pricing-title {
    text-align: center;
    padding: 0px 0 30px 0;
}

.pricing-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.green .pricing-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.terques .pricing-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.red .pricing-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.pricing-head h3 span, .pricing-head h4 span {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

.pricing-table.red .pricing-head h4 {
    background: #c74e6e;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin: 0;
}

.pricing-table.terques .pricing-head h4 {
    background: #309fa6;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin: 0;
}


.pricing-table.green .pricing-head h4 {
    background: #0b927b;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin: 0;
}

.pricing-table.purple .pricing-head h4 {
    background: #8d428c;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin: 0;
}

.pricing-table .price-actions a.btn {
    color: #fff;
    padding: 10px 15px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

    .pricing-table .price-actions a.btn:hover {
        color: #fff;
        background: #404040;
    }

.pricing-table.terques .price-actions .btn {
    background: #2b8e94;
}

.pricing-table.red .price-actions .btn {
    background: #b24662;
}

.pricing-table.green .price-actions .btn {
    background: #0a826e;
}

.pricing-table.purple .price-actions .btn {
    background: #7e3b7d;
}


.pricing-head span.note {
    display: inline;
    font-size: 17px;
    line-height: 0.8em;
    position: relative;
    top: -28px;
}


.pricing-table ul {
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

    .pricing-table ul li {
        border-bottom: 1px dotted #fff;
        margin: 0 2em;
        padding: 1em 0;
        text-align: center;
    }

        .pricing-table ul li i {
            position: absolute;
            margin-right: 0px;
            margin-top: -2px;
            margin-left: -17px;
            color: #35aa47;
            font-size: 16px;
        }

.price-actions {
    padding: 1.15em;
    text-align: center;
}

.pricing-table.selected {
    background-color: #35aa47;
}

    .pricing-table.selected:hover {
        border-color: #ddd;
    }

    .pricing-table.selected .desc {
        border-bottom-color: #fff;
    }

    .pricing-table.selected h3,
    .pricing-table.selected .desc,
    .pricing-table.selected ul li,
    .pricing-table.selected ul li i,
    .pricing-table.selected .rate {
        color: #fff;
    }


/* Date tables plugin changes */
.dataTable {
    clear: both;
    margin-top: 5px;
}

.dataTables_filter label {
    line-height: 32px !important;
}

.dataTables_paginate,
.dataTables_filter {
    float: right;
}

/*404 page*/

.error-404 {
    background: url("../img/404bg.jpg")no-repeat center center fixed #393939;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.error-wrap.error-wrap-404 {
    width: 875px;
    margin: 12% auto 0;
    color: #fff;
    text-align: center;
}

.error-wrap .metro.big {
    float: left;
    width: 340px;
    height: 340px;
    margin: 0 10px 10px 0;
    /*font-family: Verdana;*/
}

.error-wrap.error-wrap-404 .metro.double {
    float: left;
    width: 340px;
    height: 165px;
    margin: 0 10px 10px 0;
    /*font-family: Verdana;*/
}

.error-wrap.error-wrap-404 .home {
    color: #fff;
    font-size: 70px;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
}

.error-wrap .metro.double .page-txt {
    /*font-family: Verdana;*/
    font-size: 30px;
}

.error-wrap.error-wrap-404 .metro {
    float: left;
}

    .error-wrap.error-wrap-404 .metro.big span {
        padding-top: 160px;
    }

.error-wrap.error-wrap-404 .terques {
    background: rgba(75,183,192,0.8);
}

.error-wrap.error-wrap-404 .red {
    background: rgba(232,104,127,0.8);
}

.error-wrap.error-wrap-404 .gray {
    background: rgba(89,88,88,0.5);
}

/*500 page*/

.error-500 {
    background: url("../img/500bg.jpg")no-repeat center center fixed #393939;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.error-wrap {
    width: 100%;
    margin: 12% auto 0;
    color: #fff;
    text-align: center;
}

    .error-wrap h1 {
        font-size: 45px;
    }

    .error-wrap h2 {
        font-size: 25px;
    }

    .error-wrap .metro {
        width: 165px;
        height: 165px;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

        .error-wrap .metro span {
            font-size: 70px;
            padding-top: 70px;
            display: inline-block;
        }

    .error-wrap p {
        /*font-family: Verdana;*/
        padding-top: 20px;
        font-size: 16px;
    }

        .error-wrap p a {
            color: #48cffe;
        }

    .error-wrap .green {
        background: rgba(142,191,72,0.8);
    }

    .error-wrap .yellow {
        background: rgba(245,193,70,0.8);
    }

    .error-wrap .purple {
        background: rgba(175,94,197,0.8);
    }




/*faq list*/
ul.faq-list li {
    line-height: 30px;
}

    ul.faq-list li a {
        background: #eee;
        margin-bottom: 1px;
        color: #868686;
    }

        ul.faq-list li a:hover, ul.faq-list li a.active {
            margin-bottom: 1px;
            color: #fff;
        }

/*search result*/

.search-result label {
    width: 0px !important;
}

.search-result .controls {
    margin-left: 100px;
    float: left;
    margin-right: 10px;
}

.search-result label, .search-result input, .search-result button {
    float: left;
}

.classic-search {
    margin-bottom: 30px;
}

    .classic-search h4 {
        margin-bottom: 3px;
    }

        .classic-search h4 a {
            color: #314558;
        }

.file-search tr td img {
    float: left;
    padding-right: 10px;
}

.file-search tr td strong {
    display: block;
    padding-top: 5px;
}

.file-search tr td {
    vertical-align: middle;
}

.product-search {
    background: #F7F7F7;
    margin-bottom: 15px;
}

.product-text img {
    float: left;
    margin-right: 15px;
}

.product-text, .product-text .product-text-info {
    overflow: hidden;
}

.product-info {
    color: #616161;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
}

    .product-info span {
        color: #e18090;
        display: block;
        font-size: 25px;
        font-weight: 200;
        margin-top: 10px;
        text-transform: uppercase;
    }


/*mail-btn*/

.mail-btn .btn {
    background-image: -moz-linear-gradient(center top, #FDFDFD 0%, #EAEAEA 100%);
    box-shadow: none;
}

    .mail-btn .btn:hover, .mail-btn .btn:focus {
        background: none;
        box-shadow: none;
    }

.mail-btn .btn-group > .btn + .btn {
    margin-left: 0;
}

/*alert*/
.alert {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*error*/

.error-page {
    display: block;
    text-align: center;
}

    .error-page h1 {
        color: #adafb2;
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
        padding: 20px 0;
    }

        .error-page h1 strong {
            color: #adafb2;
            font-size: 60px;
            font-weight: bold;
        }

    .error-page p {
        color: #adafb2;
        font-size: 20px;
        font-weight: bold;
    }

/*----*/
.nav-stacked > li > a {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

/*gallery*/

.metro-gallery {
    position: relative;
}

.mega-covercaption {
    display: none;
}

    .mega-covercaption:hover {
        display: block;
    }

/*accordion-group*/

.accordion-group a {
    text-decoration: none;
}

.accordion-group {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

/*tab*/

.custom-tab .nav-tabs > li > a {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.custom-tab > .nav-tabs {
    border: medium none;
    margin: 0;
}

.custom-tab > .tab-content {
    /*background-color: #FFFFFF;*/
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    padding: 10px;
}


/*tree view*/

.widget-body > .actions {
    float: right;
    margin: 6px 0 0;
    padding: 3px 5px 2px;
}

/*blog*/

.blog {
    border-bottom: 1px solid #dcdbdb;
    display: inline-block;
    margin: 10px 0;
}

    .blog img {
        margin-bottom: 10px;
        width: 100%;
        margin-top: 12px;
    }

    .blog h2, .blog h2 a {
        color: #868686 !important;
        font-size: 28px;
        font-weight: normal;
        margin: 15px 0 0 0;
        padding: 0;
        line-height: normal;
    }

        .blog h2 a:hover {
            color: #4A8BC2 !important;
        }

    .blog p {
        margin-bottom: 20px;
    }

    .blog a.blog-features {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        /*font-family: Verdana;*/
        padding: 10px;
        font-weight: normal;
        background: #ededed;
        color: #969696;
        text-decoration: none;
        transition-duration: 500ms;
        transition-property: width, background;
        transition-timing-function: ease;
        -webkit-transition-duration: 500ms;
        -webkit-transition-property: width, background;
        -webkit-transition-timing-function: ease;
    }

    .blog .author {
        color: #3b3431;
    }

    .blog .blog-features i {
        font-size: 35px;
        margin: 5px 0;
        display: inline-block;
    }

    .blog .orange .blog-features.active, .blog .orange .blog-features:hover {
        background: #f37b53;
        color: #fff;
    }

    .blog .green .blog-features.active, .blog .green .blog-features:hover {
        background: #0ca389;
        color: #fff;
    }

    .blog .red .blog-features.active, .blog .red .blog-features:hover {
        background: #de577b;
        color: #fff;
    }

    .blog .yellow .blog-features.active, .blog .yellow .blog-features:hover {
        background: #fccb2f;
        color: #fff;
    }

    .blog .date p {
        margin: 0;
        padding: 0px;
        line-height: 30px;
    }

    .blog .date .day, .blog .date .month {
        display: block;
    }

    .blog .date .day {
        font-size: 35px;
        margin: 5px 0;
    }

    .blog .date .month {
        text-transform: uppercase;
        font-size: 20px;
    }

.blog-side-bar {
    padding: 15px 0px 1px 10px;
    color: #fff;
    margin-bottom: 20px;
}

    .blog-side-bar h2 {
        text-transform: uppercase;
        font-size: 18px;
        margin: 0;
        padding: 0;
        line-height: normal;
        /*font-family: Verdana;*/
    }

    .blog-side-bar ul {
        margin-top: 15px;
        margin-left: 0;
    }
    /*blue box*/
    .blog-side-bar.blue-box {
        background: #66bbfc;
    }

        .blog-side-bar.blue-box ul li {
            display: inline-block;
            text-align: center;
        }

            .blog-side-bar.blue-box ul li a {
                background: #5ca8e2;
                margin: 0px 5px 8px 0;
                padding: 10px;
                display: inline-block;
                text-align: center;
                width: 74px;
                height: 74px;
                transition-duration: 500ms;
                transition-property: width, background;
                transition-timing-function: ease;
                -webkit-transition-duration: 500ms;
                -webkit-transition-property: width, background;
                -webkit-transition-timing-function: ease;
            }

                .blog-side-bar.blue-box ul li a:hover {
                    background: #fff;
                }

                    .blog-side-bar.blue-box ul li a:hover i, .blog-side-bar.blue-box ul li a:hover span {
                        color: #606060;
                    }

    /*green box*/
    .blog-side-bar.green-box {
        background: #0ca389;
    }

    .blog-side-bar .green-box-blog {
        background: #0b927b;
        padding: 2%;
        width: 93%;
        display: inline-block;
    }

    .blog-side-bar.green-box ul li {
        display: inline-block;
        text-align: center;
    }

        .blog-side-bar.green-box ul li a {
            background: #5ca8e2;
            margin: 0px 5px 8px 0;
            padding: 10px;
            display: inline-block;
            text-align: center;
            width: 80px;
            height: 80px;
            transition-duration: 500ms;
            transition-property: width, background;
            transition-timing-function: ease;
            -webkit-transition-duration: 500ms;
            -webkit-transition-property: width, background;
            -webkit-transition-timing-function: ease;
        }

            .blog-side-bar.green-box ul li a:hover {
                background: #fff;
            }

                .blog-side-bar.green-box ul li a:hover i, .blog-side-bar.green-box ul li a:hover span {
                    color: #606060;
                }

    /*red box*/
    .blog-side-bar.red-box {
        background: #de577b;
    }

        .blog-side-bar.red-box ul li {
            display: inline-block;
            text-align: center;
        }

            .blog-side-bar.red-box ul li a {
                background: #da6e4b;
                padding: 10px;
                display: inline-block;
                text-align: center;
                transition-duration: 500ms;
                transition-property: width, background;
                transition-timing-function: ease;
                -webkit-transition-duration: 500ms;
                -webkit-transition-property: width, background;
                -webkit-transition-timing-function: ease;
            }

                .blog-side-bar.red-box ul li a:hover {
                    background: #fff;
                }

                    .blog-side-bar.red-box ul li a:hover i, .blog-side-bar.red-box ul li a:hover span {
                        color: #606060;
                    }

    /*-------*/

    /*orange box*/
    .blog-side-bar.orange-box {
        background: #f37b53;
    }

        .blog-side-bar.orange-box ul li {
            display: inline-block;
            text-align: center;
        }

            .blog-side-bar.orange-box ul li a {
                background: #da6e4b;
                margin: 0px 5px 8px 0;
                padding: 10px;
                display: inline-block;
                text-align: center;
                width: 74px;
                height: 74px;
                transition-duration: 500ms;
                transition-property: width, background;
                transition-timing-function: ease;
                -webkit-transition-duration: 500ms;
                -webkit-transition-property: width, background;
                -webkit-transition-timing-function: ease;
            }

                .blog-side-bar.orange-box ul li a:hover {
                    background: #fff;
                }

                    .blog-side-bar.orange-box ul li a:hover i, .blog-side-bar.orange-box ul li a:hover span {
                        color: #606060;
                    }

    /*-------*/
    .blog-side-bar ul li i {
        font-size: 30px;
        width: 100%;
        margin-top: 10px;
    }

    .blog-side-bar ul li span.large {
        font-size: 25px;
        width: 100%;
        margin-top: 10px;
        /*font-family: Verdana;*/
        text-transform: uppercase;
    }

    .blog-side-bar ul li i, .blog-side-bar ul li span {
        display: inline-block;
        color: #fff;
    }

    .blog-side-bar ul li:last-child {
        margin-right: 0;
    }

    .blog-side-bar ul li a {
        display: block;
        line-height: 35px;
        text-decoration: none;
    }

    .blog-side-bar h5, .blog-side-bar h5 a {
        padding: 0;
        margin: 10px 0 0 0;
        line-height: normal;
        font-weight: bold;
        color: #fff;
    }

    .blog-side-bar p {
        margin-bottom: 0;
    }

    .blog-side-bar ul.tag {
        width: 100%;
        display: inline-block;
    }

        .blog-side-bar ul.tag li {
            float: left;
            margin-right: 10px;
            border-bottom: none;
            margin-bottom: 10px;
            line-height: 18px;
        }

            .blog-side-bar ul.tag li a {
                color: #fff;
                padding: 0px 10px;
                background: #c74e6e;
            }

                .blog-side-bar ul.tag li a:hover {
                    background: #fff;
                    color: #606060;
                    transition-duration: 500ms;
                    transition-property: width, background;
                    transition-timing-function: ease;
                    -webkit-transition-duration: 500ms;
                    -webkit-transition-property: width, background;
                    -webkit-transition-timing-function: ease;
                }

.show-right {
    float: right !important;
}

.post-comment .color-red {
    color: #FF0000;
}


/*custom pagination*/

.custom-pagination {
    margin: 10px 0 20px;
}

    .custom-pagination ul {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
    }

        .custom-pagination ul > li {
            display: inline;
            margin: 0 5px;
        }

            .custom-pagination ul > li > a {
                border: 1px solid #dcdbdb;
                color: #717171;
                padding: 5px 10px;
                text-decoration: none;
                transition-duration: 500ms;
                transition-property: width, background;
                transition-timing-function: ease;
                -webkit-transition-duration: 500ms;
                -webkit-transition-property: width, background;
                -webkit-transition-timing-function: ease;
            }

                .custom-pagination ul > li > a:hover,
                .custom-pagination ul > li > a:focus,
                .custom-pagination ul > .active > a,
                .custom-pagination ul > .active > span {
                    background: #4a8bc2;
                    border: 1px solid #4a8bc2;
                    color: #fff;
                    padding: 5px 10px;
                    text-decoration: none;
                }

/*invoice-list*/


.invoice-list h5 {
    text-transform: uppercase;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    padding: 10px;
    margin-bottom: 5px;
    background: #f1f1f1;
}

.invoice-date-range .control-group label, .invoice-date-range .control-group input {
    float: left;
}

.invoice-date-range .control-group label {
    width: 70px;
}

.invoice-date-range .control-group input {
    margin-right: 15px;
}

.billing-form label {
    width: 25%;
    float: left;
}

.invoice-input input {
    margin-bottom: 0;
}

/*about us*/

.about-us img {
    width: 100%;
    height: 188px;
}

.about-us .info {
    height: 188px;
    color: #fff;
    float: left;
    width: 100%;
}

.about-us .terques {
    background: #2fbfca;
}

.about-us .red {
    background: #de577b;
}

.about-us .green {
    background: #8ebf48;
}

.about-us .blue {
    background: #66bbfc;
}

.about-us .yellow {
    background: #f5c146;
}

.about-us .orange {
    background: #f37b53;
}

.about-us .info h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 45px;
    line-height: normal;
    margin-bottom: 0;
    /*font-family: Verdana;*/
}

.about-us .info p {
    font-size: 14px;
    text-align: center;
    /*font-family: Verdana;*/
    text-transform: uppercase;
}

.about-us .info .social-links {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .about-us .info .social-links a {
        margin: 0 5px;
        font-size: 20px;
        color: rgba(256,256,256,0.5);
        text-decoration: none;
    }

        .about-us .info .social-links a:hover {
            color: #fff;
        }
/*contact us*/
.contact-us h3 {
    text-align: center;
    padding-bottom: 0px;
    margin: 0;
}

.contact-us h4 {
    color: #fff !important;
    margin: 0;
    padding: 12px 11px 10px 15px;
}

.contact-us .feedback p {
    text-align: center;
}

.one-half {
    margin-right: 21px;
}

.feedback .control-group {
    margin-bottom: 15px;
}

.datepicker.dropdown-menu {
    z-index: 10000;
}


/*editable table*/

#editable-sample tr td input.small {
    width: 160px !important;
}

/*profile*/

.profile-head {
    background: #595758;
    padding: 20px;
    min-height: 86px;
    /*font-family: Verdana;*/
}

.profile .profile-photo {
    position: relative;
}

    .profile .profile-photo a.edit {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        background: rgba(0,0,0, 0.5);
        text-align: center;
        color: #fff;
        text-decoration: none;
    }

    .profile .profile-photo, .profile .profile-photo img {
        width: 100%;
        height: 126px;
        padding: 0 !important;
        margin-bottom: 10px;
        display: inline-block;
    }

.profile a.profile-features {
    background: #ededed;
    display: inline-block;
    width: 100%;
    height: 126px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

    .profile a.profile-features i {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 10px;
        display: inline-block;
        color: #969696;
    }

    .profile a.profile-features p.info {
        color: #969696;
        font-size: 16px;
        /*font-family: Verdana;*/
    }

    .profile a.profile-features:hover, .profile a.profile-features.active {
        background: #2db2bb;
        color: #fff;
    }

        .profile a.profile-features:hover i, .profile a.profile-features.active i,
        .profile a.profile-features:hover p, .profile a.profile-features.active p {
            color: #fff;
        }

.profile-head h1 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: normal;
}

.profile-head p {
    color: #979797;
}

.profile-head .social-link-pf {
    margin-top: 25px;
}

    .profile-head .social-link-pf li {
        display: inline-block;
        margin: 0 10px;
    }

        .profile-head .social-link-pf li a {
            display: inline-block;
            background: #828284;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            -o-border-radius: 50% !important;
            color: #595758;
            text-decoration: none;
            transition-duration: 500ms;
            transition-property: width, background;
            transition-timing-function: ease;
            -webkit-transition-duration: 500ms;
            -webkit-transition-property: width, background;
            -webkit-transition-timing-function: ease;
        }

            .profile-head .social-link-pf li a:hover {
                background: #4c8ac7;
                color: #fff;
            }

            .profile-head .social-link-pf li a i {
                padding-top: 8px;
                display: inline-block;
            }

.btn-edit {
    color: #fff;
    outline: none;
}

    .btn-edit:hover, .btn-edit:focus, .btn-edit:active {
        color: #fff;
    }

.bio p label {
    display: inline-block;
    width: 100px;
}

.profile-side-box {
    background: #f5f5f5;
}

    .profile-side-box h1 {
        background: #e8697e;
        color: #fff;
        padding: 30px 20px;
        font-size: 22px;
    }

    .profile-side-box.green h1 {
        background: #0da38a;
        color: #fff;
        padding: 30px 20px;
        font-size: 22px;
    }

    .profile-side-box .desk {
        padding: 20px 15px;
    }

        .profile-side-box .desk .experience h4, .profile-side-box .desk .experience p {
            padding: 0px;
            margin: 0;
            line-height: normal;
        }

        .profile-side-box .desk .experience h4 {
            color: #0da38a;
            font-weight: bold;
        }

.profile-side-box {
    margin-bottom: 20px;
}

    .profile-side-box.red {
        border-bottom: 1px solid #e8697e;
    }

    .profile-side-box.green {
        border-bottom: 1px solid #0da38a;
    }

    .profile-side-box img {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        width: 65px;
        height: 65px;
    }

    .profile-side-box p {
        padding-top: 10px;
    }

        .profile-side-box p a {
            color: #4c4442;
        }

/*profile activities*/

.activities {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}

    .activities li {
        position: relative;
    }

    .activities:before {
        background: #E5E5E5;
        bottom: 0;
        content: "";
        left: 28%;
        margin-left: -6px;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .activities > li .activities-title {
        display: block;
        padding-right: 30px;
        position: absolute;
        width: 25%;
        text-align: right;
        top: 26px;
    }

    .activities > li .activities-tmicon {
        background: #E5E5E5;
        height: 1px;
        left: 30.4%;
        line-height: 40px;
        margin: 0 0 0 -20px;
        position: absolute;
        text-align: center;
        text-transform: none;
        top: 30px;
        width: 20px;
    }


    .activities > li .activities-tmlabel {
        background: #ededed;
        font-size: 1.2em;
        font-weight: 300;
        line-height: 1.4;
        margin: 0 0 15px 30%;
        padding: 1em;
        position: relative;
    }

        .activities > li .activities-tmlabel h4 {
            margin: 0;
        }

        .activities > li .activities-tmlabel em {
            font-size: 12px;
        }

.profile-contact p {
    margin-bottom: 0px;
}

.profile-contact {
    background: url("../img/profile-contact.jpg") no-repeat right;
}

/*portlet*/

.portlet-scroll-1, .portlet-scroll-2, .portlet-scroll-3 {
    height: 200px;
}

.widget-title > .tools, .widget-title > .actions {
    float: right;
    margin: 0;
    padding: 4px 5px 2px;
}

.widget-title .pagination.pagination-small {
    display: inline-block !important;
    float: right !important;
    margin: 5px 6px 0 0;
}


.widget-title > .actions > .btn.btn-mini {
    margin-top: 0px;
}

.widget-title > .actions > .btn-group > .btn.btn-mini {
    margin-top: 2px !important;
}

.widget-title > .actions > .btn-group > .btn.dropdown-toggle {
    margin-top: 2px;
}

.widget-title > .tools > a {
    color: #fff;
    text-decoration: none;
}

.widget-title div.tools {
    float: right;
    margin: 2px 0 0;
    padding: 6px 10px;
}

.sm-btn-position {
    margin-top: 3px !important;
}

/*dual select*/

.countLabel {
    color: Gray;
    font-style: italic;
}

.storageBox {
    display: none;
}

.copiedOption {
    background-color: Yellow;
}

.d-sel-filter {
    float: left;
    width: 100%;
}

    .d-sel-filter .btn {
        height: 30px;
    }

    .d-sel-filter span, .d-sel-filter input, .d-sel-filter button {
        float: left;
    }

    .d-sel-filter span {
        padding-top: 5px;
    }

    .d-sel-filter span {
        margin-right: 10px;
    }

.form-actions {
    border-top: none !important;
}

.user-avatar {
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -28px;
    height: 36px;
}

.form-actions-topbtn {
    margin-bottom: 0px;
    padding: 0;
}

.form-actions-bottombtn {
    margin-bottom: 25px;
    padding: 0;
}




.choice_checkBoxes {
    /*border-left:1px solid #9A9A9A; border-right:1px solid #9A9A9A;border-bottom:1px solid #9A9A9A; border-radius:6px
		padding:5px;*/
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.divtextbox {
    /*background-color: #f5f5f5;
	float: left;*/
    width: 100%;
    padding: 0px 5px;
    clear: both;
    margin-bottom: 6px;
}

.divtextarea {
    /*background-color: #f5f5f5;
	float: left;*/
    width: 100%;
    padding: 5px;
}

.divdropdownlist {
    /*background-color: #f5f5f5;
	float: left;
	height: 34px;
	margin-left: 0 !important;*/
    width: 100%;
    padding: 5px 5px 1px;
}

.divlistboxlist {
    /*background-color: #f5f5f5;
	 padding: 5px;*/
    float: left;
    margin-left: 0 !important;
    width: 96%;
}

.horizontal-list > li {
    display: inline-block !important;
    padding: 1px 5px;
}

.radio-list label, .checkbox-list label {
    display: inline !important;
    color: #000;
    padding-left: 1px;
}

.margintop20 {
    margin-top: 8px;
}

i {
    padding-right: 4px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginbottom25 {
    margin-bottom: 25px;
}
/*=========================On off switch class=========================================*/
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        /*font-family: Segoe UI;*/
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #54B5DF;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*============================================================================*/
/*for wrapping word*/
.BreakNoSpaces {
    -moz-word-break: break-all !important;
    -o-word-break: break-all !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    vertical-align: middle;
}
/*Add button alignment*/
.btnaddalign {
    margin-right: 17px;
    padding-bottom: 15px;
}

.ui-widget select {
    width: 140px !important;
    height: 26px !important;
    margin-top: 10px !important;
}

.input-elm {
    height: 15px !important;
    width: 100px !important;
    margin-top: 10px !important;
}

/* Added for Header Images which is at right side*/

#ImagUser {
    width: 36px !important;
}

/*  Added for radio button list */

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url("/Images/ui-icons_ffffff_256x240.png");
    background-position: -98px -131px !important;
    height: 16px;
    margin: -8px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 16px;
    border: none;
}

#divexportbuttons {
    width: 11%;
    border: none;
}

.exportClass {
    display: inline-block;
    width: 11% !important;
    background: #495B79 none repeat scroll 0% 0% !important;
}

body .multiselect-container {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    .divlistboxlist {
        background-color: #f5f5f5;
        float: left;
        margin-left: 0 !important;
        padding: 5px;
        width: 97%;
    }

    .reasonwidth {
        width: 100%;
    }

    .ui-widget-content {
        width: 90% !important;
    }

    #searchmodfbox_jqgridtable {
        width: 85% !important;
        margin-left: -5px;
    }

    .radio-list label, .checkbox-list label {
        color: #000;
        display: inline !important;
        padding-left: 2px !important;
        word-wrap: break-word;
    }

    input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin-left: 0 !important;
        padding: 3px;
    }

    #divexportbuttons {
        width: 30% !important;
    }

    .exportClass {
        display: inline-block;
        width: 30% !important;
        background: #495B79 none repeat scroll 0% 0% !important;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .radio-list label, .checkbox-list label {
        color: #000;
        display: inline !important;
        font-size: 11px;
        padding-left: 5px;
    }

    .reasonwidth {
        width: 100%;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
        font-size: 12px;
        text-align: left;
    }

    .btn {
        font-size: 12px;
    }
}

@media screen and (max-width:1024px) {
    .multiselect-container {
        list-style-type: none;
        margin: 0;
        padding: 5px 0 0 24px;
        position: absolute;
        width: 92% !important;
    }

    .reasonwidth {
        width: 100%;
        margin-left: 4px !important;
    }


    .ui-widget-content {
        width: 93% !important;
    }

    #searchmodfbox_jqgridtable {
        width: 88% !important;
        margin-left: -5px;
    }

    #divexportbuttons {
        width: 18%;
    }

    .exportClass {
        display: inline-block;
        width: 18% !important;
        background: #495B79 none repeat scroll 0% 0% !important;
    }
}

#popupiframe {
    width: 100%;
}

.userphoto {
    height: 150px;
    width: 125px;
}

.viewlabel {
    color: #888888;
}

b {
    font-size: 14px;
    font-weight: normal !important;
    color: #333;
    display: block;
}

.btn-group > .btn:hover {
    border-radius: 6px;
}

a, a:hover {
    text-shadow: none !important;
    color: #4a8bc2;
}

ul.faq-list li a:hover, ul.faq-list li a.active {
    background: #4a8bc2;
}

#header.navbar-inverse .navbar-inner {
    color: #fff;
}

.sidebar-toggle-box {
    color: #fff;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    /*background-color: rgba(0,0,0,0.1) !important;*/
}

#header.navbar-inverse .divider-vertical {
    border-left-color: #2c2d2f;
    border-right-color: #181a1b;
}

#sidebar > ul > li > a {
    color: #fff !important;
}

#sidebar > ul > li a i {
    color: #000 !important;
    display: inline-block;
}


#sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    color: #fff;
}

#sidebar > ul > li.active > a, #sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a {
    color: #fff !important;
}

    #sidebar > ul > li.active > a *, #sidebar > ul > li > a:hover *, #sidebar > ul > li:hover > a i, #sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a i {
        color: #fff !important;
    }

#sidebar > ul > li > ul.sub > li > a {
    color: #000;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #EEEEEE;
    background-image: none;
    color: #333333;
    filter: none;
    text-decoration: none;
}

.receipt {
    font-weight: bold;
}

#sidebar > ul > li > ul.sub > li:last-child {
    border-bottom: none;
}

.chats li.out .name {
    color: #b14c4c;
}

.chats li.in .message {
    border-left: 2px solid #2f8e95;
}

    .chats li.in .message .arrow {
        border-right: 8px solid #2f8e95;
    }

.chats li.out .message .arrow {
    border-left: 8px solid #b14c4c;
}

.chats li.out .message {
    border-right: 2px solid #b14c4c;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #4a8bc2;
    box-shadow: none;
}

.reasonwidth {
    width: 98%;
}

/* Landscape phone to portrait tablet */
@media (max-width:979px) {
    #sidebar {
        background-color: #495B79 !important;
    }
}

/* footer */





/*--wizard--*/

.custom-wizard-pills .nav-pills li.active a, .custom-wizard-pills .nav-pills li a:hover {
    background: #4A8BC2;
}


/*invoice-list*/

.invoice-list h5 {
    color: #404040;
}

/*about us*/

.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4 {
    color: #404040;
}

.searchFilter {
    max-height: 300px;
    overflow: auto;
}

select:disabled {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: #eeeeee url("../images/select_disable_arrow.png") right 8px no-repeat;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1px;
}

    select:disabled::-ms-expand {
        display: none;
    }

body .multiselect {
    height: 20px;
    padding-left: 4px;
    padding-top: 0;
}

.btn-group > .btn.multiselect:hover {
    background-color: #fff;
}

.multiselect .caret {
    float: right;
    margin-left: 0;
    margin-top: 9px;
    margin-right: -4px;
    border-top-color: #7f7f7f;
}
/*============Progress Bar==============*/
.ajax-loading {
    background: #fff;
    background: rgba(255, 255, 255, .8);
}

.progressdiv {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.ajax-loading-img {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
}

/*.dropup, .dropdown {
	background: #91add4;
	border-color: #436497;
}*/

.breadcrumb {
    background: none;
    padding: 0;
}



[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: verdana;
}

.widget-title > h4 {
    font-size: 17px;
    color: #325689;
}

    .widget-title > h4 [class^="icon-"]:before {
        font-size: 14px;
    }

#divexportbuttons {
    margin-right: 4px;
}

@media screen and (min-width: 1025px) and (max-width: 2000px) {
    .reasonwidth {
        width: 99% !important;
    }
}

body .ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 2px;
    padding-bottom: 4px;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #325689;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th, .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background: #f0f5fb;
}


.table-bordered {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn {
    padding: 2px 10px;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

    .btn:hover, .btn-group {
        border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
    }

#sidebar > ul > li > a {
    padding: 4px 15px;
}

.form-actions-topbtn {
    margin-right: -5px;
}

.nicescroll-rails > div {
    background: #91add4 !important;
}

.searchCriteria {
    color: #325689;
    font-size: 16px;
    font-weight: bold;
}
/*===========Guardinpage==========*/
.profile_details {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}

.profile_each {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    padding: 15px;
    border: 1px solid #ccc;
    font-family: arial;
    font-size: 12px;
    overflow: hidden;
}

.profile_main .profile_each:last-child {
    margin-right: 0;
}

.profile_main {
    margin: 20px -15px;
}

.profile_img {
    float: left;
    width: 100px;
}

.user_details {
    float: left;
    margin-left: 10px;
    width: 215px;
}

.profile_img img {
    width: 100px;
    height: 120px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}

.user_details b {
    display: inline-block;
}

.user_details span {
    color: #08c;
}

.profile_list .profile_img {
    float: none;
    width: auto;
    margin-bottom: 15px;
    border: none;
    position: relative;
}

.profile_list .profile_each {
    width: 180px;
    padding: 0;
}

.user_links a {
    background: #fff;
    border: 1px solid #ccc;
    min-width: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-size: 11px;
    padding: 4px 5px 2px;
}

    .user_links a:hover {
        text-decoration: none;
        color: #fff;
        background: #08c;
    }

    .user_links a i {
        padding-right: 0;
    }





.user_links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .user_links ul li {
        float: left;
        text-align: center;
        padding-right: 5px;
    }

        .user_links ul li span {
            display: block;
            color: #000;
            font-size: 9px;
        }


.user_links {
    margin-top: 5px;
}

.profile_main p {
    margin-bottom: 5px;
    line-height: normal;
    text-transform: capitalize;
}

.profile_list .profile_each {
    padding-bottom: 8px;
}

.green_attendance a {
    background: rgb(16, 165, 16);
    color: #ffffff;
}

.org_attendance a {
    background: red;
    color: #ffffff;
}

.user_name {
    font-weight: normal;
    font-size: 18px;
    color: #08c;
    font-family: cursive;
    margin-top: -3px;
}

.profile_list .profile_img img {
    border: none;
    box-shadow: none;
}

.profile_list .user_name {
    margin-top: -22px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}


.below_username p {
    font-size: 14px;
    line-height: 22px !important;
}

.student_class i {
    font-style: normal;
}

.link_normal {
    pointer-events: none;
    cursor: pointer;
}
/*=======================================*/
/*============Progress Bar==============*/
/*=============Search Criteria========================*/
/*.searchCriteria {
	margin-left: -20%;
	cursor: pointer;
	color: #54b5df;
}

@media screen and (min-width:320px) and (max-width:480px) {
	.searchCriteria {
		margin-left: -4%;
	}
}

@media screen and (min-width:360px) and (max-width:640px ) {
	.searchCriteria {
		margin-left: -2.5%;
	}
}

@media screen and (min-width:768px ) and (max-width: 799px) {
	.searchCriteria {
		margin-left: -33.5%;
	}
}

@media screen and (min-width:800px ) and (max-width: 980px) {
	.searchCriteria {
		margin-left: -31.5%;
	}
}

@media screen and (min-width:981px ) and (max-width:1024px ) {
	.searchCriteria {
	   margin-left: -20.5%
	}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.searchCriteria {
	   margin-left: -23.5%
	}
}

@media screen and (min-width:1280px ) and (max-width:1350px ) {
	.searchCriteria {
		margin-left: -20.5%;
	}
}


@media screen and (min-width:1351px ) and (max-width:1499px ) {
	.searchCriteria {
		margin-left: -18.5%;
	}
}

@media screen and (min-width:1500px ) and (max-width:2500px ) {
	.searchCriteria {
		margin-left: -11.8%;
	}
}*/


/*=============Search Criteria========================*/
/*=======================Fileupload Instructions====================*/
.cursordefault {
    opacity: 0.75;
    cursor: default;
}

.instruction {
    font-weight: bold !important;
    display: inline !important;
}

.headerProcessType {
    color: #54B5DF;
}

#MainContent_panel1 #main-content {
    margin-top: 2px !important;
    padding-bottom: 5px;
}
/*=======================Fileupload Instructions====================*/

.btnUpdate {
    background-color: #364359 !important;
    border-radius: 6px;
}

.btnEdit {
    background: #696969 none repeat scroll 0% 0% !important;
}

.ui-jqgrid-htable .ui-state-default {
    color: #fff;
}
/*#header #imglink > img {
	border-radius: 2px;
	box-shadow: 1px 2px 3px #254c81;
}*/
/*===========Used for autogenerated edit and update buttons in Gridview==========*/
.widget .widget-body {
    clear: both;
}

#tbConfiguration {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.chzn-container-single .chzn-single {
    background-image: none !important;
}

.btn-group {
    background-image: none !important;
}

body .chzn-container-single .chzn-single {
    box-shadow: none;
}

.brand-logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 180px;
}

body .brand {
    display: table !important;
    height: 65px;
    margin-top: 0;
    text-align: center;
    width: 181px;
}

#header .brand {
    margin-top: 0 !important;
    background: #fff;
}

.sidebar-toggle-box {
    margin-left: 0;
}

.padding-left-13 {
    padding-left: 13px;
}

.padding-left-5 {
    padding-left: 5px;
}

.no-margin {
    margin: 0;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-top: 5px;
    vertical-align: top;
}

.text-wrap {
    white-space: nowrap;
}

input[type="submit"].btn-blue {
    border-radius: 6px;
    outline: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 6px 10px 6px 6px;
    margin-right: 5px;
    color: #fff;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 140px;
}

.chzn-container-foat-left .chzn-container {
    float: left;
}



.exam_time > b {
    display: inline-block;
}

.exam_time > span {
    color: green;
    font-size: 23px;
    vertical-align: top;
}

.question_type {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.question_type_heading {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #ff0000;
    border-bottom: 20px solid #5579ab;
    margin-bottom: 6px;
}

.question_type label {
    font-size: 16px;
}

.fnt-12 {
    font-size: 12px !important;
}

.result_list {
    padding: 3px;
    border: 1px solid #ddd;
    clear: both;
    margin-top: 10px;
    margin-bottom: 40px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d6f0fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.skipped_questions {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.skipped_questions_title {
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

.skipped_questions_list a {
    display: inline-block;
    margin-right: 5px;
    background: #f8d4d6;
    font-size: 11px;
    padding: 1px 5px;
    border: 1px solid #bfbfbf;
    line-height: normal;
    border-radius: 2px;
    color: #000;
    margin-bottom: 3px;
    text-align: center;
    min-width: 12px;
}

    .skipped_questions_list a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.online_result > span {
    display: block;
}

label.student_message {
    color: #000;
    display: block !important;
    font-size: 17px;
    margin-bottom: 8px;
}

.online_result {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d6f0fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

    .online_result label {
        color: #000;
        font-size: 21px;
        font-weight: bold;
        line-height: normal;
        margin-top: 0;
        vertical-align: top;
    }

.result_each {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    border-right: 1px dotted #aaa;
}

.result_last {
    border: none;
}

.result_each > span {
    display: block;
}

.result_last {
    border-bottom: none;
    padding-bottom: 0;
}

.result_first {
    padding-top: 0;
}

.m_count {
    border-radius: 3px;
    padding: 0;
    font-size: 11px;
    color: #fff;
    min-width: 14px;
    display: inline-block !important;
    text-align: center;
    line-height: 19px;
    width: 19px;
    height: 19px;
}

.w-25-px {
    width: 25px;
}

.total_marks {
    background: #5d5d5d;
}

.total_questions {
    background: #5d5d5d;
}

.attempted_questions {
    background: url(../Images/answered.png) no-repeat;
}

.remaining_questions {
    background: url(../Images/not-attempted.png) no-repeat;
    color: #000;
}

.markedforreview_questions {
    background: url(../Images/marked-for-review.png) no-repeat;
}

.markedforreviewEvalution_questions {
    background: url(../Images/review-evalution.png) no-repeat;
}

.skipped_questions {
    background: url(../Images/not-answered.png) no-repeat;
}

.subject_txt {
    color: #325689;
    font-size: 20px;
    vertical-align: bottom;
}

.row-fluid span[class*="span"] {
    height: auto;
    line-height: normal;
    min-height: auto;
    padding-bottom: 3px;
    padding-top: 0;
}

.span12.input-prepend {
    min-height: auto;
    padding-bottom: 0;
}

table tr td.table_border {
    padding: 0;
    border: none;
    border-top: 1px solid #e3eaf4 !important;
    border-right: 1px solid #e3eaf4 !important;
    border-bottom: 1px solid #e3eaf4 !important;
}

#MainContent_regQuestionpaperduration[style*="visibility:hidden"] {
    display: none;
}

#MainContent_regQuestionpaperduration[style*="visibility:visible"] {
    display: block;
}

.gradebook_go_btn {
    margin-bottom: 5px;
    margin-top: 20px;
}

.questions_list {
    overflow-y: auto;
    max-height: 360px;
}

.ul_list {
    margin: 0 0 0 20px;
}

.checkbox_lis td {
    padding-right: 10px;
}

.margin-top-21 {
    margin-top: 21px;
}

.margin-top-17 {
    margin-top: 17px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.typehead_main {
    position: relative;
}

body .typeahead, body .tt-query, body .tt-hint {
    width: 97.5%;
    box-sizing: border-box;
    font-size: 13px !important;
    padding: 0;
    border-radius: 0;
    border-width: 1px;
}

.typeahead.dropdown-menu > li > a {
    padding: 3px 6px;
}

.item-stock-details .divtextbox {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

    .item-stock-details .divtextbox input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

.item-stock-details .chzn-container {
    width: 94% !important;
}

.item-stock-details .divdropdownlist {
    padding: 0;
}

.item-stock-details .table th, .item-stock-details .table td {
    padding: 2px 4px;
    line-height: normal;
}

.view_icon {
    text-align: center !important;
}

    .view_icon a i {
        padding-right: 0;
    }

    .view_icon a:hover {
        text-decoration: none;
    }

.label_name {
    font-size: 13px;
}

.label_details {
    font-size: 13px;
    font-weight: bold;
}

.check-mark {
    background-image: url(../Images/glyphicons-halflings.png);
    width: 15px;
    height: 15px;
    background-position: -288px -0px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bs-searchbox .form-control {
    height: 25px;
    box-sizing: border-box;
    border-color: #cccccc;
}

    .bs-searchbox .form-control:focus {
        border: 1px solid #4a8bc2;
    }

.bootstrap-select .text {
    margin-top: 0;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 6px;
    line-height: 15px;
    font-size: 13px;
}

body .bs-searchbox, body .bs-actionsbox, body .bs-donebutton {
    padding: 4px 4px;
}

.bootstrap-select .btn-default {
    width: 100% !important;
    padding-left: 5px;
}

.bootstrap-select .caret {
    border-top-color: #7e7e7e;
}

body .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 7px;
}

body .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 0;
}

body .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 13px;
}

.bootstrap-select.btn-group > .btn:hover {
    background-color: #fff;
}

.bootstrap-select.dropup {
    padding-left: 0;
}

.available_qty {
    padding-left: 5px;
    padding-bottom: 2px;
}

/* All Controls Size Modified */
body .chzn-container-single .chzn-single {
    height: 20px;
    line-height: 20px;
}

    body .chzn-container-single .chzn-single div b {
        background-position: 0 -1px;
    }

body .chzn-container-single .chzn-search input {
    height: 20px;
}

#MainContent_cbItemType_chzn input, #MainContent_cbItemCategory_chzn input {
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
}
/* Menu position change */
/*#sidebar > ul > li.active > ul.sub {
	display: block;
	margin-bottom: 0 !important;
	left: 180px;
	top: -70px;
	position: absolute;
	background-color: #ebebeb;
	overflow-y: auto;
	height: 700px;
	padding: 5px 0;
	border: 1px solid #dddddd;
	width: 200px;
}
#sidebar > ul > li > ul.sub > li > a {
	padding-left:10px;
}*/


.input_width88 {
    width: 88%;
}

@media screen and (min-width:240px) and (max-width: 320px) {
    #divexportbuttons {
        width: 46% !important;
    }
}

@media screen and (min-width:1280px) and (max-width:1600px) {
    .table-advance tr td {
        max-width: 0px !important;
    }
}

@media screen and (min-width:768px) and (max-width:979px) {
    .row-fluid .span4 {
        margin-left: 0;
    }
}

@media screen and (max-width: 979px) {
    #sidebar {
        min-height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #header.navbar {
        margin-top: -5px;
    }
}




.CustomAdvanced {
    background: #1f3d67;
    font-size: 15px;
    color: white;
    display: block;
    line-height: 50px;
    padding: 0 26px;
    text-decoration: none;
    border-left: 1px solid #2e2e2e;
    /* font-family: Montserrat, sans-serif; */
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    border: none;
}


.view_summery_btn a {
    display: block;
    line-height: 46px;
    font-weight: bold;
    text-decoration: none;
}

    .view_summery_btn a:hover {
        text-decoration: none;
        color: #1c95ee;
    }

.view_summary {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .view_summary h3 {
        margin: 0;
        font-size: 15px;
        line-height: normal;
        font-weight: bold;
    }

    .view_summary .widget-body {
        padding: 0;
    }

    .view_summary > p {
        margin-bottom: 0;
        line-height: normal;
        padding-left: 0px;
        font-size: 13px;
        font-style: italic;
    }

.your_answer_main p, .correct_answer_main p {
    margin: 0;
    font-size: 15px;
    font-style: italic;
}

p.youanswered span, p.currect_answer span, p.explanation span {
    font-weight: bold;
    min-width: 116px;
    display: inline-block;
}

p.currect_answer span {
    color: green;
}

p.explanation span {
    color: blue;
}

.view_summary_main .view_summary:last-child {
    border: none;
    margin-bottom: 0;
}

.item-stock-details input[type="number"] {
    line-height: normal;
    padding-top: 2px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}



.chart_title h3 {
    background: linear-gradient(to bottom, #fefeff 1%,#e4eefd 100%);
    -moz-background: linear-gradient(to bottom, #fefeff 1%,#e4eefd 100%);
    -webkit-background: linear-gradient(to bottom, #fefeff 1%,#e4eefd 100%);
    padding: 3px 5px 4px 8px;
    font-size: 19px;
    color: #5579ab;
    font-weight: normal;
    margin-top: 0px;
    line-height: normal;
    margin-bottom: 0;
}

.chart_icons {
    float: right;
    /*font-size: 13px; 
    padding-right: 5px; */
    font-size: 11px;
    padding-right: 0px;
    padding-top: 5px;
}

    .chart_icons a:hover {
        text-decoration: none;
    }

    .chart_icons a:focus, .chart_icons a:active {
        text-decoration: none;
    }

.chart_main {
    overflow: hidden;
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    border-bottom-width: 2px;
    margin-bottom: 10px;
    position: relative;
}

.chart_details img {
    border: none !important;
}

.chart_details {
    text-align: center;
}

    .chart_details .chart_icon {
        background: url("../images/charts_icon.png") no-repeat;
        display: inline-block;
        width: 71px;
        height: 67px;
        left: 10px;
        position: absolute;
        bottom: 10px;
    }

    .chart_details .library_items {
        background-position: -351px -14px;
    }

    .chart_details .fee_icon {
        background-position: -22px -14px;
        height: 63px;
    }

    .chart_details .staff_icon {
        background-position: -118px -14px;
    }

    .chart_details .student_icon {
        background-position: -224px -14px;
        width: 98px;
        height: 57px;
    }

select {
    padding-top: 1px !important;
    line-height: normal !important;
}

.disable_dropdown_full select:disabled {
    width: 100%;
}

.top_menu {
    background: linear-gradient(to bottom, #fefeff 1%,#e4eefd 100%);
    border: 1px solid #e1f2ff;
    margin: 10px 0 5px;
    padding: 0;
    line-height: normal;
    border-radius: 0 0 3px 3px;
}

    .top_menu ul li a:hover, .top_menu ul li a:focus, .top_menu ul li a:visited, .top_menu ul li a.active {
        background: linear-gradient(to bottom, #b8e1ff 1%,#fefeff 100%);
        text-decoration: none;
    }

    .top_menu ul li a {
        height: 63px;
        display: block;
        vertical-align: top;
        padding: 5px 5px 0;
        color: #404040;
    }

    .top_menu ul {
        list-style: none;
        font-size: 11px;
        margin: 0;
        font-weight: bold;
    }

        .top_menu ul li {
            text-align: center;
            display: inline-block;
            min-width: 80px;
            max-width: 80px;
            vertical-align: top;
            border-right: 1px solid #E1F2FF;
            border-left: 1px solid #FDFFFF;
            margin-left: -2px;
            min-height: 67px;
            max-height: 63px;
            padding: 0;
            line-height: 10px;
        }

.menu-icon {
    width: 26px;
    height: 28px;
    display: block;
    background: url("../Images/menu_sprite.png") no-repeat;
    margin: 0px auto 2px;
}

.reports_head {
    background: #fff;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
    color: #2f75be;
    font-weight: bold;
    border: 1px solid #E1F2FF;
    border-bottom: none;
}

.student-exams-attendance {
    background-position: -126px -5px;
}

.student-yearly-attendance {
    background-position: -46px -3px;
}

.student-attendance {
    background-position: -6px -4px;
}

.staff-attendance {
    background-position: -6px -4px;
}

.monthly-attendance {
    background-position: -87px -4px;
}

.late-attendance {
    background-position: -87px -4px;
}


.reports-by-age {
    background-position: -165px -4px;
}

.student-fee-summary {
    background-position: -202px -2px;
}

.timetable-class-section {
    background-position: -5px -38px;
}

.transportation {
    background-position: -50px -37px;
}

.available-seats {
    background-position: -86px -37px;
}

.admission-status {
    background-position: -126px -38px;
}

.library-items-list {
    background-position: -166px -36px;
}

.gradebook {
    background-position: -201px -37px;
}

.most-used-library-items {
    background-position: -6px -73px;
}

.staff-roster {
    background-position: -51px -71px;
}

.fee-collection-details {
    background-position: -89px -70px;
}
.collection-by-date {
    background-position: -89px -70px;
}
.fee-due-by-category {
    background-position: -89px -70px;
}
.students-performance {
    background-position: -127px -68px;
}

.student-enrollment {
    background-position: -167px -71px;
}

.over-all-fee-summary {
    background-position: -200px -72px;
}

.Abstract-fee-summary {
    background-position: -200px -72px;
}

.classwise-fee-report {
    background-position: -9px -104px;
}

.Fee-CanCellation-Report {
    background-position: -54px -104px;
}

.Fee-Fine-Report {
    background-position: -54px -104px;
}

.Online-Fee-Payment-Summary {
    background-position: -54px -104px;
}

.student-detailed-fee-due {
    background-position: -54px -104px;
}

.classwise-students {
    background-position: -88px -104px;
}

.gender-wise-student-count {
    background-position: -128px -104px;
}

.gradebook-summary-report {
    background-position: -165px -102px;
}

.slabwise-transportation {
    background-position: -199px -104px;
}

.staff-teaching-subjects {
    background-position: -8px -141px;
}

.student-assessment-details {
    background-position: -51px -142px;
}

.student-examwise-grade-by-subject {
    background-position: -89px -138px;
    height: 30px;
    margin-bottom: 0;
}

.student-Onlinexamwise-grade-by-subject {
    background-position: -89px -138px;
    height: 30px;
    margin-bottom: 0;
}

.student-fee-paid {
    background-position: -129px -138px;
}

.subjectwise-marks-compare {
    background-position: -165px -138px;
}

.timetable-for-all-teachers {
    background-position: -200px -138px;
}

.timetable-staff {
    background-position: -7px -181px;
}

.staffEvaluate-staff {
    background-position: -127px -68px;
}

.staffEvaluate-staffCompare {
    background-position: -165px -138px;
}

.vehicle-report {
    background-position: -51px -180px;
    height: 30px;
    margin-bottom: 0;
}

.Enquiry-Report {
    background-position: -87px -181px;
}


.Classwise-Transportation {
    background-position: -126px -181px;
}

.menu-icon.admission {
    background-position: -169px -181px;
}

.menu-icon.student-late-attendance {
    background-position: -6px -4px;
}
.menu-icon.period-attendance-report {
    background-position: -6px -4px;
}
.period-attendance-report {
    background-position: -87px -4px;
}
.menu-icon.Enquiry {
    background-position: -89px -222px;
}

.menu-icon.Staff-Enrollment {
    background-position: -52px -222px;
}

.menu-icon.fee {
    background-position: -200px -181px;
    width: 28px;
}

.menu-icon.feedback-Report {
    background-position: -87px -181px;
}

.menu-icon.enrollment {
    background-position: -8px -222px;
}

.menu-icon.student-permission {
    background-position: -8px -222px;
}

.modal-header .close {
    opacity: 1;
    font-size: 25px;
    margin-top: 8px;
}

.questions-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
}

.price-text-right {
    text-align: right !important;
}

.grid_input {
    box-sizing: border-box;
    margin-bottom: 1px !important;
}

.body_disable {
    pointer-events: none;
    opacity: 0.5;
}


.theme-option-list h2 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
    color: #000;
}

.v-align-middle {
    vertical-align: middle;
}

.captcha-img {
    background-color: White;
    display: inline-block;
    margin-left: 5px;
}

.captcha-refresh {
    float: none;
    width: 26px !important;
}

.captcha-img img {
    width: 107px;
}

html.right-sidebar-opened .right-sidebar {
    margin-right: 0;
}

.padding-right-10 {
    padding-right: 10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.theme-list {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .theme-list li {
        float: left;
        width: 49.333%;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 5px;
        cursor: pointer;
    }

.selected-color {
    display: block;
    width: 20%;
    float: left;
    height: 7px;
}

.bg-dark-blue {
    background: #5579ab;
}

.bg-selected-color {
    display: block;
    width: 80%;
    float: left;
    height: 7px;
}

.bg-theme-color {
    display: block;
    width: 20%;
    float: left;
    height: 20px;
    background: #ebebeb;
}

.bg-theme-color-normal {
    display: block;
    width: 80%;
    float: left;
    height: 20px;
    background: #fff;
}

.theme-list input[type="radio"] {
    margin: 6px 5px 0 0;
    vertical-align: top;
}

.theme-list label {
    color: #000;
    font-size: 14px;
}

.bg-theme-teal {
    background: #009688;
}

.bg-light-blue {
    background: #03a9f4;
}

.bg-deep-purple {
    background: #605ca8;
}

.bg-theme-grey {
    background: #607d8b;
}

.bg-brown {
    background: #795548;
}

.dark-gray-menu {
    background: #2c3e50 !important;
}

.theme-option-list {
    display: none;
    position: absolute;
    right: 139px;
    background: #f3f3f3;
    top: 65px;
    width: 240px;
    border: 1px solid #ebebeb;
    padding: 10px;
    z-index: 1000;
}

.theme-option {
    float: right;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    line-height: 65px;
    margin-right: 23px;
    font-size: 20px;
    cursor: pointer;
}

.theme-option-main {
    position: relative;
}

.theme-option.active {
    background: #2c3e50;
}

.clear-both {
    clear: both;
}

.logo-upload {
    max-width: 181px;
    height: 68px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
}

.banner_upload {
    max-width: 181px;
    min-height: 68px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
    max-height: 68px;
    overflow: hidden;
}

.logoclass, .logo-upload img {
    max-height: 65px;
}

.banner_uploaded {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
}

.banner_close {
    position: absolute;
    right: 5px;
    font-size: 18px;
    z-index: 100;
    color: #dc5d3a;
    top: 0;
}

    .banner_close:hover {
        color: #dc5d3a;
        text-decoration: none;
    }

#MainContent_fubanner {
    max-width: 40%;
}

#MainContent_fuorgphoto, #MainContent_fubanner, #MainContent_fuOrgphoto {
    line-height: normal;
}
/* Theme Style Start Here */

/* Default Theme */
.btn-success, #sidebar > ul > li.active > a, #sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a, #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a, body #tbConfiguration th, input[type="submit"].btn-blue, .skipped_questions_list a:hover, .CustomAdvanced:hover, .btn-primary, #sidebar > ul > li.active > a, #sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a, .btn-edit, #divexportbuttons, .sidebar-toggle-box, .searchnav li a:hover, .chzn-container .chzn-results .highlighted, .ui-widget-header, button.btn, .card.hovercard .cardheader, .summary-sec-heading, .export_as_btn {
    background-color: #5579ab !important;
}

#header.navbar-inverse .navbar-inner {
    background: #5579ab;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    border-right: 3px solid #5579AB;
}

.skipped_questions_list a:hover {
    border-color: #5579ab;
}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .view_summery_btn a, p.youanswered span, p.currect_answer span, p.explanation span, .chart_title h3, .chart_icons a:hover, .top_menu, .widget-title span.tools > a, a, a:hover, a, a:hover, a:focus, .card.hovercard .info .title, .answer_explanation  {
	color: #5579ab !important;
}*/
.widget-title span.tools > a {
    color: #5579ab !important;
}

.searchnav, .ui-jqgrid-htable .ui-state-default, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-group.open .btn-primary.dropdown-toggle, .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-group.open .btn-success.dropdown-toggle, .table-advance thead tr th, .table th, .btn-edit:hover, .btn-edit:focus, .btn-edit:active, .btn-group > .btn:hover, button.btn:active:focus, button.btn.active:focus, .header {
    background: #426597 !important;
}

#MainContent_search_button {
    background-color: #1f3d67 !important;
}

.CustomAdvanced {
    background: #1f3d67;
}




/* Teal Theme */
.theme-teal .btn-success, .theme-teal #sidebar > ul > li.active > a, .theme-teal #sidebar > ul > li > a:hover, .theme-teal #sidebar > ul > li:hover > a, .theme-teal #sidebar > ul > li > ul.sub > li > a:hover, .theme-teal #sidebar > ul > li > ul.sub > li.active > a, body.theme-teal #tbConfiguration th, .theme-teal input[type="submit"].btn-blue, .theme-teal .skipped_questions_list a:hover, .theme-teal .CustomAdvanced:hover, .theme-teal .btn-primary, .theme-teal #sidebar > ul > li.active > a, .theme-teal #sidebar > ul > li > a:hover, .theme-teal #sidebar > ul > li:hover > a, .theme-teal .btn-edit, .theme-teal #divexportbuttons, .theme-teal .sidebar-toggle-box, .theme-teal .searchnav li a:hover, .theme-teal .chzn-container .chzn-results .highlighted, .theme-teal .ui-widget-header, .theme-teal button.btn, .theme-teal .card.hovercard .cardheader, .theme-teal .summary-sec-heading {
    background-color: #009688 !important;
}

.theme-teal #header.navbar-inverse .navbar-inner {
    background: #009688;
}

.theme-teal .dropdown-menu li > a:hover, .theme-teal .dropdown-menu .active > a, .theme-teal .dropdown-menu .active > a:hover {
    border-right: 3px solid #009688;
}

.theme-teal .skipped_questions_list a:hover {
    border-color: #009688;
}

.theme-teal .widget-title span.tools > a, .theme-teal .breadcrumdata, .theme-teal .widget-title > h4 {
    color: #028074 !important;
}

.theme-teal .btn-primary:hover, .theme-teal .btn-primary:focus, .theme-teal .btn-primary:active, .theme-teal .btn-primary.active, .theme-teal .btn-primary.disabled, .theme-teal .btn-primary[disabled], .theme-teal .btn-group.open .btn-primary.dropdown-toggle, .theme-teal .btn-success:hover, .theme-teal .btn-success:active, .theme-teal .btn-success.active, .theme-teal .btn-success.disabled, .theme-teal .btn-success[disabled], .theme-teal .btn-group.open .btn-success.dropdown-toggle, .theme-teal .btn-edit:hover, .theme-teal .btn-edit:focus, .theme-teal .btn-edit:active, .theme-teal .btn-group > .btn:hover, .theme-teal button.btn:active:focus, .theme-teal button.btn.active:focus, .theme-teal .header {
    background: #028074 !important;
}

.theme-teal .ui-jqgrid-htable .ui-state-default, .theme-teal .table-advance thead tr th, .theme-teal .table th, .theme-teal .searchnav, .theme-teal #sidebar > ul > li, .theme-teal #sidebar > ul > li > a, .theme-teal #sidebar, body.theme-teal {
    background: #2c3e50 !important;
}

    .theme-teal #sidebar > ul > li a i, .theme-teal #sidebar > ul > li > ul.sub > li > a, .theme-teal #sidebar > ul > li > a > span {
        color: #e9f1f4 !important;
    }

    .theme-teal #sidebar > ul > li, .theme-teal #sidebar > ul > li > ul.sub > li {
        border-color: #334659;
    }

.theme-teal #MainContent_search_button {
    background-color: #0e7369 !important;
}

.theme-teal .searchCriteria {
    color: #2c3e50 !important;
}

.theme-teal .searchnav li a {
    background-color: #0e7369 !important;
}

.theme-teal .CustomAdvanced {
    background: #11766c;
}




/* Light Blue Theme */
.theme-light-blue .btn-success, .theme-light-blue #sidebar > ul > li.active > a, .theme-light-blue #sidebar > ul > li > a:hover, .theme-light-blue #sidebar > ul > li:hover > a, .theme-light-blue #sidebar > ul > li > ul.sub > li > a:hover, .theme-light-blue #sidebar > ul > li > ul.sub > li.active > a, body.theme-light-blue #tbConfiguration th, .theme-light-blue input[type="submit"].btn-blue, .theme-light-blue .skipped_questions_list a:hover, .theme-light-blue .CustomAdvanced:hover, .theme-light-blue .btn-primary, .theme-light-blue #sidebar > ul > li.active > a, .theme-light-blue #sidebar > ul > li > a:hover, .theme-light-blue #sidebar > ul > li:hover > a, .theme-light-blue .btn-edit, .theme-light-blue #divexportbuttons, .theme-light-blue .sidebar-toggle-box, .theme-light-blue .searchnav li a:hover, .theme-light-blue .chzn-container .chzn-results .highlighted, .theme-light-blue .ui-widget-header, .theme-light-blue button.btn, .theme-light-blue .card.hovercard .cardheader, .theme-light-blue .summary-sec-heading {
    background-color: #03a9f4 !important;
}

.theme-light-blue #header.navbar-inverse .navbar-inner {
    background: #03a9f4;
}

.theme-light-blue .dropdown-menu li > a:hover, .theme-light-blue .dropdown-menu .active > a, .theme-light-blue .dropdown-menu .active > a:hover {
    border-right: 3px solid #03a9f4;
}

.theme-light-blue .skipped_questions_list a:hover {
    border-color: #03a9f4;
}

.theme-light-blue .widget-title span.tools > a, .theme-light-blue .breadcrumdata, .theme-light-blue .widget-title > h4 {
    color: #03a9f4 !important;
}

.theme-light-blue .btn-primary:hover, .theme-light-blue .btn-primary:focus, .theme-light-blue .btn-primary:active, .theme-light-blue .btn-primary.active, .theme-light-blue .btn-primary.disabled, .theme-light-blue .btn-primary[disabled], .theme-light-blue .btn-group.open .btn-primary.dropdown-toggle, .theme-light-blue .btn-success:hover, .theme-light-blue .btn-success:active, .theme-light-blue .btn-success.active, .theme-light-blue .btn-success.disabled, .theme-light-blue .btn-success[disabled], .theme-light-blue .btn-group.open .btn-success.dropdown-toggle, .theme-light-blue .btn-edit:hover, .theme-light-blue .btn-edit:focus, .theme-light-blue .btn-edit:active, .theme-light-blue .btn-group > .btn:hover, .theme-light-blue button.btn:active:focus, .theme-light-blue button.btn.active:focus, .theme-light-blue .header {
    background: #0592d2 !important;
}

.theme-light-blue .ui-jqgrid-htable .ui-state-default, .theme-light-blue .table-advance thead tr th, .theme-light-blue .table th, .theme-light-blue .searchnav, .theme-light-blue #sidebar > ul > li, .theme-light-blue #sidebar > ul > li > a, .theme-light-blue #sidebar, body.theme-light-blue {
    background: #2a323c !important;
}

    .theme-light-blue #sidebar > ul > li a i, .theme-light-blue #sidebar > ul > li > ul.sub > li > a, .theme-light-blue #sidebar > ul > li > a > span {
        color: #e9f1f4 !important;
    }

    .theme-light-blue #sidebar > ul > li, .theme-light-blue #sidebar > ul > li > ul.sub > li {
        border-color: #2e3641;
    }


.theme-light-blue #MainContent_search_button {
    background-color: #0592d2 !important;
}

.theme-light-blue .searchCriteria {
    color: #2c3e50 !important;
}

.theme-light-blue .searchnav li a {
    background-color: #0592d2 !important;
}

.theme-light-blue .CustomAdvanced {
    background: #0091d2;
}


/* Grey */
.theme-grey .btn-success, .theme-grey #sidebar > ul > li.active > a, .theme-grey #sidebar > ul > li > a:hover, .theme-grey #sidebar > ul > li:hover > a, .theme-grey #sidebar > ul > li > ul.sub > li > a:hover, .theme-grey #sidebar > ul > li > ul.sub > li.active > a, body.theme-grey #tbConfiguration th, .theme-grey input[type="submit"].btn-blue, .theme-grey .skipped_questions_list a:hover, .theme-grey .CustomAdvanced:hover, .theme-grey .btn-primary, .theme-grey #sidebar > ul > li.active > a, .theme-grey #sidebar > ul > li > a:hover, .theme-grey #sidebar > ul > li:hover > a, .theme-grey .btn-edit, .theme-grey #divexportbuttons, .theme-grey .sidebar-toggle-box, .theme-grey .searchnav li a:hover, .theme-grey .chzn-container .chzn-results .highlighted, .theme-grey .ui-widget-header, .theme-grey button.btn, .theme-grey .card.hovercard .cardheader, .theme-grey .summary-sec-heading {
    background-color: #607d8b !important;
}

.theme-grey #header.navbar-inverse .navbar-inner {
    background: #607d8b;
}

.theme-grey .dropdown-menu li > a:hover, .theme-grey .dropdown-menu .active > a, .theme-grey .dropdown-menu .active > a:hover {
    border-right: 3px solid #607d8b;
}

.theme-grey .skipped_questions_list a:hover {
    border-color: #607d8b;
}

.theme-grey .widget-title span.tools > a, .theme-grey .breadcrumdata, .theme-grey .widget-title > h4 {
    color: #607d8b !important;
}

.theme-grey .btn-primary:hover, .theme-grey .btn-primary:focus, .theme-grey .btn-primary:active, .theme-grey .btn-primary.active, .theme-grey .btn-primary.disabled, .theme-grey .btn-primary[disabled], .theme-grey .btn-group.open .btn-primary.dropdown-toggle, .theme-grey .btn-success:hover, .theme-grey .btn-success:active, .theme-grey .btn-success.active, .theme-grey .btn-success.disabled, .theme-grey .btn-success[disabled], .theme-grey .btn-group.open .btn-success.dropdown-toggle, .theme-grey .btn-edit:hover, .theme-grey .btn-edit:focus, .theme-grey .btn-edit:active, .theme-grey .btn-group > .btn:hover, .theme-grey button.btn:active:focus, .theme-grey button.btn.active:focus, .theme-grey .header {
    background: #607d8b !important;
}

.theme-grey .ui-jqgrid-htable .ui-state-default, .theme-grey .table-advance thead tr th, .theme-grey .table th, .theme-grey .searchnav, body.theme-grey {
    background: #2c3e50 !important;
}

.theme-grey #MainContent_search_button {
    background-color: #4c6c7b !important;
}

.theme-grey .searchCriteria {
    color: #607d8b !important;
}

.theme-grey .searchnav li a {
    background-color: #4c6c7b !important;
}

.theme-grey .CustomAdvanced {
    background: #4c6c7b;
}



/* Brown */
.theme-brown .btn-success, .theme-brown #sidebar > ul > li.active > a, .theme-brown #sidebar > ul > li > a:hover, .theme-brown #sidebar > ul > li:hover > a, .theme-brown #sidebar > ul > li > ul.sub > li > a:hover, .theme-brown #sidebar > ul > li > ul.sub > li.active > a, body.theme-brown #tbConfiguration th, .theme-brown input[type="submit"].btn-blue, .theme-brown .skipped_questions_list a:hover, .theme-brown .CustomAdvanced:hover, .theme-brown .btn-primary, .theme-brown #sidebar > ul > li.active > a, .theme-brown #sidebar > ul > li > a:hover, .theme-brown #sidebar > ul > li:hover > a, .theme-brown .btn-edit, .theme-brown #divexportbuttons, .theme-brown .sidebar-toggle-box, .theme-brown .searchnav li a:hover, .theme-brown .chzn-container .chzn-results .highlighted, .theme-brown .ui-widget-header, .theme-brown button.btn, .theme-brown .card.hovercard .cardheader, .theme-brown .summary-sec-heading {
    background-color: #795548 !important;
}

.theme-brown #header.navbar-inverse .navbar-inner {
    background: #795548;
}

.theme-brown .dropdown-menu li > a:hover, .theme-brown .dropdown-menu .active > a, .theme-brown .dropdown-menu .active > a:hover {
    border-right: 3px solid #795548;
}

.theme-brown .skipped_questions_list a:hover {
    border-color: #795548;
}

.theme-brown .widget-title span.tools > a, .theme-brown .breadcrumdata, .theme-brown .widget-title > h4 {
    color: #795548 !important;
}

.theme-brown .btn-primary:hover, .theme-brown .btn-primary:focus, .theme-brown .btn-primary:active, .theme-brown .btn-primary.active, .theme-brown .btn-primary.disabled, .theme-brown .btn-primary[disabled], .theme-brown .btn-group.open .btn-primary.dropdown-toggle, .theme-brown .btn-success:hover, .theme-brown .btn-success:active, .theme-brown .btn-success.active, .theme-brown .btn-success.disabled, .theme-brown .btn-success[disabled], .theme-brown .btn-group.open .btn-success.dropdown-toggle, .theme-brown .btn-edit:hover, .theme-brown .btn-edit:focus, .theme-brown .btn-edit:active, .theme-brown .btn-group > .btn:hover, .theme-brown button.btn:active:focus, .theme-brown button.btn.active:focus, .theme-brown .header {
    background: #795548 !important;
}

.theme-brown .ui-jqgrid-htable .ui-state-default, .theme-brown .table-advance thead tr th, .theme-brown .table th, .theme-brown .searchnav {
    background: #2c3e50 !important;
}

.theme-brown #MainContent_search_button {
    background-color: #795548 !important;
}

.theme-brown .searchCriteria {
    color: #795548 !important;
}

.theme-brown .searchnav li a {
    background-color: #643f31 !important;
}

.theme-brown .CustomAdvanced {
    background: #643f31;
}

/* Deep Purple */
.theme-deep-purple .btn-success, .theme-deep-purple #sidebar > ul > li.active > a, .theme-deep-purple #sidebar > ul > li > a:hover, .theme-deep-purple #sidebar > ul > li:hover > a, .theme-deep-purple #sidebar > ul > li > ul.sub > li > a:hover, .theme-deep-purple #sidebar > ul > li > ul.sub > li.active > a, body.theme-deep-purple #tbConfiguration th, .theme-deep-purple input[type="submit"].btn-blue, .theme-deep-purple .skipped_questions_list a:hover, .theme-deep-purple .CustomAdvanced:hover, .theme-deep-purple .btn-primary, .theme-deep-purple #sidebar > ul > li.active > a, .theme-deep-purple #sidebar > ul > li > a:hover, .theme-deep-purple #sidebar > ul > li:hover > a, .theme-deep-purple .btn-edit, .theme-deep-purple #divexportbuttons, .theme-deep-purple .sidebar-toggle-box, .theme-deep-purple .searchnav li a:hover, .theme-deep-purple .chzn-container .chzn-results .highlighted, .theme-deep-purple .ui-widget-header, .theme-deep-purple button.btn, .theme-deep-purple .card.hovercard .cardheader, .theme-deep-purple .summary-sec-heading {
    background-color: #605ca8 !important;
}

.theme-deep-purple #header.navbar-inverse .navbar-inner {
    background: #605ca8;
}

.theme-deep-purple .dropdown-menu li > a:hover, .theme-deep-purple .dropdown-menu .active > a, .theme-deep-purple .dropdown-menu .active > a:hover {
    border-right: 3px solid #605ca8;
}

.theme-deep-purple .skipped_questions_list a:hover {
    border-color: #605ca8;
}

.theme-deep-purple .widget-title span.tools > a, .theme-deep-purple .breadcrumdata, .theme-deep-purple .widget-title > h4 {
    color: #605ca8 !important;
}

.theme-deep-purple .btn-primary:hover, .theme-deep-purple .btn-primary:focus, .theme-deep-purple .btn-primary:active, .theme-deep-purple .btn-primary.active, .theme-deep-purple .btn-primary.disabled, .theme-deep-purple .btn-primary[disabled], .theme-deep-purple .btn-group.open .btn-primary.dropdown-toggle, .theme-deep-purple .btn-success:hover, .theme-deep-purple .btn-success:active, .theme-deep-purple .btn-success.active, .theme-deep-purple .btn-success.disabled, .theme-deep-purple .btn-success[disabled], .theme-deep-purple .btn-group.open .btn-success.dropdown-toggle, .theme-deep-purple .btn-edit:hover, .theme-deep-purple .btn-edit:focus, .theme-deep-purple .btn-edit:active, .theme-deep-purple .btn-group > .btn:hover, .theme-deep-purple button.btn:active:focus, .theme-deep-purple button.btn.active:focus, .theme-deep-purple .header {
    background: #605ca8 !important;
}

.theme-deep-purple .ui-jqgrid-htable .ui-state-default, .theme-deep-purple .table-advance thead tr th, .theme-deep-purple .table th, .theme-deep-purple .searchnav {
    background: #2c3e50 !important;
}

.theme-deep-purple #MainContent_search_button {
    background-color: #562aa4 !important;
}

.theme-deep-purple .searchCriteria {
    color: #562aa4 !important;
}

.theme-deep-purple .searchnav li a {
    background-color: #562aa4 !important;
}

.theme-deep-purple .CustomAdvanced {
    background: #562aa4;
}

/* Theme Style End Here */

button.btn.btn-popuplink {
    background: #fff !important;
    color: #325689 !important;
    text-decoration: underline;
    padding-bottom: 10px;
}

.multiselect.dropdown-toggle.btn.btn-default, .multiselect.dropdown-toggle.btn.btn-default:hover {
    background-color: transparent !important;
}

button.btn.btn-danger {
    background: #dc5d3a !important;
}

.theme-list li.theme-apply_btn {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.sms_setup_details {
    background: #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 0 0.5em 0.5em 0.5em !important;
    margin: 0 0 0.2em 0 !important;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 5px;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

legend.scheduler-border label {
    font-weight: bold;
    color: #325689;
    font-size: 15px;
    padding-left: 2px;
}

.sms_label {
    color: #4a8bc2;
}

@-moz-document url-prefix() {
    .multiselect .caret {
        margin-top: -11px;
    }
}

.table_space_remove table {
    margin: 0;
    width: auto;
}

.btn-excel {
    background: none;
    border: none;
    padding: 3px 20px;
    color: #333;
    width: 100%;
    text-align: left;
}

    .btn-excel:hover {
        border-right: 3px solid #5579AB;
        background-color: #EEEEEE;
    }

.permissions_grid {
    /*max-height: 400px;
    overflow-y: scroll;*/
}

.permissions_head {
    /*padding-right: 16px;
    background: #426597;*/
}

    .permissions_head .table {
        border: none;
    }

.application_dropdown {
    width: 70%;
    margin-right: 10px;
    display: inline-block;
}

.fee_details {
    border: 1px solid #5579ab;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-bold {
    font-weight: bold;
}

.position_relative {
    position: relative;
}

.custom_dropdown {
    min-width: auto;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .permissions_head {
        padding-right: 17px;
    }
}

@supports (-ms-ime-align:auto) {
    .permissions_head {
        padding-right: 13px;
    }
}

.btn-text-small {
    font-size: 13px;
    padding: 2px 5px;
    margin-right: 5px !important;
    width: 48%;
}

body .btn-danger-hover:hover {
    background: #b03f13 !important;
}

.approve_reject_min_width {
    min-width: 111px;
}

.student_scroll {
    max-height: 326px;
    overflow-y: auto;
}
/*.margin-top-9 {
    margin-top: 9px !important;
}*/
body .k-grid td, body .k-grid-header th.k-header > .k-link {
    max-width: 90%;
    word-wrap: break-word;
    padding: 2px 6px;
    line-height: normal;
}

body .k-grid-header th.k-header {
    vertical-align: top;
}

body .k-filter-row th, .k-grid-header th.k-header {
    padding-top: 0;
    padding-bottom: 0;
}

body .k-grid-header th.k-header > .k-link {
    line-height: 13px;
    padding: 0;
}

body .k-grid-header th.k-with-icon .k-link {
    margin-right: 0;
}

body .k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    margin-top: -.6em;
    padding: 0 .2em 0 0;
}

body .k-grid {
    font-size: 13px;
    color: #333 !important;
}

body .k-grid-content .k-state-selected {
    background: #ffffff;
    color: #333 !important;
}

body .page-template {
    font-family: "calibri ", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body .k-grid td.k-state-selected:hover, body .k-grid tr.k-state-selected:hover {
    background-color: #7ad2f7;
}

body .page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #888;
    background-color: transparent !important;
    /*margin-bottom: 100px;*/
}

body .page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
}

body .page-template .watermark {
    font-weight: bold;
    font-size: 400%;
    text-align: center;
    margin-top: 15%;
    color: #ff0000;
    -ms-opacity: 0.2;
    opacity: 0.2;
    transform: rotate(-35deg) scale(1.7, 1.5);
}

/*PDF Icon remove*/
body .k-pdf-export .k-grid-header th.k-header .k-icon {
    display: none;
}


body .k-grid-header .k-header {
    background: #5579ab;
    font-weight: bold;
}

body .k-grid .k-grid-header .k-header .k-link {
    color: white;
    font-weight: bold;
}

body .k-grid .k-grouping-header {
    background-color: #339985;
}

body .k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

body .k-grid .k-grid-header .k-header {
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 6px;
    vertical-align: middle;
}

body div.k-grid-content {
    overflow-y: auto !important;
}

body div.k-grid-header {
    padding-right: 0 !important;
    font-size: 13px;
}


/* Live Chat */
.live_chat {
    position: fixed;
    bottom: 35px;
    right: 20px;
    box-sizing: border-box;
    z-index: 1000;
}

    .live_chat * {
        box-sizing: border-box;
    }

.chat_link {
    float: right;
}

    .chat_link a {
        background: #2f75be;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
    }

        .chat_link a:hover, .chat_link a.active {
            background: #e9652a;
        }

        .chat_link a span {
            background: url("../../Images/chat_icon.png") no-repeat;
            width: 28px;
            height: 25px;
            display: inline-block;
            margin-left: 6px;
            margin-top: 8px;
        }

        .chat_link a.active span {
            background: url("../../Images/chat_close.png") no-repeat;
            width: 28px;
            height: 25px;
            margin-left: 5px;
        }

.live_chat_details {
    z-index: 2147483000;
    width: 370px;
    min-height: 250px;
    max-height: 590px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.each_user {
    padding: 5px 15px;
    position: relative;
}

.profile_pic {
    position: absolute;
    top: 6px;
}

.profile_time {
    position: absolute;
    right: 5px;
    top: -8px;
    color: #667486;
    font-size: 11px;
}

.img-round {
    border-radius: 50%;
}

.chat-active-green {
    position: absolute;
    z-index: 1000;
    right: -1px;
    top: 15px;
}

.chart_des {
    background: #cfe9f4;
    padding: 5px 15px;
    color: #000;
    margin-left: 50px;
    border-radius: 4px;
    line-height: normal;
    margin-right: 50px;
    margin-top: 2px;
    margin-bottom: 4px;
}

/*.chart_des:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid  #eaf1f7;
    content: "";
    position: absolute;
    margin-left: -23px;
    margin-top: 8px;
    right: 57px;
    margin-left: 0;
    top: 5px;
}*/

.chat_name {
    padding: 4px 15px 2px;
    margin-left: 18px;
    color: #2f75be;
    line-height: normal;
    font-weight: bold;
    font-size: 16px;
    max-width: 59%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.contact_individual {
    position: absolute;
    right: 40px;
    top: 7px;
}

    .contact_individual a {
        font-size: 16px;
        background: #e9652a;
        color: #fff;
        padding: 7px 12px 8px;
    }

        .contact_individual a:hover, .contact_individual a.active {
            background: #607c8a;
            color: #fff;
            text-decoration: none;
        }

        .contact_individual a:focus {
            text-decoration: none;
        }
/*.chart_des:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #eaf1f7;
    content: "";
    position: absolute;
    margin-left: -23px;
    margin-top: 8px;
}*/
.current_user {
    margin-left: 80px;
    background: #eaf1f7;
}

    .current_user:before {
        border-right: none;
    }
/*.current_user:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid  #eaf1f7;
    content: "";
    position: absolute;
    margin-left: -23px;
    margin-top: 8px;
    right: 57px;
    margin-left: 0;
    top: 5px;
}*/
.chat_details {
    height: 250px;
    overflow-y: auto;
    padding-top: 15px;
}

.chat_search {
    background: #e2eaf2;
    position: relative;
}

.chat_textarea textarea {
    width: 100%;
    border: none;
    resize: none;
    height: 50px;
    font-size: 15px;
    border-radius: 0;
    padding: 15px;
    background: transparent;
}

.chat_textarea {
    margin-right: 50px;
}

.chat_submit {
    background: url(../Images/chart_send.png) no-repeat;
    width: 21px;
    height: 19px;
    border: none;
    position: absolute;
    right: 13px;
    top: 16px;
}

.chat_group_message {
}

.chat_submit:focus {
    outline: none;
}

.live_chat_details {
    display: none;
}

.chat-group-details {
    background: navajowhite;
    clear: both;
}

.group-title {
    font-weight: bold;
    padding-left: 94px;
    margin-bottom: -5px;
    color: #2f75be;
    font-size: 13px;
}

.group-list, .contact-list {
    background: #1f8ceb;
    color: #fff;
    max-height: 150px;
    overflow-y: auto;
}

.contact-list {
    background: #ebebeb;
    color: #325689;
}

    .contact-list .chat_group_name {
        padding-left: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 96%;
    }

.contact-list {
    display: none;
}

.clear_both {
    clear: both;
}

.group-toogle {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 14px;
}

.group-list .each_user, .contact-list .each_user {
    float: left;
    width: 50%;
    margin-bottom: 0;
    min-height: 34px;
    cursor: pointer;
    padding-top: 3px;
    position: relative;
}

    .group-list .each_user:hover {
        background: #127bd7;
    }

    .contact-list .each_user:hover {
        background: #ddd;
    }

.profile_pic > img {
    width: 25px;
}

.group-list .each_user.active, .contact-list .each_user.active {
    background: #127bd7;
    cursor: auto;
}

.group-toogle a {
    color: #6998d4;
}

    .group-toogle a:hover, .group-toogle a:focus {
        text-decoration: none;
    }

.chat_group_name {
    padding-left: 30px;
    padding-top: 4px;
    font-weight: bold;
}

.chat_count {
    position: absolute;
    background: #ff8c00;
    padding: 1px 3px;
    border-radius: 5px;
    color: #fff;
    right: 5px;
    top: 10px;
    text-align: center;
    min-width: 18px;
    font-size: 11px;
    line-height: normal;
}

.table-border-bottom {
    border-bottom: 1px solid #e3eaf4 !important;
}

.table-border-right {
    border-right: 1px solid #e3eaf4 !important;
}

.ui-jqgrid .ui-pg-table {
    border-collapse: initial;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.contacts_notavaiable {
    position: absolute;
    top: 35%;
    left: 26%;
    background: #343434;
    color: #fff;
    text-align: center;
    max-width: 150px;
    margin: 5% auto;
    padding: 5px 10px;
    border-radius: 4px;
}

.no-pad-left {
    padding-left: 0 !important;
}

.chart_min_height {
    min-height: 234px;
}

.arrowdown_chart.active .icon-arrow-down:before {
    content: "\f063";
    transform: rotate(180deg);
}

.padding-left-15 {
    padding-left: 15px !important;
}

.border_box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.organization_search {
    background: #f4f4f4;
    margin-bottom: 7px;
    text-align: left;
    border: 1px solid #dddddd;
    border-bottom-width: 2px;
}

.id_card_main {
    overflow: hidden;
    box-sizing: border-box;
}

    .id_card_main * {
        box-sizing: border-box;
    }

.id_card_each {
    float: left;
    width: 32.95%;
    height: 205px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

.id_card_each_dayscholar {
    float: left;
    width: 21%;
    height: 330px;
    border: 3px solid #ee4131;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    background: #cc0000;
    color: #fff;
}

.id_card_each_semires {
    float: left;
    width: 21%;
    height: 330px;
    border: 3px solid #ee4131;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    background: #0000ff;
    color: #fff;
}

.id_card_each_Allstudents {
    float: left;
    width: 21%;
    height: 330px;
    border: 3px solid #ee4131;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    background: #fff;
    color: #293182;
}


.id_card_each_lunch {
    border: 3px solid #d98c26;
    background: #eeb132;
}

.id_card_logo {
    width: 45px;
    float: left;
    margin-right: 5px;
}

.id_school_title {
    margin: 0;
}

.id_student_profile_main {
    overflow: hidden;
}

.id_student_image {
    max-width: 63px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.id_student_image_dayscholar {
    max-width: 63px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    max-width: 90px;
}

.id_student_details {
    float: left;
}

    .id_student_details p {
        margin-bottom: 4px;
        line-height: normal;
    }

.id_card_each address {
    text-align: center;
    background: #dadada;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.principal_sig {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.principal_sig_dayscholar {
    position: absolute;
    right: 10px;
    bottom: 40px;
}

.addr_dayscholar {
    position: absolute;
    left: 10px;
    bottom: -3px;
    width: 70%;
}

.principal_sig img {
    width: 70px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.id_card_header {
    background: #4c9efb;
    color: #fff;
    margin: -10px -10px 8px;
    padding: 5px 10px 10px;
}

.id_card_header_dayScholar {
    margin: -10px -10px 8px;
    padding: 5px 5px 5px;
}

.id_card_background_logo {
    position: absolute;
    opacity: 0.2;
    bottom: 20px;
    width: 120px;
    right: 0;
}

.id_card_each_dayscholar .imgdayscholar {
    height: 80px;
    width: 80px;
    display: block;
    margin: auto;
}

.id_card_each_semires .imgdayscholar {
    height: 80px;
    width: 80px;
    display: block;
    margin: auto;
}

.id_card_each_Allstudents .imgallstudent {
    height: 70px;
    width: 70px;
    display: block;
    margin: auto;
}

.student_name_fullname {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: normal;
}

.student_id_number {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
}

.addr_dayscholar, .principal_sig_dayscholar {
    line-height: normal;
    font-size: 11px;
}

    .principal_sig_dayscholar img {
        width: 70px;
        position: absolute;
        bottom: 6px;
        right: 0;
    }

@media print {
    .id_card_each_dayscholar {
        background-color: #cc0000 !important;
        -webkit-print-color-adjust: exact;
    }

    .id_card_each_semires {
        background-color: #0000ff !important;
        -webkit-print-color-adjust: exact;
    }

    .id_card_each_lunch {
        border: 3px solid #d98c26;
        background-color: #eeb132 !important;
        -webkit-print-color-adjust: exact;
    }

    .id_card_each_dayscholar * {
        color: white !important;
        -webkit-print-color-adjust: exact;
    }

    .id_card_each_dayscholar p {
        color: white !important;
        -webkit-print-color-adjust: exact;
    }

    .id_card_each_dayscholar, .id_card_each_Allstudents {
        height: 326px;
        width: 205px;
        page-break-inside: avoid;
        margin: 15px;
    }

    .id_card_each {
        width: 326px;
        height: 205px;
        page-break-inside: avoid;
        margin: 15px;
    }

    .id_card_header {
        background-color: #4c9efb !important;
        -webkit-print-color-adjust: exact;
    }

        .id_card_header * {
            color: #ffffff !important;
            -webkit-print-color-adjust: exact;
        }

    .id_card_each address {
        background-color: #dadada !important;
        -webkit-print-color-adjust: exact;
    }
}

@media (min-width: 980px) {
    .row-fluid [class*="span"].right_chart_list {
        margin: 0;
        float: right;
        width: 67% !important;
    }
}

.roundedOne {
    width: 17px;
    height: 17px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
}

    .roundedOne input[type=checkbox] {
        visibility: hidden;
    }

    .roundedOne label {
        width: 17px;
        height: 17px;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-radius: 50px;
    }

    .roundedOne input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

    .roundedOne label:after {
        content: '';
        width: 17px;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        background: #27ae60;
        background: radial-gradient(#b4cf88 1%, #93b55e 30%, #4a6b26 );
        opacity: 0;
        border-radius: 50px;
    }
/*Email Notification Styles*/
.email_notificaton_right .admin_title {
    margin-bottom: 5px;
}

.mail_main {
    font-size: 15px;
    border-top: 1px dotted #ccc;
    margin-top: 6px;
    color: #000;
    padding-top: 10px;
    min-height: 125px;
}

.email_notificaton_left {
    width: 30%;
    float: left;
}

.email_notification {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow-y: auto;
    max-height: 500px;
    min-height: 500px;
    position: relative;
}

    .email_notification li {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 10px 1px 60px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

.fnt-12 {
    font-size: 12px;
}

.admin_title {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.admin_subject {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.notification_seach_bar {
    background: #2f75be;
    padding: 15px 10px;
}

.notification_main {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    overflow: hidden;
    position: relative;
}

.email_notificaton_right {
    float: left;
    width: 70%;
}

.email-content {
    padding: 10px;
    font-size: 15px;
    color: #000;
}



.notification_seach_bar h4 {
    margin: 0;
    color: #fff;
    font-size: 21px;
}

.notification_seach_bar .input-group {
    width: 28%;
    position: relative;
}

.notification_seach_bar .input-group-btn {
    position: absolute;
    right: -16px;
    top: 3px;
}

    .notification_seach_bar .input-group-btn .btn {
        color: #fff;
        font-weight: bold;
    }

.title_single_letter {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    background: #EF5350 !important;
    top: 5px;
    border-radius: 10%;
    box-sizing: border-box;
    line-height: 42px;
}

.attachment_main {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

    .attachment_main img {
        position: absolute;
    }

    .attachment_main ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 20px;
    }

.attachment_date img {
    width: 15px;
}

.attachment_date {
    margin: 0;
    text-align: right;
    line-height: normal;
    font-size: 12px;
}


.attachment_main ul li {
    display: inline-block;
    padding: 0 0 0 5px;
}

    .attachment_main ul li:not(:last-child):after {
        content: ",";
        color: #ccc;
    }

.email_notificaton_right .admin_subject {
    margin-bottom: 5px;
}

.email_notification li:hover, .email_notification li.active {
    background: #ecf3ff;
    cursor: pointer;
}

.to_list {
    word-wrap: break-word;
    max-height: 57px;
    overflow-y: auto;
    font-size: 13px;
    line-height: normal;
}

.to_left {
    float: left;
    width: 23px;
}

.roundedOne input[disabled=disabled] + label {
    background: rgba(225, 225, 225, 0.6);
}

input[type="file"] {
    height: auto;
}

.student_profile_page .student_profile {
    text-align: center;
}

.student_profile_img {
    position: relative;
    width: 100px;
    margin: auto;
}

.student_main_profile_img {
    width: 49px;
}

.student_profile_page .student_profile img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d0cece;
}

.student_profile_page .student_profile i {
    position: absolute;
    right: 0;
    top: 25px;
    height: 14px;
    width: 14px;
    background-color: green;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    padding: 0;
}

.student_profile_page .student_profile ul {
    margin: 16px auto;
    position: initial;
    list-style: none;
    font-size: 16px;
}

    .student_profile_page .student_profile ul h3 {
        color: #5579AB;
    }

.student_profile_page .nav {
    margin-bottom: 10px;
}

.student_profile_page #Tab_pane_1 img {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #d0cece;
}

.student_profile_page #Tab_pane_1 ul {
    margin: 16px auto;
    list-style: none;
    font-size: 16px;
}

.student_profile_page .owl-carousel .item {
    max-width: 90%;
    margin: auto;
}

.owl-stage .owl-item:not(:last-child) .item {
    border-right: 1px solid #eaeaea;
}

.student_profile_page .nav-tabs li a {
    font-size: 20px;
    color: #fff;
    margin-right: 1px;
    border-radius: 0;
    display: inline-block;
    padding-bottom: 4px;
}

.student_profile_page .nav-tabs li:nth-child(1) a {
    background-color: #4ab4b9;
}

.student_profile_page .nav-tabs li:nth-child(2) a {
    background-color: #ff7a6f;
}

.student_profile_page .nav-tabs li:nth-child(3) a {
    background-color: #feb43e;
}

.student_profile_page .nav-tabs li:nth-child(4) a {
    background-color: #7dc34a;
}

.student_profile_page .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #fff !important;
}

.student_profile_page .nav-tabs > li:nth-child(1).active > a {
    color: #4ab4b9;
    border-top: 4px solid #4ab4b9;
}

.student_profile_page .nav-tabs > li:nth-child(2).active > a {
    color: #ff7a6f;
    border-top: 4px solid #ff7a6f;
}

.student_profile_page .nav-tabs > li:nth-child(3).active > a {
    color: #feb43e;
    border-top: 4px solid #feb43e;
}

.student_profile_page .nav-tabs > li:nth-child(4).active > a {
    color: #7dc34a;
    border-top: 4px solid #7dc34a;
}


.student_profile_icon {
    width: 24px;
    height: 24px;
    background: url("../Images/sprite-icons-2.png") no-repeat;
    margin: 0px auto 2px;
    display: inline-block;
    vertical-align: top;
}

.std_icon_user {
    background-position: -127px -15px;
}

.active .std_icon_user {
    background-position: -270px -16px;
}

.std_icon_calender {
    background-position: -94px -15px;
}

.active .std_icon_calender {
    background-position: -235px -16px;
}

.std_icon_sheet {
    background-position: -53px -13px;
}

.active .std_icon_sheet {
    background-position: -197px -14px;
}

.std_icon_walet {
    background-position: -14px -14px;
}

.active .std_icon_walet {
    background-position: -159px -15px;
}

#Tab_pane_2 ul {
    list-style: none;
    height: 350px;
    overflow-y: auto;
    margin-left: 10px;
}

    #Tab_pane_2 ul li {
        overflow: hidden;
        margin-bottom: 6px;
        padding: 5px 0;
        border: 1px solid #ddd;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    }

        #Tab_pane_2 ul li div {
            float: left;
            margin-left: 10px;
            vertical-align: middle;
        }

            #Tab_pane_2 ul li div span {
                display: block;
            }

            #Tab_pane_2 ul li div i {
                font-size: 30px;
                color: #b8e0fd;
                margin-left: 20px;
                padding-top: 12px;
            }

#Tab_pane_2 .icon_calendar {
    height: 32px;
    width: 49px;
    background: url("../Images/sprite-icons-2.png") no-repeat;
    display: inline-block;
    background-position: -3px -43px;
    padding: 24px 0 0 0;
    text-align: center;
    font-size: 20px;
    margin-right: 30px;
}

.std_present_count {
    margin-top: 10px;
    text-align: center;
    background-color: #7dc34a;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

    .std_present_count span {
        padding: 7px 0 0 0;
    }

.std_present_count_label {
    color: #7DC34A;
    font-weight: bold;
    font-size: 10px;
    margin-top: 4px;
}

.std_absent_count {
    margin-top: 10px;
    text-align: center;
    background-color: red;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

    .std_absent_count span {
        padding: 7px 0 0 0;
    }

.std_absent_count_label {
    color: red;
    font-weight: bold;
    font-size: 10px;
    margin-top: 4px;
}

.owl-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40%;
    font-size: 20px;
    left: 20px;
    display: block !IMPORTANT;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    text-align: center;
}

.owl-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40%;
    font-size: 20px;
    right: 25px;
    display: block !IMPORTANT;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    text-align: center;
}

@media screen and (max-width:992px) {
    .student_profile_icon {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .nav-tabs > li, .nav-pills > li {
        float: none;
    }

    .student_profile_page .nav-tabs li a {
        display: block;
    }

    .owl-stage .owl-item:not(:last-child) .item {
        border: none;
    }
}

.AdmissionParentoccup {
    background-position: -87px -258px;
    width: 30px;
}

.EnquiryParentoccup {
    background-position: -130px -258px;
    width: 30px;
}

.StudentLocation {
    background-position: -168px -258px;
    width: 30px;
}

.feed_messages_container {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    width: 340px;
    box-shadow: -2px 0px 11px 2px rgba(0,0,0,0.3);
    padding: 20px;
    min-height: calc(100vh - 105px);
    height: 100%;
    overflow-y: scroll;
}

.feed_message {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.feed_icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 50%;
}

    .feed_icon div {
        padding-top: 7px;
    }

.feed_message:nth-child(5n+1) > .feed_icon {
    background-color: #8AC447;
}

.feed_message:nth-child(5n+2) > .feed_icon {
    background-color: #03A8F5;
}

.feed_message:nth-child(5n+3) > .feed_icon {
    background-color: #EA1E63;
}

.feed_message:nth-child(5n+4) > .feed_icon {
    background-color: #607D8B;
}

.feed_message:nth-child(5n+5) > .feed_icon {
    background-color: #795547;
}

.feed_messages_search {
    border: 1px solid #dadada;
    border-radius: 30px;
    margin-bottom: 20px;
}

    .feed_messages_search .input-append input {
        display: inline-block !important;
        background: transparent;
        border: none;
    }

    .feed_messages_search .btn {
        display: inline-block;
        margin-left: -19px !important;
        background: transparent !important;
        opacity: 0.85;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }

        .feed_messages_search .btn:hover {
            margin-right: 2px;
        }

.feed_messages_adv_search {
    float: right;
    font-size: 14px;
    line-height: 27px;
}

    .feed_messages_adv_search input[type="submit"] {
        background: transparent;
        border: none;
        font-size: 14px;
        color: #4a8bc2;
    }

    .feed_messages_adv_search input[type="button"] {
        background: transparent;
        border: none;
        font-size: 14px;
        color: #4a8bc2;
    }

.feed_export_btn button {
    background-color: #5F7D88;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    border: none;
}

.feed_data {
    margin-left: 45px;
}

    .feed_data > span {
        font-size: 1.2rem;
    }

    .feed_data > p {
        line-height: 15px;
        margin-bottom: 5px;
    }

    .feed_data .feed_stats {
        text-align: right;
    }

.feed_activity_icon {
    width: 18px;
    height: 18px;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}

    .feed_activity_icon i {
        padding: 3px;
    }

    .feed_activity_icon.icn_success {
        background-color: #2ECB70;
    }

    .feed_activity_icon.icn_danger {
        background-color: red;
    }

    .feed_activity_icon.icn_info {
        background-color: yellow;
    }


.feed_data .feed_date, .feed_data .feed_status {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.8;
}

.feedback_sendmsg_container {
    width: 100%;
    position: relative;
    border: 1px solid #dddddd;
}

    .feedback_sendmsg_container input[type="text"] {
        border: none;
        width: 80%;
        position: absolute;
    }

.feedback_send_btn, .feedback_send_btn:hover {
    float: right;
    background: #57d58c !important;
    color: #fff;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    font-size: 19px;
    border: none;
    margin-right: 30px;
}

.feedback_attach_btn {
    position: relative;
    overflow: hidden;
}

    .feedback_attach_btn input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .feedback_attach_btn, .feedback_attach_btn:hover {
        float: right;
        background: transparent !important;
        font-size: 22px;
        color: #000;
        border: none;
        width: 35px;
        height: 28px;
        margin-top: 7px;
    }

.btn_rounded {
    padding: 8px 20px;
    color: #fff;
    border-radius: 20px !important;
    margin: 10px auto;
}

    .btn_rounded:hover, .btn_rounded:focus, .btn_rounded:active, .btn_rounded.disabled, .btn_rounded[disabled] {
        color: #fff;
        border-radius: 20px !important;
        margin-right: 0px;
    }

.btn_green {
    background-color: #8CC34B;
}

    .btn_green:hover {
        background-color: #8CC34B;
    }

.message_container {
    background-color: #f9f9f9;
    padding: 20px 0;
    margin-bottom: 20px;
}

.usr_profile img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
}

.usr_profile h4 {
    display: inline-block;
    color: #5579AB;
}

.message_icon_container i {
    font-size: 20px;
}

.replyto_chat_container {
    padding: 10px 20px;
}

.replyto_all_btn {
    float: right;
}

    .replyto_all_btn .toggleText {
        display: inline-block;
    }

.toggleText {
    font-size: 16px;
}



/****************toggle button css******************/
.toggleWrapper {
    width: 55px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

    .toggleWrapper input.mobileToggle {
        opacity: 0;
        position: absolute;
    }

        .toggleWrapper input.mobileToggle + label {
            position: relative;
            display: inline-block !important;
            user-select: none;
            -moz-transition: .4s ease;
            -o-transition: .4s ease;
            -webkit-transition: .4s ease;
            transition: .4s ease;
            -webkit-tap-highlight-color: transparent;
            height: 15px;
            width: 40px;
            border: 1px solid #e4e4e4;
            border-radius: 60px;
        }

            .toggleWrapper input.mobileToggle + label:before {
                content: "";
                position: absolute;
                display: block;
                -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
                -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
                -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
                transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
                height: 15px;
                width: 40px;
                top: 0;
                left: 0;
                border-radius: 30px;
            }

            .toggleWrapper input.mobileToggle + label:after {
                content: "";
                position: absolute;
                display: block;
                box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
                -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
                -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
                -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
                transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
                background: whitesmoke;
                height: 17px;
                width: 17px;
                top: -1px;
                left: 0px;
                border-radius: 60px;
            }

        .toggleWrapper input.mobileToggle:checked + label:before {
            background: #2ecc71;
            -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
        }

        .toggleWrapper input.mobileToggle:checked + label:after {
            left: 24px;
        }


/*******************chips styles*************/
ul.chipsWrapper {
    margin: 0;
}

.chipsWrapper li, .chipsWrapper_direct {
    display: inline-block;
    padding: 2px 25px;
    font-size: 16px;
    border-radius: 25px;
    background-color: #E3E3E3;
    margin-bottom: 10px;
    display: inline-block;
}

    .chipsWrapper input, .chipsWrapper_direct input {
        float: left;
        margin: 5px 10px 0 -13px;
        border-radius: 50%;
    }

    .chipsWrapper label, .chipsWrapper_direct label {
        font-size: 14px;
        color: #000;
    }

    .chipsWrapper small, .chipsWrapper_direct small {
        font-size: 75%;
        opacity: 0.8;
    }

.create_feed_input input[type="text"], .create_feed_input textarea {
    font-size: 16px;
    padding: 5px;
    background-color: #e3e3e3;
    border-radius: 0;
    width: 100%;
    border: none;
}

.attach_text {
    font-size: 1rem;
}

.btn_create_cancel {
    background-color: #E51C24;
    border-radius: 20px !important;
    float: right;
    color: #fff;
    padding: 5px 20px;
}

    .btn_create_cancel:hover, .btn_create_cancel:active, .btn_create_cancel:focus {
        background-color: #E51C24;
        color: #fff;
        border-radius: 20px !important;
    }

.btn_create_send {
    background-color: #8CC34B;
    border-radius: 20px !important;
    float: right;
    color: #fff;
    padding: 5px 20px;
}

    .btn_create_send:hover, .btn_create_send:active, .btn_create_send:focus {
        background-color: #8CC34B;
        color: #fff;
        border-radius: 20px !important;
    }

.history_chat_container {
    margin-top: 5px;
    padding: 10px 20px;
}

.chat_history {
    position: relative;
}

.chat_history_profile {
    border-radius: 50%;
    position: absolute;
}

    .chat_history_profile img {
        border-radius: 50%;
        height: 35px;
        width: 35px;
    }

.chat_history_data {
    margin-left: 40px;
}

    .chat_history_data h5 {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: bold;
    }

.birth_day_main {
    background: url(/images/happy_birthday.jpg);
    width: 278px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    border: 1px solid #999;
    border-bottom: none;
    height: 0;
}

.close_bd {
    position: absolute;
    top: -14px;
    right: -2px;
    color: red;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ddd;
}

    .close_bd i {
        padding: 0;
    }

.birth_day_main p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 130px;
    font-family: cursive;
}

.bd_open {
    height: 188px;
    transition: 1s;
}

.icon-list-space:before {
    padding-right: 2px;
}

.p-10 {
    padding: 10px;
}

#navlink {
    text-decoration: underline;
    color: #1c94c4;
}

.subject_links {
    background: #f5f5f5;
    margin: 10px 0 15px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.26);
}

    .subject_links a {
        display: inline-block;
        padding: 10px 12px;
        border-right: 1px solid #ddd;
        line-height: normal;
        font-size: 16px;
        color: #000;
    }

        .subject_links a:hover {
            text-decoration: none;
            color: #5579ab;
        }

        .subject_links a.active {
            color: #fff;
            background: #5579ab;
        }

.total_questions_title {
    margin-top: 0;
}

.q_legend i {
    width: 7px;
    display: inline-block;
    background: #ddd;
    height: 10px;
}

.total_questions_list a {
    display: inline-block;
    padding: 2px 0;
    background: url(../Images/not-attempted-large.png) no-repeat;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    width: 28px;
    text-align: center;
    line-height: 22px;
    height: 23px;
}

    .total_questions_list a.active {
        color: #fff;
        background: #999;
    }

.q_not_viewed i {
    background: #ddd;
}

.total_questions_list a.completed, .q_answer i {
    color: #fff;
    background: url(../Images/answered-large.png) no-repeat;
}

.total_questions_list a.skip, .q_skipped i {
    color: #fff;
    background: url(../Images/not-answered-large.png) no-repeat;
}

.total_questions_list a.current, .q_current i {
    color: #fff;
    background: #5579ab;
}

.total_questions_list a.markedasreview, .q_marked_for_review i {
    color: #fff;
    background: url(../Images/marked-for-review-large.png) no-repeat;
}

.total_questions_list a.markedEvalution, .q_marked_for_review i {
    color: #fff;
    background: url(../Images/review-evalution-large.png) no-repeat;
}

.q_legend span {
    padding-right: 10px;
    display: inline-block;
}

.q_legend {
    margin-bottom: 10px;
}

.q_subject_name {
    font-size: 17px;
    color: #5579ab;
    margin-bottom: 5px;
}

.tooltip {
    z-index: 1100;
}

.general_instructions {
    font-size: 16px;
    max-height: 420px;
    overflow-y: auto;
}

.m-b-5 {
    margin-bottom: 5px;
}

.general_instructions ol > li {
    margin-bottom: 10px;
}

.general_instructions ol {
    margin-left: 40px;
}

.general_instructions h3 {
    margin-bottom: 5px;
    line-height: normal;
    text-decoration: underline;
}

.margin-left-70-min {
    margin-left: -40px;
}

.list-ab {
    list-style-type: lower-alpha;
    margin-top: 5px;
}

    .list-ab li {
        padding-bottom: 10px;
    }

.m-tb-10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-custom {
    background: #f2f0f4;
    padding: 6px 15px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 3px;
    border: none;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:visited {
        box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
        text-decoration: none;
    }

.m-r-5 {
    margin-right: 5px;
}

.student-profile-head {
    padding: 5px 0 10px;
    font-size: 17px;
    box-shadow: 0 8px 16px 0 rgba(96,101,123,.14);
    margin-bottom: 10px;
}


.p_head {
    margin: 0;
    font-size: 20px;
    line-height: normal;
}

.student-profile-head p {
    margin: 0;
}

.chip-e {
    background: #ddd;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 13px;
}

.chep_custom {
    margin-bottom: 3px;
}

.p-r-20 {
    padding-right: 20px;
}

.contact-icon {
    line-height: normal;
}

.contact-icon {
    padding-bottom: 10px !important;
    padding-left: 25px;
}

.s-locatoin {
    background: url("../images/location-icon.png") no-repeat;
    margin-top: 5px !important;
}

.s-contact {
    background: url("../images/contact-icon.png") no-repeat;
}

.s-email {
    background: url("../images/mail-icon.png") no-repeat left 6px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.s-profile {
    margin-right: 10px;
    max-width: 80px;
}

    .s-profile > img {
        border-radius: 3px;
        box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    }

.s-price-label {
    min-width: 100px;
    text-align: right;
    padding-right: 10px;
}

.s-price-count {
    font-size: 16px;
}

    .s-price-count sub {
        bottom: 0;
        font-size: 12px;
        padding-right: 3px;
    }

.m-t-5 {
    margin-top: 5px;
}

.payment-due {
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #576dc2;
    color: #000;
    margin-top: 11px;
}

    .payment-due:hover, .payment-due:focus, .payment-due:visited {
        text-decoration: none;
    }

.material_tab > li > a {
    padding: 5px 20px;
    font-size: 20px;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer !important;
}

.material_tab {
    margin: 0;
    border: none;
}

    .material_tab > .active > a, .material_tab > .active > a:hover, .material_tab > .active > a:focus, .material_tab > li > a:hover {
        background-color: transparent !important;
        border: none;
        border-bottom: 1px solid #5579ab;
    }

    .material_tab > .active > a {
        font-weight: bold;
        color: #000;
    }

.m-l-minus-2 {
    margin-left: 2% !important;
}


.s-card {
    border: 1px solid #f2f0f4;
    margin-top: 10px;
    border-radius: 3px;
}

.s-card-title {
    margin: 0;
    color: #576dc2;
    font-size: 20px;
}

.s-card-head {
    padding: 10px;
}

.s-attendance-label {
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 10px;
    padding: 0 10px 0 0;
    color: #000;
    display: inline-block !important;
    line-height: 0.9;
}

.s-attendance-count {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.bg-green {
    background: green;
}

.bg-red {
    background: red;
}

.bg-skyblue {
    background: #576dc2;
}

.s-card-details {
    margin-top: 10px;
}

.s-user-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .s-user-list > li {
        display: flex;
        display: -ms-flexbox;
        padding: 5px 10px;
    }

        .s-user-list > li:not(:last-child) {
            border-bottom: 1px solid #f2f0f4;
        }

.guardian-img > img {
    max-width: 30px;
    height: 30px;
    border-radius: 30px;
}

.guardian-img {
    flex: 0 0 30px;
}

.guardian-rel-view {
    flex: 0 0 100px;
}

.guardian-details {
    flex: 0 0 calc(100% - 100px);
    padding: 0 10px;
}

.guardian-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.guardian-details > p {
    margin: 0;
}

.guardian-relation {
    background: #576dc2;
    border-radius: 3px;
    padding: 0 5px;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

.guardian-full {
    font-size: 14px;
    color: #1d84f9;
}

.circle-link {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 1px 8px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}

    .circle-link i {
        padding: 0;
        font-size: 14px;
    }

.justify-content {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.arrow-calender {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.attendance-c-holiday {
    font-size: 17px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 6px;
    margin: 0;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.d-inline-block {
    display: inline-block;
}

.p-relative {
    position: relative;
}

.custom-load {
    background: rgba(255,255,255, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 25%;
    text-align: center;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 8px 16px 0 rgba(96,101,123,.2);
}

.spinner-search {
    position: absolute;
    right: 10px;
    top: 21px;
    color: #999;
    font-size: 21px;
}

    .spinner-search i {
        padding: 0;
        margin: 0;
    }

.searchWrapper {
    margin-left: -27px;
    position: relative;
    max-width: 300px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
}

.s-price-count:before {
    font-size: 13px;
}

svg text, svg text tspan {
    font-family: FontAwesome;
}

i.fa-inr {
    padding-right: 0 !important;
}

.bg_stamp_print {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
}

.opacity-3 {
    opacity: 0.3;
}

.custom-danger:hover {
    background-color: #c1552b !important;
}

.width_auto {
    width: auto !important;
}

.export_dp .dropdown-menu {
    min-width: auto;
}

    .export_dp .dropdown-menu > li > a {
        padding: 3px 10px;
    }

.m-t-20 {
    margin-top: 20px;
}

.export_dp .btn.dropdown-toggle, .export_dp .btn-group.open .btn.dropdown-toggle {
    background: #5579ab !important;
}

.input_full_width {
    width: 100%;
    box-sizing: border-box;
}

.each_student {
    color: #000;
    font-weight: bold;
}
.link {
    color: #1c94c4 !important;
    text-decoration: underline;
}
@media (min-width: 980px) {
    #divmodalreturn.modal, #divModalPopup.modal {
        left: 29%;
        width: 80%;
    }
    /* sidebar */
    #sidebar {
        position: absolute;
        width: 180px;
    }

        #sidebar ul {
            margin-top: 1px !important;
            width: 100%;
        }
    /* body container */
    #main-content {
        margin-top: 0px !important;
    }

    .fixed-top #main-content {
        margin-top: 20px;
    }

    .sidebar-toggle-box {
        padding: 0 28px 0 15px;
    }
}


/* phones and tablets */
@media (max-width:979px) {
    .item-stock-details .btn-danger {
        font-size: 8px;
        padding: 2px;
        margin: 0px !important;
    }
    .item-stock-details .divtextbox input[type="text"] {
        height: 20px;
        line-height: normal;
        font-size: 8px;
        padding: 2px;
     }
    .item-stock-details .chzn-container-single .chzn-single {
        height: 14px;
        line-height: normal;
        font-size: 8px;
        padding: 2px;
    }
    .profile_details {
        width: 100%;
        padding: 0 10px;
    }

    .profile_main {
        margin: 20px -10px;
    }
    /*---lock page----*/

    .lock .lock-wrap {
        width: 95%;
    }

    .lock-wrap .single-size, .lock-wrap .double-size {
        width: 32% !important;
    }

    .double-size i {
        /*display: block;*/
    }
    /*--------*/
    /* header bar */
    #header .navbar-inner li.dropdown i {
        display: inline-block;
        position: relative;
        top: 1px;
        right: -2px;
    }

    #header.navbar {
        margin-bottom: 0px !important;
    }

    #header .navbar-search {
        margin-left: 80px !important;
    }
    /* page title*/
    .page-title {
        margin: 4px 0px 7px 0px !important;
        clear: both;
    }
    /* body */
    .fixed-top #main-content {
        margin-top: 0px;
    }
    /* container */
    #container {
        margin-top: 0px !important;
    }

    .fixed-top #container {
        margin-top: 0px !important;
    }
    /*sidebar*/
    #sidebar .sidebar-toggler {
        display: none;
    }

    #sidebar.in {
        margin-top: 9px !important;
    }

    #sidebar ul {
        margin-top: 0px !important;
        width: 100%;
    }

    .top-nav .text {
        display: none;
    }
    /* sidebar menu */
    #sidebar .triangle {
        display: none;
    }

    #sidebar {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

        #sidebar > ul > li:first-child > a {
            border-top: 0px !important;
        }

        #sidebar > ul > li:last-child > a {
            border-bottom: 0px !important;
        }

        #sidebar > ul > li:first-child > a:hover, #sidebar > ul > li.active:first-child > a {
            -webkit-border-radius: 4px 4px 0 0 !important;
            -moz-border-radius: 4px 4px 0 0 !important;
            border-radius: 4px 4px 0 0 !important;
            border-top: 0px !important;
        }

        #sidebar > ul > li:last-child > a:hover, #sidebar > ul > li.active:last-child > a {
            -webkit-border-radius: 0 0 4px 4px !important;
            -moz-border-radius: 0 0 4px 4px !important;
            border-radius: 0 0 4px 4px !important;
            border-bottom: 0px !important;
        }

        #sidebar > ul > li > a > span {
            line-height: 35px;
        }

        #sidebar > ul > li {
            margin: 0 0 1px;
        }

            #sidebar > ul > li > a {
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                text-align: left;
            }

                #sidebar > ul > li > a i {
                    display: none !important;
                }

                #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                    margin-right: 25px;
                }

            #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
                width: 100%;
            }

                #sidebar > ul > li > ul.sub > li > a {
                    background: transparent !important;
                }

                    #sidebar > ul > li > ul.sub > li > a:hover {
                        background: #4A8BC2 !important;
                    }
    /* stat overview containers */
    .stats-overview-cont {
        margin: 0px;
    }

    .stats-overview {
        margin: 0px;
        padding: 10px 10px 0px 10px;
        margin-bottom: 20px;
    }

        .stats-overview .details .title {
            font-size: 13px;
        }
    /* cirlce stats */
    .circle-stat .details {
        margin-top: 0px !important;
    }

        .circle-stat .details .title {
            margin: 0px !important;
        }
    /* style switcher */
    #theme-change {
        top: 55px;
        right: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .profile_details {
        width: 50%;
        padding: 0 10px;
    }
    /*---lock page----*/

    .lock .lock-wrap {
        /*width: 95%;*/
    }

    .lock-wrap .double-size {
        width: 38% !important;
    }

    .lock-wrap .single-size {
        width: 20% !important;
    }

    .double-size i {
        /*display: block;*/
    }
    /*--------*/

    /***
	Form wizard
	***/
    .form-wizard .step .desc {
        margin-top: 10px;
        display: inline;
    }
    /***
	Pricing tables
	***/

    .pricing-table .rate .price, .pricing-table2 .rate .price {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .metro-fix-view .metro-nav-block.long {
        height: 237px !important;
    }

    .sidebar-toggle-box {
        margin: 0;
    }

    .top-menu {
        padding: 10px 5px 5px;
    }
}

/*  tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .sidebar-toggle-box {
        display: none;
    }

    /*#header .brand {
        margin-top: 13px !important;
    }*/

    .top-nav {
        margin-top: 8px;
    }

    #header.navbar-inverse .btn-navbar {
        margin-top: 17px;
    }

    .sidebar-toggle-box .icon-reorder {
        display: none;
    }

    #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
        background: rgba(84, 181, 223, 0.2) !important;
    }
    /*---lock page----*/

    .lock .lock-wrap {
        width: 95%;
    }

    .lock-wrap .single-size, .lock-wrap .double-size {
        width: 48% !important;
    }

    .double-size i {
        /*display: block;*/
    }
    /*--------*/
    /* body */
    body {
        padding-top: 0px;
    }
    /*sidebar*/

    .sidebar-scroll {
        height: auto;
        overflow: none;
        position: absolute;
        width: 100%;
        z-index: none;
    }

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 0 1px;
    }

        #sidebar > ul > li > a {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            text-align: left;
        }

            #sidebar > ul > li > a i {
                display: none !important;
            }

            #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                margin-right: 25px;
                margin-top: -20px;
            }

        #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
            width: 100%;
        }

            #sidebar > ul > li > ul.sub > li > a {
                background: transparent !important;
            }

                #sidebar > ul > li > ul.sub > li > a:hover {
                    background: #4A8BC2 !important;
                }
    /* body container */
    #main-content {
        margin: 7px !important;
        position: none !important;
    }
    /* sidebar */
    #sidebar {
        margin: 0px 7px 10px 7px !important;
    }
        /* sidebar collabler */
        #sidebar .btn-navbar.collapsed .arrow {
            display: none;
        }

        #sidebar .btn-navbar .arrow {
            position: absolute;
            right: 35px;
            width: 0;
            height: 0;
            top: 48px;
            border-bottom: 15px solid #282e36;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
        }

    #theme-change {
        top: 70px !important;
    }

    .metro-fix-view .metro-nav-block.long {
        height: 237px !important;
    }
    /*blog*/

    .blog-side-bar.blue-box ul li a, .blog-side-bar.orange-box ul li a {
        width: 78px;
        height: 78px;
    }
    /*login page*/

    .login-wrap {
        width: 100%;
    }

        .login-wrap .double-size, .login-wrap .single-size {
            width: 48%;
        }

            .login-wrap .double-size span, .login-wrap .single-size span {
                padding: 0;
            }

            .login-wrap .double-size input {
                /*width: 90%;*/
            }

        .login-wrap .metro {
            margin: 0 5px 5px 0;
        }
    /*-------*/
    /*error page*/

    .error-wrap.error-wrap-404 {
        width: 100%;
    }

        .error-wrap.error-wrap-404 .metro.big {
            width: 98% !important;
        }

        .error-wrap.error-wrap-404 .metro {
            width: 31.8%;
        }

            .error-wrap.error-wrap-404 .metro.double {
                height: 165px !important;
                width: 98% !important;
            }

    .fc-header-title {
        margin-top: -102px !important;
    }

    .fc-button-content {
        padding: 0 !important;
    }

    #sidebar ul {
        margin-bottom: 0px !important;
    }

    .metro-nav {
        z-index: 99 !important;
    }

    .sidebar-toggle-box {
        padding: 0 16px 0 0;
    }

    .top-menu {
        padding: 3px 5px 5px;
    }
}


/* Landscape phones and down */
@media (max-width: 767px) {
    .profile_img {
        float: none;
        margin: 0 auto 10px;
    }

    #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
        background: rgba(84, 181, 223, 0.2) !important;
    }

    #main-content {
        margin: 1px !important;
    }
    /*login page*/

    .login-wrap {
        width: 100%;
    }

        .login-wrap .double-size, .login-wrap .single-size {
            width: 48%;
        }

            .login-wrap .double-size span, .login-wrap .single-size span {
                padding: 0;
            }

            .login-wrap .double-size input {
                width: 90%;
            }

        .login-wrap .metro {
            margin: 0 5px 5px 0;
        }

    .widget.green.topspace {
        margin-top: 30px;
    }

    .form-actions {
        margin-top: 0;
    }

    /*-------*/

    /*---lock page----*/

    .lock .lock-wrap {
        width: 95%;
    }

    .lock-wrap .single-size, .lock-wrap .double-size {
        width: 47% !important;
    }

    .double-size i {
        display: block;
    }
    /*----sidebar----*/
    .sidebar-scroll {
        height: auto;
        overflow: none;
        position: absolute;
        width: 97%;
        z-index: none;
    }

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 0 1px;
    }

        #sidebar > ul > li > a {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            text-align: left;
        }

            #sidebar > ul > li > a i {
                display: none !important;
            }

            #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                margin-right: 25px;
            }

        #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
            width: 100%;
        }

            #sidebar > ul > li > ul.sub > li > a {
                background: transparent !important;
            }

                #sidebar > ul > li > ul.sub > li > a:hover {
                    background: #4A8BC2 !important;
                }
    /* body */
    body {
        padding: 0px 5px 5px 5px !important;
    }

    #header .brand {
        /*margin-top: 5px !important;*/ /*padding: 22px 35px !important;*/
        padding-left: 10px;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        color: #fff !important;
    }

    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }

    #theme-change {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        top: 80px !important;
    }
    /* header */
    #header {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
        margin-left: -5px;
        margin-right: -5px;
    }

    #footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
        height: 60px !important;
    }
    /* sidebar */
    #sidebar > ul > li:first-child > a:hover, #sidebar > ul > li.active:first-child > a {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    /* sidebar */
    #sidebar .btn-navbar .arrow {
        display: none;
    }

    #sidebar {
        margin: 0px 0px 8px 0px !important;
    }

        #sidebar .navbar-search {
            width: 100% !important;
        }

        #sidebar.in {
            margin-top: 7px !important;
        }
    /* header */
    #header .top-nav .nav {
        margin-top: 0px;
        margin-right: 5px;
    }

    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .container-fluid {
        margin: 0px;
        padding: 5px;
    }
    /* main container */
    #container {
        margin-top: 0px !important;
    }
    /* body container */
    #main-content {
        margin: 0px !important;
    }
    /* style switcher */
    #theme-change {
        top: 58px;
        right: 12px;
    }

    .breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }

    #header .top-nav .nav {
        margin-left: 24px;
    }

    #header.navbar .nav > li > .dropdown-menu.notification::after {
        margin-right: 110px;
    }

    #header.navbar .nav > li > .dropdown-menu.notification {
        margin-right: -105px;
    }

    #header.navbar .nav > li > .dropdown-menu.inbox::after {
        margin-right: 85px;
    }

    #header.navbar .nav > li > .dropdown-menu.inbox {
        margin-right: -80px;
    }
    /* main container  */
    #container {
        margin-top: 1px !important;
    }

    .fixed-top #container {
        margin-top: 2px !important;
    }

    .widget-body.form .form-actions {
        padding-left: 15px;
    }
    /* gritter notification fix */
    #gritter-notice-wrapper {
        right: 1px !important;
    }

    .circle-stats {
        margin: 0px 0px !important;
    }
    /* cirlce stats */
    .circle-stat .details .title {
        margin: 10px 0px !important;
    }
    /*input error states*/
    .input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
        top: -25px;
        float: right;
        right: 10px !important;
    }
    /*table advance*/
    .table-advance tr td.highlight:first-child a {
        margin-left: 8px;
    }
    /* full calendar fix */
    .fc-header-right {
        left: 25px;
        position: absolute;
    }

    .fc-header-left .fc-button {
        margin: 0px !important;
        top: -10px !important;
    }

    .fc-header-right .fc-button {
        margin: 0px !important;
        top: -50px !important;
    }

    .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
        background: none !important;
        color: #FFFFFF !important;
    }

    .fc-state-default, .fc-state-default .fc-button-inner {
        background: none !important;
    }

    .fc-button {
        border: none !important;
        margin-right: 2px;
    }

    .fc-view {
        top: 0px !important;
    }

    .fc-button .fc-button-inner {
        margin: 0px !important;
        padding: 2px !important;
        border: none !important;
        margin-right: 2px !important;
        background-color: #fafafa !important;
        background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
        background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
        -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
        color: #646464 !important;
        border: 1px solid #ddd !important;
        text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
        text-align: center;
    }

    .fc-button.fc-state-disabled .fc-button-inner {
        color: #bcbbbb !important;
    }

    .fc-button.fc-state-active .fc-button-inner {
        background-color: #e5e4e4 !important;
        background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
        background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
    }

    .fc-content {
        margin-top: 50px;
    }

    .fc-header-title h2 {
        line-height: 40px !important;
        font-size: 12px !important;
    }

    .fc-header {
        margin-bottom: 0px !important;
    }
    /* footer */
    #footer .go-top {
        float: right;
        display: block;
        margin-top: -22px;
        margin-right: 0px;
        margin-bottom: 5px !important;
    }

    #counter {
        width: 300px !important;
    }

    .points {
        display: none;
    }

    .countDays, .countHours, .countMinutes, .countSeconds {
        margin: 10px;
    }
    /*metro*/

    .metro-nav .metro-nav-block, .metro-nav .metro-nav-block.double {
        width: 49%;
    }

        .metro-nav .metro-nav-block:last-child {
            margin-right: 1%;
        }

        .metro-nav .metro-nav-block a {
            width: 94%;
        }

    .metro-fix-view .metro-nav-block.long {
        height: 237px !important;
    }

    .error-wrap .metro {
        width: 120px;
        height: 120px;
    }

        .error-wrap .metro span {
            font-size: 60px;
            padding-top: 50px;
            display: inline-block;
        }
    /*error page*/

    .error-wrap.error-wrap-404 {
        width: 100%;
    }

        .error-wrap.error-wrap-404 .metro.big {
            width: 98% !important;
        }

        .error-wrap.error-wrap-404 .metro {
            width: 31.2%;
        }

            .error-wrap.error-wrap-404 .metro.double {
                height: 165px !important;
                width: 98% !important;
            }

    .notify-row {
        display: none !important;
    }

    #sidebar ul {
        margin-bottom: 0px !important;
    }

    .metro-nav {
        z-index: 99 !important;
    }

    .top-menu {
        padding: 3px 5px 5px;
    }
}


/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        background: #426597;
    }

    .error-wrap .metro {
        width: 165px;
        height: 165px;
    }

        .error-wrap .metro span {
            font-size: 70px;
            padding-top: 70px;
            display: inline-block;
        }

    .sidebar-scroll {
        height: auto;
        overflow: none;
        position: absolute;
        width: 97%;
        z-index: none;
    }

    #header.navbar-inverse .navbar-inner {
        height: 185px !important;
    }

    #main-content {
        margin: 1px !important;
    }
    /*login page*/

    .login-wrap {
        width: 100%;
    }

        .login-wrap .double-size, .login-wrap .single-size {
            width: 48%;
        }

            .login-wrap .double-size span, .login-wrap .single-size span {
                padding: 0;
            }

            .login-wrap .double-size input {
                width: 80%;
            }

        .login-wrap .metro {
            margin: 0 5px 5px 0;
        }
    /*-------*/

    /*---lock page----*/

    .lock .lock-wrap {
        width: 95%;
    }

    .lock-wrap .single-size, .lock-wrap .double-size {
        width: 100% !important;
    }

    .double-size i {
        display: block;
    }
    /*--------*/

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 0 1px;
    }

        #sidebar > ul > li > a {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            text-align: left;
        }

            #sidebar > ul > li > a i {
                display: none !important;
            }

            #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                margin-right: 25px;
            }

        #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
            width: 100%;
        }

            #sidebar > ul > li > ul.sub > li > a {
                background: transparent !important;
            }

                #sidebar > ul > li > ul.sub > li > a:hover {
                    background: #4A8BC2 !important;
                }

    #login .lock {
        display: none !important;
    }

    #login, #lock {
        width: 260px !important;
        margin: 50px auto 0 !important;
    }

    #counter {
        width: 300px !important;
    }

    .points {
        display: none;
    }

    .countDays, .countHours, .countMinutes, .countSeconds {
        margin: 10px;
    }

    #header .brand {
        /*margin-top: 13px !important;*/ /*padding: 22px 35px !important;*/
        margin-bottom: 20px;
        text-align: center;
    }

    .dashboard-report-li {
        float: left;
        width: 100%;
        padding: 0px !important;
    }

    #header.navbar-inverse .navbar-inner {
        height: 68px !important;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        color: #fff !important;
    }

    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
    /*metro*/

    .metro-nav .metro-nav-block, .metro-nav .metro-nav-block.double {
        width: 49%;
    }

        .metro-nav .metro-nav-block:last-child {
            margin-right: 1%;
        }

        .metro-nav .metro-nav-block a {
            width: 94%;
        }

    .metro-fix-view .metro-nav-block {
        width: 124px !important;
    }

        .metro-fix-view .metro-nav-block a {
            width: 84% !important;
        }
    /*error page*/

    .error-wrap.error-wrap-404 {
        width: 98%;
    }

        .error-wrap.error-wrap-404 .metro {
            width: 31.2%;
        }

            .error-wrap.error-wrap-404 .metro.double {
                height: 120px !important;
                width: 98% !important;
            }

    .notify-row {
        display: none !important;
    }

    #sidebar ul {
        margin-bottom: 0px !important;
    }

    .metro-nav {
        z-index: 99 !important;
    }

    #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
        background: rgba(84, 181, 223, 0.2) !important;
    }

    .navbar .nav.pull-right {
        float: left;
        margin-left: 15px;
    }

    #header .top-nav .nav {
        margin-left: 24px;
    }
}

/* Landscape phones and down */
@media (max-width: 385px) {
    .sidebar-scroll {
        height: auto;
        overflow: none;
        position: absolute;
        width: 97%;
        z-index: none;
    }

    #main-content {
        margin: 1px !important;
    }
    /*login page*/

    .login-wrap {
        width: 100%;
    }

        .login-wrap .double-size, .login-wrap .single-size {
            width: 48%;
        }

            .login-wrap .double-size span, .login-wrap .single-size span {
                padding: 0;
            }

            .login-wrap .double-size input {
                width: 80%;
            }

        .login-wrap .metro {
            margin: 0 5px 5px 0;
        }

    .lock .lock-wrap {
        width: 95%;
    }

    .lock-wrap .single-size, .lock-wrap .double-size {
        width: 100% !important;
    }

    .double-size i {
        display: block;
    }
    /*--------*/

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 0 1px;
    }

        #sidebar > ul > li > a {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            text-align: left;
        }

            #sidebar > ul > li > a i {
                display: none !important;
            }

            #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                margin-right: 25px;
            }

        #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
            width: 100%;
        }

            #sidebar > ul > li > ul.sub > li > a {
                background: transparent !important;
            }

                #sidebar > ul > li > ul.sub > li > a:hover {
                    background: #4A8BC2 !important;
                }

    #theme-change {
        top: 92px !important;
        right: 12px !important;
    }

    #login .lock {
        display: none !important;
    }

    #login, #lock {
        width: 260px !important;
        margin: 50px auto 0 !important;
    }

    .m-wrap {
        width: 175px !important;
    }

    #counter {
        width: 300px !important;
    }

    .points {
        display: none;
    }

    .countDays, .countHours, .countMinutes, .countSeconds {
        margin: 10px;
    }

    #forgotform #input-email {
        width: 203px;
    }
    /* page title*/
    .page-title small {
        display: block;
        margin: 0px 0px 18px 0px;
    }
    /* sidebar */
    #sidebar.in {
        margin-top: 7px !important;
    }

    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
        height: 84px !important;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        color: #fff !important;
    }

    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
    /*metro*/

    .metro-nav .metro-nav-block, .metro-nav .metro-nav-block.double {
        width: 49%;
    }

        .metro-nav .metro-nav-block:last-child {
            margin-right: 1%;
        }

        .metro-nav .metro-nav-block a {
            width: 94%;
        }

    .metro-fix-view .metro-nav-block {
        width: 124px !important;
    }

        .metro-fix-view .metro-nav-block a {
            width: 84% !important;
        }
    /*error page*/

    .error-wrap.error-wrap-404 {
        width: 100%;
    }

        .error-wrap.error-wrap-404 .metro.big, .error-wrap.error-wrap-404 .metro.double, .error-wrap.error-wrap-404 .metro {
            width: 98%;
        }

            .error-wrap.error-wrap-404 .metro.double {
                height: 165px !important;
            }

    .notify-row {
        display: none !important;
    }

    #sidebar ul {
        margin-bottom: 0px !important;
    }

    .metro-nav {
        z-index: 99 !important;
    }

    #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
        background: rgba(84, 181, 223, 0.2) !important;
    }

    /* Landscape phones and down */
    @media (max-width: 320px) {
        #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
            background: rgba(84, 181, 223, 0.2) !important;
        }

        .sidebar-scroll {
            height: auto;
            overflow: none;
            position: absolute;
            width: 97%;
            z-index: none;
        }

        #main-content {
            margin: 1px !important;
        }

        /*---lock page----*/

        .lock .lock-wrap {
            width: 95%;
        }

        .lock-wrap .single-size, .lock-wrap .double-size {
            width: 100% !important;
        }

        .double-size i {
            display: block;
        }
        /*----menu----*/

        #sidebar > ul > li > a > span {
            line-height: 35px;
        }

        #sidebar > ul > li {
            margin: 0 0 1px;
        }

            #sidebar > ul > li > a {
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                text-align: left;
            }

                #sidebar > ul > li > a i {
                    display: none !important;
                }

                #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
                    margin-right: 25px;
                }

            #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
                width: 100%;
            }

                #sidebar > ul > li > ul.sub > li > a {
                    background: transparent !important;
                }

                    #sidebar > ul > li > ul.sub > li > a:hover {
                        background: #4A8BC2 !important;
                    }

        /*login page*/

        .login-wrap {
            width: 100%;
        }

            .login-wrap .double-size, .login-wrap .single-size {
                width: 48%;
            }

                .login-wrap .double-size span, .login-wrap .single-size span {
                    padding: 0;
                }

                .login-wrap .double-size input {
                    width: 80%;
                }

            .login-wrap .metro {
                margin: 0 5px 5px 0;
            }
        /*-------*/
        #login .lock {
            display: none !important;
        }

        #login, #lock {
            width: 260px !important;
            margin: 50px auto 0 !important;
        }

        .m-wrap {
            width: 175px !important;
        }

        #counter {
            width: 300px !important;
        }

        .points {
            display: none;
        }

        #forgotform #input-email {
            width: 203px;
        }

        #header .brand {
            /*margin-top: 10px !important;*/
            /*padding: 22px 22px !important;*/
        }

        .navbar-inverse .brand, .navbar-inverse .nav > li > a {
            color: #fff !important;
        }

        .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
            border-bottom-color: #FFF !important;
            border-top-color: #FFF !important;
        }
        /*metro*/

        .metro-nav .metro-nav-block, .metro-nav .metro-nav-block.double {
            width: 49%;
        }

            .metro-nav .metro-nav-block:last-child {
                margin-right: 1%;
            }

            .metro-nav .metro-nav-block a {
                width: 94%;
            }

        .metro-fix-view .metro-nav-block {
            width: 124px !important;
        }

            .metro-fix-view .metro-nav-block a {
                width: 84% !important;
            }

        /*error page*/

        .error-wrap.error-wrap-404 {
            width: 100%;
        }

            .error-wrap.error-wrap-404 .metro.big, .error-wrap.error-wrap-404 .metro.double, .error-wrap.error-wrap-404 .metro {
                width: 98%;
            }

        /*notification*/

        ul.item-list li .pull-right {
            display: none;
        }

        .notify-row {
            display: none !important;
        }

        #sidebar ul {
            margin-bottom: 0px !important;
        }

        .metro-nav {
            z-index: 99 !important;
        }

        #header .brand {
            text-align: center;
        }

        .navbar .nav.pull-right {
            float: left;
        }

        #header .top-nav .nav {
            margin-left: 25px;
        }

        .user-avatar {
            height: 30px;
            width: 30px;
        }
    }

/*
* FullCalendar v1.5.3 Stylesheet
*
* Copyright (c) 2011 Adam Shaw
* Dual licensed under the MIT and GPL licenses, located in
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
*
* Date: Mon Feb 6 22:40:40 2012 -0800
*
*/


.fc {
direction: ltr;
text-align: left;
}
  
.fc table {
border-collapse: collapse;
border-spacing: 0;
}
  
html .fc,
.fc table {
font-size: 1em;
}
  
.fc td,
.fc th {
padding: 0;
vertical-align: top;
}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
white-space: nowrap;
}

.fc-header-left {
width: 25%;
text-align: left;
}
  
.fc-header-center {
text-align: center;
}
  
.fc-header-right {
width: 25%;
text-align: right;    
}
  
.fc-header-title {
display: inline-block;
vertical-align: top;
}
  
.fc-header-title h2 {
margin-top: 0;
font-size: 16px;
white-space: nowrap;
}
  
.fc .fc-header-space {
padding-left: 10px;
}
  
.fc-header .fc-button {
margin-bottom: 1em;
vertical-align: top;
}
  
/* buttons edges butting together */

.fc-header .fc-button {
margin-right: -1px;
}
  
.fc-header .fc-corner-right {
margin-right: 1px; /* back to normal */
}
  
.fc-header .ui-corner-right {
margin-right: 0; /* back to normal */
}
  
/* button layering (for border precedence) */
  
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
z-index: 2;
}
  
.fc-header .fc-state-down {
z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
z-index: 4;
}
  
  
  
/* Content
------------------------------------------------------------------------*/
  
.fc-content {
clear: both;
}
  
.fc-view {
width: 100%; /* needed for view switching (when view is absolute) */
overflow: hidden;
}
  
  

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header {
background-image: -moz-linear-gradient(top, #fafafa, #efefef);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
background-image: -o-linear-gradient(top, #fafafa, #efefef);
background-image: linear-gradient(to bottom, #fafafa, #efefef);
color: #646464;
}

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
border: 1px solid #ddd;
color: #646464;
}
  
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
background: #fff;
}
  
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
background: #9cf;
opacity: .2;
filter: alpha(opacity=20); /* for IE */
}
  


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
position: relative;
overflow: hidden;
display: inline-block;
cursor: pointer;
top: -52px;
}

.fc-header {
margin-bottom:-20px;
}
  
.fc-state-default { /* non-theme */
border-style: solid;
border-width: 1px 0;
}
  
.fc-button-inner {
position: relative;
float: left;
overflow: hidden;
padding: 5px;
  
}
  
.fc-state-default .fc-button-inner { /* non-theme */
border-style: solid;
border-width: 0 1px;
}
  
.fc-button-content {
position: relative;
float: left;
height: 1.9em;
line-height: 1.9em;
padding: 0 .6em;
white-space: nowrap;
}
  
/* icon (for jquery ui) */
  
.fc-button-content .fc-icon-wrap {
position: relative;
float: left;
top: 50%;
}
  
.fc-button-content .ui-icon {
position: relative;
float: left;
margin-top: -50%;
*margin-top: 0;
*top: -50%;
}
  
/* gloss effect */
  
.fc-state-default .fc-button-effect {
position: absolute;
top: 50%;
left: 0;
}
  
.fc-state-default .fc-button-effect span {

}
  
/* button states (determines colors)  */
  
.fc-state-default,
.fc-state-default .fc-button-inner {
border-top-style: none;
border-bottom-style: none;
border-left-style: solid;
border-right-style: solid;
border-color: #ddd;
background: transparent;
color: #646464;
}
  
.fc-state-hover,
.fc-state-hover .fc-button-inner {
border-color: #ddd;
background: #fafafa;
}
  
.fc-state-down,
.fc-state-down .fc-button-inner {
border-color: #ddd;
background: transparent;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
background:#FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-color: #DDDDDD #DDDDDD #FFFFFF;
color: #646464;
}
}
  
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
color: #999;
border-color: #ddd;
}
  
.fc-state-disabled {
cursor: default;
}
  
.fc-state-disabled .fc-button-effect {
display: none;
}
  
  

/* Global Event Styles
------------------------------------------------------------------------*/
   
.fc-event {
border-style: solid;
border-width: 0;
font-size: .85em;
cursor: default;
}
  
a.fc-event,
.fc-event-draggable {
cursor: pointer;
}
  
a.fc-event {
text-decoration: none;
}
  
.fc-rtl .fc-event {
text-align: right;
}
  
.fc-event-skin {
border-color: #81c4e6;     /* default BORDER color */
background-color: #8cccec; /* default BACKGROUND color */
color: #fff;               /* default TEXT color */
}
  
.fc-event-inner {
position: relative;
width: 100%;
height: 100%;
border-style: solid;
border-width: 0;
overflow: hidden;
}
  
.fc-event-time,
.fc-event-title {
padding: 0 1px;
}
  
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
display: block;
position: absolute;
z-index: 99999;
overflow: hidden; /* hacky spaces (IE6/7) */
font-size: 300%;  /* */
line-height: 50%; /* */
}
  
  
  
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
border-width: 1px 0;
margin-bottom: 1px;
}
  
/* resizable */
  
.fc-event-hori .ui-resizable-e {
top: 0           !important; /* importants override pre jquery ui 1.7 styles */
right: -3px      !important;
width: 7px       !important;
height: 100%     !important;
cursor: e-resize;
}
  
.fc-event-hori .ui-resizable-w {
top: 0           !important;
left: -3px       !important;
width: 7px       !important;
height: 100%     !important;
cursor: w-resize;
}
  
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; /* IE6 had 0 height */
}
  
  
  
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
  
.fc-corner-left {
margin-left: 1px;
}
  
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
margin-left: -1px;
}
  
.fc-corner-right {
margin-right: 1px;
}
  
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
margin-right: -1px;
}
  
.fc-corner-top {
margin-top: 1px;
}
  
.fc-corner-top .fc-event-inner {
margin-top: -1px;
}
  
.fc-corner-bottom {
margin-bottom: 1px;
}
  
.fc-corner-bottom .fc-event-inner {
margin-bottom: -1px;
}
  
  
  
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
  
.fc-corner-left .fc-event-inner {
border-left-width: 1px;
}
  
.fc-corner-right .fc-event-inner {
border-right-width: 1px;
}
  
.fc-corner-top .fc-event-inner {
border-top-width: 1px;
}
  
.fc-corner-bottom .fc-event-inner {
border-bottom-width: 1px;
}
  
  
  
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
border-collapse: separate;

}
  
.fc-border-separate th,
.fc-border-separate td {
border-width: 1px 0 0 1px;
}
  
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
border-right-width: 1px;
}
  
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
border-bottom-width: 1px;
}
  
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
border-top-width: 0;
}
  
  

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
text-align: center;
}
  
.fc-grid .fc-day-number {
float: right;
padding: 0 2px;
}
  
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
/* opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem */
}
  
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px; /* distance between events and day edges */
}
  
/* event styles */
  
.fc-grid .fc-event-time {
font-weight: bold;
}
  
/* right-to-left */
  
.fc-rtl .fc-grid .fc-day-number {
float: left;
}
  
.fc-rtl .fc-grid .fc-event-time {
float: right;
}
  
  

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
border-collapse: separate;
}
  
.fc-agenda-days th {
text-align: center;
}
  
.fc-agenda .fc-agenda-axis {
width: 50px;
padding: 0 4px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
font-weight: normal;
}
  
.fc-agenda .fc-day-content {
padding: 2px 2px 1px;
}
  
/* make axis border take precedence */
  
.fc-agenda-days .fc-agenda-axis {
border-right-width: 1px;
}
  
.fc-agenda-days .fc-col0 {
border-left-width: 0;
}
  
/* all-day area */
  
.fc-agenda-allday th {
border-width: 0 1px;
}
  
.fc-agenda-allday .fc-day-content {
min-height: 34px; /* TODO: doesnt work well in quirksmode */
_height: 34px;
}
  
/* divider (between all-day and slots) */
  
.fc-agenda-divider-inner {
height: 2px;
overflow: hidden;
}
  
.fc-widget-header .fc-agenda-divider-inner {
background: #eee;
}
  
/* slot rows */
  
.fc-agenda-slots th {
border-width: 1px 1px;
}
  
.fc-agenda-slots td {
border-width: 1px 0 0;
background: none;
}
  
.fc-agenda-slots td div {
height: 20px;
}
  
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
border-top-style: dotted;
}
  
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style: solid; /* doesn't work with background in IE6/7 */
}
  


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
border-width: 0 1px;
}
  
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
position: relative;
z-index: 2;
width: 100%;
overflow: hidden;
}
  
.fc-event-vert .fc-event-time {
white-space: nowrap;
font-size: 10px;
}
  
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: .3;
filter: alpha(opacity=30);
}
  
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
  
/* resizable */
  
.fc-event-vert .ui-resizable-s {
bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
width: 100%      !important;
height: 8px      !important;
overflow: hidden !important;
line-height: 8px !important;
font-size: 11px  !important;
font-family: monospace;
text-align: center;
cursor: s-resize;
}
  
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
_overflow: hidden;
}
.easyPieChart {
position: relative;
text-align: center;
}

.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}

/*!
*  Font Awesome 3.2.1
*  the iconic font designed for Bootstrap
*  ------------------------------------------------------------------------------
*  The full suite of pictographic icons, examples, and documentation can be
*  found at http://fontawesome.io.  Stay up to date on Twitter at
*  http://twitter.com/fontawesome.
*
*  License
*  ------------------------------------------------------------------------------
*  - The Font Awesome font is licensed under SIL OFL 1.1 -
*    http://scripts.sil.org/OFL
*  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
*    http://opensource.org/licenses/mit-license.html
*  - Font Awesome documentation licensed under CC BY 3.0 -
*    http://creativecommons.org/licenses/by/3.0/
*  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
*    "Font Awesome by Dave Gandy - http://fontawesome.io"
*
*  Author - Dave Gandy
*  ------------------------------------------------------------------------------
*  Email: dave@fontawesome.io
*  Twitter: http://twitter.com/davegandy
*  Work: Lead Product Designer @ Kyruus - http://kyruus.com
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: Verdana;
src: url('../Images/fontawesome-webfontf77b.eot?v=3.2.1');
src: url('../Images/fontawesome-webfontd41d.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../Images/fontawesome-webfontf77b.woff?v=3.2.1') format('woff'), url('../Images/fontawesome-webfontf77b.html?v=3.2.1') format('truetype'), url('../Images/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight: normal;
font-style: normal;
}
/* FONT AWESOME CORE
* -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
font-family: Verdana;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: -10%;
font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
display: inline-block;
width: 1.1428571428571428em;
text-align: right;
padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
width: 1.4285714285714286em;
}
.icons-ul {
margin-left: 2.142857142857143em;
list-style-type: none;
}
.icons-ul > li {
position: relative;
}
.icons-ul .icon-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
text-align: center;
line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
display: none;
}
.icon-muted {
color: #eeeeee;
}
.icon-light {
color: #ffffff;
}
.icon-dark {
color: #333333;
}
.icon-border {
border: solid 1px #eeeeee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.icon-2x {
font-size: 2em;
}
.icon-2x.icon-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.icon-3x {
font-size: 3em;
}
.icon-3x.icon-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.icon-4x {
font-size: 4em;
}
.icon-4x.icon-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.icon-5x {
font-size: 5em;
}
.icon-5x.icon-border {
border-width: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
* -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
line-height: inherit;
}
/* EXTRAS
* -------------------------- */
/* Stacked and layered icon */
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
display: block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em;
}
.icon-stack .icon-stack-base {
font-size: 2em;
*line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
display: inline-block;
text-decoration: none;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icon-flip-vertical:before {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope-alt:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-empty:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-ok:before {
content: "\f00c";
}
.icon-remove:before {
content: "\f00d";
}
.icon-zoom-in:before {
content: "\f00e";
}
.icon-zoom-out:before {
content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
content: "\f013";
}
.icon-trash:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file-alt:before {
content: "\f016";
}
.icon-time:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download-alt:before {
content: "\f019";
}
.icon-download:before {
content: "\f01a";
}
.icon-upload:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle:before {
content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
content: "\f01e";
}
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-indent-left:before {
content: "\f03b";
}
.icon-indent-right:before {
content: "\f03c";
}
.icon-facetime-video:before {
content: "\f03d";
}
.icon-picture:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before {
content: "\f044";
}
.icon-share:before {
content: "\f045";
}
.icon-check:before {
content: "\f046";
}
.icon-move:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-sign:before {
content: "\f055";
}
.icon-minus-sign:before {
content: "\f056";
}
.icon-remove-sign:before {
content: "\f057";
}
.icon-ok-sign:before {
content: "\f058";
}
.icon-question-sign:before {
content: "\f059";
}
.icon-info-sign:before {
content: "\f05a";
}
.icon-screenshot:before {
content: "\f05b";
}
.icon-remove-circle:before {
content: "\f05c";
}
.icon-ok-circle:before {
content: "\f05d";
}
.icon-ban-circle:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
content: "\f064";
}
.icon-resize-full:before {
content: "\f065";
}
.icon-resize-small:before {
content: "\f066";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-exclamation-sign:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-warning-sign:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder-close:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-resize-vertical:before {
content: "\f07d";
}
.icon-resize-horizontal:before {
content: "\f07e";
}
.icon-bar-chart:before {
content: "\f080";
}
.icon-twitter-sign:before {
content: "\f081";
}
.icon-facebook-sign:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-up-alt:before {
content: "\f087";
}
.icon-thumbs-down-alt:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-empty:before {
content: "\f08a";
}
.icon-signout:before {
content: "\f08b";
}
.icon-linkedin-sign:before {
content: "\f08c";
}
.icon-pushpin:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-signin:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-sign:before {
content: "\f092";
}
.icon-upload-alt:before {
content: "\f093";
}
.icon-lemon:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
content: "\f096";
}
.icon-bookmark-empty:before {
content: "\f097";
}
.icon-phone-sign:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell:before {
content: "\f0a2";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-right:before {
content: "\f0a4";
}
.icon-hand-left:before {
content: "\f0a5";
}
.icon-hand-up:before {
content: "\f0a6";
}
.icon-hand-down:before {
content: "\f0a7";
}
.icon-circle-arrow-left:before {
content: "\f0a8";
}
.icon-circle-arrow-right:before {
content: "\f0a9";
}
.icon-circle-arrow-up:before {
content: "\f0aa";
}
.icon-circle-arrow-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-fullscreen:before {
content: "\f0b2";
}
.icon-group:before {
content: "\f0c0";
}
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-beaker:before {
content: "\f0c3";
}
.icon-cut:before {
content: "\f0c4";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
content: "\f0c6";
}
.icon-save:before {
content: "\f0c7";
}
.icon-sign-blank:before {
content: "\f0c8";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-sign:before {
content: "\f0d3";
}
.icon-google-plus-sign:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-sort:before {
content: "\f0dc";
}
.icon-sort-down:before {
content: "\f0dd";
}
.icon-sort-up:before {
content: "\f0de";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
content: "\f0e2";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-dashboard:before {
content: "\f0e4";
}
.icon-comment-alt:before {
content: "\f0e5";
}
.icon-comments-alt:before {
content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-paste:before {
content: "\f0ea";
}
.icon-lightbulb:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-user-md:before {
content: "\f0f0";
}
.icon-stethoscope:before {
content: "\f0f1";
}
.icon-suitcase:before {
content: "\f0f2";
}
.icon-bell-alt:before {
content: "\f0f3";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-food:before {
content: "\f0f5";
}
.icon-file-text-alt:before {
content: "\f0f6";
}
.icon-building:before {
content: "\f0f7";
}
.icon-hospital:before {
content: "\f0f8";
}
.icon-ambulance:before {
content: "\f0f9";
}
.icon-medkit:before {
content: "\f0fa";
}
.icon-fighter-jet:before {
content: "\f0fb";
}
.icon-beer:before {
content: "\f0fc";
}
.icon-h-sign:before {
content: "\f0fd";
}
.icon-plus-sign-alt:before {
content: "\f0fe";
}
.icon-double-angle-left:before {
content: "\f100";
}
.icon-double-angle-right:before {
content: "\f101";
}
.icon-double-angle-up:before {
content: "\f102";
}
.icon-double-angle-down:before {
content: "\f103";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-desktop:before {
content: "\f108";
}
.icon-laptop:before {
content: "\f109";
}
.icon-tablet:before {
content: "\f10a";
}
.icon-mobile-phone:before {
content: "\f10b";
}
.icon-circle-blank:before {
content: "\f10c";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-spinner:before {
content: "\f110";
}
.icon-circle:before {
content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
content: "\f112";
}
.icon-github-alt:before {
content: "\f113";
}
.icon-folder-close-alt:before {
content: "\f114";
}
.icon-folder-open-alt:before {
content: "\f115";
}
.icon-expand-alt:before {
content: "\f116";
}
.icon-collapse-alt:before {
content: "\f117";
}
.icon-smile:before {
content: "\f118";
}
.icon-frown:before {
content: "\f119";
}
.icon-meh:before {
content: "\f11a";
}
.icon-gamepad:before {
content: "\f11b";
}
.icon-keyboard:before {
content: "\f11c";
}
.icon-flag-alt:before {
content: "\f11d";
}
.icon-flag-checkered:before {
content: "\f11e";
}
.icon-terminal:before {
content: "\f120";
}
.icon-code:before {
content: "\f121";
}
.icon-reply-all:before {
content: "\f122";
}
.icon-mail-reply-all:before {
content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
content: "\f123";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-crop:before {
content: "\f125";
}
.icon-code-fork:before {
content: "\f126";
}
.icon-unlink:before {
content: "\f127";
}
.icon-question:before {
content: "\f128";
}
.icon-info:before {
content: "\f129";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-superscript:before {
content: "\f12b";
}
.icon-subscript:before {
content: "\f12c";
}
.icon-eraser:before {
content: "\f12d";
}
.icon-puzzle-piece:before {
content: "\f12e";
}
.icon-microphone:before {
content: "\f130";
}
.icon-microphone-off:before {
content: "\f131";
}
.icon-shield:before {
content: "\f132";
}
.icon-calendar-empty:before {
content: "\f133";
}
.icon-fire-extinguisher:before {
content: "\f134";
}
.icon-rocket:before {
content: "\f135";
}
.icon-maxcdn:before {
content: "\f136";
}
.icon-chevron-sign-left:before {
content: "\f137";
}
.icon-chevron-sign-right:before {
content: "\f138";
}
.icon-chevron-sign-up:before {
content: "\f139";
}
.icon-chevron-sign-down:before {
content: "\f13a";
}
.icon-html5:before {
content: "\f13b";
}
.icon-css3:before {
content: "\f13c";
}
.icon-anchor:before {
content: "\f13d";
}
.icon-unlock-alt:before {
content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
}
.icon-ellipsis-horizontal:before {
content: "\f141";
}
.icon-ellipsis-vertical:before {
content: "\f142";
}
.icon-rss-sign:before {
content: "\f143";
}
.icon-play-sign:before {
content: "\f144";
}
.icon-ticket:before {
content: "\f145";
}
.icon-minus-sign-alt:before {
content: "\f146";
}
.icon-check-minus:before {
content: "\f147";
}
.icon-level-up:before {
content: "\f148";
}
.icon-level-down:before {
content: "\f149";
}
.icon-check-sign:before {
content: "\f14a";
}
.icon-edit-sign:before {
content: "\f14b";
}
.icon-external-link-sign:before {
content: "\f14c";
}
.icon-share-sign:before {
content: "\f14d";
}
.icon-compass:before {
content: "\f14e";
}
.icon-collapse:before {
content: "\f150";
}
.icon-collapse-top:before {
content: "\f151";
}
.icon-expand:before {
content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
content: "\f153";
}
.icon-gbp:before {
content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
content: "\f158";
}
.icon-won:before,
.icon-krw:before {
content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
content: "\f15a";
}
.icon-file:before {
content: "\f15b";
}
.icon-file-text:before {
content: "\f15c";
}
.icon-sort-by-alphabet:before {
content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
content: "\f15e";
}
.icon-sort-by-attributes:before {
content: "\f160";
}
.icon-sort-by-attributes-alt:before {
content: "\f161";
}
.icon-sort-by-order:before {
content: "\f162";
}
.icon-sort-by-order-alt:before {
content: "\f163";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-thumbs-down:before {
content: "\f165";
}
.icon-youtube-sign:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-xing:before {
content: "\f168";
}
.icon-xing-sign:before {
content: "\f169";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-dropbox:before {
content: "\f16b";
}
.icon-stackexchange:before {
content: "\f16c";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-adn:before {
content: "\f170";
}
.icon-bitbucket:before {
content: "\f171";
}
.icon-bitbucket-sign:before {
content: "\f172";
}
.icon-tumblr:before {
content: "\f173";
}
.icon-tumblr-sign:before {
content: "\f174";
}
.icon-long-arrow-down:before {
content: "\f175";
}
.icon-long-arrow-up:before {
content: "\f176";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-apple:before {
content: "\f179";
}
.icon-windows:before {
content: "\f17a";
}
.icon-android:before {
content: "\f17b";
}
.icon-linux:before {
content: "\f17c";
}
.icon-dribbble:before {
content: "\f17d";
}
.icon-skype:before {
content: "\f17e";
}
.icon-foursquare:before {
content: "\f180";
}
.icon-trello:before {
content: "\f181";
}
.icon-female:before {
content: "\f182";
}
.icon-male:before {
content: "\f183";
}
.icon-gittip:before {
content: "\f184";
}
.icon-sun:before {
content: "\f185";
}
.icon-moon:before {
content: "\f186";
}
.icon-archive:before {
content: "\f187";
}
.icon-bug:before {
content: "\f188";
}
.icon-vk:before {
content: "\f189";
}
.icon-weibo:before {
content: "\f18a";
}
.icon-renren:before {
content: "\f18b";
}

/*
*
* Chosen for Bootstrap and Less
*
* Converted by @whitetruffle (http://www.twitter.com/whitetruffle)
* from @joeylomanto's SASS fork (http://chosen-sass-bootstrap.herokuapp.com/)
* Havest: @harvest
*
*/
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.chzn-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
    width: 99% !important;
    /*padding-left:10px;*/
}

    .chzn-container .chzn-drop {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
        background: #fff;
        border: 1px solid #CCC;
        position: absolute;
        top: 29px;
        left: 0;
        z-index: 1010;
        margin: 4px 0 0;
        width:101.3% !important;
    }

.chzn-container-single .chzn-single {
    margin-top: 0px !important;
    /*-webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;*/
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #f6f6f6), to(#f4f4f4));
    background-image: -webkit-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -o-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
    -moz-background-clip: padding;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 4px;
    color: #555555;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100% !important;
}

    .chzn-container-single .chzn-single span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 6px;
    }

    .chzn-container-single .chzn-single abbr {
        display: block;
        position: absolute;
        right: 26px;
        top: 8px;
        width: 12px;
        height: 13px;
        font-size: 1px;
        background: url("../Images/chosen-sprite.png") right top no-repeat;
    }

        .chzn-container-single .chzn-single abbr:hover {
            background-position: right -11px;
        }

    .chzn-container-single .chzn-single div {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 18px;
    }

        .chzn-container-single .chzn-single div b {
            background: url("../Images/chosen-sprite.png") no-repeat 0 0px;
            display: block;
            width: 100%;
            height: 100%;
        }

.chzn-container-single .chzn-search {
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: relative;
    white-space: nowrap;
    width: 100% !important;
    z-index: 1010;
}

    .chzn-container-single .chzn-search input {
        box-sizing: border-box;
        height: 25px;
        margin: 1px 0;
        outline: 0 none;
        padding: 4px 20px 4px 5px;
        width: 100% !important;
    }

.chzn-container-single .chzn-default {
    color: #999;
}

.chzn-container-single .chzn-drop {
    /*width: 100% !important;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
}

.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}

.chzn-container-multi .chzn-choices {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s;
    -moz-transition: border linear 0.2s;
    -o-transition: border linear 0.2s;
    transition: border linear 0.2s;
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.2s;
    -o-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s;
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
}

    .chzn-container-multi .chzn-choices li {
        float: left;
        list-style: none;
    }

    .chzn-container-multi .chzn-choices .search-field {
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

        .chzn-container-multi .chzn-choices .search-field input {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #555555;
            background: transparent !important;
            border: 0 !important;
            font-family: Verdana;
            font-size: 100%;
            height: 15px;
            padding: 5px;
            /*margin: 1px 0 2px;*/
            margin: 0;
            outline: 0;
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999;
        }

    .chzn-container-multi .chzn-choices .search-choice {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #f6f6f6), to(#f4f4f4));
        background-image: -webkit-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
        background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6 50%, #f4f4f4);
        background-image: -o-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
        background-image: linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        -moz-background-clip: padding;
        color: #555555;
        border: 1px solid #999999;
        line-height: 13px;
        padding: 3px 20px 3px 5px;
        margin: 3px 0 3px 5px;
        position: relative;
        cursor: default;
    }

        .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
            display: block;
            position: absolute;
            right: 3px;
            top: 4px;
            width: 12px;
            height: 13px;
            font-size: 1px;
            background: url("../Images/chosen-sprite.png") right top no-repeat;
        }

            .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

        .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
            background-color: #eeeeee;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), color-stop(50%, #f0f0f0), to(#e8e8e8));
            background-image: -webkit-linear-gradient(#f4f4f4, #f0f0f0 50%, #e8e8e8);
            background-image: -moz-linear-gradient(top, #f4f4f4, #f0f0f0 50%, #e8e8e8);
            background-image: -o-linear-gradient(#f4f4f4, #f0f0f0 50%, #e8e8e8);
            background-image: linear-gradient(#f4f4f4, #f0f0f0 50%, #e8e8e8);
            background-repeat: no-repeat;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe8e8e8', GradientType=0);
            color: #666;
            border: 1px solid #cccccc;
            padding-right: 5px;
        }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chzn-container .chzn-results {
    width: 98% !important;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .chzn-container .chzn-results li {
        display: none;
        line-height: 14px;
        padding: 2px 6px;
        margin: 0;
        list-style: none;
    }

        .chzn-container .chzn-results li em {
            background: #feffde;
            font-style: normal;
        }

    .chzn-container .chzn-results .no-results {
        background: #f4f4f4;
        display: list-item;
    }

    .chzn-container .chzn-results .group-result {
        cursor: default;
        color: #999;
        font-weight: bold;
    }

    .chzn-container .chzn-results .group-option {
        padding-left: 15px;
    }

    .chzn-container .chzn-results .active-result {
        cursor: pointer;
        display: list-item;
    }

    .chzn-container .chzn-results .highlighted {
        /*background-image: -moz-linear-gradient(top, #3875d7, #2a62bc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3875d7), to(#2a62bc));
        background-image: -webkit-linear-gradient(top, #3875d7, #2a62bc);
        background-image: -o-linear-gradient(top, #3875d7, #2a62bc);
        background-image: linear-gradient(to bottom, #3875d7, #2a62bc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3875d7', endColorstr='#ff2a62bc', GradientType=0);*/
        color: #fff;
    }

        .chzn-container .chzn-results .highlighted em {
            background: transparent;
        }

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 1;
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px;
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

    .chzn-container .chzn-results-scroll-down span {
        background: url("../Images/chosen-sprite.png") no-repeat -4px -3px;
    }

.chzn-container .chzn-results-scroll-up span {
    background: url("../Images/chosen-sprite.png") no-repeat -22px -3px;
}

.chzn-container-multi .chzn-results {
    margin: 4px;
    padding: 0;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container-active .chzn-single {
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .chzn-container-active .chzn-single .chzn-drop {
        margin-top: -29px;
    }

.chzn-container-active .chzn-single-with-drop {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #CCC;
}

    .chzn-container-active .chzn-single-with-drop div {
        background: transparent;
        border-left: none;
    }

        .chzn-container-active .chzn-single-with-drop div b {
            background-position: -18px 1px;
        }

.chzn-container-active .chzn-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    border: 1px solid rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important;
    }

.chzn-disabled {
    opacity: 0.005;
    filter: alpha(opacity=0.5);
    cursor: default;
    display: none;
}

    .chzn-disabled .chzn-single {
        cursor: default;
    }

    .chzn-disabled .search-choice-close {
        cursor: default;
    }

.chzn-rtl {
    text-align: right;
}

    .chzn-rtl .chzn-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chzn-rtl .chzn-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chzn-rtl .chzn-single div {
            left: 3px;
            right: auto;
        }

        .chzn-rtl .chzn-single abbr {
            left: 26px;
            right: auto;
        }

    .chzn-rtl .chzn-choices li {
        float: right;
    }

    .chzn-rtl .chzn-choices .search-field input {
        direction: rtl;
    }

    .chzn-rtl .chzn-choices .search-choice {
        padding: 3px 5px 3px 19px;
        margin: 3px 5px 3px 0;
    }

        .chzn-rtl .chzn-choices .search-choice .search-choice-close {
            left: 4px;
            right: auto;
            background-position: right top;
        }

    .chzn-rtl .chzn-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chzn-rtl .chzn-search input {
        padding: 4px 5px 4px 20px;
        direction: rtl;
    }

    .chzn-rtl.chzn-container-single .chzn-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
        border-right: none;
    }

@media screen and (max-width:640px) {

    .chzn-container-single .chzn-search input {
        box-sizing: border-box;
        height: 25px;
        margin: 1px 0;
        outline: 0 none;
        padding: 4px 20px 4px 5px;
        width: 100% !important;
    }

    .chzn-container .chzn-results {
        width: 98% !important;
        margin: 0 4px 4px 0;
        max-height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .chzn-container-single .chzn-search {
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: relative;
        white-space: nowrap;
        width: 100% !important;
        z-index: 1010;
    }
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../Images/fancybox_sprite.png');
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('../Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
overflow: hidden;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url('../Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
background-image: url(../images/sprite.png);
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
margin: 0;
padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 3px;
color: #777;
background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
background: url('../images/bg-input.png') repeat-x 0px 0px;
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
border-color: #999;
background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
background-position: -483px -130px;
line-height: 26px;
height: 26px;
}

div.selector span {
background-position: right 0px;
height: 26px;
line-height: 26px;
}

div.selector select {
/* change these to adjust positioning of select element */
top: 0px;
left: 0px;
}

div.selector:active, 
div.selector.active {
background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
background-position: right -78px;
}

div.selector.disabled {
background-position: -483px -234px;
}

div.selector.disabled span {
background-position: right -104px;
}

/* Checkbox */

div.checker {
width: 19px;
height: 22px;
}

div.checker input {
width: 19px;
height: 22px;
}

div.checker span {
background-position: 0px -260px;
height: 19px;
width: 19px;
}

div.checker:active span, 
div.checker.active span {
background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
background-position: -57px -260px;
}

div.checker span.checked {
background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
background-position: -171px -260px;
}

/* Radio */

div.radio {
width: 18px;
height: 18px;
}

div.radio input {
width: 18px;
height: 18px;
}

div.radio span {
height: 18px;
width: 18px;
background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
background-position: -54px -279px;
}

div.radio span.checked {
background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
background-position: -162px -279px;
}

/* Uploader */

div.uploader {
background-position: 0px -297px;
height: 28px;
}

div.uploader span.action {
background-position: right -409px;
height: 24px;
line-height: 24px;
}

div.uploader span.filename {
height: 24px;
/* change this line to adjust positioning of filename area */
margin: 2px 0px 2px 2px;
line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
background-position: right -493px;
}

div.uploader.disabled {
background-position: 0px -325px;
}

div.uploader.disabled span.action {
background-position: right -381px;
}

div.button {
background-position: 0px -523px;
}

div.button span {
background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
background-position: right -673px; 
}

div.button.active,
div.button:active {
background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
background-position: right -703px;
color: #555;
}

div.button.disabled,
div.button:disabled {
background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
background-position: right -733px;
color: #bbb;
cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
height: 30px;
}

div.button span {
margin-left: 13px;
height: 22px;
padding-top: 8px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
padding-left: 2px;
padding-right: 15px;
}

/* Select */
div.selector {
width: 190px;
font-size: 12px;
}

div.selector select {
min-width: 190px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
border: solid 1px #fff;
}

div.selector span {
padding: 0px 25px 0px 2px;
cursor: pointer;
}

div.selector span {
color: #666;
width: 158px;
text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
color: #bbb;
}

/* Checker */
div.checker {
margin-right: 1px;
}

/* Radio */
div.radio {
margin-right: 3px;
}

/* Uploader */
div.uploader {
width: 190px;
cursor: pointer;
}

div.uploader span.action {
width: 85px;
text-align: center;
text-shadow: #fff 0px 1px 0px;
background-color: #fff;
font-size: 11px;
font-weight: bold;
}

div.uploader span.filename {
color: #777;
width: 82px;
border-right: solid 1px #bbb;
font-size: 11px;
}

div.uploader input {
width: 190px;
}

div.uploader.disabled span.action {
color: #aaa;
}

div.uploader.disabled span.filename {
border-color: #ddd;
color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
position: absolute;
}

div.button {
cursor: pointer;
position: relative;
}

div.button span {
display: -moz-inline-box;
display: inline-block;
line-height: 1;
text-align: center;
}

/* Select */

div.selector {
position: relative;
padding-left: 10px;
overflow: hidden;
}

div.selector span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

div.selector select {
position: absolute;
opacity: 0;
filter: alpha(opacity:0);
height: 25px;
border: none;
background: none;
}

/* Checker */

div.checker {
position: relative;
}

div.checker span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}

div.checker input {
opacity: 0;
filter: alpha(opacity:0);
display: inline-block;
background: none;
}

/* Radio */

div.radio {
position: relative;
}

div.radio span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}

div.radio input {
opacity: 0;
filter: alpha(opacity:0);
text-align: center;
display: inline-block;
background: none;
}

/* Uploader */

div.uploader {
position: relative;
overflow: hidden;
cursor: default;
}

div.uploader span.action {
float: left;
display: inline;
padding: 2px 0px;
overflow: hidden;
cursor: pointer;
}

div.uploader span.filename {
padding: 0px 10px;
float: left;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}

div.uploader input {
opacity: 0;
filter: alpha(opacity:0);
position: absolute;
top: 0;
right: 0;
bottom: 0;
float: right;
height: 25px;
border: none;
cursor: default;
}
div.tagsinput {
border: 1px solid #CCC;
background: #FFF;
padding: 5px;
width: 300px;
height: 100px;
overflow-y: auto;
}

div.tagsinput span.tag {
border: 1px solid #a5d24a;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
display: block;
float: left;
padding: 5px;
text-decoration: none;
background: #cde69c;
color: #638421;
margin-right: 5px;
margin-bottom: 5px;
font-family: Verdana;
font-size: 13px;
}

div.tagsinput span.tag a {
font-weight: bold;
color: #82ad2b;
text-decoration: none;
font-size: 11px;
}

div.tagsinput input {
width: 80px;
margin: 0px;
font-family: Verdana;
font-size: 13px;
border: 1px solid transparent;
padding: 5px;
background: transparent;
color: #000;
outline: 0px;
margin-right: 5px;
margin-bottom: 5px;
}

div.tagsinput div {
display: block;
float: left;
}

.tags_clear {
clear: both;
width: 100%;
height: 0px;
}

.not_valid {
background: #FBD8DB !important;
color: #90111A !important;
}

.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clockface {
width: 160px;
padding: 3px;
text-align: center;
/*
.l3 .center span {
vertical-align: middle;
display: inline-block;
.ie7-inline-block();  
padding: 0 2px;  	
}
*/

/*
input {
width: 20px;
margin: 0;
vertical-align: top; 
}	

a {
text-decoration: none;
padding: 0 3px;
vertical-align: top;
font-size: 0.85em;
.border-radius(3px);

&.am {margin-right: 8px;}	
    	
&.active,
&.active:hover {
.buttonBackground(@btnSuccessBackground, spin(@btnSuccessBackground, 20));
}
}
*/

}
.clockface > div {
clear: both;
overflow: auto;
}
.clockface .outer,
.clockface .inner {
width: 22px;
height: 22px;
line-height: 22px;
cursor: default;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.clockface .outer.active,
.clockface .inner.active,
.clockface .outer.active:hover,
.clockface .inner.active:hover {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.clockface .outer:hover,
.clockface .inner:hover {
background-color: #dcdcdc;
}
.clockface .outer {
color: gray;
font-size: 0.8em;
}
.clockface .outer.active,
.clockface .outer.active:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #51a351;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */

filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.clockface .outer.active:hover,
.clockface .outer.active:hover:hover,
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
color: #ffffff;
background-color: #51a351;
*background-color: #499249;
}
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active {
background-color: #408140 \9;
}
.clockface .inner.active,
.clockface .inner.active:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0044cc;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */

filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.clockface .inner.active:hover,
.clockface .inner.active:hover:hover,
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active {
background-color: #003399 \9;
}
.clockface .l1 .cell,
.clockface .l5 .cell {
width: 22px;
display: inline-block;
*display: inline;
/* IE7 inline-block hack */

*zoom: 1;
}
.clockface .l1 .outer {
margin-bottom: 3px;
}
.clockface .l5 .outer {
margin-top: 3px;
}
.clockface .l2 .outer,
.clockface .l3 .outer,
.clockface .l4 .outer,
.clockface .l2 .inner,
.clockface .l3 .inner,
.clockface .l4 .inner {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */

*zoom: 1;
vertical-align: middle;
}
.clockface .l2 .left,
.clockface .l3 .left,
.clockface .l4 .left {
float: left;
}
.clockface .l2 .left .outer,
.clockface .l3 .left .outer,
.clockface .l4 .left .outer {
margin-right: 3px;
}
.clockface .l2 .right,
.clockface .l3 .right,
.clockface .l4 .right {
float: right;
}
.clockface .l2 .right .outer,
.clockface .l3 .right .outer,
.clockface .l4 .right .outer {
margin-left: 3px;
}
.clockface .ampm {
font-size: 0.8em;
text-decoration: none;
border-bottom: dashed 1px;
}
.clockface .ampm:focus {
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
}

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
/* line 11, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 29, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button.deactivate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default !important;
}
/* line 32, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button.deactivate label, .toggle-button.deactivate span {
  cursor: default !important;
}
/* line 36, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button > div {
  display: inline-block;
  width: 150px;
  position: absolute;
  top: 0;
}
/* line 41, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button > div.disabled {
  left: -50%;
}
/* line 45, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button input[type=checkbox] {
  display: none;
}
/* line 53, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span, .toggle-button label {
  cursor: pointer;
  position: relative;
  float: left;
  display: inline-block;
}
/* line 60, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button label {
  background: #fefefe;
  margin-left: -4px;
  margin-right: -4px;
  border: 1px solid #E6E6E6;
  margin-top: -1px;
  z-index: 100;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fefefe, #e6e6e6);
  background-image: -o-linear-gradient(top, #fefefe, #e6e6e6);
  background-image: linear-gradient(top, #fefefe, #e6e6e6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 72, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span {
  color: #fefefe;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
/* line 78, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.labelLeft {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 3px;
}
/* line 83, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.labelRight {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: black;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(bottom, #fefefe, #e6e6e6);
  background-image: -moz-linear-gradient(bottom, #fefefe, #e6e6e6);
  background-image: -o-linear-gradient(bottom, #fefefe, #e6e6e6);
  background-image: linear-gradient(bottom, #fefefe, #e6e6e6);
  padding-right: 3px;
}
/* line 91, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.primary, .toggle-button span.labelLeft {
  color: #fefefe;
  background: #0088cc;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0088cc), color-stop(100%, #0055cc));
  background-image: -webkit-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: -o-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: linear-gradient(bottom, #0088cc, #0055cc);
}
/* line 96, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.info {
  color: #fefefe;
  background: #5bc0de;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
  background-image: -webkit-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: linear-gradient(bottom, #5bc0de, #2f96b4);
}
/* line 102, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.success {
  color: #fefefe;
  background: #62c462;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -webkit-linear-gradient(bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(bottom, #62c462, #51a351);
  background-image: -o-linear-gradient(bottom, #62c462, #51a351);
  background-image: linear-gradient(bottom, #62c462, #51a351);
}
/* line 108, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.warning {
  color: #fefefe;
  background: #dbb450;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dbb450), color-stop(100%, #f89406));
  background-image: -webkit-linear-gradient(bottom, #dbb450, #f89406);
  background-image: -moz-linear-gradient(bottom, #dbb450, #f89406);
  background-image: -o-linear-gradient(bottom, #dbb450, #f89406);
  background-image: linear-gradient(bottom, #dbb450, #f89406);
}
/* line 114, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.danger {
  color: #fefefe;
  background: #ee5f5b;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background-image: -webkit-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: linear-gradient(bottom, #ee5f5b, #bd362f);
}

@import url(http://fonts.googleapis.com/css?family=Montserrat);


.searchnav {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 50px;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    margin-top: 5px;
}

    .searchnav .icon {
        padding: 12px 5px;
    }

    .searchnav li {
        float: left;
        list-style-type: none;
        position: relative;
    }

        .searchnav li a {
            background: #1f3d67;
            font-size: 15px;
            color: white;
            display: block;
            line-height: 50px;
            padding: 0 26px;
            text-decoration: none;
            border-left: 1px solid #2e2e2e;
            /*font-family: Montserrat, sans-serif;*/
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
            font-weight: bold;
        }


#settings a {
    padding: 15px;
    height: 20px;
    font-size: 10px;
    line-height: 7px;
}

#search {
    width: 75%;
    margin: 4px;
}

#MainContent_search_text {
    width: 90%;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    border: 0 none;
    height: 40px;
    margin-right: 0;
    color: #999;
    outline: none;
    background: #fff;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

    #MainContent_search_text:focus {
        background: rgb(255, 255, 255);
    }

#MainContent_search_button {
    border: 0 none;
    background: url(/img/search.png) center no-repeat;
    width: 60px;
    float: left;
    padding: 0;
    text-align: center;
    height: 40px;
    cursor: pointer;
    margin-left: -1px;
}

#searchoptions {
    height: 50px;
}

    #searchoptions a {
        border-left: 0 none;
    }

    #searchoptions > a {
        padding-right: 42px;
        height: 50px;
    }

.searchsubnav {
    visibility: hidden;
    position: absolute;
    top: 110%;
    right: 0;
    width: 166px;
    height: auto;
    opacity: 0;
    transition: all 0.1s;
    background: #2F4051;
}

    .searchsubnav li {
        float: none;
    }

        .searchsubnav li a {
            border-bottom: 1px solid #2F4051;
        }

#searchoptions:hover .searchsubnav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

#MainContent_search_text {
    border-radius: 6px 0 0 6px;
}



@media (min-width: 768px) and (max-width: 1024px) {

    #search {
        width: 68%;
    }

    #MainContent_search_text {
        width: 85%;
    }
}

@media (min-width:800px) and (max-width: 1280px) {

    #search {
        width: 70%;
    }

    #MainContent_search_text {
        width: 85%;
    }
}

@media (min-width:980px) and (max-width: 1280px) {
    #search {
        width: 70%;
    }

    #searchoptions > a {
        padding-right: 42.222px;
    }
}



@media (max-width:640px) {
    #search {
        width: 100%;
    }
}

@media (max-width: 767px) {

    #search {
        width: 76%;
    }

    #MainContent_search_text {
        width: 90%;
    }

    #MainContent_search_button {
        width: 50px;
    }

    .searchnav .icon {
        display: none;
    }
}

@media (max-width: 320px) {
    #MainContent_search_button {
        width: 40px;
    }

    #search {
        width: 100%;
    }

    #MainContent_search_text {
        width: 84%;
    }

    form {
        margin: 0px;
    }

    #searchoptions {
        width: 100%;
    }

    .searchsubnav {
        width: 100%;
    }
}

@media (max-width:640px) {
    #MainContent_search_button {
        width: 40px;
    }

    #search {
        width: 100%;
    }

    #MainContent_search_text {
        width: 84%;
    }

    form {
        margin: 0px;
    }

    #searchoptions {
        width: 100%;
    }

    .searchsubnav {
        width: 100%;
    }
}

/*Grid*/
.ui-jqgrid {
position: relative;
width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-view {
position: relative;
left: 0;
top: 0;
padding: 0;
width: 100% !important;
}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
padding: .3em .2em .2em .3em;
position: relative;
font-size: 12px;
border-left: 0 none;
border-right: 0 none;
border-top: 0 none;
}

.ui-jqgrid .ui-jqgrid-caption {
text-align: left;
}

.ui-jqgrid .ui-jqgrid-title {
margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-titlebar-close {
position: absolute;
top: 50%;
width: 19px;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
display: block;
margin: 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
padding: 0;
}
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
border-left: 0 none !important;
border-top: 0 none !important;
border-right: 0 none !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
float: left;
padding: 0;
width: 100% !important;
width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-htable {
table-layout: fixed;
margin: 0;
width: 100% !important;
border-top: thin solid #ddd;
border-left: thin solid #ddd;
border-right: thin solid #ddd;
}

.ui-jqgrid .ui-jqgrid-htable th {
height: 22px;
padding: 0 4px 0 4px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
overflow: hidden;
position: relative;
height: auto;
padding-top: 10px;
font-size: 13px;
font-weight: bold;
white-space: normal;
word-wrap: break-word;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
overflow: hidden;
white-space: nowrap;
text-align: left;
border-top: 0 none;
border-bottom: 0 none;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
border: 0 none;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
border: 0 none;
}

/*.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
border-left: 0 none;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
border-right: 0 none;
}*/

.ui-first-th-ltr {
border-right: 1px solid;
}

.ui-first-th-rtl {
border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
white-space: nowrap;
zoom: 1;
height: 17px;
}

.ui-jqgrid .ui-jqgrid-resize {
display: none !important;
height: 20px !important;
position: relative;
cursor: e-resize;
overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
overflow: hidden;
position: absolute;
display: inline;
cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc {
margin-top: -3px;
height: 12px;
}

.ui-jqgrid .ui-icon-desc {
margin-top: 3px;
height: 12px;
}

.ui-jqgrid .ui-i-asc {
margin-top: 0;
height: 16px;
}

.ui-jqgrid .ui-i-desc {
margin-top: 0;
margin-left: 13px;
height: 16px;
}

.ui-jqgrid .ui-jqgrid-sortable {
cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
border-top-width: 1px !important;
border-top-color: inherit !important;
border-top-style: ridge !important;
}

.ui-jqgrid tr.ui-search-toolbar input {
margin: 1px 0 0 0;
}

.ui-jqgrid tr.ui-search-toolbar select {
margin: 1px 0 0 0;
}
/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
position: relative;
margin: 0;
padding: 0;
overflow: auto;
text-align: left;
height: 100% !important;
width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-btable {
table-layout:  auto;
margin: 0;
outline-style: none;
width: 100% !important;
border: thin solid #ddd;
border-top: none !important;
border-left: none !important;
}
/*table-layout:fixed;*/
.ui-jqgrid tr.jqgrow {
outline-style: none;
}

.ui-jqgrid tr.jqgroup {
outline-style: none;
}
/*.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}*/
.ui-jqgrid tr.jqgfirstrow td {
padding: 0 2px 0 2px;
border-right-width: 1px;
border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
font-weight: normal;
overflow: hidden;
white-space: pre;
height: 22px;
padding: 0 2px 0 2px;
border-bottom-width: 1px;
border-bottom-color: inherit;
border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td {
font-weight: bold;
overflow: hidden;
white-space: pre;
height: 22px;
padding: 0 2px 0 2px;
border-bottom-width: 1px;
border-bottom-color: inherit;
border-bottom-style: solid;
}
/*.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}*/
/*.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}*/
.ui-jqgrid td.jqgrid-rownum {
padding: 0 2px 0 2px;
margin: 0;
border: 0 none;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
width: 2px;
left: 0;
background-color: #777;
cursor: e-resize;
cursor: col-resize;
position: absolute;
top: 0;
height: 100px;
overflow: hidden;
display: none;
border: 0 none;
z-index: 99999;
}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
border-left: 0 none !important;
border-top: 0 none !important;
border-right: 0 none !important;
width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
table-layout: fixed;
margin-bottom: 0;
width: 100% !important;
}

.ui-jqgrid tr.footrow td {
font-weight: bold;
overflow: hidden;
white-space: nowrap;
height: 21px;
padding: 0 2px 0 2px;
border-top-width: 1px;
border-top-color: inherit;
border-top-style: solid;
border-top: none;
}

.ui-jqgrid tr.footrow-ltr td {
text-align: left;
border-right-width: 1px;
border-right-color: inherit;
border-right-style: solid;
background-color: #eee;
border-top: medium none;
height: 30px;
text-align: left;
border: thin solid #ddd;
padding-left: 8px;
}

.ui-jqgrid tr.footrow-rtl td {
text-align: right;
border-left-width: 1px;
border-left-color: inherit;
border-left-style: solid;
}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
border-bottom: thin solid #ddd;
border-image: none;
border-left: thin solid #ddd;
border-right: thin solid #ddd;
border-top: 0 none !important;
margin: 0 !important;
padding: 0 !important;
padding-top: 8px !important;
position: relative;
height: 35px;
white-space: nowrap;
overflow: hidden;
font-size: 13px;
width: 99.8% !important;
}

.ui-jqgrid .ui-pager-control {
position: relative;
}

.ui-jqgrid .ui-pg-table {
position: relative;
padding-bottom: 2px;
width: auto;
margin: 0;
}

.ui-jqgrid .ui-pg-table td {
font-weight: normal;
vertical-align: middle;
padding: 1px;
}

.ui-jqgrid .ui-pg-button {
height: 19px !important;
}

.ui-jqgrid .ui-pg-button span {
display: block;
margin: 1px;
float: left;
}

.ui-jqgrid .ui-pg-button:hover {
padding: 0;
}

.ui-jqgrid .ui-state-disabled:hover {
padding: 1px;
}

.ui-jqgrid .ui-pg-input {
height: 14px;
font-size: .8em;
margin: 0;
width: 20px;
text-align: center;
padding-bottom: 7px;
}

.ui-jqgrid .ui-pg-selbox {
font-size: .8em;
line-height: 18px;
display: block;
height: 18px;
margin: 0;
}

.ui-jqgrid .ui-separator {
height: 18px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 1px;
float: right;
}

.ui-jqgrid .ui-paging-info {
font-weight: normal;
height: 19px;
margin-top: 3px;
margin-right: 4px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
padding: 1px 0;
float: left;
position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
float: left;
margin: 0 2px;
}

.ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea {
margin: 0;
}

.ui-jqgrid td textarea {
width: auto;
height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
border-left: 0 none !important;
border-right: 0 none !important;
border-top: 0 none !important;
margin: 0 !important;
padding: 0 !important;
position: relative;
height: 25px !important;
white-space: nowrap;
overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
padding: 1px 0;
float: left;
position: relative;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
float: left;
margin: 0 2px;
}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
display: block;
}

.ui-jqgrid .ui-subgrid {
margin: 0;
padding: 0;
width: 100%;
}

.ui-jqgrid .ui-subgrid table {
table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
height: 18px;
border-right-width: 1px;
border-right-color: inherit;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: inherit;
border-bottom-style: solid;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
border-top: 0 none !important;
}

.ui-jqgrid .ui-subgrid td.subgrid-cell {
border-width: 0 0 1px 0;
}

.ui-jqgrid .ui-th-subgrid {
height: 20px;
}
/* loading */
.ui-jqgrid .loading {
position: absolute;
top: 45%;
left: 45%;
width: 100px !important;
z-index: 101;
*padding: 6px;
margin: 5px;
text-align: center;
font-weight: bold;
display: none;
border-width: 2px !important;
font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay {
display: none;
z-index: 100;
}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
border-left: 0 none;
border-right: 0 none;
height: 21px;
overflow: hidden;
}
/*Modal Window */
.ui-jqgrid .ui-jqdialog {
font-size: 11px;
}

.ui-jqdialog {
display: none;
width: 300px;
position: absolute;
padding: .2em;
font-size: 11px;
overflow: visible;
}

.ui-jqdialog .ui-jqdialog-titlebar {
padding: .3em .2em;
position: relative;
}

.ui-jqdialog .ui-jqdialog-title {
margin: .1em 0 .2em;
}

.ui-jqdialog .ui-jqdialog-titlebar-close {
position: absolute;
top: 50%;
width: 19px;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
cursor: pointer;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {
display: block;
margin: 1px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
padding: 0;
}

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
border: 0;
padding: .3em .2em;
background: none;
height: auto;
}

.ui-jqdialog .ui-jqconfirm {
padding: .4em 1em;
border-width: 3px;
position: absolute;
bottom: 10px;
right: 10px;
overflow: visible;
display: none;
height: 80px;
width: 220px;
text-align: center;
}

.ui-jqdialog > .ui-resizable-se {
bottom: -3px;
right: -3px;
}

.ui-jqgrid > .ui-resizable-se {
bottom: -3px;
right: -3px;
}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
margin: 0;
}

.ui-jqdialog-content .EditTable {
width: 100%;
margin-bottom: 0;
}

.ui-jqdialog-content .DelTable {
width: 100%;
margin-bottom: 0;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
margin: 0;
}

.EditTable td textarea {
width: auto;
height: auto;
}

.ui-jqdialog-content td.EditButton {
text-align: right;
border-top: 0 none;
border-left: 0 none;
border-right: 0 none;
padding-bottom: 5px;
padding-top: 5px;
}

.ui-jqdialog-content td.navButton {
text-align: center;
border-left: 0 none;
border-top: 0 none;
border-right: 0 none;
padding-bottom: 5px;
padding-top: 5px;
}

.ui-jqdialog-content input.FormElement {
padding: .3em;
}

.ui-jqdialog-content select.FormElement {
padding: .3em;
}

.ui-jqdialog-content .data-line {
padding-top: .1em;
border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
vertical-align: middle;
border: 0 none;
padding: 2px;
white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
padding: 2px;
border: 0 none;
vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
white-space: pre;
}

.fm-button {
display: inline-block;
margin: 0 4px 0 0;
padding: .4em .5em;
text-decoration: none !important;
cursor: pointer;
position: relative;
text-align: center;
zoom: 1;
}

.fm-button-icon-left {
padding-left: 1.9em;
}

.fm-button-icon-right {
padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
right: auto;
left: .2em;
margin-left: 0;
position: absolute;
top: 50%;
margin-top: -8px;
}

.fm-button-icon-right .ui-icon {
left: auto;
right: .2em;
margin-left: 0;
position: absolute;
top: 50%;
margin-top: -8px;
}

#nData, #pData {
float: left;
margin: 3px;
padding: 0;
width: 15px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
font-style: normal;
border-left: 0 none;
}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
margin: -1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
float: left;
position: relative;
height: 18px;
white-space: nowrap;
overflow: hidden;
}

.ui-jqgrid .tree-minus {
position: absolute;
height: 18px;
width: 18px;
overflow: hidden;
}

.ui-jqgrid .tree-plus {
position: absolute;
height: 18px;
width: 18px;
overflow: hidden;
}

.ui-jqgrid .tree-leaf {
position: absolute;
height: 18px;
width: 18px;
overflow: hidden;
}

.ui-jqgrid .treeclick {
cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
border-right-width: 1px;
border-right-color: inherit;
border-right-style: solid;
height: 20px;
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
text-align: right;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
float: right;
padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
float: right;
margin: -2px -2px -2px 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
float: left;
margin: -2px 0 -1px -3px;
}

.ui-jqgrid .ui-sort-rtl {
left: 0;
}

.ui-jqgrid .tree-wrap-ltr {
float: left;
}

.ui-jqgrid .tree-wrap-rtl {
float: right;
}

.ui-jqgrid .ui-ellipsis {
-moz-text-overflow: ellipsis;
text-overflow: ellipsis;
}

/* Toolbar Search Menu */
.ui-search-menu {
position: absolute;
padding: 2px 5px;
}

.ui-search-menu.ui-menu .ui-menu-item {
list-style-image: none;
padding-right: 0;
padding-left: 0;
}

.ui-search-menu.ui-menu .ui-menu-item a {
display: block;
}

.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover {
margin: -1px;
font-weight: normal;
}

.ui-jqgrid .ui-search-table {
padding: 0;
border: 0 none;
height: 20px;
width: 100%;
}

.ui-jqgrid .ui-search-table .ui-search-oper {
width: 20px;
}

a.g-menu-item, a.soptclass, a.clearsearchclass {
cursor: pointer;
}

.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
font-size: 11px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.multiselect-container {
position: absolute;
list-style-type: none;
margin: 0;
padding: 5px 0 0 24px;
width:95%;
}

.multiselect-container .input-group {
margin: 5px;
}

.multiselect-container > li {
padding: 0;
}

/*.multiselect-container > li > a.multiselect-all label {
font-weight: 700;
}*/

.multiselect-container > li.multiselect-group label {
margin: 0;
padding: 3px 20px 3px 20px;
height: 100%;
font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
cursor: pointer;
}

.multiselect-container > li > a {
padding: 0;
}

.multiselect-container > li > a > label {
margin: 0;
height: 100%;
cursor: pointer;
font-weight: 400;
padding: 3px 20px 3px 40px;
color:#000;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
width: 100%;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
margin-left: -20px;
margin-right: 0;
}

.btn-group {
width: 100%;
background-image: linear-gradient(#FFF, #F6F6F6 50%, #F4F4F4);
}

/*!
* Timepicker Component for Twitter Bootstrap
*
* Copyright 2013 Joris de Wit
*
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.bootstrap-timepicker {
position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
left: auto;
right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
left: auto;
right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
left: auto;
right: 13px;
}
.bootstrap-timepicker .add-on {
cursor: pointer;
}
.bootstrap-timepicker .add-on i {
display: inline-block;
width: 16px;
height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
display: inline-block;
left: 9px;
position: absolute;
top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
border-bottom: 6px solid #FFFFFF;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
content: "";
display: inline-block;
left: 10px;
position: absolute;
top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
border-radius: 4px;
}
.bootstrap-timepicker-widget table {
width: 100%;
margin: 0;
}
.bootstrap-timepicker-widget table td {
text-align: center;
height: 30px;
margin: 0;
padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
width: 100%;
}
.bootstrap-timepicker-widget table td a {
border: 1px transparent solid;
width: 100%;
display: inline-block;
margin: 0;
padding: 8px 0;
outline: 0;
color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
text-decoration: none;
background-color: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
width: 25px;
margin: 0;
text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
padding: 4px;
}
@media (min-width: 767px) {
.bootstrap-timepicker-widget.modal {
width: 200px;
margin-left: -100px;
}
}
@media (max-width: 767px) {
.bootstrap-timepicker {
width: 100%;
}
.bootstrap-timepicker .dropdown-menu {
width: 100%;
}
}

/* The below are for Digital Library */

.grid-fluid {
    border: thin solid #ddd;
    float: left;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 15px;
    padding-bottom: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px !important;
    width: 25%;
    color: #888888;
}

.search-item {
    min-height: 250px;
    max-height: 508px;
}

.search-item-provider {
    background-color: #f6f6f4;
    color: #738496;
    display: table;
    font-size: 13px;
    height: auto;
    padding: 6px 4px;
    width: 100%;
}

    .search-item-provider .item-elem {
        display: table-cell;
        font-weight: 400;
        height: 30px;
        padding-left: 10px;
        vertical-align: middle;
    }

        .search-item-provider .item-elem .info-container {
            display: table-cell;
            height: 40px;
            vertical-align: middle;
        }

        .search-item-provider .item-elem .brand-tooltip {
            display: block;
            max-height: 40px;
        }

            .search-item-provider .item-elem .brand-tooltip::before {
                content: "";
                display: inline-block;
                height: 100%;
                margin-right: -1px;
                vertical-align: middle;
            }

    .search-item-provider .item-icon {
        min-width: 30px;
        padding-left: 10px;
    }

    .search-item-provider .item-grade {
        min-width: 100px;
    }

    .search-item-provider .item-provider {
        width: 100%;
    }

    .search-item-provider .item-grade, .search-item-provider .item-icon {
        border-right: 1px solid #dce0e5;
    }

.coll-pagination {
    background-color: #f6f6f4;
    color: #738496;
    display: table;
    height: auto;
    padding: 6px 4px;
    width: 100%;
    text-align: center;
    font-size: 13;
}

hr {
    margin: 10px 0;
}

a, a:hover {
    text-shadow: none !important;
}

    .bread, a:hover {
        color: #000;
    }

.breadcrumdata {
    color: #3b79aa;
}

.span1 {
    float: left;
    width: 70px;
    text-align: center !important;
    margin-top: 17px !important;
}

[class*="span"] {
    float: left;
    margin-left: 0;
    min-height: 1px;
}

.listviewfooterheight {
    height: 55px !important;
    background-color: #f5f5f5;
}

.listviewheight {
    height: 270px !important;
}

/* End of the Digital Library */
@media screen and (max-width:640px) {

    #PendingFeepager_center {
        width: 175px !important;
    }

    #FeeSummarypager_center {
        width: 175px !important;
    }

    #FuturePaymentpager_center {
        width: 175px !important;
    }
}


@media screen and (max-width:640px) {

    .grid-fluid {
        border: thin solid #ddd;
        color: #888888;
        float: left;
        margin-bottom: 25px;
        padding-bottom: 10px !important;
        padding-left: 20px;
        padding-right: 7px;
        padding-top: 10px !important;
        width: 84% !important;
    }

    .search-item-provider {
        background-color: #f6f6f4;
        color: #738496;
        display: table;
        font-size: 13px;
        height: auto;
        width: 94% !important;
    }

        .search-item-provider .item-grade {
            min-width: 100px;
            text-align: center;
        }

        .search-item-provider .item-provider {
            text-align: center;
            width: 100%;
        }

    .coll-pagination {
        background-color: #f6f6f4;
        color: #738496;
        display: table;
        font-size: 13px !important;
        height: auto;
        margin-left: 10px;
        padding: 6px 0 !important;
        text-align: center;
        width: 93% !important;
    }

    blockquote {
        border-left: 5px solid #eee;
        margin: 0;
        padding: 0;
    }

    .table th, .table td, body .k-grid, body div.k-grid-header {
        font-size: 8px !important;
        padding: 1px;
    }
    .btn-text-small {
        font-size: 8px !important;
    }

    .ui-jqgrid .ui-jqgrid-htable th div {
        font-size: 9px;       
        word-wrap: break-word !important;
        font-weight: bold;
        height: auto;
        overflow: hidden;
        padding-top: 2px;
        position: relative;
    }

    .ui-jqgrid .ui-jqgrid-ftable {
        font-size: 9px;
        margin-bottom: 0;
        table-layout: auto;
        white-space: normal !important;
        width: 100% !important;       
        word-wrap: break-word !important;
    }

    .ui-jqgrid tr.footrow td {
        border-top: medium none;
        font-weight: bold;
        height: 21px;
        overflow: hidden;
        padding: 0 2px;
        white-space: normal;
    }

    .ui-jqgrid .ui-jqgrid-pager {
        font-size: 10px;
        white-space: normal !important;
    }

    #pager_center {
        width: 180px !important;
    }

    .ui-jqgrid .ui-paging-info {
        font-weight: normal;
        height: 19px;
        margin-right: 4px;
        margin-top: -17px;
        text-align: center !important;
    }

    #jqgh_jqgridtable_TITLE {
       
        word-wrap: break-word !important;
    }

    .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
        text-align: left;
        white-space: normal;
    }

    .ui-jqgrid .ui-jqgrid-htable th {
        height: 22px;
        padding: 0 2px;
    }

    i {
        padding-right: 0;
    }

    .btn {
        border-radius: 6px;
        box-shadow: none;
        outline: medium none;
        padding: 3px 4px 4px;
        text-shadow: none;
        margin-left: 5px;
    }

    #divgridimage {
        width: 100%;
    }

    #divgridstudentImage {
        width: 100%;
    }
}

blockquote {
    padding: 0 !important;
}

label {
    display: inline !important;
}

#divStaffRoster.listalign {
    width: 325px;
    float: left !important;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: thin solid #DDD;
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

@media screen and (min-width: 768px) and (max-width:1280px) {
    .ui-jqgrid .ui-jqgrid-htable th div {
        font-size: 12px !important;
        font-weight: bold;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
        text-align: left;
        white-space: normal;
    }

    .grid-fluid {
        border: thin solid #ddd;
        color: #888888;
        float: left;
        margin: 0 !important;
        padding-bottom: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px !important;
        width: 25%;
    }

    blockquote {
        border-left: 5px solid #eee;
        margin: 0;
        padding: 0;
    }

    .search-item-provider .item-icon {
        min-width: 30px;
        padding-left: 10px;
    }

    .search-item-provider .item-grade {
        min-width: 35px;
    }

    .search-item-provider .item-provider {
        min-width: 75px;
        width: 99%;
    }

    .coll-pagination {
        background-color: #f6f6f4;
        color: #738496;
        display: table;
        height: auto;
        margin-top: 10px;
        padding: 6px 4px;
        text-align: center;
        width: 100%;
    }



    .table-advance tr td {
        line-height: 15px;
        word-wrap: break-word !important;
        word-break: normal !important;
    }

    .grid-fluid {
        border: thin solid #ddd;
        color: #888888;
        float: left;
        margin-bottom: 25px;
        margin-left: 20px !important;
        margin-top: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px !important;
        width: 25%;
    }

    .checkboxdisable {
        color: #999;
    }
}

.btn-danger:hover {
    background-color: #d5d5d5 !important;
}

.btn-danger {
    background-color: #c1552b !important;
}


/*!
 * FullCalendar v2.7.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */.fc-bgevent,.fc-highlight{opacity:.3;filter:alpha(opacity=30)}.fc-icon,body .fc{font-size:1em}.fc-button-group,.fc-icon{display:inline-block}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-khtml-user-select:none;-webkit-touch-callout:none}.fc .fc-axis,.fc button,.fc-time-grid-event .fc-time,.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view .fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1}.fc-bgevent{background:#8fdf82}.fc-nonbusiness{background:#d7d7d7}.fc-icon{height:1em;line-height:1em;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close{cursor:pointer}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:400}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25;filter:alpha(opacity=25)}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-toolbar{margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}


#fullcalendarContainer .divFullcalendar {
    margin-top: 10px;
    margin-bottom: 50px;
}

#fullcalendarContainer .divEditCalendar {
    text-align: center;
}
  #fullcalendarContainer .fc-agenda-view .fc-day-grid {
      height: 70px;
  }

/*====calendar css==============*/
/* to stop up and down effect in chrome */
#fullcalendarContainer .fc-view.fc-month-view.fc-basic-view,
.fc-view.fc-agendaWeek-view.fc-agenda-view,
.fc-view.fc-agendaDay-view.fc-agenda-view {
    margin-top: 0 !important;
    border-right: solid 1px #ddd;
}



#fullcalendarContainer th.fc-day-header.fc-widget-header {
    background-color: #FFFFFF;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 16px;
    color: black;
}


#fullcalendarContainer .fc-day-header.fc-widget-header {
    vertical-align: middle;
}


#fullcalendarContainer .ipPck {
    width: 98% !important;
}

#fullcalendarContainer .margin-left-20 {
    margin-left: 20px;
}

#fullcalendarContainer .margin-left-15 {
    margin-left: 15px;
}

#fullcalendarContainer #modalPopupEvent .span1, #modalPopupHoliday .span1 {
    margin-top: 0 !important;
}

#fullcalendarContainer #modalPopupEvent .modal-body {
    height: 95px;
}

#fullcalendarContainer .bootstrap-timepicker-widget.dropdown-menu {
    top: -36px;
    left: 15px;
}

#fullcalendarContainer .chzn-container-single .chzn-search input {
    width: 92% !important;
}


#fullcalendarContainer .delete-event {
    float: right;
}
/*==================New CSS============================*/
#fullcalendar .fc-button.fc-state-default {
    background: none !important;
    border: none !important;
    color: #fff !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
}

#fullcalendar .fc-state-active {
    color: white !important;
    border: 0;
}

#fullcalendar .fc-toolbar {
    background-color: #63A8EB;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

    #fullcalendar .fc-toolbar.fc-center {
        color: white;
        text-transform: uppercase;
    }

#fullcalendarContainer .fc-day-header.fc-widget-header {
    color: #63A8EB !important;
    text-transform: uppercase;
}

#fullcalendarContainer .fc-center {
    color: white;
    text-transform: uppercase;
}

#fullcalendarContainer .fc-state-active {
    font-weight: 600;
}
.fc-widget-content, .fc-widget-header {
    border-right: none !important;
}
.fc-widget-content, .fc-widget-header {
    border-right: none !important;
}
.fc-toolbar h2 {
    font-size: 20px;
    line-height: normal;
    margin: 4px 0 0;
}
