
body {
    /*	background-image: url(/images/2009_background.jpg);*/
    background: #FFFFFF repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

body.cpsms_main {
    background-image: url(/images/2009_background.jpg);
}

.datetimepicker {
    /*	position: absolute;*/
    background: #f8f9fa none;
    /*	border: 1px solid #000;
        width: 200px;
        padding: 5px;*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

img {
    border: none;
}

h1, h2 {
    padding: 0;
    margin: 0 0 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h3 {
    line-height: 150%;
}

input, select, textarea, option {
    /*background-color: #f8f8f8;*/
    /*	border: solid 1px #c6c6c6;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

p {
    padding: 0;
    margin: 0 0 13px;
    line-height: 150%;
}

table, tr, td {
    line-height: 150%;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------- Animation test ------------------------- */

@keyframes myfirst {
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    from {
        height: 20px;
    }
    to {
        height: 50px;
    }
}

div.animtest {
    animation: myfirst 5s;
    -moz-animation: myfirst 5s; /* Firefox */
    -webkit-animation: myfirst 5s; /* Safari and Chrome */
}

/* ---------------------- Generelt ------------------------- */
.list_box {
    background: left top repeat-x #f2f2f2 url(/images/dashboard_box_bg.jpg);
    border: 1px #b1b1b1 solid;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.list_box_selected {
    background: left repeat-x #fbfbf1;
    border: 1px #D2CA97 solid;
}

.listselected {
    background-color: #F3E9D1;
    cursor: pointer;
}

.bigname {
    font-size: 18px;
    font-weight: bold;
}

.updateBtn, .updateBtn:hover, .updateBtn:visited {
    border: 1px solid #3c9632;
    background: #3c9632 url(/images/overlay.png) repeat-x;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #bbb;
    -webkit-box-shadow: 0 0 4px #bbb;
    box-shadow: 0 0 4px #bbb;
    padding: 7px 11px;
    margin: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.infoBack {
	border: 1px solid #3c9632;
	background: #3c9632 url(/images/overlay.png) repeat-x;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px #bbb;
	-webkit-box-shadow: 0 0 4px #bbb;
	box-shadow: 0 0 4px #bbb;
	padding: 7px 11px;
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}

.infoBtn, .infoBtn:hover, .infoBtn:visited {
	border: 2px solid #fff;
	background: #ff8100 url(/images/overlay.png) repeat-x;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px #af7712;
	-webkit-box-shadow: 0 0 4px #af7712;
	box-shadow: 0 0 4px #af7712;
	padding: 7px 11px;
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;

}

/*
.stdBtn,  .stdBtn:visited, .stdBtn:active, .stdBtn:link {
	color: #fff;
	background: url(/images/overlay.png) repeat-x;
	border: 1px solid #DD0000;
	background-color: #DD0000;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px #bbb;
	-webkit-box-shadow: 0 0 4px #bbb;
	box-shadow: 0 0 4px #bbb;	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 11px;
	padding-left: 11px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}

.miniBtn, .miniBtn:visited, .miniBtn:link {
	color: #fff;
	background: url(/images/overlay.png) repeat-x;
	border: 1px solid #DD0000;
	background-color: #DD0000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}
*/

.stdBtn, .stdBtn:visited, .stdBtn:active, .stdBtn:link {
    background: #cc0001 url(../images/2010_btn_back_normal.jpg) top left repeat-x;
    border: 2px #cdcecf solid;
    padding: 7px 11px;
    margin: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.stdBtn:hover {
    border: 2px #790003 solid;
    color: #FFFFFF;
}

.miniBtn, .miniBtn:visited, .miniBtn:link {
    background: #cc0001 url(../images/2010_btn_back_normal.jpg) left repeat-x;
    border: 1px #cdcecf solid;
    padding: 1px 6px;
    margin: 0;
    color: #FFF;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.miniBtn:hover {
    border: 1px #790003 solid;
    color: #790003;
    font-weight: normal;
    text-align: center;
}

.btnLink {
    background: #cc0001 left repeat-x;
    background-image: linear-gradient(bottom, rgb(238, 0, 0) 50%, rgb(204, 0, 0) 49%);
    background-image: -o-linear-gradient(bottom, rgb(238, 0, 0) 50%, rgb(204, 0, 0) 49%);
    background-image: -moz-linear-gradient(bottom, rgb(204, 0, 0) 50%, rgb(238, 0, 0) 49%);
    background-image: -webkit-linear-gradient(bottom, rgb(238, 0, 0) 50%, rgb(204, 0, 0) 49%);
    background-image: -ms-linear-gradient(bottom, rgb(238, 0, 0) 50%, rgb(204, 0, 0) 49%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.5, rgb(238, 0, 0)),
            color-stop(0.49, rgb(204, 0, 0))
    );
    border: 1px #cdcecf solid;
    padding: 3px 6px;
    margin: 0;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
}

.btnLink:link, .btnLink:active, .btnLink:visited {
    color: #FFFFFF;
}

.btnLink:hover {
    border: 1px #790003 solid;
}

.deleteBtn {
    float: right;
    background: #aaaaaa url(../images/2010_btn_back_delete.jpg) top left repeat-x;
    border: 2px #cdcecf solid;
    padding: 7px 11px;
    margin: 0;
    color: #790003;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.deleteBtn:hover {
    border: 2px #790003 solid;
}

.miniDeleteBtn, .miniDeleteBtn:visited, .miniDeleteBtn:link {
	float: right;
	background: #aaaaaa url(../images/2010_btn_back_delete.jpg) top left repeat-x;
	border: 1px #cdcecf solid;
	padding: 1px 6px;
	margin: 0;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	border-radius: 4px;
}

.miniDeleteBtn:hover {
	border: 1px #790003 solid;
	color: #790003;
	font-weight: normal;
	text-align: center;
}

/* ---------------------- Postit ------------------------- */
.postit {
    background: url(/images/2010_postit.png) no-repeat top center;
    display: block;
    position: absolute;
    left: 40px;
    width: 404px;
    height: 43px;
    text-align: center;
    padding-top: 7px;
}

.postit_wrapper {
    display: block;
    position: relative;
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active, a.bluelink {
    text-decoration: underline;
}

a.bluelink:hover {
    text-decoration: underline;
    color: #03C;
}

/* ---------------------- Javascript menu ------------------------- */
div.javamenu {
    display: block;
    position: relative;
}

div.javamenu ul {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.javamenu ul li {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

div.javamenu a.menu_item, div.javamenu div.menu_item, div.javamenu a.menu_item:hover, div.javamenu a.menu_item_selected {
    display: block;
    float: left;
    height: 29px;
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 14px;
    color: #FFFFFF;
    font-size: 14px;
    /*	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

div.javamenu a.menu_item {
    background-image: url(/images/2009_menu_back.jpg);
    color: #FFFFFF;
}

div.javamenu a.menu_item:hover, div.javamenu a.menu_item_selected, div.javamenu div.menu_item_selected {
    background-image: url(/images/2009_menu_back_selected.jpg);
    color: #000000;
}

.javasubmenu {
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    background-color: #da0000;
    position: absolute;
    display: block;
    float: left;
    z-index: 5;
    top: 42px;
    left: 0;
}

div.javasubmenu a.submenu_item, div.javasubmenu a.submenu_item:hover, div.javasubmenu a.submenu_item_selected {
    display: block;
    margin: 0;
    padding: 4px 7px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

div.javasubmenu a.submenu_item {
    color: #FFFFFF;
}

div.javasubmenu a.submenu_item:hover, div.javasubmenu a.submenu_item_selected {
    background-color: #f4f4f4;
    color: #000000;
}

div.menu_separator {
    background-image: url(/images/2009_menu_separator.jpg);
    width: 3px;
    height: 42px;
}

/* ---------------------- Topbar ------------------------- */
div.topbar {
    /*background: url(/images/2009_topbar_center.jpg) repeat-x top;*/
    float: right;
    position: relative;
    top: 15px;
    height: 47px;
    text-align: center;
    vertical-align: middle;
    right: 20px;
}


/* ---------------------- Messages ------------------------- */
div.system_message {
    background: #ffdada url(/images/warningred_spaceleft.png) no-repeat left;
    margin-top: 9px;
    padding: 9px 9px 9px 32px;
    border: solid 4px #ee0000;
    text-align: left;
}

div.demologin_message {
    background: #fffbe2 url(/images/warning_spaceleft.png) no-repeat left;
    margin-top: 9px;
    padding: 9px 9px 9px 32px;
    border: solid 4px #d5d794;
    text-align: left;
}

div.user_message {
    background: #edf3ff url(/images/icons16x16/information.png) no-repeat 8px center;
    margin-top: 9px;
    padding: 9px 9px 9px 32px;
    border: solid 4px #5177cd;
    text-align: left;
}

/* ---------------------- Forside ------------------------- */
div.dashboard_box {
    background: left top repeat-x #FFF;
    border: 1px #e1e1e1 solid;
    padding: 10px;
}

.topbanner {
    background: url(/images/2009_top_center.jpg) repeat-x;
    height: 143px;
}

.topbanner_left {
    /*	background-image: url(/images/christmas_top_left.jpg);*/
    background-image: url(/images/2009_top_left.jpg);
    height: 143px;
    width: 273px;
}

.topbanner_center {
    background: url(/images/2009_top_center.jpg) repeat-x;
    height: 143px;
}

.topbanner_right {
    background: url(/images/2011_top_right.jpg) no-repeat right;
    height: 143px;
    width: 555px;
    text-align: right;
    vertical-align: top;

}

div.headline2009 {
    display: inline;
    float: left;
    font-size: 24px;
    /*	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif; */
    /*	font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*	text-transform: uppercase;*/
    font-weight: normal;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 3px;
}

div.headline2009_gray {
    display: inline;
    float: left;
    font-size: 24px;
    /*	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif; */
    /*	font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*	text-transform: uppercase;*/
    font-weight: normal;
    text-align: left;
    color: #666666;
    margin-right: 20px;
    margin-bottom: 3px;
}

.headline2009 h1 {
    font-size: 24px;
    /*	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif;*/
    /*	font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}

.headline2009_gray a:link.mheadlink, .headline2009_gray a:visited.mheadlink, .headline2009_gray a:active.mheadlink {
    font-size: 24px;
    /*	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif; */
    /*	font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #999999;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

.headline2009_gray a:hover.mheadlink {
    color: #000000;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
    color: #AA0000;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blackborder {
    border: 1px solid black;
    padding: 3px;
}

.error {
    /*	display: block;
        background-image: url(/images/message_error.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-color: #faebe7;
        border-style:solid;
        border-color: #df280a;
        border-width: 1px;
        padding: 3px;
        padding-left: 22px;
        color: #df280a;
        font-weight: bold;
        vertical-align: middle;*/
    display: block;
    text-align: center;
    font-size: 14px;
    background: #faebe7 url(/images/2012_redx.png) no-repeat right center;
    /*	border-style:solid;
        border-color: #df280a;
        border-width: 1px;*/
    padding: 10px;
    /*	padding-left: 22px;*/
    color: #df280a;
    font-weight: bold;
    vertical-align: middle;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
}

.error_large {
    display: block;
    background: #faebe7 url(/images/message_error.png) no-repeat center left;
    border: solid #df280a 2px;
    padding: 5px 5px 5px 22px;
    color: #df280a;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.error_large a {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.warning {
    /*	background-image:url(/images/warning_spaceleft.png);
        background-position: left;
        background-repeat: no-repeat;
        background-color: #fffbe2;
        margin-top: 9px;
        padding-bottom: 9px;
        padding-left: 30px;
        padding-right: 9px;
        padding-top: 9px;
        border: solid 4px #d5d794;
        text-align: left;*/

    display: block;
    background: #fffbe2 url(/images/message_warning.png) no-repeat center left;
    border: solid 1px #d5d794;
    padding: 3px 3px 3px 22px;
    color: #446423;
    font-weight: bold;
    vertical-align: middle;
}

.succes {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #eff5ea url(/images/2012_check.png) no-repeat right center;
    /*	border-style:solid;
        border-color: #446423;
        border-width: 1px;*/
    padding: 10px 10px 10px 22px;
    color: #446423;
    font-weight: bold;
    vertical-align: middle;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
}

.succes a {
    font-size: 14px;
    font-weight: bold;
    color: #446423;
    text-decoration: underline;
}

.succes a:hover {
    color: #000000;
    text-decoration: underline;
}

.succes_large {
    display: block;
    background: #eff5ea url(/images/message_ok.png) no-repeat center left;
    border: solid #446423 2px;
    padding: 5px 5px 5px 22px;
    color: #446423;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.succes_large a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.markup {
    display: block;
    background-color: #fff0d0;
    border: 1px solid #b9a774;
    padding: 10px;
    color: #000000;
    vertical-align: middle;
}

.markup_header {
    background: url(/images/add2.png) no-repeat 0 center;
    font-weight: bold;
    padding: 3px 3px 3px 22px;
}

.markup_change {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #bfdeba no-repeat right center;
    padding: 10px;
    color: #446423;
    font-weight: bold;
    vertical-align: middle;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

div.nyhed2009_overskrift_text {
    font-size: 12px;
    padding-left: 5px;
}

div.nyhed2009_content_inside {
    padding: 10px 5px 5px;
    text-align: left;
}

.nyhed2009_tid {
    padding-right: 5px;
    display: block;
    float: right;
    color: #999999;
}

.red {
    color: red;
    font-weight: bold;
}

.redborder {
    border: 1px solid red;
}

.redback {
    background-color: red;
}

.green {

    color: green;
    font-weight: bold;
}

td.menu_left {
    background-image: url(/images/2009_menu_left.jpg);
    height: 42px;
    width: 9px;

}

td.menu_center {
    text-align: left;
    background-image: url(/images/2009_menu_back.jpg);
    height: 42px;
    display: block;
}

td.menu_right {
    background-image: url(/images/2009_menu_right.jpg);
    height: 42px;
    width: 9px;
}

div.menu_center {
    display: block;
}

div.menu_center ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.menu_center ul li {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

div.menu_center a.menu_sub, div.menu_center a.menu_sub:hover {
    display: block;
    float: left;
    height: 28px;
    padding-top: 14px;
    padding-left: 9px;
    padding-right: 9px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

div.menu_center a.menu_sub {
    background-image: url(/images/2009_menu_back.jpg);
    color: #FFFFFF;
}

div.menu_center a.menu_sub:hover {
    background-image: url(/images/2009_menu_back_selected.jpg);
    color: #000000;
}

div.menu_center ul li ul {
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    background-color: #da0000;
    position: absolute;
    float: left;
    z-index: 500;
    top: 42px;
    left: 0;
}

div.menu_center ul li ul li {
    position: relative;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

div.menu_center ul li ul, div.menu_center ul li ul:hover, div.menu_center ul li ul li:hover {
    display: none;
}

div.menu_center ul li:hover ul, div.menu_center ul li ul:hover, div.menu_center ul li ul li:hover {
    display: block;
}

div.menu_center ul li ul li a.menu_subitem, div.menu_center ul li ul li a.menu_subitem:hover {
    display: block;
    margin: 0;
    padding: 4px 7px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

div.menu_center ul li ul li a.menu_subitem {
    color: #FFFFFF;
}

div.menu_center ul li ul li a.menu_subitem:hover {
    background-color: #f4f4f4;
    color: #000000;
}

td.pagebody {
    width: 100%;
    background-color: #d3d3d3;
    vertical-align: top;
    text-align: left;
    padding: 4px;
}

div.pagebody {
    /*	background-image: url(../images/2009_body_background.jpg);*/
    background: #f8f9fa repeat-x top;
    padding: 20px 30px;
}

table.list td {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E5E5E5;
}

tr.list_header {
    background-color: #E5E5E5;
    font-weight: bold;
    text-align: left;
}

.hideme {
    display: none;
}

.button_normal {
    background-color: #F2F2F2;
    border: solid 1px black;
}

.button_left {
    background-color: #F2F2F2;
    border: solid 1px black;
    float: left;
}

.button_delete {
    background-color: #F2F2F2;
    color: #ea0000;
    border: solid 1px #ea0000;
    float: right;
}

/* ---------------------------- Footer --------------------------- */

/* ---------------------------- Footer --------------------------- */
div.footer {
    width: 100%;
    text-align: center;
    color: #777777;
    margin: 6px 0 0;
    padding: 0;
}

/* ---------------------------- Pagenum buttons --------------------------- */
a.pagenum_active, a.pagenum_active:hover {
    background-color: white;
    display: inline;
    position: relative;
    /*	top: 4px;*/
    padding: 2px;
    border: 1px solid #000000;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

a.pagenum_active:hover {
    /*	display: inline;*/
    background-color: #F5EAC5;
    /*	border: 1px solid #AA0000;*/
    /*	color: #AA0000;*/
}

div.pagenum_inactive {
    background-color: white;
    display: inline;
    position: relative;
    /*	top: 4px;*/
    padding: 2px;
    border: 1px solid #AAAAAA;
    font-size: 10px;
    font-weight: normal;
    color: #AAAAAA;
}

/* Modern pagination arrows - Updated */
.pagenum_arrow {
    width: 24px !important;
    height: 16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: 0 !important;
}

.pagenum_arrow i {
    color: #000;
    transition: color 0.2s ease;
}

.pagenum_active:hover i {
    color: #790003;
}

.pagenum_arrow i.disabled {
    color: #AAAAAA !important;
}

.pagenum_current {
    background-color: #f0f8ff !important;
    font-weight: bold;
    padding: 2px 8px !important;
    color: #333;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 0 !important;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
}

/* ---------------------------- REFERENCES ------------------ */
div.ref_overskrift {
    background: url(/images/2009_box_top_center.jpg) repeat-x top;
    color: #000000;
    font-weight: bold;
    height: 38px;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

div.ref_overskrift div.left {
    background: url(/images/2009_box_top_left.jpg) no-repeat top left;
    height: 38px;
}

div.ref_overskrift div.right {
    background: url(/images/2009_box_top_right.jpg) no-repeat top right;
    height: 38px;
}

div.ref_overskrift_text {
    padding-top: 16px;
    padding-left: 20px;
}

div.ref_content {
    background: #f5f9fa url(/images/2009_box_middle_center.jpg) repeat-x top;
    /*	height: 230px;
        width: 100%;*/
}

div.ref_content div.left {
    background: url(/images/2009_box_middle_left.jpg) repeat-y bottom left;
}

div.ref_content div.left div.right {
    background: url(/images/2009_box_middle_right.jpg) repeat-y bottom right;
}

div.ref_content_inside {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 10px 20px 5px;
    height: 120px;
    text-align: left;
}

div.ref_content_inside_trust {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 10px 16px 5px;
    height: 120px;
}

div.ref_content_inside img {
    margin-left: 10px;
    float: right;
    border: #DDDDDD 1px solid;
}

.ref_bottom {
    background: #f5f9fa url(/images/2009_box_bottom_center.jpg) repeat-x bottom;
    height: 11px;
}

.ref_bottom div.left {
    background: url(/images/2009_box_bottom_left.jpg) repeat-y bottom left;
    height: 11px;
}

.ref_bottom div.right {
    background: url(/images/2009_box_bottom_right.jpg) repeat-y bottom right;
    height: 11px;
}

/* ---------------------------- WHITEBOX ------------------ */
div.whitebox_top {
    background: url(/images/2010_whitebox_top_center.jpg) repeat-x top;
    color: #000000;
    font-weight: bold;
    height: 49px;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

div.whitebox_top div.left {
    background: url(/images/2010_whitebox_top_left.jpg) no-repeat top left;
    height: 49px;
}

div.whitebox_top div.right {
    display: block;
    background: url(/images/2010_whitebox_top_right.jpg) no-repeat top right;
    height: 49px;
    padding-left: 30px;
    padding-top: 20px;
    text-align: left;
    vertical-align: middle;
}

div.whitebox_middle {
    background-color: #fdfdfd;
    /*	height: 230px;
        width: 100%;*/
}

div.whitebox_middle div.left {
    background: url(/images/2010_whitebox_middle_left.jpg) repeat-y top left;
}

div.whitebox_middle div.right {
    background: url(/images/2010_whitebox_middle_right.jpg) repeat-y top right;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
}

div.whitebox_bottom {
    background: #fdfdfd url(/images/2010_whitebox_bottom_center.jpg) repeat-x bottom;
    height: 17px;
}

div.whitebox_bottom div.left {
    background: url(/images/2010_whitebox_bottom_left.jpg) repeat-y bottom left;
    height: 17px;
}

div.whitebox_bottom div.right {
    background: url(/images/2010_whitebox_bottom_right.jpg) repeat-y bottom right;
    height: 17px;
}

/* ---------------------------- Subpages ------------------ */
a.subpage img {
    padding: 3px;
    background-color: #EEE;
    margin-right: 20px;
    border: 1px solid #CCC;
}

a.subpage_selected img {
    padding: 3px;
    background-color: #F5EAC5;
    margin-right: 20px;
    border: 1px solid #FC0;
}

/* ---------------------------- FORM setup ------------------ */
.stdForm {
    float: left;
    display: inline;
    padding: 0;
    margin: 0 40px 0 0;
    list-style: none;
}

ul.stdForm li {
    display: block;
    padding: 0;
    margin: 0 0 10px;
}

.item_holder {
    margin-bottom: 10px;
    background-color: #E8E8E8;
    border-radius: 5px 5px 5px 5px;
    padding: 6px;
}

.item_header, .item_ypper_header {
    font-weight: bold;
    /*	background-color: #E8E8E8;*/
    border-radius: 5px 5px 0 0;
}

.item_body {
    /*	background-color: #E8E8E8;*/
    border-radius: 0 5px 5px 5px;
    padding-top: 6px;
}

.halfform {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

.halfpage {
    width: 49%;
}

.twothirdpage {
    width: 540px;
}

.onethirdpage {
    width: 280px;
}

.halfspace {
    margin-right: 2%;
}

.popup {
    position: absolute;
    display: none;
}

/* ---------------------------- Dokumentation ------------------ */
div.dokumentation_small {
    display: inline;
    float: left;
    background: url(/images/2009_dokumentation_small.jpg) no-repeat top right;
    height: 174px;
    width: 224px;
    margin-right: 10px;
    margin-bottom: 10px;
}
div.dokumentation_small_new {
    display: inline;
    float: left;
    background: url(/images/dokumentation_small_bg.png) no-repeat top right;
    height: 174px;
    width: 224px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.dokumentation_small a, div.dokumentation_small_new a {
    display: block;
    margin-top: 16px;
    padding-top: 8px;
    margin-left: 19px;
    margin-bottom: 0;
    width: 195px;
    height: 30px;
}

div.dokumentation_small p, div.dokumentation_small_new p {
    display: block;
    padding-top: 5px;
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 0;
    width: 185px;
}

/* ---------------------------- FAQ ------------------ */
.faq {
    background-color: #E1E1E1;
    border-radius: 5px;
    padding: 5px;
}

.faq_q {
    font-weight: bold;
    cursor: pointer;
    /*	cursor:hand; */
}

.faq_a {
    margin-top: 8px;
}

.faq-tooltip {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    cursor: help;
}

.faq-icon {
    color: #2c5aa0;
    font-size: 18px;
    transition: all 0.2s ease;
}

.faq-icon:hover {
    color: #1e3f73;
    transform: scale(1.1);
}

.faq-tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    max-width: 300px;
    white-space: normal;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.faq-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #2c3e50;
}

.faq-tooltip:hover .faq-tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* ---------------------------- Tools ------------------ */
div.tools {
    float: right;
    width: 120px;
    padding: 3px;

}

div.clear {
    clear: both;
    height: 20px;
}

div.clear_small {
    clear: both;
    height: 10px;
}

div.clear_nospace {
    clear: both;
}

.float_left {
    float: left;
}

.float_center {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0 !important;
    clear: both;
    overflow: hidden;
}

.float_center input {
    margin: 0;
}

.float_right {
    float: right;
}

.roundedcorners {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.roundedcorners_small {
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.roundedcorners_top {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.dropshadow {
    -moz-box-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

.cp_border {
    border: 1px solid #BBB;
}

.cp_border2 {
    border: 1px solid #999;
}

.imgtooltip {
    background-color: #EEEEEE;
    padding: 5px;
    border: #555555 1px solid;
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    left: 0;
    top: 0;
    z-index: 100;
}

.tooltipholder {
    position: relative;
    display: inline;
    cursor: pointer;
    font-weight: bold;
}

/* ---------------------------- Boxes ------------------ */
.boxgroup {
    background: #EEE7F5 url(/images/icons16x16/users.png) no-repeat 3px center;
    display: inline-table;
    border: 1px solid #9a91a4;
    padding: 3px 3px 3px 22px;
}

.boxcontact {
    background: #E2EFFE url(/images/icons16x16/user.png) no-repeat 3px center;
    display: inline-table;
    border: 1px solid #789eca;
    padding: 3px 3px 3px 22px;
}

.boxcontact_gray {
    background: #e2e2ea url(/images/icons16x16/user.png) no-repeat 3px center;
    display: inline-table;
    border: 1px solid #6b6b94;
    padding: 3px 3px 3px 22px;
}

.boxwebtilmelding {
    background: #ffe3ab url(/images/icons16x16/webtilmelding.png) no-repeat 3px center;
    display: inline-table;
    border: 1px solid #bc861b;
    padding: 3px 3px 3px 22px;
}

.box_sms_incoming {
    background-repeat: no-repeat;
    background-color: #DDDDDD;
    /*	display: inline-table; */
    border: 1px solid #747576;
    padding: 5px 5px 5px 5px;
    margin: 0 50px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dedede), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #dedede, #e7e7e7);
    background-image: -moz-linear-gradient(top, #dedede, #e7e7e7);
    background-image: -ms-linear-gradient(top, #dedede, #e7e7e7);
    background-image: -o-linear-gradient(top, #dedede, #e7e7e7);
}

.box_sms_outgoing {
    background-repeat: no-repeat;
    background-color: #92d23f;
    /*	display: inline-table; */
    border: 1px solid #1f5e28;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 50px;

    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47b238), to(#beef5d));
    background-image: -webkit-linear-gradient(top, #47b238, #beef5d);
    background-image: -moz-linear-gradient(top, #47b238, #beef5d);
    background-image: -ms-linear-gradient(top, #47b238, #beef5d);
    background-image: -o-linear-gradient(top, #47b238, #beef5d);
}

.boxlist {
    display: block;
    margin-bottom: 3px;
}

.boxinactive {
    background-color: #EEEEEE;
    color: #999999;
    border: 1px solid #AAAAAA;
}

.boxfaded {
    background-color: #EEEEEE;
    color: #555555;
    border: 1px solid #AAAAAA;
}

.boxinfo {
    display: inline-table;
    background-color: #FCE9A7;
    border: 1px solid #C2A358;
    padding: 3px;
}

.smalltext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.bottomspace {
    margin-bottom: 10px;
}

/* ---------------------------- Helpbox ------------------ */
#helpBox {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 240px;
}

DIV.helpBoxDIV {
    width: 240px;
    padding: 2px;
    background: #e20001;
    border: 1px solid black;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: Normal;
    font-weight: Bold;
}

/* ---------------------------- Peter addon ------------------ */

.stdBtn {
    border-radius: 8px;
}

.miniBtn {
    border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#smscontain {
    margin: 0 auto;
}

/*
Ikke brugt?
.white-shadow {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px);
	background-image: -linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .8)) 4px, to(rgba(255, 255, 255, .28)) 8px);
	margin: 0;
	border-radius: 24px;
	padding: 10px 8px;
} 
*/

.text-left {
    background: #d2d2d2 -webkit-linear-gradient(top, #9da0a6, #d2d2d2 17px, #e5e5e5 92%);
    border-radius: 15px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
    font: 15px Helvetica, Arial, sans-serif;
    position: relative;
    border: 1px solid #9DA0A6;
    border-left-color: transparent;
    margin: 4px 25% 1em 0;
    padding: 0 2px;

}

/*
Ikke brugt?
.text-left-sms-header {
	font: 12px Helvetica, Arial, sans-serif;
	color:#666;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-right: 25%;
	padding-top: 0;
	padding-bottom: 0;
} 
*/
.text-right {
    background: #a9e24c -webkit-linear-gradient(top, #309b19, #a9e24c 17px, #9bcc45 92%);
    border-radius: 15px;
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
    font: 15px Helvetica, Arial, sans-serif;
    position: relative;
    border: 1px solid #309b19;
    border-right-color: transparent;
    margin: 4px 0 1em 25%;
    padding: 0 2px;
}

.text-right-sms-header {
    font: 12px Helvetica, Arial, sans-serif;
    color: #666;
    position: relative;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 25%;
    padding-top: 0;
    padding-bottom: 0;
}

.text-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -1px;
    height: 4px;
    border-right: 14px solid #d5d5d5;
    background: #dbe2ed;
    -webkit-border-bottom-right-radius: 36px 18px;
    -moz-border-radius-bottomright: 36px 18px;
    border-bottom-right-radius: 36px 18px;
    box-shadow: 2px 2px 2px #9da0a6;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    right: 98%;
}

.text-left:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 95.5%;
    width: 28px;
    height: 10px;
    -webkit-border-bottom-right-radius: 18px 12px;
    -moz-border-radius-bottomright: 18px 12px;
    border-bottom-right-radius: 20px 20px;
    -webkit-transform: translate(-12px, -2px);
    -moz-transform: translate(-12px, -2px);
    -ms-transform: translate(-12px, -2px);
    -o-transform: translate(-12px, -2px);
    transform: translate(-12px, -2px);
}

.text-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -1px;
    height: 4px;
    border-left: 14px solid #a9e24c;
    background: #dbe2ed;
    -webkit-border-bottom-left-radius: 36px 18px;
    -moz-border-radius-bottomleft: 36px 18px;
    border-bottom-left-radius: 36px 18px;
    box-shadow: 2px 2px 2px #9da0a6;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    left: 98%;
}

.text-right:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 111.5%;
    width: 28px;
    height: 10px;
    -webkit-border-bottom-left-radius: 20px 12px;
    -moz-border-radius-bottomleft: 20px 12px;
    border-bottom-left-radius: 20px 20px;
    -webkit-transform: translate(-12px, -2px);
    -moz-transform: translate(-12px, -2px);
    -ms-transform: translate(-12px, -2px);
    -o-transform: translate(-12px, -2px);
    transform: translate(-12px, -2px);
}

.keyword-green {
    border-radius: 10px;
    padding: 25px;
    background-color: #090;
    width: 375px;
    color: #FFF !important;
    font-size: 16px;
    margin-bottom: 40px;
    clear: both;
    display: block;
}

.keyword-red {
    border-radius: 10px;
    padding: 25px;
    background-color: #F02300;
    width: 375px;
    color: #FFF !important;
    font-size: 16px;
    margin-bottom: 40px;
    clear: both;
    display: block;
}

/* ******************   BOXE ************************  */
.module {
    float: left;
    width: 23%;
    color: #666;
    font-style: normal !important;
}

.module_free {
    float: left;
    width: 98%;
    color: #666;
    font-style: normal !important;
    margin-bottom: 15px;
    background-color: #fff;
}

.module_create2way {
    float: left;
    width: 48%;
    color: #666;
    font-style: normal !important;
    margin-bottom: 15px;
    background-color: #fff;
}

.module_content {
    border: 1px solid gainsboro;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 1px;
    color: #464646;
    clear: both;
    background-color: #FFF;
}

.module_content .stdBtn {
    float: right;
    display: block;
    clear: both;
    margin-bottom: 0;
}

.module_content_inner {
    padding: 14px 18px;
    background-image: url(/images/pattern.png);
}

.module_content_inner_free {
    padding: 14px 18px;
    background-image: url(/images/pattern.png);
}

.pricebox_titel {
    color: #666;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 white;
    background: url(/images/pricing_heading_bg.png);
    text-align: center;
    margin: -14px -18px;
    padding: 12px 5px 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 white;
}

.pricebox_titel_free {
    color: #666;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    margin: -14px -18px;
    padding: 12px 5px 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 white;
    background: #E5E5E5 url(/images/pricing_heading_bg.png);;
}

.pricebox_titel2way {
    color: #666;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    margin: -14px -18px;
    padding: 12px 5px 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 white;
    background: #E5E5E5 url(/images/pricing_heading_bg.png);
}

.pricebox {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #666;
}

.pricebox_12 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

.pricebox_content {
    padding: 12px;
}

input[type="radio"] {
    margin-bottom: 15px;
}
/*
label {
    color: #000;
    cursor: pointer;
    cursor: hand;
}
label:hover {
    color: #0C0;
    cursor: pointer;
    cursor: hand;
}*/

#benefits {
    list-style: outside url(/images/icons16x16/checkbox.png);
}

/**************  Niceboxes  *************/
div.nicebox {
    padding: 0;
    background: #999999 url(/images/pattern.png);
    border: 1px #999999 solid;
}

div.nicebox-green {
    padding: 0;
    background: #3ea73e url(/images/pattern.png);
    border: 1px #3ea73e solid;
}

div.nicebox-inside {
    background-color: #f8f9fa;
    padding: 10px;
}

.message-wrap {
    width: 384px;
}

.section-header {
    font-weight: 900;
    text-decoration: underline;
    margin: 0;
}

/* Modern table styling */
.cp-table thead th,
.cp-table tr:first-child td {
    background: #f0f2f5;
    color: #2c3e50;
    font-weight: 600;
    padding: 8px;
    border-bottom: 2px solid #dee2e6;
    font-size: 11px;
    border-right: 1px solid #e9ecef;
}

.cp-table thead th:last-child,
.cp-table tr:first-child td:last-child {
    border-right: none;
}

.cp-table {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.cp-table td {
    padding: 8px;
    border-right: none;
}

.cp-table td:last-child {
    border-right: none;
}

.cp-table tbody tr:hover {
    background-color: #f8f9fa;
}

.cp-table tbody tr:nth-child(even) {
    background-color: #fdfdfd;
}

/* Status badges */
.sms-badge, .rcs-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
    min-width: 35px;
}

.sms-badge {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border: 1px solid #45a049;
}

.rcs-badge {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    border: 1px solid #1976D2;
}

/* Status icons */
.status-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.status-delivered {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
}

.status-delivered::after {
    content: "✓";
    color: white;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-pending {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    box-shadow: 0 2px 4px rgba(255, 152, 0, 0.3);
}

.status-pending::after {
    content: "⏱";
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-pending-gray {
    background: linear-gradient(135deg, #9E9E9E, #757575);
    box-shadow: 0 2px 4px rgba(158, 158, 158, 0.3);
}

.status-pending-gray::after {
    content: "⏱";
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-failed {
    background: linear-gradient(135deg, #F44336, #D32F2F);
    box-shadow: 0 2px 4px rgba(244, 67, 54, 0.3);
}

.status-failed::after {
    content: "✕";
    color: white;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-icon:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/************ Smslog search ***************/

#search-form fieldset {
    border: solid 2px #d3d3d3;
}

#search-form .period-wrap {
    float: left;
}

#search-form .label-wrap {
    width: 75px;
    display: inline-block;
}

#search-form .datepicker-wrap {
    float: left;
    padding-left: 20px;
    display: none;
}

#search-form .datepicker-wrap #period-from, #search-form .datepicker-wrap #period-to {
    width: 85px;
}

#search-form .datepicker-wrap #period-from {
    margin-right: 20px;
}

#search-form .clearboth {
    clear: both;
    border-width: 0;
}

#search-form .receiver-wrap {
    float: left;
}

#search-form .search_receiver {
    margin-right: 50px;
    border: 1px solid #A9A9A9;
}

#search-form label {
    font-weight: 900;
}

#search-form #search-button {
    float: right;
    padding: 3px 15px;
}

.view-switch-wrap {
    float: right;
    margin-top: -40px;
}
/********* Contact import ***********/
.txt-contact-from-exel {
    position: relative;
    overflow: auto;
    height: 120px;
    width:100%;
}
.txt-contact-from-exel:focus {
    z-index: 1;
}
.wrap-file-import {
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color:#E8E8E8;
    /*border-top: solid 1px #a9a9a9;*/
    padding-bottom:4px;
}
.wrap-file-import .item_body, .wrap-file-import .item_header {
    padding:0 6px;
}

/********* Accordion thinks **********/
.accordion dt, .accordion dd {
    padding: 10px;
    border-bottom: 1px solid #fff;
    /*border-bottom: 0;*/
}
.accordion dt:last-of-type, .accordion dd:last-of-type {
    /*border-bottom: 1px solid black;*/
}
.accordion dt a, .accordion dd a {
    display: block;
    /*color: black;*/
    font-weight: bold;
	text-decoration: none;
}
.accordion dd {
    border-top: 0;
    font-size: 12px;
	margin-left: 0;
}
.accordion dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}
.accordion dd div {
    width: 100%;
}
.accordion .number {
    padding:4px 0;
    width:160px;
    display: inline-block;
}
.accordion .name {
    padding:4px 0;
}
.accordion .status {
    float:right;
}
.accordion .error, .accordion .succes {
    margin-bottom: 0;
}
.accordion .err-txt {
    color:#990000;
    float:right;
}
.accordion .error-body {
	background: #faebe7 ;
}
.accordion .success-body {
	background: #eff5ea;
}
.accordion .accordion-list-header {
    font-weight: 900;
}
.contact-group-wrap {
    background-color: #FFFFFF;
    width:394px;
    min-height:140px;
    overflow:auto;
    display:block;
    position:relative;
    padding:4px;
}

.load-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: no-repeat rgba(60, 63, 65, 0.4);
}
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loadanim 1.8s infinite ease-in-out;
	animation: loadanim 1.8s infinite ease-in-out;
}
.loader {
	color: #ffffff;
	font-size: 10px;
	top: 50%;
	margin: -80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.order-title {
    font-size: 16px;
    font-weight: bold;
}

.status-indicators {
    display: flex;
    gap: 10px;
}

.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid;
}

.status-badge.positive {
    border-color: #6c757d;
    background: #f8f9fa;
    color: #495057;
}

.status-badge.negative {
    border-color: #dc3545;
    background: #fff5f5;
    color: #dc3545;
}

@-webkit-keyframes loadanim {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes loadanim {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}



#ip_table .edit_ip_note {
    display: none;
}

#ip_table .txt_edit_ip_note {
    display: block;
}
#ip_table .txt_edit_ip_note:hover{
    background: url('/images/icons/pencil.png') right no-repeat;
    background-size: 16px;

}
.multi_cp_receivers {
	width:100%;
}
#tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.admin_background {
	background-color: #ffd2d2;
	background-image: url("/images/icons512x512/gears-background.png");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: bottom right;

}

::placeholder {
    color: #666;
    font-style: italic;
}

tr.deactivated {
    color: #9f9f9f;
}

.form-container {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.form-container h3 {
    margin: 0 0 15px 0;
    color: #495057;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.summary-container {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.summary-container h3 {
    margin: 0 0 15px 0;
    color: #495057;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.order-receipt {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.order-receipt h3 {
    margin: 0 0 15px 0;
    color: #495057;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 8px;
}


