#dynPhoto {
 padding: 0 10px;
}
#photoModalWrap, #photoModalWrap td {
 font: 12px/1.5 'Arial';
 color: #5d5d5d;
}
#photoModalWrap a {
 color: #20a7fd;
}
#photoModalWrap a:hover {
 color: #027fcf;
}
#photoModalWrap hr {
 margin: 5px 0;
 border: 0;
 height: 2px;
 overflow: hidden;
 background: url(./../../img/photopage/hr.png) repeat-x;
}
#photoModalWrap .uphoto-entry {
 margin-bottom: 20px;
}
#photoModalWrap input[type=text], #photoModalWrap input[type=password], #photoModalWrap textarea {
 vertical-align: middle;
 height: 24px;
 margin: 3px 0;
 padding: 2px 5px;
 *padding: 0px;
 font-family: 'Tahoma', 'Arial';
 font-size: 13px;
 line-height: 18px;
 color: #000;
 background: #fff;
 border: 1px solid #dcdcdc;
 box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.03);
 outline: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#photoModalWrap input[type=text]:focus, #photoModalWrap input[type=password]:focus, #photoModalWrap textarea:focus {
 border-color: #9c9c9c;
}
#photoModalWrap textarea {
 padding: 3px 5px;
 height: auto;
 overflow: auto;
 resize: none;
}
#photoModalWrap .securityCode {height: auto !important;}
#photoModalWrap #message {
 width: 100%;
 height: 100px !important;
}
#photoModalWrap input[type=button], #photoModalWrap input[type=submit], #photoModalWrap input[type=reset], #photoModalWrap .button, #photoModalWrap select {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 min-width: 20px;
 padding: 0 10px;
 text-align: center;
 text-decoration: none !important;
 font: 13px/31px 'Verdana', 'Arial';
 height: 31px;
 color: #777 !important;
 text-shadow: 0 1px 0 #fffcf6;
 border: 1px solid #aaa;
 border-radius: 3px;
 background-color: #fff;
 background-image: -webkit-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1));
 background-image: -moz-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1));
 background-image: -o-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1));
 background-image: -ms-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1));
 background-image: linear-gradient(to top, rgba(85,85,85,.1), rgba(255,255,255,.1));
 box-shadow: inset 0 0 1px #fff;
 *display: inline; /*--FOR-IE--*/
 overflow: visible;
 zoom: 1; /*--FOR-IE--*/
 cursor: pointer;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#photoModalWrap select {height: auto !important;}
#photoModalWrap ::-moz-focus-inner {
 border: 0;
 padding: 0;
}
#photoModalWrap input[type=button]:hover, #photoModalWrap input[type=submit]:hover, #photoModalWrap input[type=reset]:hover, #photoModalWrap .button:hover {background-color: #fafafa;}
#photoModalWrap input[type=button]:active, #photoModalWrap input[type=submit]:active, #photoModalWrap input[type=reset]:active, #photoModalWrap .button:active {background-color: #fafafa;box-shadow: inset 0 1px 2px rgba(0,0,0,.17);}
#photoModalWrap .codeButtons {
 min-width: 20px;
 margin: 2px 1px !important;
 padding: 1px 4px !important;
 width: auto !important;
 height: auto !important;
 line-height: 1.4 !important;
}
#photoModalWrap .cBlock1, #photoModalWrap .cBlock2, #photoModalWrap .cBlock1 td, #photoModalWrap .cBlock2 td {
 font-size: 11px;
 font-family: 'Tahoma', 'Arial';
}
#photoModalWrap .cTop {
 border: 0;
}
#photoModalWrap .cBlock1, #photoModalWrap .cBlock2, #photoModalWrap .cMessage {
 border: 0 !important;
 background: none !important;
}
#photoModalWrap .cBlock1, #photoModalWrap .cBlock2 {
 border-top: 1px solid #e9edf1 !important;
}
#photoModalWrap .cMessage a:first-child img {
 margin: 0 5px 2px;
}
#photoModalWrap #addform, #photoModalWrap .commTable, #photoModalWrap .smiles {
 margin: 0 !important;
 background: none !important;
 border: 0 !important;
}

 // Use IntelliSense to learn about possible Node.js debug attributes.
 // Hover to view descriptions of existing attributes.
 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
 "version": "0.2.0",
 "configurations": [
 {
 "type": "node",
 "request": "launch",
 "name": "nodemon",
 "runtimeExecutable": "nodemon",
 "program": "${workspaceFolder}/app.js",
 "restart": true,
 "console": "integratedTerminal",
 "internalConsoleOptions": "neverOpen"
 },
 {
 "type": "node",
 "request": "launch",
 "name": "Electron Main",
 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
 "program": "${workspaceFolder}/main.js",
 "protocol": "legacy"
 },
 {
 "type": "node",
 "request": "launch",
 "name": "Launch via NPM",
 "runtimeExecutable": "npm",
 "runtimeArgs": [
 "run-script",
 "debug"
 ],
 "port": 9229
 },
 {
 "type": "node",
 "request": "launch",
 "name": "Yeoman generator",
 "program": "${workspaceFolder}/node_modules/yo/lib/cli.js",
 "args": [
 "generator"
 ],
 "console": "integratedTerminal",
 "internalConsoleOptions": "neverOpen"
 },
 {
 "type": "extensionHost",
 "request": "launch",
 "name": "Запуск расширения",
 "runtimeExecutable": "${execPath}",
 "args": [
 "--extensionDevelopmentPath=${workspaceFolder}"
 ],
 "outFiles": [
 "${workspaceFolder}/out/**/*.js"
 ],
 "preLaunchTask": "npm"
 },
 {
 "type": "node",
 "request": "attach",
 "name": "Attach to Remote",
 "address": "TCP/IP address of process to be debugged",
 "port": 9229,
 "localRoot": "${workspaceFolder}",
 "remoteRoot": "Absolute path to the remote directory containing the program"
 },
 {
 "type": "node",
 "request": "attach",
 "name": "Attach",
 "port": 9229
 },
 {
 "type": "node",
 "request": "launch",
 "name": "Запустить программу",
 "program": "${file}"
 },
 {
 "type": "node",
 "request": "attach",
 "name": "Подключить к порту",
 "address": "localhost",
 "port": 5858
 }
 ]
}
/* Global classes */
.DDMainHeader
{
 font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
 color:#888;
 padding-bottom: 12px;
 border-bottom: 1px dotted #bbbbbb;
}

.DDSubHeader
{
 margin-bottom: 10px;
 font:1.2em Trebuchet MS, Arial, sans-serif;
 color: #888;
}

.DD 
{
 padding: 0px 8px;
 font: .75em Tahoma, Arial, sans-serif;
 color: #666;
}

.DDLightHeader
{
 font-weight: bold;
 background-color: #F7F7FF;
} 

.DDTextBox, .DDDropDown
{
 color: #666;
 font: .95em Tahoma, Arial, Sans-Serif;
 border: solid 1px #dcdcdc;
 background-color: #FEFEFE;
}

.DDDropDown
{
 padding:2px;
}

.DDFilter
{
 font: .95em Tahoma, Arial, Sans-serif;
 color:#666;
}

.DDControl
{
 padding: 0px;
 font: .95em Tahoma, Arial, Sans-Serif;
 color: #666;
}

.DDFloatLeft
{
 float:left;
}

.DDFloatRight
{
 float:right;
}

.DDFooter
{
 background-color: #dbddff;
}

.DDSelected
{
 background-color: #fdffb8;
}

div.DDNoItem
{
 color:Red;
 font-family:Trebuchet MS, Arial, sans-serif;
}

.DDValidator
{
 color:Red;
 font-family:Trebuchet MS, Arial, sans-serif;
}


/* Navigation */

div.DDNavigation
{
 font:.75em Tahoma, Arial, Sans-Serif;
 position: relative;
 top: -28px;
 margin-bottom: -10px;
 padding: 0px 5px;
}

div.DDNavigation img
{
 position: relative;
 margin-top: 0em;
 padding: 0px 8px;
 border: none;
 background-color: #fff;
}
div.DDNavigation a
{
 color: #839ce7;
 text-decoration: none;
 background-color: #fff;
 padding-right: 8px;
 top: -.2em;
 left: .25em;
}
div.DDNavigation a:hover
{
 color: #000099;
 text-decoration: underline !important;
}


/* Details VIEW/EDIT */
table.DDDetailsTable
{
 color: #666;
 background-color: #FCFDFE;
 border: 1px solid #dbddff;
 border-bottom-width: 3px;
}

table.DDDetailsTable a
{
 color:#718ABE;
 text-decoration: none;
 padding-right: 6px;
}

table.DDDetailsTable a:hover
{
 color: #000099;
 text-decoration: underline !important;
}

table.DDDetailsTable .td
{
 padding: 3px 6px;
 border: 1px solid #dbddff;
 border-bottom-style: dotted;
 font-size: .7em;
 font-family:Tahoma, Arial, Sans-Serif;
}


/* DDGridView/DDListView */
table.DDGridView, table.DDListView
{
 width: 100%;
 color: #666;
 border:solid 1px #dbddff;
 font: .7em Tahoma, Arial, Sans-Serif;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
 white-space: nowrap;
}

table.DDGridView .th, table.DDListView .th
{
 background: url(DynamicData/Content/Images/header_back.gif) repeat-x;
 line-height:1.3em;
 text-align: left;
 font-size: 1em;
 border:solid 1px #dbddff;
}

table.DDGridView .th a, table.DDListView .th a
{
 color: #666;
 text-decoration: none;
}

table.DDGridView .td, table.DDListView .td
{
 border: dotted 1px #dbddff;
 border-left-width:0px;
 border-right-width:0px;
 padding: 6px;
}

table.DDGridView .td a, table.DDListView .td a
{
 color: #718ABE;
 text-decoration: none;
 margin-right: 6px;
 
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
 color: #718ABE;
 text-decoration: none;
 margin-right: 6px;
 
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
 color: #000099;
 text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
 color: #000099;
 text-decoration: underline;
}

/* DataPager */
div.DDPager
{
 padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink
{ 
 font: .75em Tahoma, Arial, Sans-Serif;
}
div.DDBottomHyperLink a
{
 color: #839ce7;
 text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
 color: #000099;
 text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
 padding-right: 5px;
 border: none;
}