
body {
	background-color:#FFF;
    font-family: Verdana, Arial, sans-serif !important;
}

.clear {
	clear:both;
}

.nopadding {
	padding:0px !important;
}

.nofloat {
	float:none !important;
	margin:auto;
}

.minheight {
	min-height:200px;
}

.link {
	cursor:pointer;
	color:##2f3787;
}

.link:hover {
	color:#00557C;
}

.input-front-margin {
	margin-left:10px;
}

.alert {
	margin-top:20px;
}

.btn {
    background:#23A4DD !important;
    width:180px;padding-left:15px;
		text-decoration: none !important;
    padding-right:15px;
    padding-top:8px;
    padding-bottom:8px;
    border-radius:3px;
    border:none;
    -moz-border-radius:3px;
    cursor:pointer;
    text-align:center !important;
    color: #FFF;
    font-weight: 700;
    font-family: Asap, Arial, sans-serif !important;
    text-decoration: underline;
		text-shadow: none !important;
}

.btn:hover {
    color: #EEE;
    text-decoration: underline
}

.content-header {
	background-color:#FFF;

    height: 20px;
    width: 100%;
    z-index: 20;
    position: relative;
}

.content-header h1 {
    color: #555555;
    font-size: 28px;
    font-weight: normal;
    float: left;

    margin:20px 0 0 70px;
    position: absolute;
}

.content {
	float:left;
	min-height:500px;
	width:100%;
	background-color:#FFF;
}

.page-header {
	margin:20px 0 10px 50px;
	color:#555;
	border:none !important;
}

.page-content p {
	margin-left:50px;
	max-width:500px;
}

.no-padding {
	padding:0px;
}

.no-margin {
	margin:0px !important;
}

.span2 i {
	background-image: url('../images/glyphicons-halflings-white.png');
	opacity:.5;
}

/* BREADCRUMB */

#breadcrumb {
	background-color: #23A4DD;
	box-shadow: 0 0 1px #ffffff;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 10px;
    height:30px;
}
#breadcrumb a {
	padding: 8px 20px 8px 10px;
	display: inline-block;
	background-image: url('../images/breadcrumb.png');
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
}
#breadcrumb a:hover {
	color: #333333;
}
#breadcrumb a:last-child {
	background-image:none;
}
#breadcrumb a.current {
	font-weight: bold;
	color: #444444;
}
#breadcrumb a i {
	margin-right: 5px;
	opacity: .6;
}
#breadcrumb a:hover i {
	margin-right: 5px;
	opacity: .8;
}

/* LOGIN */

#login-header {
	margin:20px 0 20px 180px;
	color:#555;
}

/* INDSTILLINGER */

.page-indstillinger .span6 {

}

.page-indstillinger form {
	float:left;
}

.page-indstillinger input {
	float:left;
}

.page-indstillinger h3 {
	margin:20px 0 10px 30px;
	color:#555;
}

.page-indstillinger .form-header {
	margin:20px 0 10px 210px;
	color:#555;
}

.new_company {
	margin:0 30px;
	width:auto;
	padding:30px 0px;
	height:230px;
}

.new_users {
	margin:0 30px;
	width:auto;
	padding:30px 0px;
	height:230px;
}

.control-group select {
	margin-left:20px;
}

/* KALENDERE */

.help_text p {
	color:#666666;
	margin-left:0px;
	font-size:12px;
}

.booked {
	width:14px;
	height:auto;
	margin-left:10px;
}

.page-kalendere .delete_field {
	height:28px;
	width:28px;
	padding:8px 0px 0px 8px;
	float:left;
}

.page-kalendere .delete_field a {
	padding:0px !important;
	margin:0px !important;
	width:100% !important;
}

.page-kalendere .delete_field img {
	cursor:pointer;
	height:20px;
	width:auto;
}

.page-kalendere .calendar_list {
	min-height:200px;
}

.page-kalendere .calendar_list .list_content {
	float:left;
	vertical-align:text-top;
	width:100%;
	display:block;
	height:36px;
}

.page-kalendere .calendar_list h5 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	padding-left:12px;
	float:left;
	text-shadow:0 1px 0 #ffffff;
	width:25%;
}

.page-kalendere .calendar_list a {
	font-size:12px;
	font-weight:normal;
	float:left;
	text-shadow:0 1px 0 #ffffff;
	margin-left:22%;
	width:10%;
	padding-top:10px;
}

.page-kalendere .calendar_list a+a {
	margin-left:0%;
}

.page-kalendere .btn {
	float:left;
}

/* KALENDER EDIT */

.page-kalender-edit .textarea-wrapper {
	width:100%;
}

.page-kalender-edit .readonly {
	width:100%;
	min-height:150px;
	padding:24px 10px 10px 12px;
}

.page-kalender-edit .kalender-edit-textarea {
	width:100%;
	resize:none;
	padding:0px;
	height:200px;
}

.page-kalender-edit .widget-content {
	padding:0px;
	border-top:0px !important;
	border-bottom:0px !important;
}

.page-kalender-edit .mceLayout {
	border:0px !important;
}

.page-kalender-edit .mceLayout tr td {
	border-top:0px !important;
}

.page-kalender-edit .mceToolbar {
	border-bottom:0px !important;
}

.page-kalender-edit .btn {
	width:150px;
	float:left;
}

.page-kalender-edit input {
	float:left;
	margin-left:20px;
}

.page-kalender-edit .first-row .widget-content {
	padding:24px 0px 12px 0px;
}

/* DAGE */

.widget-calendar .add_slot {
	float:left;
	margin-bottom:5px;
	margin-left:5px;
}

.widget-calendar .add_predef {
	float:left;
	margin-bottom:5px;
	margin-left:5px;
}

.widget-calendar .fc-slots {
	margin:10px 5px 10px 5px;
	display:block;
	clear:both;
	height:23px;
}

.widget-calendar .slot_delete_wrapper {
	width:10px;
	height:10px;
	float:left;
}

.widget-calendar .slot_delete_wrapper img {
	width:15px;
	height:auto;
	padding:0px;
	margin-top:-2px;
	cursor:pointer;
}

.widget-calendar .cal_label {
	float:left;
	margin-left:5px;
}

.page-dage-add-predif .add_predef {
	margin:3px 5px 0px 0px;
}

/* BOOTSTRAP */


[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings.png");
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}

/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow:hidden !important;
}
.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}
.widget-box.widget-plain {
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

.widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.widget-title .nav-tabs {
    border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
    border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
}
.widget-title .nav-tabs li.active a {
    background-color: #F9F9F9 !important;
    color: #444444;
}
.widget-title span.icon {
	border-right: 1px solid #cdcdcd;
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title h5 {
    color: #666666;
	text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 15px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
}
.widget-box.widget-plain .widget-content {
	padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}

/* USER NAVBAR */

/* Top user navigation */
#user-nav {
    position: absolute;
    right: 30px;
    top: 5px;
    z-index: 20;
    margin: 0;
}
#user-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#user-nav > ul > li {
    float: left;
    list-style-type: none;
    margin: 0;
    position: relative;
    padding: 0;
}

#user-nav > ul > li > a {
	padding: 5px 10px;
	display: block;
	font-size: 10px;
}

#user-nav > ul > li > a:hover, #user-nav > ul > li.open > a {
	color: #ffffff;
}
#user-nav > ul > li > a > i, #sidebar li a i {
	vertical-align: top;
	background-image: url('../images/glyphicons-halflings-white.png');
	opacity: .5;
	margin-top: 2px;
}
#user-nav > ul > li > a:hover > i, #user-nav > ul > li.open > a > i {
	opacity: 1;
}

#user-nav > ul > li > a > .label {
	vertical-align: middle;
	padding: 1px 4px 1px;
	margin: -2px 4px 0;
	display: inline-block;
}


#user-nav > ul ul > li > a {
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
}
#user-nav > ul ul > li > a:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.rightside_label {
  float:left;
  padding-top:5px;
  margin-left:10px;
  text-align:left;
}

/* USERLIST */

.user-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user-list li {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 13px 20px 10px;
    position: relative;
}
.user-list li:hover {
    background-color: #EDEDED;
}
.user-list li.divider {
	padding: 0;
	border-width: 1px 0 0;
	border-color: #DDDDDD;
	border-style: dashed;
}
.user-list li i {
	vertical-align: baseline;
}
.user-list li strong {
	font-weight: bold;
	font-size: 20px;
	margin-left: 5px;
}
.user-list li small {
	margin-left: 5px;
	font-size: 12px;
	color: #888888;
	font-style: italic;
}
.user-list li img {
	float:right;
}
.user-list a {
	cursor:pointer;
}

/* EKSTRA */

.green {
	color:#44bc53;
}

.red {
	color:#c82f3f;
}


@media (max-width: 480px) {
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
        margin-left:20px;
    }

}
