﻿
#buttons
{
    float: right;
    margin-right: 40px;
    margin-top: 16px;
}

.view
{
    min-height: 200px;
    font-size:14px;
	line-height:24px;
}
.view p
{
    max-width: 100%;
}
.narrowView
{
    width: 396px;
    margin: 0 auto;
}
.error-box
{
    background: #e1e1e1;
    border: solid 1px #e1e1e1;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    padding: 0px;
    width: 100%;
    float: left;
	margin-top:10px;
    margin-bottom:30px;
}
.error-box-bg
{
    /*background: url(../images/errorIcon.gif) left top no-repeat;
    padding-left:75px;*/
}
.error-icon
{
    background: url(../images/errorIcon.gif) left top no-repeat;
    width: 60px;
    height: 41px;
    float: left;
    padding-right: 8px;
}
.error-message
{
	display:inline-block;
	padding:8px 18px;
	width:100%;
    font-size: 12px;
	line-height:18px;
    color: #606060;
	margin:0 auto;
    word-wrap:break-word;
}

.box-error
{
    background:#F9E3D9;
    border:1px solid #F2AE91;
    padding:10px;
    z-index:20;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:fixed;
    top:45px;
    left:35%;
    min-width:30%;
    max-width:50%;
    text-align:center;
}
.box-error-icon
{
    color:#D16969;
    font-size:20px;
}
.box-error-message
{
    font-size: 12px;
    margin-top: 8px;
    margin-right: 10px;
}
.notify-box
{
    background: #f7f7f7;
    border: solid 1px #E7E7E7;
    padding: 0px;
    min-height: 41px;
    width: 100%;
    float: left;
    padding-bottom: 8px;
    margin-bottom:10px;
    padding-left:50px;
    position:relative;
}
.notify-icon
{
    background: url(../images/infoIcon.gif) left top no-repeat;
    width: 60px;
    height: 41px;
    float: left;
    padding-right: 8px;
    position:absolute;
    left: 0;
    top:10px;
}
.notify-message
{
    font-size: 13px;
    color: #5a5a5a;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 10px;
}

.warning-box
{
    background: #fff2e5;
    border: solid 1px #e8d8c7;
    padding: 0px;
    min-height: 41px;
    width: 90%;
    float: left;
    padding-bottom: 8px;
    margin:0 5%;
    margin-bottom:10px;
    margin-top:20px;
    padding-top:10px;
}
.warning-icon
{
    background: url(../images/warningIcon.gif) left top no-repeat;
    width: 60px;
    height: 41px;
    float: left;
    padding-right: 8px;
}
.warning-message
{
    font-size: 13px;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 10px;
    color:#b37d47;
}
.box-warning
{
    background: #fff2e5;
    border: solid 1px #e8d8c7;
    padding: 10px;
    float: left;
    margin-bottom:10px;
    color: #b37d47;
    font-family: OpenSans-Semibold;
}
.tick-box
{
    background: #EDFCD5;
    border: solid 1px #C4EB83;
    padding: 0px;
    width: 100%;
    margin-bottom:10px;
    line-height:20px;
}

.box-tick
{
    background:#EDFCD5;
    border:1px solid #C4EB83;
    padding:10px;
    z-index:20;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:fixed;
    top:45px;
    left:35%;
    min-width:30%;
    max-width:50%;
    text-align:center;
}
.box-tick-icon
{
    color:#3FC750;
    font-size:20px;
}
.box-tick-message
{
    font-size: 12px;
    margin-top: 8px;
    margin-right: 10px;
}

.box-error .close, .box-tick .close {
    position: absolute; top: -3px; right: -3px;
}

/*********** bootstrap alert *********/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    word-break:break-word;
}
.alert-iconprefix {
    padding-left: 3rem;
    position:relative;
}
    .alert-iconprefix .icon {
        position: absolute;
        top: 13px;
        left: 15px;
        display: inline-block;
        width: 40px;
        height: 100%;
    }
.alert-dismissable {
    padding-right: 3rem;
}
.alert-dismissable .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    font-size: 1.3rem;
    opacity: .6;
    cursor: pointer;
    filter: (Alpha=60);
}
.alert-dismissable .close:hover {
    opacity: 1;
    cursor: pointer;
    filter: (Alpha=100);
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #b37d47;
    background-color: #fff2e5;
    border-color: #e8d8c7;
}
.alert-info {
    color: #4788b3;
    background-color: #e5f5ff;
    border-color: #c7dbe8;
}

/************ widget ***********/
.widget {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border: 1px solid #CECAC4;
    border-bottom: 1px solid #B2ACA4;
    border-radius: 4px;
    padding:20px;
}
.section-sub-title {
    border-bottom: 1px solid #E0DACF;
    padding-bottom: 10px;
    color: #493a38;
    font-size: 16px;
    font-family:'OpenSans-Semibold'
}
/************ widget ***********/

/********** links ***********/
/*p a:link { color: #1570A6; text-decoration: none; }
p a:visited { color: #1570A6; text-decoration: none; }
p a:hover { color: #1570A6; }
p a:active { color: #1570A6; }

a.lnkGrey{color:Gray; text-decoration:underline;}
a.lnkWhite{color:#fff; text-decoration:none;}
a.lnkWhite:hover{color:#fff;}
a.lnkBlue:link { color: #1570A6; text-decoration: none; }
a.lnkBlue:visited { color: #1570A6; text-decoration: none; }
a.lnkBlue:hover { color: #1570A6; }
a.lnkBlue:active { color: #1570A6; }*/

/********** links ***********/

.more{ display:none;}
.cke_skin_kama a.cke_dialog_tab, .cke_skin_kama a:link.cke_dialog_tab, .cke_skin_kama a:active.cke_dialog_tab, .cke_skin_kama a:hover.cke_dialog_tab, .cke_skin_kama a:visited.cke_dialog_tab{ display: inline-block !important;}

/********** logos ***********/
.logo-DWT {
    width:56px;
    height:56px;
    background:url(../Images/logo-dwt-56x56.png) center center;
}
.logo-DNT {
    width:56px;
    height:56px;
    background:url(../Images/logo-dnt-56x56.png) center center;
}
.logo-DBR {
    width:56px;
    height:56px;
    background:url(../Images/logo-dbr-56x56.png) center center;
}
.logo-DCS {
    width:56px;
    height:56px;
    background:url(../Images/logo-dws-56x56.png) center center;
}
/********** logos ***********/

/********** tabs ***********/
.box-tab .box-header, .box-tab .box-header-black
{
    padding: 0;
}
.tab-opt
.tab-option
{
}
.tab-option:before, .tab-option:after {
    content: " ";
    display: table;
}
.tab-option li a
{    
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    display: block;
    border: 1px solid #cecac4;
    border-bottom-color: transparent;
    cursor: default;
    margin-right: 5px;
    line-height: 20px;
    border-radius: 4px 4px 0px 0px;
    color: #493a38;
    background-color: #F4F2EF;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.05);
}
.tab-option {
    height:40px;
    padding-left: 10px;
}
.tab-option li
{
    float: left;
    margin-bottom: -1px;
    height: 40px;
    vertical-align:middle;
    /*padding: 0 20px;*/
}
    .tab-option li h3 {
    height: 40px;
    line-height: 40px;
    vertical-align:middle;
    }
.tab-option li.tabOn
{
    /*background: #ffffff;*/
    color: #3a3a3a;
    font-weight: bold;
    border-bottom:1px solid #e8e8e6
}
    .tab-option li.tabOn a, .tab-option li a:hover {
        color: #555555;
        background-color: #fcfcfc;
        border: 1px solid #cecac4;
        border-bottom-color: transparent;
        cursor: default;
        -webkit-box-shadow: 0px 8px 0px 0px #fcfcfc, 0px 2px 8px 0px rgba(0,0,0,0.15), inset 1px 2px 2px 0px #fff;
        box-shadow: 0px 8px 0px 0px #fcfcfc, 0px 2px 8px 0px rgba(0,0,0,0.15), inset 1px 2px 2px 0px #fff;
    }
.tabs-pannel
{
    display: none;
    /*padding-bottom:20px;*/
   
}
.tabOn
{
    display: block;
}
.bordered-pannel {
    background-color: #F9F7F4;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15), inset 1px 2px 2px 0px #fff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15), inset 1px 2px 2px 0px #fff;
    border: 1px solid #cecac4;
    border-bottom: 1px solid #B2ACA4;
    border-radius: 4px 4px 4px 4px;
}
/********** tabs ***********/