﻿body {
    font-size: 13px;
    font-family: "Open Sans", Sans-Serif;
    color: #232323;
    width: 100%;
    height: 100%;
    background-color: #E4E7EA;
    font-weight: 400;
    
    /* IE scroll bar style*/
    scrollbar-face-color:#73767d;
    scrollbar-3dlight-color:red;
    scrollbar-track-color:#3b455c;
    scrollbar-darkshadow-color:green;
    scrollbar-shadow-color:#3b455c;
    scrollbar-highlight-color:yellow;
    scrollbar-arrow-color:#c7cad3;
}

/* Chrome scroll bar style*/
::-webkit-scrollbar {
width: 10px;
height:10px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px #fff);
background:#3b455c;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px #ccc;
background:#3b455c;
}*

scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}
 
thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}
 
scrollbarbutton {
   display: none !important;
}
scrollbar[orient="vertical"] {
  min-width: 15px !important;
}


.header {
    width: 100%;
    height: 108px;
    background-color: #ccc;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
	}
	
.top 
{
    position:inherit;
    width: 100%;
    height: 40px;
	background: #fff;
    vertical-align: middle;
	border-bottom: 1px solid #E4E7EA;
	min-width: 800px;
	}
	
.top-cmd 
{
    width: 100%;
    height: 67px;
    padding-top:42px;
	background: #fff;
    vertical-align: middle;
    background-color:#fff;
    border-bottom:1px solid #999595;
	border-bottom:1px solid #D1D6DD;
	padding-left: 255px;
	white-space:nowrap;
	}
	
#logo-box {  /* new style element */
    display: inline-block;
    width: 215px;
    height: 70px;
	background-color: #303741;
	padding: 30px 20px 10px 20px;
	border-bottom: 1px solid #3D424F;
	}

a#logo, a#logo:hover, a#logo:visited {
    display: block;
    float: none;
    width: 228px;
    height: 64px;
    background: #303741 url(../../Content/images/OTISS_white_logo.svg) no-repeat;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: relative;
}



/* TOP MENU LINKS */
a.toplink, a.toplink:visited {
    display: block;
    float: right;
    width: auto;
    height: 20px;
    margin: 0;
    padding: 10px 10px;
    font-size: 13px;
    color: #798DAE;
    font-weight: 400;
    text-decoration: none;
	}
a.toplink:hover {
    color: #303741;
    background-color: #ffffff;
	}
a.toplink img {
	vertical-align: text-bottom;
	}
a.profilePic, a.profilePic:visited {
    float: right;
    margin: 10px 0 0 10px;
    padding: 0;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #6A737B;
    height: 20px;
    vertical-align: middle;
    font-weight: bold;
	}
a.profilePic:hover {
    color: #455560;
    background-color: #bec0c2;
	}



/* PAGE TITLE + BREAD CRUMBS + command */
#page-title {
	/*float:left;
	padding-left:280px;*/
	padding-left: 20px;
	padding-top:15px;
	min-width: 300px;
	}
#page-title img {
	vertical-align: text-bottom;
	}
#page-title h1 {
	display: inline;
	/*font-size: 30px;*/
	font-weight: 300;
	color: #303741;
	padding-left:10px
	}

.bread {
    vertical-align: baseline;
    position:absolute;
    left:260px;
    top:0px;
    height:27px;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
    padding-top:13px;
    font-size:12px;    
    }

.bread  a {
    display: inline-block;
    color: #303741;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
	}
.bread  a:hover {
    color: #00B27A;
	}
#breadcrumbs-current {
    color: #00B27A;
	}	

#command-box {
	z-index: 100;
	float:right;
	padding-top:10px;
	/*padding-right:20px;*/
	}	
	
#command-box a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    color: #474220;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	}

img.command-button
{
    margin-bottom:2px;
    margin-left:4px;
}



/* SIDEBAR MENU */
.nav {
    position: fixed;
    left: 0;
    top: 110px;
    bottom: 0;
    width: 260px;
    z-index: 100;
	}	
.menu-holder {
    padding: 0;
    width: 255px;
    height: 100%;
    overflow: hidden;
   	background-color: #303741;
   	position: relative;
	}
li.mainmenu-li,
li.mainmenu-li-on { /* new style */
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: lighter;
	background-color: #303741 !important;
    border-bottom: 1px solid #3D424F;
    }
li.mainmenu-li > a,
li.mainmenu-li-on > a {  /* fix this for scrolling */
    display: block;
	color: #fff;
	font-weight: lighter;
    filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	min-width: 225px;
    margin: 0;
    padding: 10px 20px;
	}
li.mainmenu-li > a:hover {
    display: block;
	color: #FFF;
    margin: 0;
    padding: 10px 20px;
    background-color: #3E4754;
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-weight: lighter;
	}

li.submenu-li {
	background-color: #272B34;
	/*border-bottom: 1px solid #3D424F;*/
	}
ul.submenu {
    padding: 0;
    list-style: none;
    width: auto;
    max-width:450px;  
}
ul.submenu > li { /* Projects A, Network Analysis, Reports */
    clear: both;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #3D424F;*/
    font-size: 13px;
	background-color: transparent !important;
	}
ul.submenu > li > a {
    display: block;
    margin: 0;
    padding: 8px 20px 8px 80px;
	color: #fff;
	font-weight: lighter;
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	white-space:nowrap;
	text-decoration:none;
	}
ul.submenu > li > a[disabled=disabled]
{
    display: block;
    margin: 0;
    padding: 8px 20px 8px 80px;
	color: #a1a4aa;
	font-weight: lighter;
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	white-space:nowrap;
	text-decoration:none;
}
ul.submenu > li > a:hover {
    display: block;
    margin: 0;
    padding: 8px 20px 8px 80px;
	color: #fff;
	font-weight: lighter;
    filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
ul.submenu > li > a[disabled=disabled]:hover
{
    color:#a1a4aa;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.menuicon {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
	}
.menuicon2 { /* new style */
    display: block;
    float: right;
    margin: 0 10px 0 10px;
    cursor: pointer;
	}	
a.mainmenu {
    margin: 0;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    }
    
    
/* COMMAND PANEL */
.mainbody {
    margin: 125px 0 0px 260px;
    min-width: 734px;
	}
div.top-cmd-panel {
    position: fixed;
    top: 135px;
    background: #E4E7EA;
    height: 40px;
    z-index: 100;
    padding: 20px 50px;
	}
div.top-cmd-panel h2 {
	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #798DAE;
    font-size: 30px;
    position: absolute;
    padding-top: 5px;
	}	
.AnalysisNameStyle:hover {
	color: #303741;
	}	


div.top-panel {
    width: 100%;
	min-width: 500px;
    margin-bottom: 60px;
    margin-top: 100px;
    background-color: #E4E7EA;
	}   
		
#btn-add-myprojectlanduse {
    background-color: #ccc;
	border-radius: 25px;
    padding: 5px 7px;
	}
#btn-add-myprojectlanduse:hover {
    background-color: #aaa;
    }


/* REPORTS */	
div.select-panel {
	clear: both;
	margin: 0 15px;
	padding: 0;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
	background-color: #fff;
	}
div.section-wrapper {
    border: 0;
    border-top: none;
    padding: 30px 30px;
    margin: 0;
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
div.section-title {
    margin: 18px 0 0 0;
    background-color: #5F7188;
    height: 30px;
    text-align: center;
    position: relative;
	}	
div.section-title > p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #E4E7EA;
    padding: 5px 0;
    margin: 0;
    float: none;
    text-transform: uppercase;
	}
a.notes-link {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(icon-notes.png);
    margin: 0;
    position: absolute;
	top: 11px;
    left: 20px;
	}	
p.section-help, div.section-help {
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    color: #4b617d;
    font-size: 17px;
    font-weight: 300;
    background-color:#d1d6dd;
	}	
 
/*.ui-widget-content table td ,
.ui-widgetP-content table td ,
.section-wrapper table td 
{
	text-align: center;
	font-size:15px;
	padding-bottom:3px;
} */   


.ui-widgetP-content label,
.ui-widget-content label,
.section-wrapper label {
	text-transform: uppercase;
	color: #7A8EAD;
	font-size: 11px;
	margin-left: 0;
	font-weight: 400;
	}
label.fixed-length {
    width: 100%;
    display: block;
    float: none;
    padding-top: 8px;
    }
/*.section-wrapper td label,
.section-wrapper th label,
.waypoint-table, td, th {
	font-size: 15px;
	color: #545454;
	}	*/
	
.ui-widget-content input,
.ui-widget-content select,
.ui-widget-content textarea,
.ui-widgetP-content input,
.ui-widgetP-content select,
.ui-widgetP-content textarea,
.section-wrapper input,
.section-wrapper select,
.section-wrapper textarea {
	/*background-color: #fff;
	border: 1px solid #d4d4d4;
    color: #7e7c7c;*/
	border-radius: 5px;
	width: 250px;
    font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 200;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 5px 0 15px 20px;
	margin: 0;
    padding-right:5px;
	padding-left:5px;
	height: 26px;
	display: inline-block;
	box-shadow: inset 0px 2px 2px #ececec;
	overflow:auto;
	}
	
.ui-widget-content option,
.ui-widgetP-content option,
.section-wrapper option{
    font-family: "Open Sans", sans-serif;
	color: #7e7c7c;
	font-size: 15px;
	font-weight: 200;
    padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;
	padding-top:1px;
	overflow:auto;
}
.section-wrapper .customSelect{
    background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    color: #7e7c7c;
	font-size: 15px;
	font-weight: 200;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 5px 0 15px 20px;
	margin: 0;
	padding-left:0px;
	display: inline-block;
	overflow:auto;
	vertical-align:middle;
}
.section-wrapper .customOption	{
    margin-left:5px;
    margin-right:2px;
    background-color:#fff;
    padding:2px;
    cursor:pointer;
    color:#7e7c7c;
}

.section-wrapper .customOption input[type="checkbox"] 	{
    background:#fff;
    margin-bottom:-2px;
    cursor:pointer;
}


	
ui-widget-content input:disabled,
.ui-widget-content select:disabled,
.ui-widget-content option:disabled,
.ui-widget-content textarea:disabled,
.ui-widgetP-content input:disabled,
.ui-widgetP-content select:disabled,
.ui-widgetP-content option:disabled,
.ui-widgetP-content textarea:disabled,
.section-wrapper input:disabled,
.section-wrapper select:disabled,
.section-wrapper option:disabled,
.section-wrapper textarea:disabled {
	/*color: #cdc9c9;*/
	background-color:#fafbfc;
}
	
.section-wrapper input[type="radio"],
.ui-widgetP-content input[type="radio"] 
	{
	    background-color: #fff;
	    border: 1px solid #d4d4d4;
	    width: 20px;
	    height: 17px;
	    display: inline-block;
	    box-shadow: none;
	}
.section-wrapper input[type="checkbox"],
.ui-widgetP-content input[type="checkbox"] 
	{
	    background-color: transparent;
	    border: 1px solid #d4d4d4;
	    width: 20px;
	    height: 15px;
	    display: inline-block;
	    box-shadow: none;
	}
.section-wrapper .checkboxLabel,
.ui-widgetP-content .checkboxLabel,
.ui-widget-content .checkboxLabel,
 {
    width: 85px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    color: #4d658b;
}
.ui-widget-content select,
.ui-widgetP-content select,
.section-wrapper select {
	height: 26px;
	}
	
.ui-widget-content .small-ctrl, 
.ui-widgetP-content .small-ctrl,
.section-wrapper .small-ctrl {
    width: 80px;
}

.ui-widget-content .tiny-ctrl, 
.ui-widgetP-content .tiny-ctrl,
.section-wrapper .tiny-ctrl {
    width: 35px;
}

.ui-widget-content .normal-ctrl,
.ui-widgetP-content .normal-ctrl,
.section-wrapper .normal-ctrl {
    width: 200px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}

.ui-widget-content .average-ctrl,
.ui-widgetP-content .average-ctrl,
.section-wrapper .average-ctrl {
    width: 150px;
}

.ui-widget-content .big-ctrl,
.ui-widgetP-content .big-ctrl,
.section-wrapper .big-ctrl {
    width: 300px;
}

.buttonPosition	{
	margin-top: 30px;
	margin-bottom: 0px;
    text-align: center;
	}
	
.buttonBlue {
    border-radius: 50px;
    border: 12px solid #CFD6E2;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    padding: 5px 0;
	}
.buttonBlue strong {
    background: #009CCB;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    border-radius: 40px;
    border: 3px solid white;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    font-weight: 400;
    text-decoration: none;
    color: white;
	}
a.buttonBlue:hover strong {
    background: #5acaec;
    text-decoration: none;
    color: white;
	}	

/* FOOTER */
a.footer-logo {
    display: block;
    float: right;
    margin: 0;
	}	
a.footer-logo {}

p.copyright  img {	
	height: 20px;
	float: right;
	margin-left: 20px;
    margin-right: 10px;
	}
p.version {
	font-size: 14px;
    color: #78818A;
    position: absolute;
	padding-top:5px;
	left: 60px;
	}
p.copyright {
    font-size: 14px;
    color: #78818A;
    margin-left: 280px;
	padding-bottom: 20px;
	padding-top:5px;

	}
a.normallink {
    color: #78818A;
    text-decoration: none;
    font-weight: 300;
}
a.normallink:hover {
    color: #232323;
    text-decoration: underline;
}	
#boxOTISS {
    display: block;
    width: 100%;
    height: 150px;
    padding: 0;
    background-color: #116C91 ;
    position: absolute;
    bottom: 30px;
    }
#boxOTISS li a:hover {
    background-color: #349ACD;
    }
    
    #boxOTISS li.nav1 a 
    {
        border-bottom: 1px solid;
        border-bottom-color: rgba(250,250,250,0.25);
    }
#boxOTISS li.nav1 a {
    background-image: url(../../content/theme/logoite.png);
    background-repeat: no-repeat;    
    background-position: 14px 16px;
    }
    
#background {
    height: 100%;
}    
#outerBox {
    display: block;
    max-width: 255px;
    height: 100%;
    position: relative;
    min-height: 511px;
    }    
#outerBox ul {
    list-style: none;
    background-color:#116C91 ;
    }
#outerBox li.heading {
    padding: 6px 25px 10px 25px;
    background-color: #303740;
    border-bottom-color: rgba(250,250,250,0.25);
    font-size: 12px;
    color: #B8E986;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    }
#outerBox li {
    border-bottom: 1px solid;
    border-bottom-color: rgba(250,250,250,0.25);
    opacity: 0.75;
    }
#outerBox li a {
    display: block;
    padding: 15px 25px 15px 55px;
    font-size: 16px;
    color: rgba(250,250,250,1);
    text-decoration: none;
    font-weight: 100;
    background-color:#116C91;
    }
    
    input.btnMedium
        {
            /*width: auto;
            border-radius: 5px;
            border: 1px solid #6496C8;
            text-decoration: none;
            color: white;
            text-transform: capitalize;
            font-size: 14px;
            text-align: center;
            padding: 10px 10px;
            background-color: #E45648;*/
            
            padding: 5px 10px;
            border-radius: 5px;
            border: 1px solid #D8D8D8;
            font-family: 'Akkurat Pro' , sans-serif;
            font-size: 16px;
            color: #555;
            font-weight: 100;
            float: none;
            height: 42px;
            background-color: #FD7E00;
            color: #fff;
            font-weight: 100;
            text-transform: uppercase;
            cursor:pointer;
        }
        input.btnMedium:hover
        {
            background-color: #B8E986;
            color: #fff;
        }