@import "busydesk.css";
@import "icomoon.css";
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600);*/
@import url("https://use.typekit.net/ypu4uvi.css"); /*Proxima Nova*/
@import url("https://use.typekit.net/usr2spd.css"); /*Proxima Soft*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	background: #f5f5f5;
	color: #333;
	border: none;
    font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

a {
    color: #2781B5;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}

a:focus, a:hover {
    color: #31AADC;
    text-decoration: none;
}
.btn.btn-inverse:hover {
    color: #31AADC;
    text-decoration: none;
}

b,
strong {
	font-family: 'proxima-soft', sans-serif;
    font-weight: 600;
}
[contenteditable="true"] b,
[contenteditable="true"] strong {
	font-weight: 600;
}
[contenteditable] img {
	max-width: 100%;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

::selection {
    background: rgb(39, 129, 181);
    color: #fff;
}

.files-label {
    font-weight: 500;
    color: #318EC3;
}
img.file-attach {
    padding: 3px;
    border: 1px solid #eee;
    background: #fff;
    margin: 3px;
	width: 70px;
    height: auto;
}
img.file-attach:hover {
    border: 1px solid #ccc;
    background: #f4f4f4;
}
img.file-attach::before {
    font-family: 'icomoon';
    content: "\eb74";
    font-size: 45px;
    color: #318EC3;
    margin-left: 23px;
}

.margin10 {
	margin-bottom: 10px;
}

h1.text-center {
    font-size: 2em;
    font-weight: 300;
    color: #2781B5;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px;
}

h2.text-center {
	font-family: 'proxima-soft', sans-serif;
	font-size: 2em;
	font-weight: 500;
	color: #2781B5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text-blue {
	color: #2781B5 !important;
}

.table-title {
    color: #2781B5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #eee;
}

.admin_people h2, .project-greeting h2 {
    font-family: 'proxima-soft', sans-serif;
	font-size: 2em;
	font-weight: 500;
    color: #2781B5;
	letter-spacing: 2px;
	text-transform: uppercase;
    line-height: 1.2em;
}
.admin_people h3, .project-greeting h3 {
	font-size: 1.3em;
    font-weight: 400;
    color: #2781B5;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0px 0px 0px;
}

.project-greeting {
	margin-bottom: 20px;
}

.project-greeting-content p {
    color: #555;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'proxima-soft', sans-serif;
    font-weight: 600;
}

.project-greeting-bg {
    background-image: url('../img/project-greet.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    text-align: center;
    padding-top: 1px;
	padding-bottom: 15px;
	min-height: 100px;
}

.projects-bg {
    background-image: url(../img/svg/header-projects.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: rgba(49, 170, 221, 0.7);
    text-align: center;
    padding-top: 1px;
	height: 250px;
    outline: 1px solid #fff;
    outline-offset: -5px;
}

.project-plan-bg.new {
    background-image: url(../img/svg/header-project-plan.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 1px;
    height: 250px;
}

.project-plan-bg {
	background-image: url('../img/svg/header-project-plan.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-align: center;
    padding-top: 1px;
	height: auto;
}
.project-plan h2 {
    font-family: 'proxima-soft', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #2781B5;
    letter-spacing: 2px;
    text-transform: initial;
    line-height: 1.5em;
    background: rgba(255, 239, 239, 0.8);
}

.project-plan-content p {
    color: #fff;
	font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'proxima-soft', sans-serif;
    font-weight: 600;
    margin-top: 160px;
    padding: 5px;
	background: rgba(49, 170, 221, 1);
}

p.project-plan-body a.fa {
    color: #555;
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
}
p.project-plan-body a.fa:hover {
    color: #fff;
}

.project-plan.project-plan-bg.empty {
    background-image: none;
    background-color: #f4f4f4;
    padding-top: 5px;
    text-align: center;
}
.project-plan-content.empty p {
	margin-top: 0px;
}

h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0px;
}

h4, h5 {
	font-weight: 300;
}

.uppercase {
	text-transform: uppercase;
}

.form-control {
	height: 30px;
}

.add-on,
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"],
input[type="file"],
.uneditable-input {
	border-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #EEE;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
input.form-control {
    height: auto;
	background: #fff;
	/*max-height: 30px;*/
}
input#email.form-control.light-input.rate {
    background: #eee;
    border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.checkbox, .radio {
	margin: 5px 0;
}
.checkbox:hover, .radio:hover {
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    color: #31AADC;
}
.checkbox.disabled, .radio.disabled {
	color:inherit;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 30px;
}
.clearfix {
	*zoom:1;
}
.paper-city {
	margin-bottom: 20px !important;
    padding-bottom: 10px;
	/*background: #f5f5f5 url(../img/busydesk-bg-transp.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto;*/
}
.paper {
	box-shadow: 0 1px 2px 0 rgba(50, 50, 50, .2);
	margin: 10px 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	padding-bottom: 10px;
}
.paper:before{
	width: 100%;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(209,209,209,0) 35%, rgba(214,214,214,0) 37%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 55%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(35%,rgba(209,209,209,0)), color-stop(37%,rgba(214,214,214,0)), color-stop(53%,rgba(250,250,250,1)), color-stop(55%,rgba(255,255,255,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(209,209,209,0) 35%,rgba(214,214,214,0) 37%,rgba(250,250,250,1) 53%,rgba(255,255,255,1) 55%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(209,209,209,0) 35%,rgba(214,214,214,0) 37%,rgba(250,250,250,1) 53%,rgba(255,255,255,1) 55%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(209,209,209,0) 35%,rgba(214,214,214,0) 37%,rgba(250,250,250,1) 53%,rgba(255,255,255,1) 55%);
	background: radial-gradient(ellipse at center,  rgba(209,209,209,0) 35%,rgba(214,214,214,0) 37%,rgba(250,250,250,1) 53%,rgba(255,255,255,1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1d1d1', endColorstr='#ffffff',GradientType=1 );
	background-size: 20px 20px;
	background-repeat: repeat-x;
	height: 20px;
	background-color: #F5F5F5;
	margin-bottom: 5px;
}
.project_access .row.paper {
    margin: 0;
}
fieldset {
	margin-bottom: 40px;
}
legend {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 1.3em;
    color: #2781B5;
    border-bottom: 3px solid #eee;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 3px;
}
.panel-title {
	font-family: 'proxima-soft', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.panel-title a{
    text-decoration: none;
}

/* CUSTOM BUTTONS */
a.btn.btn-inverse.btn-md.hvr-icon-wobble-horizontal {
    background: #2781B5;
    color: #fff;
    min-width: 180px;
	line-height:30px;
    margin: 20px;
}
a.btn.btn-inverse.btn-md.hvr-icon-wobble-horizontal:hover {
    background: #31AADD;
}

/* BUTTONS GLOBAL STYLE */
/*.btn-lg, .btn-group-lg>.btn {
	border-radius: 0;
}*/
.btn {
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.5px;
    font-family: 'proxima-soft', sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.btn-default {
	color: #31AADD;
	background-color: #eee;
    border: 1px solid transparent;
}
.btn.btn-default:hover {
	color: #fff;
	background-color: #31AADD;
	border: 1px solid #31AADD;
}
.btn-primary {
	background-color: #31AADD;
	border: 1px solid transparent;
}
.btn-primary:hover {
	color: #31AADD;
	background-color: #eee;
    border: 1px solid transparent;
}
.btn-info {
    color: #fff;
    background-color: #31AADD;
    border-color: #31AADD;
}
.btn-info:hover {
    color: #fff;
	background-color: #6fc3e7;
    border: 1px solid transparent;
}
.btn-primary.btn-inverse {
	 color: #2881B5;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-primary.btn-inverse:hover {
	 color: #31AADD;
	 background-color: transparent;
	 border: 1px solid transparent;
}
ul:not(.dropdown-menu) .btn-primary:hover,
ul:not(.dropdown-menu) .btn-primary:focus,
ul:not(.dropdown-menu) .btn-primary:active,
ul:not(.dropdown-menu) .btn-primary.active  {
	color: #31AADD;
	background-color: #fff;
	border: 1px solid #31AADD;
}
.btn-uppercase {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn-uppercase-lg {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn-default {
	color: #2881B5;
	border: transparent;
}
.btn-default:hover {
    color: #31AADD;
	background: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent;
}
.btn.btn-success:hover {
    color: #fff;
    background-color: #74ce74;
    border-color: transparent;
}
.btn-success.btn-inverse {
	 color: #5cb85c;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-success.btn-inverse:hover {
	 color: #2aa93a;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning:hover {
    color: #fff;
    background-color: #fbbe68;
    border-color: #fbbe68;
}
.btn-warning.btn-inverse {
	 color: #f0ad4e;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-warning.btn-inverse:hover {
	 color: #f0ad4e;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover {
    color: #fff;
    background-color: #f96e6a;
    border-color: #f96e6a;
}
.btn-danger.btn-inverse {
	 color: #d9534f;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-danger.btn-inverse:hover {
	 color: #ce1e1e;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-hover-green:hover {
	 color: #5cb85c !important;
}
.btn-hover-yellow:hover {
	 color: #f0ad4e !important;
}
.btn-hover-red:hover {
	 color: #d9534f !important;
}
.btn-grey {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}
.btn-grey:hover {
    color: #fff;
	background: #ccc;
    border-color: #ccc;
}
.btn-grey.btn-inverse {
	 color: #aaa;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-grey.btn-inverse:hover {
	 color: #999;
	 background-color: transparent;
	 border: 1px solid transparent;
}
.btn-xlg {
    font-size: 1em;
    line-height: 44px;
    min-height: 40px;
    display: block;
}
.btn-group .dropdown-menu {
	left:auto;
	right:0;
	background: none;
	border:none;
	box-shadow: none;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-top: 1px;
}
.btn-group .dropdown-menu .btn {
	width: 100%;
	margin-top: 5px;
}
.form-group.editor-panel.set .btn-group .dropdown-menu {
    margin-top: 1px;
    background: #f4f4f4;
	cursor: pointer;
}
.default-actions .btn.ticket_to_quote {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    height: 35px;
    text-transform: uppercase;
    margin-left: 8px;
}

/* HELP ICON */
.help-block {
    font-size: 0.8em;
    margin-top: 2px;
	color:#999;
}
.quick-help {
    border: 1px solid #2781B5;
    background: #2781B5;
    color: #FFF;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    font-size: 0.9em;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 300;
    line-height: 1.2em;
}
.quick-help:hover {
    border: 1px solid #36a9e1;
    background: #36a9e1;
}
/* BUTTONS TRANSITION */
.btn,
.navbar-nav > li,
.navbar-nav > li a,
.table.table-col > tbody > tr {
	font-family: 'proxima-soft', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 3px 10px;
}
.btn-group-xxs>.btn, .btn-xxs {
    font-weight: 600;
    padding: 2px 8px;
    font-size: 10px;
}

.actions button.btn.btn-xxs.btn-primary {
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.actions button.btn.btn-xxs.btn-primary:hover {
    background: #2781B5;
    color: #fff;
	border-color: #2781B5;
}
.actions a.btn.btn-xxs.btn-grey {
    margin-left: 5px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
[data-load] {
	cursor: pointer;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 8px 15px;
    color: #2781B5;
	font-weight: 700;
	border-color: #ccc;
	border-bottom: 1px solid;
}
.select2-results__options {
    list-style: none;
	font-weight: 300;
    margin: 0;
    padding: 0;
    color: #777;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #31AADD;
    color: #fff;
}
.select2-container--default, .select2-selection__rendered {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
    color: #2881B5;
	background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: transparent;
	height: 30px;
	width: 30px;
	top:0;
	right:0;
	text-align:left;
}
.select2-container--default .select2-results__option[role=group] {
    background: #f4f4f4;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #FFF;
	border-color: #31AADD;
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 1em;
	position: relative;
	top: 0.75em;
	vertical-align: top;
	width: 0.45em;
	transform: rotate(135deg);
	margin-left: -2px;
	margin-top: 0;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#848484;
	background: #f4f4f4;
}*/
.select2-container--default .select2-selection {
    border-color: #EEE;
    /* border: 1px; */
    background-color: #EEE;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    min-height: 34px;
	height: auto;
    border-bottom: 2px solid #ccc;
}

.select2-dropdown {
    border: 1px solid #eee;
    background: #fff;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.select2-container--default .select2-selection .select2-selection__clear {
	margin-right: 10px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
    /*border: 1px solid #ccc;*/
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	-webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #31AADC;
    color: #FFF;
    border-color: #31AADC;
    font-size: 0.85em;
    letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease
}
select.magic-input+.select2-container--default .select2-selection--multiple .select2-selection__choice {
	-webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 11px;
    background-color: rgba(50, 170, 220, 0.3);
    color: inherit;
    border-color: transparent;
}
select.magic-input+.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	color:inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #2781B5;
    border-color: #2781B5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#FFF;
}
.existingProject label[for="project[name]"]::before{
	color: #337ab7;
	cursor: pointer;
}
.select2-btn{
	display: block;
}
.select2-btn,
.select2-optgroup {
    color: #2781B5;
    font-weight: 700;
}
.select2-results__option--highlighted .select2-btn,
.select2-results__option--highlighted .select2-optgroup {
    color: #FFF;
}
.select2-optchild {
    padding-left: 20px;
}
.bold {
	font-family: 'proxima-soft', sans-serif;
	font-weight: 600;
}
label {
	font-weight: normal;
	font-size: 12px;
	color:#777;
}
label.checkbox span {
    cursor: pointer;
}
.col-wfull {
	padding: 0;
	width: 100%;
}
.col-full {
	padding: 0;
	height: 100%;
}
.chevron::before {
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.table.table-col {
	margin-top: 20px;
}
.container-table-col{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px;
}
.table.table-col > thead th,
.container-table-col .table-col > .row-th .col-th{
    font-family: 'proxima-soft', sans-serif;
	background-color: #2881B5;
    border-right: 5px solid #FFF;
    text-align: left;
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.table.table-col > thead th:hover,
.container-table-col .table-col > .row-th .col-th:hover {
	background-color: #31AADD;
}
.container-table-col .table-col > .row-th .col-th:last-child,
.table.table-col > thead th:last-child,
.table.table-col > thead th.no-sep {
	border-right:0;
}
.container-table-col .table-col .row-tr,
.table.table-col > tbody > tr {
	background-color: #F7F7F7;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
}
.container-table-col .table-col .row-tr, .table.table-col > tbody > tr:hover {
    background-color: #eee;
}
.table.table-col .checkbox.checked .second-icon,
.table.table-col .radio.checked .second-icon {
	color:#2881B5;
}
.table.table-col > tbody > tr input,
.table.table-col > tbody > tr .form-group {
	margin: 0;
}
.col-th,.col-td,
.table.table-col>thead>tr>th, .table.table-col>tbody>tr>th, .table.table-col>tfoot>tr>th, .table.table-col>thead>tr>td, .table.table-col>tbody>tr>td, .table.table-col>tfoot>tr>td,
.container-table-col .table-col .col-th,.container-table-col .table-col .col-td{
	vertical-align: middle;
	padding: 10px;
	cursor: pointer;
}
tr.row-blank,td.col-blank,th.col-blank,
.table.table-col tr.row-blank,
.table.table-col td.col-blank {
	background: #FFF;
	cursor:default;
	/*padding-top: 0 !important;
	padding-bottom: 0 !important;*/
    padding: 0 5px !important;
}
.row-th,.row-tr, .row-td,
.container-table-col .row-th,
.container-table-col .row-tr,
.container-table-col .row-td {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.col-td,
.container-table-col .table-col .col-td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-flex;
	align-items: center;
}
.col-td.check-col,
.container-table-col .table-col .col-td.check-col {
	padding: 0;
}
.check-col {
    background: none !important;
}
.heightCheckbox{
	max-height: 40px!important;
	height: auto!important;
}
.checkbox, .form-horizontal .checkbox {
    min-height: 20px;
}
.col-td.check-col .checkbox,
.container-table-col .table-col .col-td.check-col .checkbox {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin: 0;
	padding-left: 0;
}
[data-toggle="collapse"]:not(.collapsed) .fa-plus {
	display:none;
}
[data-toggle="collapse"].collapsed .fa-minus {
	display:none;
}

th[data-sort] {
	cursor: pointer;
	flex: 1
}

th[data-sort] i {
	margin-left: 1em;
	float: right;
	vertical-align: middle;
	line-height: inherit;
}
tr i.fa.fa-sort{
	opacity: 0.3;
}
tr i.fa.fa-sort:hover{
	opacity: 0.8;
}

/*EXPENSES TABLE */
table#expense-table {
    margin-bottom: 10px;
}
table#expense-table tr.total-line {
    font-weight: 500;
    font-style: normal;
    color: #31AADC;
}
table#expense-table tbody>tr>td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #eee;
}

/* MAGIC INPUT */
.input-group.magic-input input,
.input-group.magic-input .input-group-addon,
input.magic-input,
select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--single{
	transition: opacity 0.5s,background-color 0.5s, border-color 0.5s;
	-webkit-transition: opacity 0.5s,background-color 0.5s, border-color 0.5s;
}
.input-group.magic-input .input-group-addon {
	background: transparent;
}
input.magic-input,
input.magic-input:not(:hover),
.input-group.magic-input:not(:hover) input:not(:focus),
select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--single:not(:hover),
select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--multiple {
	background-color: transparent;
	border-color:transparent;
}
.has-error input.magic-input,
.has-error input.magic-input:not(:hover),
.has-error .input-group.magic-input:not(:hover) input:not(:focus),
.has-error select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--single:not(:hover),
.has-error select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--multiple {
    background-color: inherit;
    border-color:#a94442;
}

/*input.magic-input:focus {
	color: #333;
}*/
input.magic-input.form-control[readonly] {
    background-color: inherit;
}
/*input.form-control.magic-input:hover {
	background:#fff;
	border: 1px solid #31AADC;
}*/
select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__arrow {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.input-group.magic-input:not(:hover) input:not(:focus)+.input-group-addon,
select.magic-input+.select2-container--default:not(.select2-container--open) .select2-selection--single:not(:hover) .select2-selection__arrow {
	opacity: 0;
}


/* /MAGIC INPUT */
.input-group-addon {
	background-color: #31AADD;
	color: #FFF;
	border:0;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: inherit;
}
.input-group.no-style .input-group-addon {
	background: none;
	color:inherit;
}
.input-group-select {
	line-height: 1;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border: 0;
}

.live-loader {
    background: rgba(255, 255, 255, 0.85) no-repeat scroll 50% 50% / 64px 64px;
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 99000;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.live-loader > span {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	display: block;
	top: calc(50% + 70px);
	position: absolute;
	text-align: center;
	width: 100%;
	color: #36a9e1;
	font-size: 2em;
}
.live-loader:before {
	font-family: 'icomoon';
    content: "\e05a";
    font-size: 70px;
    color: #31AADD;
	left: 50%;
	top: 40%;
	margin: auto;
	margin-left: -35px;
	position: absolute;
    -webkit-animation: fa-spin-reverse 2s infinite linear;
    animation: fa-spin-reverse 2s infinite linear;
}
.live-loader.fit {
    position: absolute;
}
.live-loader .progress {
    width: 30%;
    margin: 0 auto;
}
.live-loader .progress .progress-bar {
    transition: none;
    background-color: #0B90C4;
    background-image: none;
    filter: none;
}
.fa-spin-reverse {
  -webkit-animation: fa-spin-reverse 2s infinite linear;
  animation: fa-spin-reverse 2s infinite linear;
}
.fa-spin-reverse-slow {
	-webkit-animation: fa-spin-reverse 30s infinite linear;
	animation: fa-spin-reverse 30s infinite linear;
}
@-webkit-keyframes fa-spin-reverse {
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
  
/*form ~ .live-loader {
	position: absolute;
}*/

.panel-primary {
	border-color: #EEE;
}
.panel-primary>.panel-heading {
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #31AADC;
    border-bottom: 5px solid #1f9bce;
}

.panel-heading a:after {
	font-family:'Fontawesome';
	content:"\f107";
	float: right;
	color: #FFF;
}
.panel-heading a.collapsed:after { content:"\f106" }
.panel-heading a { color: inherit }
.panel-heading a:hover { text-decoration: none }
.panel-heading span.panel-heading-icon-title {
    color: #FFF;
    margin-left: 40px;
}
.alert-default {
	background-color: #f8f8f8;
	border-color: #DDD;
}.panel.square {
	 border-radius: 0;
 }
.panel.square > .panel-heading{
	border-radius: 0;
}
.panel.square-top > .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel.square-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.panel-heading .panel-heading-btn {
    float: right;
    margin-right: 15px;
    margin-top: -2px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.2);
}
.panel-heading .panel-heading-btn:hover {
    background: rgba(255, 255, 255, 1);
}

#fileupload > table {
	margin-bottom: 0;
}
.general-progress {
	position: fixed;
	bottom: 0;
	right: 10px;
	width:200px;
	z-index:999999;
	display: none;
}
.general-progress.progress {
	height: 20px;
}
label.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	background-color: white;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, .05);
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #f9f9f9;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background
}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}

.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, .5)
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, .2);
	opacity: 0
}

.switch-input:checked ~ .switch-label {
	background: #c7cbd5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2)
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0
}

.switch-input:checked ~ .switch-label:after {
	opacity: 1
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, #fff 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out
}

.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, .02);
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -o-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(to bottom, #eee, #fff)
}

.switch-input:checked ~ .switch-handle {
	left: 40px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, .2)
}

.switch-primary > .switch-input:checked ~ .switch-label {
	background: #36a9e1
}

.switch-success > .switch-input:checked ~ .switch-label {
	background: #78cd51
}

.switch-warning > .switch-input:checked ~ .switch-label {
	background: #fabb3d
}

.switch-important > .switch-input:checked ~ .switch-label {
	background: #ff5454
}

.switch-info > .switch-input:checked ~ .switch-label {
	background: #67c2ef
}

.switch-danger > .switch-input:checked ~ .switch-label {
	background: #d9534f
}

.label-primary {
    background-color: #31AADD;
}
.label-default {
	background-color: #aaa;
}
span.saved {
	margin-left: 5px;
	color: green;
}
.box {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*-webkit-box-shadow: 0px 1px 0px 1px #e4e6eb;
	-moz-box-shadow: 0px 1px 0px 1px #e4e6eb;
	box-shadow: 0px 1px 0px 1px #e4e6eb;*/
	margin: 0px 0px 10px 0px;
}
.box.noOverflow {
	overflow: hidden;
}
.box .box-header {
	background: #f4f4f4;
    color: #333;
    /*border-bottom: 3px solid transparent;*/
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box .box-header:hover {
	color: #2781B5;
	background: #eee;
    /*border-bottom: 3px solid #36a9e1;*/
	cursor: pointer;
}
.box.in-tabbed {
	margin: 0;
}
.box.in-tabbed .box-header-tabs {
	position: relative;
}
.box.in-tabbed .box-header-tabs::before {
	display: block;
	height: 4px;
	width: 100%;;
	background-color: #DBDCDD;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	content: '';
}
.box.in-tabbed .box-header-tabs.project-plan-tabs::before {
	display: block;
	height: 4px;
	width: 100%;;
	background-color: #eee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	content: '';
}
.box.in-tabbed .box-header-tabs.project-plan-tabs .nav-tabs > li.active > a {
    background-color: #f4f4f4;
    color: #31AADD;
    box-shadow: inset 0 -4px 0 #eee;
}
.box.in-tabbed .box-header-tabs.project-plan-tabs .nav-tabs > li:not(.active) > a:hover {
    color: #31AADD;
	background-color: transparent;
    box-shadow: inset 0 -4px 0 #ccc;
}
.box.in-tabbed .box-header-tabs .nav-tabs > li > a {
	border:0;
	padding: 15px 30px;
	color: #777;
	margin: 0;
	border-radius: 0;
	letter-spacing: 1px;
	font-weight: 600;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.box.in-tabbed .box-header-tabs .nav-tabs > li.active > a {
	background-color: #F6F7F8;
	color: #333;
}
.box.in-tabbed .box-header-tabs .nav-tabs > li:not(.active) > a:hover {
	box-shadow: inset 0 -4px 0 #DBDCDD;
}
.box.in-tabbed .box-header-tabs .nav-tabs > li > a .tab-count {
	border-radius: 5px;
	background-color: #ccc;
	color: #FFF;
	padding: 0 5px;
}
.box.in-tabbed .box-header-tabs .nav-tabs > li.active > a .tab-count {
	background-color: #626364;
	color: #FFF;
}
.box.tabbed .box-header-tabs {
	background: transparent;
    color: #36a9e1;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 3px solid #36a9e1;
}
.box.tabbed .box-header-tabs .nav-tabs>li>a {
	background: transparent;
    color: #36a9e1;
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0 0 0 0;
	min-width: 160px;
	letter-spacing: 0.5px;
}
.box.tabbed .box-header-tabs .nav-tabs>li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box.tabbed .box-header-tabs .nav-tabs>li:hover {
    color: #36a9e1;
	background: #f4f4f4;
}
.box.tabbed .box-header-tabs .nav-tabs>li>a:hover {
    color: #2781B5;
}
.box.tabbed .box-header-tabs .nav-tabs>li.active>a, .box .box-header-tabs .nav-tabs>li.active>a:focus, .box.tabbed .box-header-tabs .nav-tabs>li.active>a:hover {
	background:#36a9e1;
	color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.box .box-header h2,
.box .box-header h3 {
	float: left;
    font-size: 1em;
    font-weight: 400;
	letter-spacing: 1px;
    padding: 10px 0;
    margin: 0 0 0 15px;
	border-bottom: 0px !important;
}
.box .box-header h2 i,
.box .box-header h3 i {
	color: inherit;
	padding: 10px 15px;
	display: inline-block;
	text-align: center;
}
.box .box-header h2 i {
	width: 36px;
	margin: -10px 20px -10px -20px;
}
.box .box-header h3 i {
	width: 30px;
	margin: -10px 14px -10px -20px;
}
.box-header span.pull-right {
    margin: 13px;
    font-size: 0.8em;
    color: #777;
    letter-spacing: 0.5px;
}
.box .box-header .box-icon {
	float: right;
}
.box .box-header .box-icon i {
	display: inline-block;
	color: #36a9e1;
	font-size: 0.9em;
	text-align: center;
	width: 40px;
	padding: 13px 0px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	/*filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	text-decoration: none;
}
.box .box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.paper.list-project .box .box-content {
	padding: 10px 0px;
}
.box .box-content {
	padding: 10px;
	background: white;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.box .box-footer {
	padding: 5px 10px;
	background: white
}
.box-header h3 span.name {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.box-header h3 span.name-default {
    background: #fff;
    font-size: 0.8em;
    font-weight: 500;
    color: #777;
    padding: 5px 8px;
    margin: 0px 10px;
    letter-spacing: 0.3px;
}
.email-list .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background: #eee;
}
.label {
	border-radius: 0;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.panel-sm .panel-heading {
	padding: 3px 15px;
}
.panel-sm .panel-body {
	padding: 5px
}
.panel-body {
	text-align: justify;
	text-justify: inter-word;
}
/* SORTABLE */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.dd-handle {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #c7cbd5;
	background: #f6f6f8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dd-handle:hover {
	color: #36a9e1;
	background: white;
}
.dd-handle.task {
    border: 0px;
	background: transparent !important;
}
.dd-handle .icon {
	float: right;
	font-size: 16px;
	margin-left: 10px;
}
.dd-handle .icon:hover {
	text-decoration: none;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-collapsed > ol,
.dd-collapsed .dd-collapse,
.dd-item:not(.dd-collapsed) .dd-expand {
    display: none;
}
.dd3-item > button {
	margin-left: 30px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #c7cbd5;
	background: #c7cbd5;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #383e4b;
}

.dd3-content {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px 5px 40px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #c7cbd5;
	background: #f6f6f8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dd3-content:hover {
	color: #36a9e1;
	background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}
.dd3-item > button {
	margin-left: 30px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #c7cbd5;
	background: #c7cbd5;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #383e4b;
}
.dd-item {
	margin: 5px 0;
}

.dd-item .dd-actions {
	position: absolute;
	right: 0;
	top:0;
	/*bottom:0;*/
	line-height: 18px;
	min-width: 30px;
	text-align: right;
	padding-right: 10px;
}
.dd-item .dd-actions i {
	line-height: 30px;
	cursor: pointer;
}

.dd-item .dd-content {
	display: none;
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px;
}
.dd-item .dd-content .options_option {
	display: none;
}
.dd-option .dd-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0;
	text-align: center;
	line-height: 30px;
	cursor: move;
}
.dd-option .dd-bar {
	display: block;
	height: 30px;
	padding: 5px 10px 5px 35px;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #ccc;
	background: #f6f6f8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.dd-option .dd-bar.task {
	border: 0px solid #c7cbd5;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0px 0px 0px 30px;
}
/* /SORTABLE */

/* TEXT EDITOR */
.editor[contenteditable="true"] {
	max-height: 250px;
	height: 250px;
	background-color: #EEE;
	border-collapse: separate;
	border: 1px solid #e4e6eb !important;
	padding: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: auto;
	outline: none;
}
.editor[contenteditable="true"]:empty:before {
	content: attr(placeholder);
	display: block;
	color:#AAA;
}
.editor[contenteditable="true"] blockquote {
	font-size: inherit;
}
.editor-panel textarea {
	resize: none;
}
.email-list textarea.form-control.texteditor.editor.input {
	resize: vertical;
    min-height: 600px;
}
.editor-panel .btn-toolbar {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.editor-panel .dropdown-menu {
	background-color: #fff;
}
mark a,
mark {
	position: relative;
	padding: 0.1em;
	color: #333;
	background: rgba(0, 170, 241, 0.5);
}
mark .context-menu-button {
	display: inline-block;
	position: absolute;
	color: #ffffff;
	background: rgba(51, 51, 51, 0.5);
	width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 0px;
    right: -20px;
    cursor: pointer;
    font-size: 12px;
}
.context-menu-list {
    position: absolute;
    display: inline-block;
    min-width: 9em;
    max-width: 26em;
    padding: 0.3em;
    font-size: 12px;
	line-height: 16px;
    list-style-type: none;
    background: #fff;
    border: 0px solid #bebebe;
    border-radius: 0em;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
}
.context-menu-item {
    position: relative;
    padding: .5em 2em;
    color: #2781B5;
	letter-spacing: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    font-family: 'proxima-nova', sans-serif;
}
.context-menu-item.context-menu-hover {
    color: #fff;
	background:#31AADC;
}
font[size="3"] {
	font-size: 1em !important;
}
mark::-moz-selection { background: rgba(0, 170, 241, 0.5); }
mark::selection { background: rgba(0, 170, 241, 0.5); }
/* /TEXT EDITOR */


/* TABS */
.box .box-header .nav-tabs>li.active>a,
.box .box-header .nav-tabs>li.active>a:focus,
.box .box-header .nav-tabs>li.active>a:hover {
	color: #36a9e1;
}

.box .box-header .nav-tabs>li>a {
	border-radius: 0 !important;
	color: #fff;
	margin: 0;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 10px 30px;
}
.box .box-header .nav>li>a:focus,
.box .box-header .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #36a9e1;
	opacity: 0.9;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs.page-tabs {
	border-bottom: 5px solid #F7F7F7;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.nav-tabs.page-tabs>li {
	margin-bottom: -4px
}
.nav-tabs.page-tabs>li>a {
	color: #aaa;
	margin-right: 0;
	border-radius: 0;
	border:0;
}
.nav-tabs.page-tabs>li.active>a,
.nav-tabs.page-tabs>li.active>a:focus,
.nav-tabs.page-tabs>li.active>a:hover {
	color:#666;
	background-color:#F7F7F7;
	border-radius: 0;
	border:0;
}
.nav-tabs.page-tabs>li>a:focus,
.nav-tabs.page-tabs>li>a:hover {
	background-color:#F7F7F7;
	color:#2781B5;
}
.page-tab-content {
	padding-top: 5px;
}
/* TABS */

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2781B5;
}

/* MODAL */
body.modal-open, .modal {
	padding-right: 0 !important;
}
.modal {
	background-color:rgba(0,0,0,.7);
}
.modal-dialog {
	margin: 70px auto;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body .carousel-inner {
	overflow-y: auto;
}
.modal-backdrop {
	display: none;
}
.modal-header {
	padding: 10px;
	border-bottom: 0px solid #e5e5e5;
	background: #2781B5;
	color: #fff;
}
.modal-body h3.ticket-title {
    color: #2781B5;
	font-weight: 600;
}

/*.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px 10px 10px;
	margin-top: 20px;
}*/

.modal-content {
	border: 0 !important;
	border-radius: 0px !important;
}
.form-group {
    margin-bottom: 10px;
}
.modal-header .close {
    margin-top: -5px;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0px 1px #000;
}
/* /MODAL */

/* CALENDAR */
.datetimepicker table {
    color: #555;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    border: 1px solid #ccc;
	padding: 10px;
	width: auto;
}
.datetimepicker-days thead {
    color: #2781B5;
}
.datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background: #31AADD;
}
.table-responsive {
	-webkit-overflow-scrolling: touch;
}
.timesheet-calendar .project_name {
    background: #31AADC;
    text-transform: uppercase;
    color: #FFF;
    font-size: 8px;
    font-weight: 600;
    line-height: 13px;
    vertical-align: top;
    padding: 3px 10px;
    margin-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    border-radius: 4px;
}
table.table.table-bordered.timesheet-calendar td.calendar_time {
    color: #777;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.table-bordered.timesheet-calendar td:hover {
	color: #2781B5;
    background: #fff;
}
table.table.table-bordered.timesheet-calendar td.period-total {
    font-weight: 600;
    color: #2781B5;
}
table.table.table-bordered.timesheet-calendar span.calendar_time_total {
    font-weight: 600;
    color: #333;
}
table.table.table-bordered.timesheet-calendar th {
	font-weight: 400;
    background: #2781B5;
    color: #fff;
    border: 1px solid transparent;
}
.email-list {
    padding: 10px;
}

/* FILE UPLOAD */
#fileupload>table {
    margin-top: 15px;
}
span.ticket-author.pull-right {
    font-size: 0.9em;
	margin-top: 2px;
}
span.fa.fa-times.pull-right {
	color: #ccc;
    font-size: 16px !important;
    margin-top: 5px;
    margin-right: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
span.fa.fa-times.pull-right:hover {
	color: #fff;
}
.noty_cbuttons a.btn {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

/* ICONS CUSTOM STYLE */
.panel-heading span[class^="icon-"], .panel-heading span[class*=" icon-"] {
	width: 50px;
    opacity: 0.3;
    font-size: 50px;
    position: absolute;
}
.panel-heading span.icon-hourglass2 {
    top: -3px;
    left: 20px;
}
.panel-heading span.icon-clock3 {
    top: 0;
    font-size: 47px;
    left: 17px;
}
.panel-heading span.icon-clipboard-download, .panel-heading span.icon-clipboard-edit {
    top: -1px;
    left: 13px;
}
.panel-heading span.icon-clipboard-list, .panel-heading span.icon-clipboard-checked, .panel-heading span.icon-clipboard-add {
    left: 10px;
    margin-top: -13px;
}
span.icon-briefcase2 {
	font-weight: 600;
}

/* BUTTONS */
.buttons-set {
    padding: 0;
    margin-bottom: 15px;
}
.checkbox .icons, .radio .icons {
    color: #ccc;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
/*.modal-body .checkbox .icons, .modal-body .radio .icons {
    line-height: 2em !important;
    font-size: 16px !important;
    left: 5px !important;
}*/
.modal-approve-quote .quoteInfo{
	color: #2781B5;
	font-size: 1.3em;
}
/* TOOLTIPS */
.ui-tooltip {
	padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    max-width: 250px;
}
.tooltip-inner {
  background-color: rgba(68, 68, 68, 0.85) !important;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(68, 68, 68, 0.9);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(68, 68, 68, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(68, 68, 68, 0.9);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(68, 68, 68, 0.9);
}
.ui-widget {
    font-family: 'proxima-nova', sans-serif;
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 0px #666;
    box-shadow: 0 0 0px transparent;
}
.ui-widget.ui-widget-content {
	background: rgba(68, 68, 68, 0.9);
	border-color: transparent;
}
.ui-tooltip-content {
	background: transparent;
	color: #fff;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-size: 0.8em;
    font-family: 'proxima-soft', sans-serif;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 5px;
}

/* POPOVERS */
.popover {
    padding: 0px;
    font-family: 'proxima-soft', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
	background-color: #eee;	
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #eee;
	border-right-color: rgba(0,0,0,0);
    border-left-width: 0;
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #eee;
    border-left-width: 0;
}
.popover-content {
    padding: 10px 8px;
}
.popover-title, h3.popover-title {
    padding: 8px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #31AADD;
    border-bottom: 0px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content textarea.form-control, .popover-content input.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.42857143;
	font-weight:400;
    color: #333;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
}
.popover-content .form-group {
    margin-bottom: 10px;
}
a.add-template-save.btn.btn-primary.pull-right {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
	letter-spacing: 0.5px;
	font-size: 12px;
}

/* ALERTS */
.alert {
    padding: 7px 10px;
    font-size: 0.9em;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-default {
    background-color: #eee;
    border-color: transparent;
}
.alert-success {
    color: #5cb85c;
    background-color: #dff0d8;
    border-color: #5cb85c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #d9534f;
    background-color: #f2dede;
    border-color: #d9534f;
}

ul#noty_top_layout_container {
    top: 0px;
    left: 0% !important;
    position: fixed;
    width: 100% !important;
    height: auto;
    margin: 0px;
    list-style-type: none;
    z-index: 9999999;
}
ul#noty_top_layout_container.i-am-new li.animated.fadeInDown {
    overflow: hidden;
    margin: 0px !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    border-style: solid;
    border-color: rgb(59, 173, 214);
	border: none !important;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 0px !important;
    background-color: rgba(51, 51, 51,0.9) !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 60px !important;
}
ul#noty_top_layout_container.i-am-new li.animated.fadeInDown span.noty_text {
	color: #eee;
    font-size: 14px;
	font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 38px;
    text-align: center;
}
ul#noty_top_layout_container .noty_message span {
    padding: 5px;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
    border-radius: 5px;
    height: 25px;
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}

/* TEXT EDITOR */
.btn-toolbar > .btn-group{
    margin-left: 0px;
}
.btn-toolbar > .btn-group > .btn {
    float: left;
	font-size: 18px;
}
.btn-toolbar input.span2 {
    outline: 1px solid #fff;
    outline-offset: -3px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
}
/*.btn-group.open button.btn {
    font-size: 12px;
}*/
.btn-toolbar .dropdown-menu.input-append {
	min-width: 200px;
}

/* BLOCK QUOTE EXPAND */
blockquote {
    font-size: inherit;
}
.m-blockquote-more {
    margin-bottom: 10px;
}
.m-blockquote-more:not(.collapsed) .more {
    display: none;
}
.m-blockquote-more.collapsed .less {
    display: none;
}


.sm .col-sm-24 {
	width: 100%;
}
.sm .col-sm-23 {
	width: 95.83333333%;
}
.sm .col-sm-22 {
	width: 91.66666667%;
}
.sm .col-sm-21 {
	width: 87.5%;
}
.sm .col-sm-20 {
	width: 83.33333333%;
}
.sm .col-sm-19 {
	width: 79.16666667%;
}
.sm .col-sm-18 {
	width: 75%;
}
.sm .col-sm-17 {
	width: 70.83333333%;
}
.sm .col-sm-16 {
	width: 66.66666667%;
}
.sm .col-sm-15 {
	width: 62.5%;
}
.sm .col-sm-14 {
	width: 58.33333333%;
}
.sm .col-sm-13 {
	width: 54.16666667%;
}
.sm .col-sm-12 {
	width: 50%;
}
.sm .col-sm-11 {
	width: 45.83333333%;
}
.sm .col-sm-10 {
	width: 41.66666667%;
}
.sm .col-sm-9 {
	width: 37.5%;
}
.sm .col-sm-8 {
	width: 33.33333333%;
}
.sm .col-sm-7 {
	width: 29.16666667%;
}
.sm .col-sm-6 {
	width: 25%;
}
.sm .col-sm-5 {
	width: 20.83333333%;
}
.sm .col-sm-4 {
	width: 16.66666667%;
}
.sm .col-sm-3 {
	width: 12.5%;
}
.sm .col-sm-2 {
	width: 8.33333333%;
}
.sm .col-sm-1 {
	width: 4.16666667%;
}
.md .col-md-24 {
	width: 100%;
}
.md .col-md-23 {
	width: 95.83333333%;
}
.md .col-md-22 {
	width: 91.66666667%;
}
.md .col-md-21 {
	width: 87.5%;
}
.md .col-md-20 {
	width: 83.33333333%;
}
.md .col-md-19 {
	width: 79.16666667%;
}
.md .col-md-18 {
	width: 75%;
}
.md .col-md-17 {
	width: 70.83333333%;
}
.md .col-md-16 {
	width: 66.66666667%;
}
.md .col-md-15 {
	width: 62.5%;
}
.md .col-md-14 {
	width: 58.33333333%;
}
.md .col-md-13 {
	width: 54.16666667%;
}
.md .col-md-12 {
	width: 50%;
}
.md .col-md-11 {
	width: 45.83333333%;
}
.md .col-md-10 {
	width: 41.66666667%;
}
.md .col-md-9 {
	width: 37.5%;
}
.md .col-md-8 {
	width: 33.33333333%;
}
.md .col-md-7 {
	width: 29.16666667%;
}
.md .col-md-6 {
	width: 25%;
}
.md .col-md-5 {
	width: 20.83333333%;
}
.md .col-md-4 {
	width: 16.66666667%;
}
.md .col-md-3 {
	width: 12.5%;
}
.md .col-md-2 {
	width: 8.33333333%;
}
.md .col-md-1 {
	width: 4.16666667%;
}
.lg .col-lg-24 {
	width: 100%;
}
.lg .col-lg-23 {
	width: 95.83333333%;
}
.lg .col-lg-22 {
	width: 91.66666667%;
}
.lg .col-lg-21 {
	width: 87.5%;
}
.lg .col-lg-20 {
	width: 83.33333333%;
}
.lg .col-lg-19 {
	width: 79.16666667%;
}
.lg .col-lg-18 {
	width: 75%;
}
.lg .col-lg-17 {
	width: 70.83333333%;
}
.lg .col-lg-16 {
	width: 66.66666667%;
}
.lg .col-lg-15 {
	width: 62.5%;
}
.lg .col-lg-14 {
	width: 58.33333333%;
}
.lg .col-lg-13 {
	width: 54.16666667%;
}
.lg .col-lg-12 {
	width: 50%;
}
.lg .col-lg-11 {
	width: 45.83333333%;
}
.lg .col-lg-10 {
	width: 41.66666667%;
}
.lg .col-lg-9 {
	width: 37.5%;
}
.lg .col-lg-8 {
	width: 33.33333333%;
}
.lg .col-lg-7 {
	width: 29.16666667%;
}
.lg .col-lg-6 {
	width: 25%;
}
.lg .col-lg-5 {
	width: 20.83333333%;
}
.lg .col-lg-4 {
	width: 16.66666667%;
}
.lg .col-lg-3 {
	width: 12.5%;
}
.lg .col-lg-2 {
	width: 8.33333333%;
}
.lg .col-lg-1 {
	width: 4.16666667%;
}

.sm [class^="col-"],
.md [class^="col-"],
.lg [class^="col-"] {
    float: left;
}

.has-float-label {
    display: block;
    position: relative;
}
.has-float-label label, .has-float-label > span {
    position: absolute;
    /*
    left: 2em;
    */
    left: .5em;
    top: .25em;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 3;
}
.has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.has-float-label textarea {
    width: 100%;
}
.has-float-label input, .has-float-label select, .has-float-label textarea {
    padding-top: 1.2em;
    padding-bottom: 0.2em;
}
.has-float-label .input-group .input-group-addon+input+label {
    padding-left: 3.5em;
}
.has-float-label select + .select2 {
    margin-top: 1.2em;
}
.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}
.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}
.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: .5;
    top: .25em;
    /*
    left: 1em;
    */
}
.has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.5);
}
/*
.has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
    background-size: 8px 10px;
}*/
