

/* 
    Template Name: Cittirai - Responsive Admin Dashboard Template
    Document Name  : style.css
    Created on : Jan 1, 2014, 00:15:18 AM
    Author     : Prakasam Mathaiyan
    Website: http://www.themesway.com/
    Version: 1.0
    Description:
        Main Styles Controls the Theme
*/


/*********************
    FONTS IMPORT
*********************/


@import url('../fonts/open-sans/open-sans.css');
@import url('../fonts/font-awesome/css/font-awesome.css');
@import url('../fonts/fsquere/style.css');
@import url('../fonts/icomoon/icomoon-icons.css');

/*********************
    General
*********************/
body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin: 0px;
    font-size: 12px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    line-height: inherit;
    color: #29323d;
    font-family: 'open_sanslight';
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-style: italic;
}

strong{
    font-family: 'open_sanssemibold';
}

/*******************************
        NAVBAR AND HEADER
*******************************/

.navbar-inverse {
    min-height: 48px;
    margin-bottom: 0px;
    border-radius: 0px; 
}

/* navbar-nav*/
.navbar-inverse .navbar-nav {
    padding-right: 20px;
}

/* menu toggler */
.navbar-inverse .navbar-toggle {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

/* navbar brand*/
.navbar-inverse .navbar-brand {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 11px 20px;
}

.navbar-inverse .navbar-brand strong {
    font-weight: normal;
}

/* navbar links */
.navbar-inverse .nav > li > a {
    padding: 13px 15px 8px;
    outline: 0px;
    height: 46px;
    transition: background .1s linear;
    -moz-transition: background .1s linear; /* Firefox 4 */
    -webkit-transition: background .1s linear; /* Safari and Chrome */
    -o-transition: background .1s linear;  /* Opera */
}

/* dropdown caret */
.dropdown .caret {
    position: relative;
    top: 0px;	
}

.navbar .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 5px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

/* dropdown active */
.dropdown.open > a, 
.dropdown.open > a:hover, 
.dropdown.open > a:focus {
    border-color: #101417;
}

/* dropdown menu */
.dropdown-menu > li > a {
    font-size: 13px;
    outline: none;
}

.header {
    margin-bottom: 60px;
}

.header h1, .header h2, .header h3, .header h4, .header h5 {
    float: left;
    margin-top: 5px;
}

/* Custom navbar stuff */
/* search input */
.navbar-inverse {
    /* navbar settings and logout icons */
    /* notification menu with custom dropdowns */
    /* navbar popup dialog */;
}

.navbar-inverse input.search {
    height: 27px;
    width: 220px;
    padding: 3px 6px;
    position: relative;
    border-radius: 20px;
    top: 9px;
    font-size: 13px;
    margin-right: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-inverse input.search:focus {
    outline: 0;
    background-color: #fff;
    border: 0;
}

.navbar-inverse .notification-dropdown {
    position: relative;
}

.navbar-inverse .dropdown img.userimg {
    width: 25px;
    height: 25px;
    border-radius: 15px;
}

.navbar-inverse .notification-dropdown i {
    font-size: 17px;
}

.navbar-inverse .notification-dropdown .count {
    position: absolute;
    top: 1px;
    left: 58%;
    background: #35bac4;
    padding: 0px 5px;
    border-radius: 30px;
    color: #fff;
    line-height: 16px;
    z-index: 99;
    text-align: center;
    font-size: 11px;
}

.navbar-inverse .pop-dialog {
    position: absolute;
    right: -10px;
    top: 55px;
    display: none;
}

.navbar-inverse .pop-dialog.is-visible {
    display: block;
    -webkit-animation: reveal .2s ease-out;
    -moz-animation: reveal .2s ease-out;
    animation: reveal .2s ease-out;
}

.navbar-inverse .pop-dialog .body {
    box-shadow: 0px 1px 9px 1px #c2c2c2;
}

.navbar-inverse .pop-dialog .close-icon {
    float: right;
    text-decoration: none;
    z-index: 9999;
    position: relative;
}

.navbar-inverse .pop-dialog .footer {
    border-top: 1px solid #e6e8e9;
    background-color: #eff4f7;
    margin: 15px 0px -10px 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 12px 20px;
    text-align: center;
}

.navbar-inverse .pop-dialog .footer a {
    font-weight: 600;
    color: #7d91a8;
}

.navbar-inverse .pop-dialog .notifications {
    width: 330px;
    margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .notifications h3 {
    font-size: 13px;
    color: #404951;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.navbar-inverse .pop-dialog .notifications .item {
    display: block;
    padding: 10px 0px 8px 20px;
    border-top: 1px solid #e7e8ea;
    color: #363636;
    text-decoration: none;
    padding-left: 50px;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.navbar-inverse .pop-dialog .notifications .item > i {
    position: absolute;
    left: 19px;
    font-size: 18px;
}


.navbar-inverse .pop-dialog .notifications .item .time {
    float: right;
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
}

.navbar-inverse .pop-dialog .notifications .item .time i {
    font-size: 13px;
    margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages {
    width: 325px;
    margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .messages .item {
    display: block;
    padding: 10px 20px 15px 20px;
    height: 80px;
    border-bottom: 1px solid #e7e8ea;
    color: #363636;
    text-decoration: none;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.navbar-inverse .pop-dialog .messages .item.last {
    border-bottom: 0px;
}

.navbar-inverse .pop-dialog .messages .item .display {
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 50px;
    margin-right: 15px;
}

.navbar-inverse .pop-dialog .messages .item .name {
    font-size: 12px;
    color: #404951;
    font-weight: bold;
}

.navbar-inverse .pop-dialog .messages .item .msg {
    font-size: 11px;
    color: #636363;
    line-height: 13px;
    position: relative;
    top: 2px;
}

.navbar-inverse .pop-dialog .messages .item .time {
    position: absolute;
    right: 0px;
    bottom: 6px;
    color: #82a3c1;
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
}

.navbar-inverse .pop-dialog .messages .item .time i {
    font-size: 13px;
    color: #cfcfcf;
    margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages .footer {
    margin-top: 6px;
}

/* Custom Dialog */
.pop-dialog {
  z-index: 10000;
  display: inline-block;
}
.pop-dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.pop-dialog .pointer {
  position: relative;
  top: -22px;
  /* pop-dialog with pointer to the right */
}
.pop-dialog .pointer .arrow,
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  left: 25px;
}
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #a1a1a1;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  left: 24px;
}
.pop-dialog .pointer.right .arrow {
  left: auto;
  right: 25px;
}
.pop-dialog .pointer.right .arrow_border {
  left: auto;
  right: 24px;
}
.pop-dialog .body {
  width: auto;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #d6d6d6;
  padding: 10px;
}

/* Dropdown with dialog */
.ui-dropdown {
  position: relative;
  display: inline-block;
}
.ui-dropdown .head {
  color: #272727;
  font-size: 13px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 4px 46px 4px 12px;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 4px 0px #efefef;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  background: linear-gradient(to bottom, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}

.ui-dropdown .head:hover, .ui-dropdown .head.active {
  background: #fefefe;
  background: -moz-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #fdfdfd), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  background: -o-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  background: linear-gradient(to bottom, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1',GradientType=0 );
}

.ui-dropdown .head:active, .ui-dropdown .head.active {
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ui-dropdown .head i.arrow-down {
  position: absolute;
  top: 12px;
  right: 16px;
}

.ui-dropdown .dialog {
  display: none;
  position: absolute;
  right: 0px;
  top: 42px;
  z-index: 100;
}

.ui-dropdown .dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}

.ui-dropdown .dialog .pointer {
  position: relative;
  top: -22px;
}

.ui-dropdown .dialog .pointer .arrow,
.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  right: 25px;
}

.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #a1a1a1;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  right: 24px;
}

.ui-dropdown .dialog .body {
  width: 440px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #d6d6d6;
  padding: 8px 10px 8px 10px;
}

.ui-dropdown .dialog .body p.title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}

.ui-dropdown .dialog .body form select {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  height: 27px;
  margin-right: 2px;
}

.ui-dropdown .dialog .body form input[type="text"] {
  height: 17px;
  width: 90px;
  margin-right: 2px;
}

.ui-dropdown .dialog .body form a {
  vertical-align: top;
}

/*********************
        Sidebar
*********************/
body.menu {
    overflow-x: hidden; 
}

body.menu .content {
    margin-left: 165px;
    position: fixed;
    width: 850px; 
}

body.menu #sidebar-nav {
    position: absolute;
    left: 0;
    /*height: 100%;*/
    border-right: 0px;
    box-shadow: none; 
}

#sidebar-nav {
    position: absolute;
    width: 180px;
    float: left;
    margin: 0em;
    padding-top: 0.8em;
}

#sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    /* sidebar submenus */;
}

#sidebar-nav #dashboard-menu > li > a {
    display: block;
    padding: 19px 14px 15px 14px;
    margin-left: -15px;
    margin-bottom: 5px;
    outline: 0px;
    line-height: 21px;
}

#sidebar-nav #dashboard-menu > li {
    position: relative;
    /* font awesome icon */;
}

#sidebar-nav #dashboard-menu > li .icon-group {
    font-size: 22px;
}

#sidebar-nav #dashboard-menu > li i {
    font-size: 23px;
    top: 17px;
}

#sidebar-nav #dashboard-menu > li:hover i {
    opacity: 1;
}

#sidebar-nav #dashboard-menu > li.active a {
    font-family: 'open_sanssemibold';
}

#sidebar-nav #dashboard-menu > li.active i {
    opacity: 1;
}

#sidebar-nav #dashboard-menu .pointer {
    position: absolute;
    right: 9px;
    top: 20px;
}

#sidebar-nav #dashboard-menu .pointer .arrow,
#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}

#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}

#sidebar-nav #dashboard-menu a span {
    margin-left: 35px;
    transition: color .1s linear;
    -moz-transition: color .1s linear;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
}

#sidebar-nav #dashboard-menu a.ui-elements span {
    margin-left: 25px;
}

#sidebar-nav #dashboard-menu a i {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
}

#sidebar-nav #dashboard-menu a i.menuArrowDwn {
    position: relative;
    float: right;
    top: 5px;
    font-size: 11px;
    width: initial;
    height: initial;
}

#sidebar-nav #dashboard-menu > li.active .dropdown-toggle,
#sidebar-nav #dashboard-menu > li.open .dropdown-toggle {
    border-bottom: 0px;
    box-shadow: none;
}

#sidebar-nav #dashboard-menu ul.submenu {
    list-style-type: none;
    display: none;
    margin-top: 7px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: -15px;
    padding-left: 15px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    padding-bottom: 10px;
}

#sidebar-nav #dashboard-menu ul.submenu.active {
    display: block;
}

#sidebar-nav #dashboard-menu ul.submenu a {
    font-weight: normal;
    font-size: 13px;
    color: #4c535a;
    text-decoration: none;
    display: block;
    margin-bottom: 7px;
}

/* Switch slider button */
.slider-frame {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 67px;
  background-color: #d5dde4;
  height: 23px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.slider-frame.info {
  background-color: rgba(92, 160, 163, 0.9);
}
.slider-frame.success {
  background-color: rgba(151, 192, 73, 0.9);
}
.slider-frame.primary {
  background-color: rgba(91, 158, 214, 0.9);
}
.slider-frame.danger {
  background-color: #d94774;
}

.slider-button {
  display: block;
  width: 37px;
  height: 23px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #d0dde9;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.slider-button.on {
  margin-left: 29px;
}

/**********************************
        Full contant Center
***********************************/

#pad-wrapper {
    padding: 0px 25px;
    margin-top: 30px;
}

#pad-wrapper h4 {
    color: #696d73;
}

.content {
    min-width: 400px;
    margin-bottom: 40px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
/*    background: #fff;*/
    margin-left: 177px;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    -ms-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}

.content.wide-content {
    margin-left: 0;
    border-radius: 0;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0px;
    border-bottom: 1px solid #eeeeee;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #b2b6bf;
    margin-right: 2px;
    padding: 0 5px 0 2px;
    position: relative;
    top: 1px;
}

h3.page-header{
    padding-left: 20px;
    margin: 0px;
}
h3.page-header small{
    font-size: 12px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:0px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

/**********************************
        GENERAL UI ELEMENTS
***********************************/

/*1. Form Elements*/

input.search {
    background: url("../images/lens.png") #fcfcfc no-repeat 95%;
    box-shadow: none;
    height: 25px;
    width: 220px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #d0dde9;
    margin: 0;
    border-radius: 2px;
    top: 11px;
}

code {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);  
}

label {
    font-family: 'open_sanssemibold';
    font-size: 13px;
}

.form-control:-moz-placeholder {
    color: #999999;
    font-style: italic;
}

.form-control::-moz-placeholder {
    color: #999999;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}

.form-control {  
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-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 {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.uneditable-input {
    padding: 6px 12px;
    min-width: 206px;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-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;
}

label.form-control {
    display: block;
    margin-bottom: 5px;
}

input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
    background-color: #F4F4F4 !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #F9F9F9 !important;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.right i {
    right: 15px;
    float: right;
}

.input-icon input {
    padding-left: 33px !important;
}

.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}

/* input  groups */
.input-group.input-group-fixed {
    width: auto !important;
}

.input-group-addon {
    border-color: #e5e5e5;
    background: #e5e5e5;
}

.input-group-addon > i {
    color: #999;
}

/* form control sizing */
.form-control-inline {
    display: inline-block !important;
}

.input-xsmall {
    width: 60px !important;
}

.input-small {
    width: 120px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 480px !important;
}

/***
Input spinner
***/

input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner,
input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner {
    background-image: url("../images/input-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: right 8px;
}

@media (max-width: 768px) {

    .input-large {
        width: 250px !important;
    }

    .input-xlarge {
        width: 300px !important;
    }

} 

/***
Error States
***/

.has-warning .help-inline,
.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-inline,
.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-inline,
.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.error{
    color: #f12525;
}

/***********************************************************/
.icheckbox_minimal,
.iradio_minimal{
    float: left;
    margin-right: 10px;
}

.bootstrap-timepicker-hour,
.bootstrap-timepicker-minute,
.bootstrap-timepicker-meridian{
    border: 1px solid #999999;
    width: 50px !important;
}

.wysihtmlFive{
    min-height: 300px;
}


/***
CKEditor css changes
***/
.cke_bottom, 
.cke_inner, 
.cke_top, 
.cke_reset, 
.cke_dialog_title,
.cke_dialog_footer,
.cke_dialog {
  background-image: none !important;
  filter:none !important; 
  border-top: 0 !important;
  border-bottom: 0 !important;
   -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
           box-shadow: none !important;
  text-shadow:none !important;
}

.cke_dialog_ui_button,
.cke_dialog_tab {
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow:none !important;
}

.cke_dialog_ui_button:hover,
.cke_dialog_tab:hover {
  text-decoration: none;
  text-shadow:none !important;
}

.cke_dialog_ui_input_text {
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cke_combo_button, 
.cke_button, 
.cke_toolbar, 
.cke_toolgroup {
  background-image: none !important;
  filter:none !important;
  border: 0 !important;
   -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cke_button, 
.cke_combo_button,
.cke_panel_grouptitle,
.cke_hc.cke_panel_listItem a {  
  background-image: none !important;
  filter:none !important;
  text-shadow:none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.cke_button:hover, 
.cke_combo_button:hover {  
  background-color: #ddd;
}

.cke_toolbar_break {
  background-image: none !important;
  filter:none !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}


#code-editor { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



/***
Notes
***/

/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  border-radius: 0px 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}


/*2. Buttons*/

.btn-primary {
    background: #f8a57f;
    color: #fff;
    border-color: #e9926a;
}


.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] 
.btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] 
.btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] 
.btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] 
.btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] 
.btn-primary.active {
    background-color: #ee956c;
    border-color: #f8a57f;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background: #ee956c;
    border-color: #f8a57f;
}

.btn-success.disabled, .btn-success[disabled], 
fieldset[disabled] .btn-success, .btn-success.disabled:hover, 
.btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] 
.btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, .btn-success.disabled.active, 
.btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background: #afc62e;
    border-color: #9db226;
}

.btn-success {
    background: #afc62e;
    color: #fff;
    border-color: #9db226;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
    color: #fff;
    background: #a4b830;
    border-color: #9db226;
}

.btn-warning.disabled, .btn-warning[disabled], 
fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, 
.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, 
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, 
fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, 
.btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, 
.btn-warning.disabled.active, .btn-warning[disabled].active, 
fieldset[disabled] .btn-warning.active {
    background-color: #fed40e;
    border-color: #f2c806;
}

.btn-warning {
    color: #fff;
    background-color: #fed40e;
    border-color: #f2c806;
}

.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background: #f2c806;
    border-color: #f2c806;
}




.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;
}

.btn-rounded{
    padding: 10px 13px;
    border-radius: 50px !important;
}

/*!
 * Social Buttons for Twitter Bootstrap
 */

.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  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='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783;
  *background-color: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9;
}

.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c95d0;
  *background-color: #0271bf;
  background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
  background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
  background-image: -o-linear-gradient(top, #2daddc, #0271bf);
  background-image: linear-gradient(to bottom, #2daddc, #0271bf);
  background-repeat: repeat-x;
  border-color: #0271bf #0271bf #014473;
  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='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background-color: #0271bf;
  *background-color: #0262a6;
}

.btn-twitter:active,
.btn-twitter.active {
  background-color: #01538d \9;
}

.btn-github {
  color: #000000;
  text-shadow: 0 0.7px 0 rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  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='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.btn-github.disabled,
.btn-github[disabled] {
  color: #000000;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-github:active,
.btn-github.active {
  background-color: #cdcdcd \9;
}

.btn-pinterest {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c51e25;
  *background-color: #ab171e;
  background-image: -moz-linear-gradient(top, #d62229, #ab171e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d62229), to(#ab171e));
  background-image: -webkit-linear-gradient(top, #d62229, #ab171e);
  background-image: -o-linear-gradient(top, #d62229, #ab171e);
  background-image: linear-gradient(to bottom, #d62229, #ab171e);
  background-repeat: repeat-x;
  border-color: #ab171e #ab171e #680e12;
  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='#ffd62229', endColorstr='#ffab171e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.btn-pinterest.disabled,
.btn-pinterest[disabled] {
  color: #ffffff;
  background-color: #ab171e;
  *background-color: #95141a;
}

.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #7e1116 \9;
}

.btn-linkedin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #60a9ce;
  *background-color: #4393bb;
  background-image: -moz-linear-gradient(top, #73b8db, #4393bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73b8db), to(#4393bb));
  background-image: -webkit-linear-gradient(top, #73b8db, #4393bb);
  background-image: -o-linear-gradient(top, #73b8db, #4393bb);
  background-image: linear-gradient(to bottom, #73b8db, #4393bb);
  background-repeat: repeat-x;
  border-color: #4393bb #4393bb #2f6783;
  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='#ff73b8db', endColorstr='#ff4393bb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.btn-linkedin.disabled,
.btn-linkedin[disabled] {
  color: #ffffff;
  background-color: #4393bb;
  *background-color: #3c84a8;
}

.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #367595 \9;
}

.btn-google-plus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d34332;
  *background-color: #c53727;
  background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
  background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
  background-image: -o-linear-gradient(top, #dd4b39, #c53727);
  background-image: linear-gradient(to bottom, #dd4b39, #c53727);
  background-repeat: repeat-x;
  border-color: #c53727 #c53727 #85251a;
  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='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.btn-google-plus.disabled,
.btn-google-plus[disabled] {
  color: #ffffff;
  background-color: #c53727;
  *background-color: #b03123;
}

.btn-google-plus:active,
.btn-google-plus.active {
  background-color: #9a2b1f \9;
}

.btn-instagram {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5c88ab;
  *background-color: #3f729b;
  background-image: -moz-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f97b6), to(#3f729b));
  background-image: -webkit-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -o-linear-gradient(top, #6f97b6, #3f729b);
  background-image: linear-gradient(to bottom, #6f97b6, #3f729b);
  background-repeat: repeat-x;
  border-color: #3f729b #3f729b #294a65;
  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='#ff6f97b6', endColorstr='#ff3f729b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.btn-instagram.disabled,
.btn-instagram[disabled] {
  color: #ffffff;
  background-color: #3f729b;
  *background-color: #386589;
}

.btn-instagram:active,
.btn-instagram.active {
  background-color: #305777 \9;
}

.btn-dropbox {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e95e0;
  *background-color: #2181cf;
  background-image: -moz-linear-gradient(top, #37a3eb, #2181cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#37a3eb), to(#2181cf));
  background-image: -webkit-linear-gradient(top, #37a3eb, #2181cf);
  background-image: -o-linear-gradient(top, #37a3eb, #2181cf);
  background-image: linear-gradient(to bottom, #37a3eb, #2181cf);
  background-repeat: repeat-x;
  border-color: #2181cf #2181cf #16588d;
  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='#ff37a3eb', endColorstr='#ff2181cf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.btn-dropbox.disabled,
.btn-dropbox[disabled] {
  color: #ffffff;
  background-color: #2181cf;
  *background-color: #1d73b9;
}

.btn-dropbox:active,
.btn-dropbox.active {
  background-color: #1a66a3 \9;
}

.btn-bitbucket {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #285991;
  *background-color: #205081;
  background-image: -moz-linear-gradient(top, #2d5f9c, #205081);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d5f9c), to(#205081));
  background-image: -webkit-linear-gradient(top, #2d5f9c, #205081);
  background-image: -o-linear-gradient(top, #2d5f9c, #205081);
  background-image: linear-gradient(to bottom, #2d5f9c, #205081);
  background-repeat: repeat-x;
  border-color: #205081 #205081 #112a44;
  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='#ff2d5f9c', endColorstr='#ff205081', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.btn-bitbucket.disabled,
.btn-bitbucket[disabled] {
  color: #ffffff;
  background-color: #205081;
  *background-color: #1b436d;
}

.btn-bitbucket:active,
.btn-bitbucket.active {
  background-color: #163758 \9;
}

.btn-dribbble {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #de447f;
  *background-color: #cb396f;
  background-image: -moz-linear-gradient(top, #ea4c89, #cb396f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea4c89), to(#cb396f));
  background-image: -webkit-linear-gradient(top, #ea4c89, #cb396f);
  background-image: -o-linear-gradient(top, #ea4c89, #cb396f);
  background-image: linear-gradient(to bottom, #ea4c89, #cb396f);
  background-repeat: repeat-x;
  border-color: #cb396f #cb396f #91264e;
  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='#ffea4c89', endColorstr='#ffcb396f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active,
.btn-dribbble.active,
.btn-dribbble.disabled,
.btn-dribbble[disabled] {
  color: #ffffff;
  background-color: #cb396f;
  *background-color: #ba3163;
}

.btn-dribbble:active,
.btn-dribbble.active {
  background-color: #a62b59 \9;
}

.btn-flickr {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f63198;
  *background-color: #ff0084;
  background-image: -moz-linear-gradient(top, #f051a5, #ff0084);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f051a5), to(#ff0084));
  background-image: -webkit-linear-gradient(top, #f051a5, #ff0084);
  background-image: -o-linear-gradient(top, #f051a5, #ff0084);
  background-image: linear-gradient(to bottom, #f051a5, #ff0084);
  background-repeat: repeat-x;
  border-color: #ff0084 #ff0084 #b3005c;
  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='#fff051a5', endColorstr='#ffff0084', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.btn-flickr.disabled,
.btn-flickr[disabled] {
  color: #ffffff;
  background-color: #ff0084;
  *background-color: #e60077;
}

.btn-flickr:active,
.btn-flickr.active {
  background-color: #cc006a \9;
}

.btn-foursquare {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #079dcd;
  *background-color: #0072b1;
  background-image: -moz-linear-gradient(top, #0cbadf, #0072b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0cbadf), to(#0072b1));
  background-image: -webkit-linear-gradient(top, #0cbadf, #0072b1);
  background-image: -o-linear-gradient(top, #0cbadf, #0072b1);
  background-image: linear-gradient(to bottom, #0cbadf, #0072b1);
  background-repeat: repeat-x;
  border-color: #0072b1 #0072b1 #004165;
  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='#ff0cbadf', endColorstr='#ff0072b1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.btn-foursquare.disabled,
.btn-foursquare[disabled] {
  color: #ffffff;
  background-color: #0072b1;
  *background-color: #006298;
}

.btn-foursquare:active,
.btn-foursquare.active {
  background-color: #00517e \9;
}

.btn-renren {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3773ab;
  *background-color: #33669a;
  background-image: -moz-linear-gradient(top, #397cb6, #33669a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#397cb6), to(#33669a));
  background-image: -webkit-linear-gradient(top, #397cb6, #33669a);
  background-image: -o-linear-gradient(top, #397cb6, #33669a);
  background-image: linear-gradient(to bottom, #397cb6, #33669a);
  background-repeat: repeat-x;
  border-color: #33669a #33669a #204061;
  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='#ff397cb6', endColorstr='#ff33669a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-renren:hover,
.btn-renren:focus,
.btn-renren:active,
.btn-renren.active,
.btn-renren.disabled,
.btn-renren[disabled] {
  color: #ffffff;
  background-color: #33669a;
  *background-color: #2d5987;
}

.btn-renren:active,
.btn-renren.active {
  background-color: #264d74 \9;
}

.btn-skype {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #43bbe8;
  *background-color: #00aff0;
  background-image: -moz-linear-gradient(top, #70c3e2, #00aff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70c3e2), to(#00aff0));
  background-image: -webkit-linear-gradient(top, #70c3e2, #00aff0);
  background-image: -o-linear-gradient(top, #70c3e2, #00aff0);
  background-image: linear-gradient(to bottom, #70c3e2, #00aff0);
  background-repeat: repeat-x;
  border-color: #00aff0 #00aff0 #0077a3;
  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='#ff70c3e2', endColorstr='#ff00aff0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-skype:hover,
.btn-skype:focus,
.btn-skype:active,
.btn-skype.active,
.btn-skype.disabled,
.btn-skype[disabled] {
  color: #ffffff;
  background-color: #00aff0;
  *background-color: #009cd7;
}

.btn-skype:active,
.btn-skype.active {
  background-color: #008abd \9;
}

.btn-stackexchange {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3a70b0;
  *background-color: #185397;
  background-image: -moz-linear-gradient(top, #5184c1, #185397);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5184c1), to(#185397));
  background-image: -webkit-linear-gradient(top, #5184c1, #185397);
  background-image: -o-linear-gradient(top, #5184c1, #185397);
  background-image: linear-gradient(to bottom, #5184c1, #185397);
  background-repeat: repeat-x;
  border-color: #185397 #185397 #0e2f55;
  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='#ff5184c1', endColorstr='#ff185397', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-stackexchange:hover,
.btn-stackexchange:focus,
.btn-stackexchange:active,
.btn-stackexchange.active,
.btn-stackexchange.disabled,
.btn-stackexchange[disabled] {
  color: #ffffff;
  background-color: #185397;
  *background-color: #154781;
}

.btn-stackexchange:active,
.btn-stackexchange.active {
  background-color: #113b6b \9;
}

.btn-trello {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #438ab4;
  *background-color: #27709b;
  background-image: -moz-linear-gradient(top, #569cc4, #27709b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#569cc4), to(#27709b));
  background-image: -webkit-linear-gradient(top, #569cc4, #27709b);
  background-image: -o-linear-gradient(top, #569cc4, #27709b);
  background-image: linear-gradient(to bottom, #569cc4, #27709b);
  background-repeat: repeat-x;
  border-color: #27709b #27709b #18445e;
  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='#ff569cc4', endColorstr='#ff27709b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-trello:hover,
.btn-trello:focus,
.btn-trello:active,
.btn-trello.active,
.btn-trello.disabled,
.btn-trello[disabled] {
  color: #ffffff;
  background-color: #27709b;
  *background-color: #226187;
}

.btn-trello:active,
.btn-trello.active {
  background-color: #1d5372 \9;
}

.btn-tumblr {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #34526e;
  *background-color: #2a4763;
  background-image: -moz-linear-gradient(top, #3a5976, #2a4763);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a5976), to(#2a4763));
  background-image: -webkit-linear-gradient(top, #3a5976, #2a4763);
  background-image: -o-linear-gradient(top, #3a5976, #2a4763);
  background-image: linear-gradient(to bottom, #3a5976, #2a4763);
  background-repeat: repeat-x;
  border-color: #2a4763 #2a4763 #13202d;
  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='#ff3a5976', endColorstr='#ff2a4763', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.btn-tumblr.disabled,
.btn-tumblr[disabled] {
  color: #ffffff;
  background-color: #2a4763;
  *background-color: #223a51;
}

.btn-tumblr:active,
.btn-tumblr.active {
  background-color: #1b2d3f \9;
}

.btn-vk {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50739a;
  *background-color: #426187;
  background-image: -moz-linear-gradient(top, #5a7fa6, #426187);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a7fa6), to(#426187));
  background-image: -webkit-linear-gradient(top, #5a7fa6, #426187);
  background-image: -o-linear-gradient(top, #5a7fa6, #426187);
  background-image: linear-gradient(to bottom, #5a7fa6, #426187);
  background-repeat: repeat-x;
  border-color: #426187 #426187 #293c54;
  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='#ff5a7fa6', endColorstr='#ff426187', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.btn-vk.disabled,
.btn-vk[disabled] {
  color: #ffffff;
  background-color: #426187;
  *background-color: #3a5576;
}

.btn-vk:active,
.btn-vk.active {
  background-color: #314865 \9;
}

.btn-weibo {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f14f4f;
  *background-color: #e64141;
  background-image: -moz-linear-gradient(top, #f85959, #e64141);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f85959), to(#e64141));
  background-image: -webkit-linear-gradient(top, #f85959, #e64141);
  background-image: -o-linear-gradient(top, #f85959, #e64141);
  background-image: linear-gradient(to bottom, #f85959, #e64141);
  background-repeat: repeat-x;
  border-color: #e64141 #e64141 #c11919;
  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='#fff85959', endColorstr='#ffe64141', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-weibo:hover,
.btn-weibo:focus,
.btn-weibo:active,
.btn-weibo.active,
.btn-weibo.disabled,
.btn-weibo[disabled] {
  color: #ffffff;
  background-color: #e64141;
  *background-color: #e32a2a;
}

.btn-weibo:active,
.btn-weibo.active {
  background-color: #d81c1c \9;
}

.btn-xing {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #155c5d;
  *background-color: #074c4d;
  background-image: -moz-linear-gradient(top, #1f6768, #074c4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f6768), to(#074c4d));
  background-image: -webkit-linear-gradient(top, #1f6768, #074c4d);
  background-image: -o-linear-gradient(top, #1f6768, #074c4d);
  background-image: linear-gradient(to bottom, #1f6768, #074c4d);
  background-repeat: repeat-x;
  border-color: #074c4d #074c4d #010707;
  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='#ff1f6768', endColorstr='#ff074c4d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-xing:hover,
.btn-xing:focus,
.btn-xing:active,
.btn-xing.active,
.btn-xing.disabled,
.btn-xing[disabled] {
  color: #ffffff;
  background-color: #074c4d;
  *background-color: #053536;
}

.btn-xing:active,
.btn-xing.active {
  background-color: #031e1e \9;
}

.btn-youtube {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a72121;
  *background-color: #6e0610;
  background-image: -moz-linear-gradient(top, #cd332d, #6e0610);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd332d), to(#6e0610));
  background-image: -webkit-linear-gradient(top, #cd332d, #6e0610);
  background-image: -o-linear-gradient(top, #cd332d, #6e0610);
  background-image: linear-gradient(to bottom, #cd332d, #6e0610);
  background-repeat: repeat-x;
  border-color: #6e0610 #6e0610 #250205;
  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='#ffcd332d', endColorstr='#ff6e0610', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.btn-youtube.disabled,
.btn-youtube[disabled] {
  color: #ffffff;
  background-color: #6e0610;
  *background-color: #56050c;
}

.btn-youtube:active,
.btn-youtube.active {
  background-color: #3e0309 \9;
}

/*3. Progress Bar*/
.progress{
    height: 15px;
}

.progress-small{
    height: 9px;
}

.progress-mini{
    height: 5px;
}
.progress .progress-bar{
    background-color: #07a8ee;
    box-shadow: none;
}

.progress .progress-bar-success{
    background-color: #8aba56;
}

.progress .progress-bar-info {
    background-color: #23cddd;
}

.progress .progress-bar-warning {
    background-color: #fbb937;
}

.progress .progress-bar-danger {
    background-color: #FB5353;
}

/*4. Badges And Labels */

.label-primary,
.badge-primary{
    background-color: #07a8ee;
}

.label-success,
.badge-success{
    background-color: #8aba56;
}

.label-warning,
.badge-warning{
    background-color: #fbb937;
}

.label-danger,
.badge-danger{
    background-color: #FB5353;
}

.label-info,
.badge-info{
    background-color: #23cddd;
}

.label-inverse,
.badge-inverse{
    background-color: #333333;
}

/************ 5. Tabs ***************/

.nav-tabs>li>a{
    border-radius: 0px;
}
.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.tabbable-custom>.nav-tabs {
    border: 0;
    margin: 0;
}

.tabbable-custom>.nav-tabs>li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabbable-custom>.nav-tabs>li.active {
    border-top: 3px solid #f0af91;
    margin-top: 0;
    position: relative;
}

.tabbable-custom>.nav-tabs>li.active>a {
    border-top: 0;
    font-weight: 400;
}

.tabbable-custom>.nav-tabs>li.active>a:hover,
.tabbable-custom>.nav-tabs>li.active>a:active {background-color: #fff;}

.tabbable-custom>.nav-tabs>li>a {
    margin-right: 0;
    padding: 5px 10px;
}

.tabbable-custom>.nav-tabs>li>a:hover,
.tabbable-custom>.nav-tabs>li>a:active {background-color: #f9f9f9;}

.tabbable-custom>.tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    overflow: auto;
}

.tabbable-custom.tabbable-full-width .nav-tabs>li>a {
    font-size: 15px;
    padding: 8px 20px;
    color: #555;
}

.tabbable-custom.tabbable-full-width>.tab-content {
    border-left: none;
    border-right: 0;
    border-bottom: 0;
    padding: 20px 0;
}

.tabs-below.tabbable-custom>.nav-tabs li {
    border-top: 0;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom>.nav-tabs li.active {
    border-top: 0;
    border-bottom: 3px solid #f0af91;
    margin-bottom: 0;
    position: relative;
}

.tabs-below.tabbable-custom>.nav-tabs li.active a,
.tabs-below.tabbable-custom>.nav-tabs li.active a:hover,
.tabs-below.tabbable-custom>.nav-tabs li.active a:focus {border-bottom: 0;}

.tabs-below.tabbable-custom>.nav-tabs li a:hover,
.tabs-below.tabbable-custom>.nav-tabs li a:focus {border-bottom: 1px solid #eee;}

.tabs-left.tabbable-custom>.nav-tabs {float: left;}

.tabs-left.tabbable-custom>.nav-tabs li {
    border-left: 3px solid transparent;
    margin-right: 0;
    margin-top: 0;
}

.tabs-left.tabbable-custom>.nav-tabs li.active {
    border-top: 0;
    border-left: 3px solid #f0af91;
    margin-top: 0;
    margin-right: -1px;
    position: relative;
}

.tabs-left.tabbable-custom>.nav-tabs li.active a {
    border-top: 1px solid #ddd;
    border-left: 1px solid transparent;
}

.tabs-left.tabbable-custom>.nav-tabs li a:hover,
.tabs-left.tabbable-custom>.nav-tabs li a:focus {
    border-bottom: 1px solid #eee;
    border-right: 0;
}

.tabs-right.tabbable-custom>.nav-tabs {float: right;}

.tabs-right.tabbable-custom>.nav-tabs li {
    border-right: 3px solid transparent;
    margin-right: 0;
    margin-top: 0;
}

.tabs-right.tabbable-custom>.nav-tabs li.active {
    border-top: 0;
    border-right: 3px solid #f0af91;
    margin-top: 0;
    margin-right: -1px;
    position: relative;
}

.tabs-right.tabbable-custom>.nav-tabs li.active a {
    border-top: 1px solid #ddd;
    border-right: 1px solid transparent;
}

.tabs-right.tabbable-custom>.nav-tabs li a {margin-left: -1px;}

.tabs-right.tabbable-custom>.nav-tabs li a:hover,
.tabs-right.tabbable-custom>.nav-tabs li a:focus {border-bottom: 1px solid #eee;}

.tabs-right.tabbable-custom .nav-tabs>li a,
.tabs-left.tabbable-custom .nav-tabs>li a {padding: 8px 10px;}

.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 .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {border-color: #ddd transparent #ddd #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;}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6;
}

.ui-accordion-content{
    padding: 10px !important;   
}


/******* Sliders ********/

.bg-red {
    background-image: none !important;
    background-color: #fb6767 !important;
}
.bg-yellow{ 
    background-image: none !important;
    background-color: #ffd200 !important; 
}

.bg-purple{
    background-image: none !important;
    background-color: #c72fff !important;
}

#slider.bg-red{
    border-color: #fb6767 !important;
}

#slider-range.bg-yellow{
    border-color: #ffd200 !important;
}

#sliderMAX.bg-purple{
    border-color: #c72fff !important;
}

.ui-widget-header {
    background: #cccccc;
}
#slider-range .ui-widget-header {
    background: #fb6767 !important;
}

#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider{
    border-radius: 7px !important;
}

.ui-slider .ui-slider-handle{
    border-radius: 7px !important;
}


/**************************
    Panels And Panel Tools
***************************/

.panel-tools {
    position: absolute;
    right: 20px;
    top: 10px;
}

.panel-success .panel-heading .panel-tools .btn-link,
.panel-warning .panel-heading .panel-tools .btn-link,
.panel-primary .panel-heading .panel-tools .btn-link,
.panel-danger .panel-heading .panel-tools .btn-link {
    color: #f0f0f0;
}

.panel-warning .panel-heading .panel-tools .btn-link:hover,
.panel-danger .panel-heading .panel-tools .btn-link:hover,
.panel-success .panel-heading .panel-tools .btn-link:hover,
.panel-primary .panel-heading .panel-tools .btn-link:hover{
    color: #ffffff;
}

.panel-tools .btn-link:focus, 
.panel-tools .btn-link:hover, 
.panel-tools .btn-link:active {
    text-decoration: none;
    outline: 0 !important;
}

.panel-tools .btn.expand:before {
    content: "\f077";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}
.panel-tools .btn.collapses:before {
    content: "\f078";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}
.panel-tools .btn {
    border-style: none;
}
.panel-tools .btn-link {
    color: #666666;
}
.panel-tools .btn-link:hover {
    color: #333333;
}



/*Default panel*/
.panel-default .panel-heading {
    
}

.panel-default .panel-heading .panel-tools .btn-link{
    color: #555555;
}

.panel-default .panel-heading .panel-tools .btn-link:hover{
    color: #222222;
}

/*Info Panels*/
.panel-primary {
    border-color: #53B0D2;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #53B0D2;
    border-color: #53B0D2;
}


/*Success Panels*/
.panel-success {
    border-color: #B7CD3C;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #B7CD3C;
    border-color: #B7CD3C;
}

    
/*Warning Panels*/
.panel-warning {
    border-color: #FBA92B;
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #FBA92B;
    border-color: #FBA92B;
}

    
/*Danger Panels*/
.panel-danger {
    border-color: #ff947f;
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #ff947f;
    border-color: #ff947f;
}

/*Gradent Panel*/
.panel-gradent {
    border-color: #CDCDCD;
}

.panel-gradent .panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    box-shadow: 0 1px 0 #FFFFFF inset;
}

/*Full Blue Panel*/
.blue-panel{
    background-color: #36a9e1;
    color: #ffffff;
}

div.blue-panel h1, 
div.blue-panel h2,
div.blue-panel h3, 
div.blue-panel h4, 
div.blue-panel h5, 
div.blue-panel h6{
    color: #ffffff !important;
}


/*  draggable girds */

.ui-sortable-placeholder { 
    border: 1px dotted black; 
    visibility: visible !important; 
    height: 100% !important; 
}

.ui-sortable-placeholder * { 
    visibility: hidden; 
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
    visibility:hidden;
}


.panel-white {
    box-shadow: none;
}
.panel-white .panel-heading {
    background-color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    height: 36px;
    padding-left: 40px;
    position: relative;
}

.panel-box {
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}
.panel.panel-full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.panel-scroll {
    position: relative;
    margin: 10px;
    padding: 0px;
    width: auto;
    height: 400px;
    overflow: hidden;
}


/*********************
    Table Styles
*********************/

.table>thead>tr>th{
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
}

table.table-bordered{
    border-radius: 6px;
    border: solid 1px #dddddd;
}

.table-bordered>thead>tr>th{
    background: #eeeeee;
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    border-bottom-width: 1px !important;
}

td.center{
    text-align: center;
}

td.js-sortable-handle{
    cursor: move;
}

table.draggableColTbl th{
    cursor: move;
}

/*********************
    Charts Style
*********************/
.chart{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding-left:10px;
    padding-right:10px;
}


/*********************
    Calendar Style
*********************/

.editEvent{
    width: 30%;
}

#external-events {
    float: left;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
    font-style: normal;
}

.external-event { /* try to mimick the look of a real event */
    margin-top: 10px;
    padding: 2px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.external-event i{
    padding: 5px;
    font-size: 14px;
    background-color: #446478;
    color: #ffffff !important;
}

.external-event span{
    padding: 3px;
    font-size: 13px;
    margin-left: -3px;
    background-color: #5688a7;
    color: #ffffff !important;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

/****************************************************
        Gallery
******************************************************/

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#filters {
    margin-bottom: 25px;
}

#filters li {
    padding: 0;
    display: inline;
    float: left;
}

#filters li:last-child {
    background: none;
}

#filters li a {
    display: block;
    color: #373737;
    text-decoration: none;
    padding: 7px 15px;
    border: 3px solid transparent;
}

#filters li a:hover, #filters li a.selected {
    border: #ebebeb solid 3px;
}

.portfolio_inner {
    position: relative;
}

.portfolio_inner img {
    /* width: 100%; */
}

.portfolio_over {
    position: absolute;
    width: 93%;
    height: 100%;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    background-color: #d5d5d5;
    background: rgba(213,213,213, 0.8);
    top: 0;
    left: 0;
}
.portfolio_over a.portfolio-link,
.portfolio_over a.portfolio-zoom,
.portfolio_over a.gg_love {
    color: #fff;
    font-size: 36px;
    position: absolute;
    -moz-transition:color .5s;
    -webkit-transition:color .5s;
    -o-transition:color .5s;
    transition:color .5s;
}
.portfolio_over a:hover {
    color: #000;
    text-decoration: none;
    -moz-transition:color .5s;
    -webkit-transition:color .5s;
    -o-transition:color .5s;
    transition:color .5s;
}
.portfolio-tags li {
    padding: 0 !important;
}
.portfolio-tags {
    margin: -10px 0 25px;
}
.portfolio_over .portfolio-tags {
    margin-top: 0;
    margin-bottom: 0px;
}
.portfolio-tags li:after {
    content: "/";
    margin-left: 12px;
    margin-right: 9px;
}
.portfolio-tags li:last-child:after{
    margin-left: 0;
    content: "";
}
.portfolio_over h5,
.portfolio_over h2 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.portfolio_over a {
    color: #fff;
}
.portfolio-buttons {
    margin-top: 30px;
    margin-bottom: 25px;
}
.portfolio-buttons a {
    margin: 0 10px 0 0;
}
.portfolio-buttons a.gg_love {
    color: #bbbbbb;
}
.portfolio-buttons a.gg_love:hover {
    text-decoration: none;
}
.portfolio-buttons a.gg_love:hover i {
    color: #57b3ae;
}


/* PORTFOLIO 4 COL */
.recent_work_inner .portfolio_over a.portfolio-link,
.column-4 .portfolio_over a.portfolio-link {
    right: 60%;
    margin-right: -34px;
}
.recent_work_inner  .portfolio_over a.portfolio-zoom,
.column-4 .portfolio_over a.portfolio-zoom {
    left: 45%;
    margin-left: -35px;
}
.recent_work_inner  .portfolio_over a.gg_love,
.column-4 .portfolio_over a.gg_love {
    right: 60%;
    margin-right: -90px;
}

.column-4 .portfolio-item {
    width: 215px;
    margin: 10px;
}
.recent_work_inner .portfolio_over .portfolio-tags,
.column-4 .portfolio-item .portfolio_over .portfolio-tags {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: #fff;
}
.recent_work_inner .portfolio_over a.portfolio-link,
.recent_work_inner .portfolio_over a.portfolio-zoom,
.recent_work_inner .portfolio_over a.gg_love,
.column-4 .portfolio_over a.portfolio-link,
.column-4 .portfolio_over a.portfolio-zoom,
.column-4 .portfolio_over a.gg_love {
    font-size: 18px;
}

/* PORTFOLIO 4-4 COL */
.column-4-2 .portfolio_over a.portfolio-link {
    right: 50%;
    margin-right: -35px ;
}
.column-4-2 .portfolio_over a.portfolio-zoom {
    left: 50%;
    margin-left: -35px ;
}
.column-4-2 .portfolio_over a.gg_love {
    top: 0 !important;
    right: 0;
    font-size: 14px;
    display: block;
    padding: 3px 5px;
    background: #57b3ae;

}
.column-4-2 .portfolio-item {
    width: 215px;
    margin: 10px;
}
.column-4-2 .portfolio-item .portfolio_over .portfolio-tags {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: #fff;
}
.column-4-2 .portfolio_over a.portfolio-link,
.column-4-2 .portfolio_over a.portfolio-zoom {
    font-size: 26px;
}


/*********************
    jqvmap changes
*********************/

.jqvmap-zoomin {
    background-color: #666 !important;
    padding: 4px !important;
    width: 15px;
    height: 15px;
}

.jqvmap-zoomout {
    background-color: #666 !important;
    padding: 4px !important;
    width: 15px;
    height: 15px;
}

.vmaps {
    position: relative; 
    overflow: hidden;
    height: 300px;
}

/*********************
    Invoice Printable
*********************/

.invoice .invoice-nr {font-size: 15px;}

.invoice .invoice-date {
    color: #888;
    margin-top: -5px;
}
.invoice .amount {font-size: 15px;}

.invoice .amount .total {
    padding-top: 7px;
    margin-top: 7px;
    font-size: 18px;
}

@media print {
    body.invoice {
        border-left: none; 
    }

    .breadcrumb, 
    .page-header, 
    #sidebar-nav, 
    .invoice .btn {display: none;}

    .invoice .content{
        border: none !important; 
    }
}

/*********************
        404 Page
*********************/
.fournfour h1{
    text-align: center;
    font-size: 10em;
    margin-top: 10%;
    color: #999999;
}

.fournfour h2{
    text-align: center;
    font-size: 4em;
    color: #999999;
}
.fournfour .searchDiv{
    width: 300px;
    margin: 10px auto;
}

/*********************
    Profile Page
*********************/
.profile-img{
    width: 100%;
    padding: 10px;
    background: #dddddd;
    border-radius: 60%;
}

.changePic{
    position: absolute;
    top: 48%;
    left: 40%;
    font-size: 25px;
    background: #fff;
    border-radius: 25px;
    padding: 7px 13px;
    border: 1px solid #f0af91;
    opacity: 0.2;
}

.changePic:hover{
    opacity: 1;
}

/*********************
    Lock Screen
*********************/

.lockScreen{
    background-image: url('../images/bg-lock.jpg');
    background-attachment:fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lockScreen .unlock-content{
    padding-top:10%;
    text-align: center;

}

.unlock-content h3,
.unlock-content h5{
    color: #ffffff;
    margin-bottom: 5px;
}

.unlock-content .profile-img{
    width: 200px;
    height: 200px;
}

.unlock-content .input-group{
    width: 320px;
    margin: 10px auto;
}

/*********************
    Login Screen
*********************/

.login{
    background-image: url('../images/bg-lock.jpg');
    background-attachment:fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login h3{
    color: #ffffff;
}

.login .logo {
  width: 247px;
  margin: 0 auto;   
  margin-top:60px;
  padding: 15px;
  text-align: center;
}  

.login .content {
  width: 291px;
  margin: 0 auto; 
  margin-bottom: 50px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px; 
  box-shadow: none !important;
  border: solid 1px #ffffff;
}

.login .content h3.form-title {
  color: #000;
  font-size: 20px;
}
.login .content h4  {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .m-wrap {
  width: 249px;
  border-left: 0 !important;
}

.login .content .control-group {
  margin-bottom: 20px !important;
}

.login .content .input-icon .m-wrap {  
  margin: 0px !important;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -20px;
  margin-right: -20px;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.login .copyright {
  text-align: center;
  width: 250px;
  margin: 0 auto; 
  padding: 10px 10px 0 10px;
  color: #999;
  font-size: 11px;
}

/*********************
    Dashboard Style
*********************/
/* 1. Info Box */

.info-box {
    background:#ffffff;
    border:1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.stats-box {
    color:#777777;
}

.stats-box-title {
    text-align:center;
}

.stats-box-all-info {
    text-align:center;
    font-size:48px;
    margin-top:10px;
}

.stats-box-all-info span {
    font-family: 'open_sanslight';
    position: relative;
    padding-left:10px;
}

.stats-box-all-info img{
    width:60px;
    height:60px;
}
.wrap-chart {
    height:80px; 
    overflow:hidden;
    margin-top:20px;
}

.db-chart{
    height: 100px;
}

#tooltip {
    z-index:99999;
    background:#000;
    color:#fff;
    font-size:11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip {
    height: 24px!important;
    width: 35px!important;
}

.information-data {
    overflow:hidden;
    width:100%;
    border-top:1px solid #c9c9c9;
    background: #eeeeee;
}

.data {
    background: #eeeeee; 
    float:left;
    width:25%;
    text-align:center;
    padding-top:10px;
    border-left:1px solid #c9c9c9;
    margin-left:-1px;
}
.date-figures {
    font-size:14px;
    font-weight:bold;
    color:#5f5f5f;
}

.date-title {
    margin-top:5px;
    color:#6d6d6d;
    padding-bottom:10px;
}

.proftleinfo{
    text-align: center;
}

.proftleinfo img{
    width: 59%;
    border-radius: 60%;
    margin-bottom: 10px;
}

/***
    3. Chats
***/
.chats {
    margin:0;
    padding: 0;
    margin-top: -15px;
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .name {
    color:#3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color:#333;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .message {
    display: block; 
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: left;
    border-left: 2px solid #85c744;
    margin-left: 65px;
    background: #fafafa 
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;  
    width: 0; 
    height: 0; 

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;  
    border-right: 8px solid #85c744;  
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;  
    border-left: 8px solid #fb6767;  
}

.chats li.out .message {
    border-right: 2px solid #fb6767;
    margin-right: 65px;
    background: #fafafa;
    text-align: right;
}

.chats li.out .name, 
.chats li.out .datetime  {  
    text-align: right;
}

.chats li .message .body {
    display: block; 
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    clear: both;   
}

.chat-form .input-cont {
    margin-right: 55px;
}

.chat-form .input-cont .m-wrap {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus{
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width:44px;
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;  
    border-right: 8px solid #00ccff;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #02bfee;
}

.chat-form .btn-cont:a .arrow {
    border-right-color: #02bfee;
}

.chat-form .btn-cont:hover .btn {
    background-color: #02bfee;
}

.chat-form .btn-cont .btn {
    margin-top: 8px;
}

/* Main stats up of screen */
#main-stats {
    background-color: #fdfdfd;
    border-bottom: 1px solid #efeef3; 
}

#main-stats .stats-row {
    margin: 0; 
}

#main-stats .stat {
    text-align: right;
    padding: 25px 0px 30px 0px;
    border-right: 1px solid #e8e9ee;
    position: relative;
    box-shadow: 1px 0px 0px 0px white; 
}

#main-stats .stat.last {
    border-right: 0px; 
}

#main-stats .stat .data1 {
    color: #29323a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-right: 50px; 
}

#main-stats .stat .data1 .number {
    color: #32a0ee;
    font-size: 25px;
    margin-right: 15px; 
}

#main-stats .stat .date {
    color: #b4b8bb;
    font-weight: lighter;
    font-family: 'Lato', 'Open Sans';
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 50px; 
}













/*********************
        responsive
*********************/

@media (max-width: 768px) {
    #pad-wrapper {
        padding: 0px 15px;
    }

    .content {
        min-width: 0px;
        margin: 0;
    }

    #dashboard-menu .pointer {
        display: none;
    }

    #sidebar-nav {
        left: -200px;
        position: fixed;
        z-index: 9999;
        padding-top: 0px;
        border-right: 1px solid #ccc;
        width: 165px;
        box-shadow: 1px 1px 4px 1px #e9e9e9;
        -webkit-transition: left .3s ease;
        -moz-transition: left .3s ease;
        -o-transition: left .3s ease;
        -ms-transition: left .3s ease;
        transition: left .3s ease;
    }

    #sidebar-nav #dashboard-menu {
        margin-left: 10px;
    }

    #sidebar-nav #dashboard-menu li a span {
        visibility: visible;
    }

    #sidebar-nav #dashboard-menu li:last-child a {
        border-bottom: 0px;
        box-shadow: none;
    }
}

@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-stats .stat {
        width: 50%;
        float: left;
    }
}


@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }

  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }

  80% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }

  1% {
    margin-left: 0;
    opacity: 0;
    -moz-transform: scale(0.98) translateY(-15px);
  }

  80% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: translateY(0);
  }
}


