/* 
    Document   : default
    Created on : 16 Okt 13, 11:58:12
    Author     : seatech mobile
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


a:link {color:#000; outline: none;}      /* unvisited link */
a:visited {color:#000; outline: none;}  /* visited link */
a:hover {color:#000; outline: none;}  /* mouse over link */
a:active {color:#000; outline: none;}

/*@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(font/PT_Sans/PT_Sans-Web-Regular.ttf) format('woff');
}*/
@font-face {font-family: 'PT Sans'; 
    src: url('font/PT_Sans/PTSansWeb/pts55f_w.eot'); 
    src: local('PT Sans'), url('font/PT_Sans/PTSansWeb/PTS55F_W.woff') format('woff'),url('font/PT_Sans/PTSansWeb/PTS55F_W.ttf') format('truetype'), url('font/PT_Sans/PTSansWeb/PTS55F_W.svg#PTSans-Regular') format('svg');
}
@font-face {font-family: 'PT Sans'; 
	font-style: italic;
	src: url('font/PT_Sans/PTSansWeb/pts56f_w.eot'); 
	src: local('PT Sans Italic'), url('font/PT_Sans/PTSansWeb/PTS56F_W.woff') format('woff'),url('font/PT_Sans/PTSansWeb/PTS56F_W.ttf') format('truetype'), url('font/PT_Sans/PTSansWeb/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans';
	src: url('pts75f_w.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('font/PT_Sans/PTSansWeb/PTS75F_W.woff') format('woff'),url('font/PT_Sans/PTSansWeb/PTS75F_W.ttf') format('truetype'), url('font/PT_Sans/PTSansWeb/PTS75F_W.svg#PTSans-Bold') format('svg');}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('font/PT_Sans/PTSansWeb/pts76f_w.eot'); 
	src: local('PT Sans Bold Italic'), url('font/PT_Sans/PTSansWeb/PTS76F_W.woff') format('woff'),url('font/PT_Sans/PTSansWeb/PTS76F_W.ttf') format('truetype'), url('font/PT_Sans/PTSansWeb/PTS76F_W.svg#PTSans-BoldItalic') format('svg');}


button {
    font-size: 12px;
}

input[type="checkbox"] {
/*    display: inline-block;*/
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#mask {
    position:fixed;  
    width:110%;
    min-width: 110%;
    min-height:110% !important;
    z-index:1000;  
    background-color:#CFCFCF;  
    opacity:0.7;
    display:none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

#maskImage {
    display: table;
    position: fixed;
    top: 50%;
    margin-top: -50px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

table {
    width: 100%;
}

th {
    padding: 2px;
/*    border: thin solid;*/
    background: local;
    font-weight: bold;
/*    width: 150px;*/
}

td {
    padding: 1px;
    max-width: 250px;
/*    border: thin darkcyan solid;*/
}

#login_header {
    width: 100%;
    height: 90px;
    font-size: 20px;
    text-align: center;
/*    vertical-align: middle;*/
    line-height: 90px;
}

#login_box {
    width: 315px;
    height: 318px;
    margin: auto;
    margin-top: 6%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    background-color: #fff;
    background-image: url("../assets/Background_login_cms.png");
    font-family:'PT Sans';
    font-weight: bold;
-webkit-box-shadow: 2px 2px 12px rgba(153, 153, 153, 1);
-moz-box-shadow:    2px 2px 12px rgba(153, 153, 153, 1);
box-shadow:         2px 2px 12px rgba(153, 153, 153, 1);
behavior: url("css/PIE/PIE.htc");
}

.login_text_box{
    width: 80%;
    margin: auto;
    font-size: 13px;
}

.login_form {
    text-align: center;
    height: 100%;
    margin: auto;
}

.login_form input[type=submit]{
    background: url("../assets/button_login.png") no-repeat;
    border: none;
    width: 92px;
    height: 35px;
    margin: auto;
    margin-top: 20%;
}




/*HOME CSS*/
#home_container {
    width: 94%;
    height: 100%;
/*    max-height: 500px;*/
    font-family:'PT Sans';
    font-weight: bold;
    min-width: 770px;
    margin-left: 3%;
}

#home_header {
    border-top: 1px solid;
    width: 100%;
    height: 76px;
    background: url("../assets/background_panel.png") repeat-x;
    display: inline-table;
}

.home_header_logo {
    height: 90%;
    margin: 4px;
    margin-left: 2%;
    max-height: 67px;
/*    margin-right: 10%;*/
}

.home_header_unit {
    margin: 4px;
    margin-right: 6%;
    overflow: hidden;
}

#home_main_menu {
    display: inline-table;
    margin-top: -2px;
    width: 100%;
    height: 41px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: url("../assets/background_panel.png");
}
#home_main_menu .nav{
    margin-bottom: 0px !important;
}
.home_main_submenu {
    height: 100%;
    border-right: 1px solid;
    border-left: 1px solid;
    text-align: center;
    float: left;
    margin: auto;
/*    vertical-align: middle;*/
    line-height: 51px;
}

#home_content {
    margin-top: 5px;
}

.divtable {
/*    border: 3px #777 solid;*/
    font-family:'PT Sans';
}

.tablecontent {
/*    border: 2px buttonshadow solid;*/
/*    border-collapse: separate;*/
/*    border-spacing: 2px;*/
    display: inline-table;
    margin-top: 25px;
}



/*Upload css*/
#uploadSearchBar {
    margin: auto;
/*    width: 62%;*/
    border: none;
    height: 40px;
    min-width: 645px;
    margin-top: 5px;
    display: table;
}

.searchBarMenu {
    display: table-cell;
}

.searchBarButton {
    display: table-cell;
}

#uploadDetailView {
    float: left;
    margin-left: 25%;
    width: 44%;
/*    border: 1px solid;*/
    min-width: 580px;
}

.uploadFileEditDelete {
    margin-left: auto;
    margin-right: auto;
    width: 38%;
    min-width: 100px;
}

.uploadLeftDiv {
    margin-top: 10px;
    margin-bottom: 7px;
    height: 30px;
    padding-top: 1px;
}

.uploadRightDiv {
    margin-top: 10px;
    margin-bottom: 7px;
    height: 30px;
}

.downloadButton {
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.labelUploadRight {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}

.checkboxspan {
    margin-left: 98px;
    margin-right: 1%;
    min-width: 291px;
/*    overflow-x: hidden;*/
}

#reports_content_header {
/*    margin-left: 13%;*/
/*    margin: auto;*/
/*   width: 1209px;*/
    min-width: 876px;
    display: inline-table;
/*    border-bottom: black 1px solid;*/
}

.fileList{
    color: #8e8e8e;
}

.downloadLink{
/*    a:link {color:#000; outline: none;};*/
}

.leftjsontable{
    text-align: left;
}

.nationalitytable{
    width: 289px;
}

.ofcchart{
    /*    display: none;*/
    position: fixed;
    left: 2000000px;
/*    visibility: hidden;
    opacity: 0;*/
}

.budgetfontsize{
    font-size: 80%;
}

.changepassword{
    cursor: pointer;
}

.span_change_password_new{
    margin-left: 0px;
    margin-right: 43px;
}

.span_change_password_old{
    margin-left: 0px;
    margin-right: 47px;
}