@font-face
{
    font-family: "FaricyNew";
    src: local("FaricyNew Regular"), url("../OsnRdf/res/fonts/FaricyNew-Rg.woff") format("woff");
}

/********************* OSN Color Chart ****************
*************************** comment ********* colour ******** 

OSN Red     :   #ED2939
OSN Black   :   #111C24
OSN Alert   :   
*/


/* Tag Overrides */

*
{
    font-family: FaricyNew,Arial,Helvetica,sans-serif !important;
}

body
{
    font-family: FaricyNew,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #111C24;
}
h1
{
    font-weight: normal;
    font-size: 2em;
    display: block;
    padding-left: 15px;
}
h2
{
    font-size: 1.5em;
}
h4
{
    color: #ED2939 !important;
}
h5
{
    font-weight: bold;
}
h2, h3, h4, h5, h6, p
{
    /*color: #C8B6B6;*/
    color: #111C24;
}
tr.even:hover, tr.odd:hover
{
    background: #e4c6c7;
}
td:hover a
{
    color: #F0AB00;
    font-weight: bold;
}
tr td:hover
{
    background: #ED2939;
    color: #ffffff !important;
    box-shadow: 1px 1px 5px #000000;
}
td
{
    font-size: .8em !important;
    overflow: auto;
}
td a
{
    text-decoration: underline;
    color: #ED2939;
}

th, .sorting, thead td, th:hover, thead td:hover:hover
{
    color: #ffffff !important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc
{
    background-color: rgba(0, 0, 0, 0.7);
}


/* Theme Specific Styles */
#osnGlobalHeader, #osnMobileMenuHeader
{
    background: #1e1e1e;
    background: -moz-linear-gradient(top, #1e1e1e 1%, #020202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1e1e1e), color-stop(100%,#020202));
    background: -webkit-linear-gradient(top, #1e1e1e 1%,#020202 100%);
    background: -o-linear-gradient(top, #1e1e1e 1%,#020202 100%);
    background: -ms-linear-gradient(top, #1e1e1e 1%,#020202 100%);
    background: linear-gradient(to bottom, #1e1e1e 1%,#020202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#020202',GradientType=0);
    margin-bottom: 10px;
}
#osnGlobalHeader .button
{
    background: none;
    border: none;
    font-size: .80em;
    padding: 15px;
    margin: 0;
}
#osnMainContainer
{
}
#osnSubContainer
{
}
#osnHeader
{
}
h1#osnLogo
{
    width: auto;
    height: auto;
}
#main-navigation .button
{
    background: none;
    color:#111C24;
    font-size: 1em;
    padding: 1em;
    border: none;
    vertical-align: middle;
    margin:0 .5em;
}
#main-navigation .button:hover
{
    background: #060606;
    color:#ffffff;
}
#osnContents
{
    color: #C8B6B6;
    box-shadow: 0px;
    border-radius: 0;
    border: #cccccc;
    padding: 20px 0px;
    margin: 2em auto;
    max-width: 60em;
    width: 100%;
    background: #ffffff;
}
#osnLeftPanel
{
}
#osnMainContents
{
}
#osnRightPanel
{
}
#osnFooter
{
}
#osnGlobalFooter
{
    display: none;
    background: url(../OsnRdf/res/img/curr/footer_bg.png) left top repeat-x #050505;
    padding-top: 20px;
}


footer a, footer h2, footer p
{
    color: #ffffff !important;
    font-size: .9em !important;
}
footer ol
{
    margin-left: 0;
    padding-left: 0;
}
footer ol li
{
    list-style: none;
}
footer hr
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color #161616;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px medium;
    margin: 17px 0;
}

footer .social li.button .facebook
{
    background-image: url("../res/img/curr/facebook.png");
}
footer .social li.button .twitter
{
    background-image: url("../res/img/curr/twitter.png");
}
footer .social li.button .google
{
    background-image: url("../res/img/curr/google.png");
}
footer .social li.button .youtube
{
    background-image: url("../res/img/curr/youtube.png");
}
footer .social .button a
{
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    text-indent: -9001px;
}



/* Foundation Overrides */

/*#osnContents .panel, fieldset, .reveal-modal
{
    border-radius: .5em;
    box-shadow: 0px 0px 6px #d4d4d4;
}*/

#osnContents fieldset {border:0;}

.osnEmpPanel
{
    /*background-image: linear-gradient(center top , #333333 0%, #666666 100%);
    background-image: -moz-linear-gradient(center top , #333333 0%, #666666 100%);
    background-image: -webit-linear-gradient(center top , #333333 0%, #666666 100%);*/
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 49%, rgba(0,0,0,0.1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,0.1)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    border: 1px solid #333333;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) inset !important;
    color: #FFFFFF !important;
}

.reveal-modal
{
    box-shadow: inherit;
    z-index: 1000000;
}

fieldset legend
{
    background: none;
}

body.app .row, body.app #osnContents
{
    width: 98% !important;
    max-width: 98%;
}

form
{
    margin-bottom: 0;
}



/* Mobile Navigation */
#osnMobileMenuHeader
{
    text-align: center;
}
#osnMobileMenuHeader a
{
    display: block;
    vertical-align: middle;
}
#osnMobileMenuHeader img
{
    vertical-align: middle;
    width: 5em;
    height: auto;
    margin: 0.313em;
}
a.sidr-class-button
{
    font-size: .8em;
}
.button
{
    box-shadow:0px 5px 5px #aaaaaa;
}

.button:hover
{
    background-color: #111C24;
}



/* Form Controls Styles */
input[type=text],input[type=checkbox], select
{
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 49%, rgba(0,0,0,0.1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,0.1)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 49%,rgba(0,0,0,0.1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    background:#dbd8d3;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.30) inset !important;    
}


input[type=checkbox], input[type=radio]
{
    border: solid 1px #cccccc !important;
}
input:not([type=submit]):not([type=file]), select
{
    /*background:#d0ccc7;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset !important;
    border-radius: .2em;*/
}

/* OSN Media Queries */
@media only screen and (min-width: 40.063em)
{
    #osnMobileMenuHeader
    {
        display: none;
    }
    .hideInDesktop
    {
		display:none;
    }
}

@media only screen and (max-width: 40em)
{
    .osn-nav
    {
        display: none;
    }
    .hideInMobile
    {
        display: none;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em)
{
	.hideInTablet
    {
        display: none;
    }
}

/* OSN utils */
.fullPage
{
    width: 90% !important;
}
.boxGradient
{
    /*background: -moz-linear-gradient(center top , rgba(242, 242, 242, 1), rgba(255, 255, 255, 1)) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 1)));
    background-image: -webkit-linear-gradient(center top, rgba(242, 242, 242, 1), rgba(255, 255, 255, 1));
    background-image: moz-linear-gradient(center top , rgba(242, 242, 242, 1), rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient(top, rgba(242, 242, 242, 1), rgba(255, 255, 255, 1));
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(255, 255, 255, 1));
}
.osnTutorialItem *
{
    font-size: .9em;
}
.osnTutorialItem th
{
    background: #F2F2F2;
    color: #111C24 !important;
    box-shadow: 0 0 0;
}

.mobile-only-menu
{
    display: block;
    padding: 10px !important;
    background: url(../res/img/dark_mobile-menu-icon.png) no-repeat;
    margin: 3px;
}
.mobile-only-menu:hover
{
    background: url(../res/img/light_mobile-menu-icon.png) no-repeat;
}
.noMargin
{
    margin: 0;
}
.osnBlack {color:#111C24;}
.osnRed {color:#ED2939;}
.osnGreen{color:#008542;}
