body, td, div, span, p, tr,input, button, select, textarea {
    font-size: 14px;
    font-family: proxima-nova, 'Source Sans Pro', "Helvetica Neue", "Open Sans", "Roboto","Lato", "Droid Sans" , Arial;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
}

div, table {
    /*width: 100%;*/
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

body {
    border-collapse: collapse;
    margin: 0px;
	/*background-color: #f7f7f7;*/
    /*padding-top: 5px;*/
}

table
{
	background-color: transparent;
}

table.inputTable {
    width: auto;
}

.a, a, a:hover,a:focus {
    cursor: pointer;
    /* color: black; */
    text-decoration: none;
}

/*video{
	position:fixed !important;
	top:0 !important;
	left:0 !important;
	width: 800px !important;
	height:640px !important;
	z-index: 9999999;
}*/
.bullet:before{
	content: '\2022';
	color: #a7a8a9;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
.desktop .bullet:before
{
	margin-left: 4px;
	margin-right: 4px;
}
.text-grey, .text-grey-all *{
	/*color: rgb(127, 145, 158);*/
	color: #777;
}
.txtbox {
    border-radius: 8px;
    padding: 3px;
    margin: 2px;
}

.txttitle {
    padding-top: 0px;
    margin: 0px;
    width: 90%;
    height: 10px;
    text-align: center;
    font-size: 12px;
    background-image: url("../images/bg_wood1.jpg");
}

.ttMenu{
	position: fixed;
	z-index: 999999;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0px 12px 20px 12px rgba(0,0,0,0.4);
	/* border: 1px solid #5A6BB2; */
	color: white;
	top: 50px;
	/* border-radius: 10px; */
	overflow: initial !important;
	padding: 0px 0px;
	/* opacity: .8; */
}
.ttMenu a, .ttMenu .a{
	color: white;
}
.ttMenu > div > a {
	padding: 20px 130px 15px 30px;
	text-align: left;
	display: block;
}

	.ttMenu > div.ttMenu-Link:hover
	{
		background: #007aff;
		/* background-color: #ff0094; */
	}

.ttMenu > .notch {
	position: relative;
	margin-top: -19px;
	right: 24px;
	float: right;
	color: black;
	font-size: 20px;
	display: none;
}
#profileSlider,#toolSlider {
	right: -290px;
	width: auto;
	height: 100%;
	transition-duration: 300ms;
	visibility: hidden;
}
#toolSlider {
	background-color: rgba(36, 61, 74, 0.96);
}
#profileSlider.slideLeft, #toolSlider.slideLeft{
	right:0;
	/* display: block; */
	visibility: visible;
}
.menuSel, #accInfo .menuSel *{
	color: white;
}
.ttMenu-Item-Divider{
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 1px;
}
.ttMenu .sep{
	height: 2px;
	border-bottom: 1px solid #7890D0;
	background-color: #5A6BB2;
	width: 100%;
	margin: -4px 0;
	padding: 0;
}

.ttMenu .ico{
	padding-right: 10px;
	font-size: 16px;
}
.ttMenu .ico.ion{
	font-size: 26px;
	line-height: 16px;
}
.modal{
	width: 50%;
	/*height: 50%;*/
	/* margin: auto; */
	position: fixed;
	top: 50%;
	/*bottom: 0;*/
	left: 50%;
	/* right: 0; */
	z-index: 9999999;
	transform: translate(-50%,-50%);
	box-shadow: rgba(0,0,0,0.5) 0px 0px 40px 5px;
}

#loading, #bootstrapAlertDiv, #BSDiv{
	z-index: 99999;
	background-color: #22aa66;
	color: white;
	text-align: center;
	width: 25%;
	height: 24px;
	/* overflow: auto; */
	margin: auto;
	position: fixed;
	top: 50px;
	left: 0;
	/* bottom: 0; */
	right: 0;
	border-radius: 0 0 10px 10px;
	display: none;
}
input.txtcaption {
    background-color: #E6E6E6;
    border-radius: 3px;
    color: black;
}

/*Sevenion: To bring the caption and title on top of the image*/
.transparentBGA {
    background: linear-gradient(#777777, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #666666;
    opacity: 0.7;
    position: relative;
    width: 100%;
    height: 20px;
    bottom: 0px;
}   

.transparentBGM {
    background: linear-gradient(#777777, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #666666;
    opacity: 0.7;
    position: relative;
    width: 100%;
    height: 20px;
    bottom: 0px;
}

.transparentBGMChk {
    position: relative;
    bottom: 20px;
    background: linear-gradient(#777777, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #666666;
    height: 13px;
    opacity: 0.7;
    z-index: 999;
}

    .transparentBGMChk input {
        color: white;
        background: linear-gradient(#777777, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
        opacity: 0.7;
        margin-bottom: 2px;
    }


.ck {
	float: right;
	position: relative;
	z-index: 1000;
	/* margin-top: -18px; */
	bottom: 1.5em;
}

.fav{
	color: red;
	position: absolute;
	bottom: 7px;
	text-shadow: 0px 0px 1px black;
	cursor: pointer;
	left: 6px;
}

.sl{
	color: green;
	position: absolute;
	top: 7px;
	text-shadow: 0px 0px 1px black;
	cursor: pointer;
	left: 6px;
}
.txtInputRead {
    padding: 0px;
    width: 99%;
    text-align: center;
    border-collapse: collapse;
    border: none;
    background-color: transparent;
    text-align: center;
    color: white;
    margin-top: -2px;
    z-index: -10;
}

input.txtcaptionHover {
    background-color: #81F781;
    color: black;
}

img {
    /*background: white;*/
}


/* Drag To Select CSS */
div.jquery-drag-to-select {
    background: #def;
    display: none;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 10;
    border: 1px solid #369;
}

    div.jquery-drag-to-select.active {
        display: block;
    }
/*End of Drag to Select CSS */

.window {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #000000;
    background: #A9D0F5;
    position: absolute;
    top: 200px;
    left: 38%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #333;
}
/* root element for tabs  */
ul.tabs {
    margin: 0 !important;
    padding: 0;
    height: 35px;
    border-bottom: 1px solid #666;
}

    /* single tab */
    ul.tabs li {
        float: left;
        padding: 0;
        margin: 0;
        list-style-type: none;
        padding-left: 5px;
        padding-top: 5px;
    }

    /* link inside the tab. uses a background image */
    ul.tabs span {
        float: left; /*font-size:13px;*/
        font-weight: bold;
        display: block;
        padding: 5px 30px;
        text-decoration: none;
        border: 1px solid #666;
        border-bottom: 0px;
        height: 18px;
        background-color: #BDBDBD;
        color: #777;
        margin-right: 2px;
        position: relative;
        top: 1px;
        outline: 0;
        -moz-border-radius: 5px 5px 0 0;
    }

        ul.tabs span:hover {
            background-color: #E6E6E6;
            color: #333;
        }

        /* selected tab */
        ul.tabs span.currentTab {
            background-color: #A9D0F5;
            border-bottom: 1px solid #A9D0F5;
            color: black;
            cursor: default;
        }

/* tab pane */
.panes div {
    padding-left: 20px;
}

/*Toolbar styles */
div.ToolBar {
    width: auto;
    float: left;
    color: white;
    padding: 2px 7px 2px 7px;
    background-color: transparent;
    margin: -11px 10px;
    height: 0px;
    box-shadow: 0px 1px 3px 1px #666;
    border-radius: 0px 0px 5px 5px;
    display: none;
}

div.tb-right {
    float: right;
    display: inline-block;
}

#ttLogo{
	/*margin: 15px 5px auto 12px;
	padding-right: 5px;
	float:left;*/
	position: relative;
	top: 13px;
	height: 25px;
	display: block;
    margin: auto;
}
/*
div.tool
{
    height: 25px;
    border-radius: 10px;
    border: solid 2px #888;
    background-color: #444;
    margin: 5px 5px 5px 0px;
    opacity: 0.8;
    padding: 5px;
    vertical-align: middle;
    color: White;
    display: inline-block;
}
*/

/* Menubar Styles */
div.MenuBar {
	/*background-color: #153551;
	color:white;
    padding: 5px 0px;
    vertical-align: middle;*/
    /*box-shadow: 0px 1px 5px 2px #333;
    */
    /*position: fixed;
    z-index: 1;
    padding: 3px 5px;
    top: 163px;*/
    /*margin: 0px 10px;*/
}

    div.MenuBar table {
        /*width: 100%;*/
    }
div.MenuBar a, div.MenuBar span
{
	color:white;
}
div.mb_dashboard {
    background-color: #a9f;
}

div.mb_albumnavigation {
    background-color: #f9a;
}

div.mb_albummediafiles {
    /* background-color: #9fa;*/
}

div.mb_mediapreview {
    background-color: #9fa;
}

div.mb_search {
    background-color: #9fa;
}

div.mb_people {
    background-color: #9fa;
}

div.mb_settings {
    background-color: #9fa;
}

div.mb_help {
    background-color: #9fa;
}

/*inline edit input boxes */
input.EditInline {
    background: none;
    border: none;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

input.EditInline_MouseEnter {
    background-color: Gray;
}

input.EditInline_Edit {
    background: white;
    border: 1px solid black;
    text-decoration: none;
}

.err{
	color: red;
}
.dropdown-menu {
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .dropdown-menu > li {
        width: 100%;
    }

        .dropdown-menu > li > a {
            padding: 0;
            margin: 3px 0px;
            width: 100%;
            line-height: normal;
        }

.slimScrollBar, .slimScrollRail {
    /*display: none;*/
    right: 0px;
    width: 10px;
}

.slimScrollBar {
    border-radius: 0;
    background-color: #444;
    opacity: 1;
}

.slimScrollRail {
    background-color: #aaa;
}

/*.form-control
{
	display: inline-block;
	width: auto;
}*/
.modal
{
	/* z-index: 999999; */
}
.modal-open .modal
{
	background-color: #fefefe;
	overflow-y: hidden;
	/* border: 1px solid #999; */
}
/*.modal-open .modal::after
{
	content: "";
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}*/

#moveTo, #copyTo, #ctcModal
{
	height:530px;
}

#confirmDelete{
	/* height: 140px; */
}
#moveTo .modal-body, #copyTo .modal-body, #ctcModal .modal-body
{
	height: 380px;
	overflow-y: auto;
}

.slimScrollBar
{
	background-color:#666;
	border-radius:5px;
}

.ui-droppable
{
	border:1px solid red;
}

.ui-droppable
{

