﻿/* -----------------------------------------------
    HTML tags
-------------------------------------------------- */
 @font-face{
  font-family: 'BKoodakBold';
  src: url("/content/fonts/BKoodakBold.eot?#");
  src: local("B Koodak"),
       url("/content/fonts/BKoodakBold.woff") format("woff"),
       url("/content/fonts/BKoodakBold.ttf") format("truetype");
 }
 
body {
  font-family: Tahoma;
  font-size: 12px;
}

p {
  font-family: Tahoma;
}

label, input, button, select, textarea {
  font-family: Tahoma;
}


.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl legend {
    font-family: 'B Koodak',BKoodakBold,tahoma;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #435DB1;
}

.page-contents {
    text-align: justify;
    line-height: 2em;
}

.banner {
    margin-top: -20px;
    margin-bottom: 30px;
    border-bottom: 5px solid #083C50;
}

/*.nav-header {
    font-size: 12pt;
    color: #0154aa;
}*/

.nav-list > li > a {
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav > li > a:hover {
    overflow: visible;
}

.form-horizontal .control-label {
    text-align: right;
}

.form-actions {
    text-align: left;
}

.field-validation-error {
    color: #C10000;
}


#data-tabular table.table {
    width: auto;
    max-width: 100%;
}

#data-tabular .table td,
#data-form .table td {
    text-align: center;
}

#data-tabular .table td {
    padding: 4px;
}

#data-tabular .table th {
    vertical-align: middle!important;
    text-align: center!important;
    font-weight: normal!important;
    font-size: 10pt;
    padding: 4px;
    word-break: normal;
}

#data-tabular .table input[type="text"] {
    width: 96%; 
    padding: 4px 2%; 
    margin-bottom: 0;
}


.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  font-size: 12px;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
  width: 64px;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-left: 10px;
}

.media .pull-right {
  margin-right: 10px;
}

.media-list {
  margin-right: 0;
  list-style: none;
  overflow: hidden;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

.popover {
    right: auto;
}


.collapsible tr.heading {
    cursor: pointer;
    font-size: 11px;
}

/*tr.collapse {
    display: none;
}*/

tr.details {
    background-color: white;
}

.details .attachments {
    width: 200px;
}

.users.btn-group ul.dropdown-menu {
    max-height: 400px;
    overflow: scroll;
}

.dropdown-menu > li > input[type="text"] {
    margin: 5px;
}


.opacity-25 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /*IE8*/
    filter: alpha(opacity=25); /*IE7*/
    -moz-opacity: .25;
    opacity: .25;
}

li.opacity-25 a {
    color: lightgray!important;
}


.show-grid [class*="span"] {
    background-color: #EEE;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}

.show-grid [class*="span"] [class*="span"] [class*="span"] {
background-color: #999;
}

.panel {
    position: relative;
}

.admin-mode .panel:hover {
    box-shadow: inset 0 0 30px rgba(128, 128, 128, 0.2);
    border-radius: 5px;
}

.panel-edit.btn {
    padding: 2px 6px;
}

.panel .panel-edit {
    display: none;
    position: absolute; 
    right: 5px;
    top: -13px;
    z-index: 1;
}

.panel:hover .panel-edit {
    display: block;
}

.validation-summary-errors {
    color: red;
}

.btn-group.btn {
    border: 0;
    padding: 0;
}

.btn-group.btn > .btn {
    border-radius: 0
}

.btn-group.btn > .dropdown-menu {
    text-align: left;
}

.btn-group > .btn:first-child .btn{
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child .btn {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn > input[type="text"] {
    height: 18px;
    padding: 0 4px;
    margin: -2px;
    font-size: 11px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-small > .caret {
    border-top: 3px solid #000000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.form-actions .btn.pull-right {
    margin-right: 10px;
}

.redactor_editor {
    height: 150px;
}

.media-details {
    margin: -5px 0 5px;
    border-bottom: 1px dotted lightgray;
    color: green;
}

.row-fluid ul.thumbnails li.span12 + li { margin-left:0; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left:0; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left:0; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left:0; }

.rtl .row-fluid ul.thumbnails li.span12 + li { margin-left:inherit;margin-right: 0; }
.rtl .row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left:inherit;margin-right: 0; }
.rtl .row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left:inherit;margin-right: 0; }
.rtl .row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left:inherit;margin-right: 0; }

/*=================== RTL =========================*/

.rtl .pull-left { float: right;}
.rtl .pull-right { float: left;}

@media (max-width: 979px) {
.rtl .pull-left { float: none;}
.rtl .pull-right { float: none;}
}

.rtl .form-actions {text-align: right;}
.rtl .panel .panel-edit {
    right: auto;
    left: 5px;
}

.rtl .btn-group.btn > .dropdown-menu {
    text-align: right;
}

.rtl .btn-group > .btn:first-child .btn{
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 4px;
}

.rtl .btn-group > .btn:last-child .btn {
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
}

.rtl .form-actions .btn.pull-right {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .carousel-control.right {
    left: 15px;
    right: auto;
}

.rtl .carousel-control.left {
    right: 15px;
    left: auto;
}

.rtl .redactor_editor {
    direction: rtl;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-width: 400px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    overflow: hidden;
}

.rtl .bootstrap-select.btn-group .btn .filter-option {
    left: 25px;
    right: 12px;
    text-align: right;
}

.rtl .bootstrap-select.btn-group .btn .caret {
    left: 12px;
    right: auto;
}

.rtl .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 34px;
    margin-right: auto;
}

.rtl .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    right: auto;
    left: 15px;
}

.ace_editor {
    border: 1px solid #DDD;
}





/* Share button */

/* outer wrapper */
#share-wrapper {
	margin-top: 100px;
	position:fixed;
	left: 0;
    top: 0;
    direction: ltr;
}

/* inner wrapper */
#share-wrapper ul.share-inner-wrp{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* the list */
#share-wrapper li.button-wrap {
	background: #E4EFF0;
	padding: 0px 0px 0px 10px;
	display: block;
	width: 140px;
	margin: 0px 0px 1px -117px;
}

/* share link */
#share-wrapper li.button-wrap > a {
	padding-right: 60px;
	height: 32px;
	display: block;
	line-height: 32px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* background image for each link */
#share-wrapper .facebook > a{
	background: url(images/social-buttons/facebook.jpg) no-repeat right;
}
#share-wrapper .twitter > a{
	background: url(images/social-buttons/twitter.jpg) no-repeat right;
}
#share-wrapper .digg > a{
	background: url(images/social-buttons/digg.jpg) no-repeat right;
}
.stumbleupon > a{
	background: url(images/social-buttons/stumbleupon.jpg) no-repeat right;
}
#share-wrapper .delicious > a{
	background: url(images/social-buttons/delicious.jpg) no-repeat right;
}
#share-wrapper .google > a{
	background: url(images/social-buttons/google.jpg) no-repeat right;
}
#share-wrapper .email > a{
	background: url(images/social-buttons/email.jpg) no-repeat right;
}

/* small screen */
@media all and (max-width: 699px) {
	#share-wrapper {
		bottom: 0;
		position: fixed;
		padding: 5px 5px 0px 5px;
		width: 100%;
		margin: 0px;
		-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		-o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
	}
	#share-wrapper ul.share-inner-wrp {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		overflow: auto;
	}
	#share-wrapper li.button-wrap {
		display: inline-block;
		width: 32px!important;
		margin: 0px;
		padding: 0px;
		margin-left:0px!important;
	}
	#share-wrapper li.button-wrap > a {
		height: 32px;
		display: inline-block;
		text-indent: -10000px;
		width: 32px;
		padding-right: 0;
		float: left;
	}
}

.dropdown-menu.scrollable {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media print {
    .noprint {
        display: none;
    }
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}

[class^="icon-ex-"], [class*=" icon-ex-"] {
    background-image: url("images/glyphicons-ex.png");
}

.icon-ex-white {
    background-image: url("images/glyphicons-ex-white.png");
}

.icon-ex-phone {
  background-position: 0 0;
}

.icon-ex-phone-1 {
    background-position: -24px 0;
}

.icon-ex-phone-2 {
    background-position: -48px 0;
}